LisaacTM Platform

BMP_LINE


Generic bitmap line
Inherit/Insert Summary
parent_abstract_bmp_line
parent_arrayed No developed.
 
Constructor Summary
create
create_with_capacity
Warning : Not storage copy.
create at
Warning : Not storage copy.
 
Creation.
make
make_with_capacity
make at
 
Slot Summary
pixel_geometry
ofs_buf
lower
upper
capacity
count
 
Put.
put to
put from to
put offset from to
 
Get.
get_color
item
item_8
item_15
item_16
item_24
item_32
 
Arrayed consideration.
get_storage
element_sizeof
The size in number of bytes for type E.
valid_stream
add_last_buffer from to
set_capacity
 
Modification
clear
 

Inherit/Insert Detail

parent_abstract_bmp_line

.../extra/graphics/bmp_line.li line #12

Section:
Inherit

Profile:
+ SelfSELFparent_abstract_bmp_line :Expanded  ABSTRACT_BMP_LINE

parent_arrayed

.../extra/graphics/low_level/abstract_bmp_line.li line #12

Section:
Inherit

Profile:
- SelfSELFparent_arrayed : ARRAYED

Constructor Detail

create

.../extra/graphics/bmp_line.li line #24

Section:
Public

Profile:
- SelfSELFcreate   n : INTEGERSELF

create_with_capacity

.../extra/graphics/bmp_line.li line #45

Section:
Public

Profile:
- SelfSELFcreate_with_capacity   n : INTEGERSELF

Description:
Warning : Not storage copy.

create at

.../extra/graphics/bmp_line.li line #66

Section:
Public

Profile:
- SelfSELFcreate   n : INTEGER  at   offset : UINTEGER_32SELF

Description:
Warning : Not storage copy.

Creation.

make

.../extra/graphics/bmp_line.li line #36

Section:
Public

Profile:
- SelfSELFmake   n : INTEGER

make_with_capacity

.../extra/graphics/bmp_line.li line #57

Section:
Public

Profile:
- SelfSELFmake_with_capacity   n : INTEGER

make at

.../extra/graphics/bmp_line.li line #78

Section:
Public

Profile:
- SelfSELFmake   n : INTEGER  at   offset : UINTEGER_32

Detail slot

pixel_geometry

.../extra/graphics/bmp_line.li line #85

Section:
Public

Profile:
- SelfSELFpixel_geometry : E

ofs_buf

.../extra/graphics/bmp_line.li line #164

Section:
Public

Profile:
+ SelfSELFofs_buf : INTEGER

lower

.../extra/graphics/low_level/abstract_bmp_line.li line #16

Section:
Public

Profile:
- SelfSELFlower : INTEGER

upper

.../extra/graphics/low_level/abstract_bmp_line.li line #18

Section:
Public

Profile:
+ SelfSELFupper : INTEGER

capacity

.../extra/graphics/low_level/abstract_bmp_line.li line #20

Section:
Public

Profile:
+ SelfSELFcapacity : INTEGER

count

.../extra/graphics/low_level/abstract_bmp_line.li line #22

Section:
Public

Profile:
- SelfSELFcount : INTEGER

Put.

put to

.../extra/graphics/bmp_line.li line #91

Section:
Public

Profile:
- SelfSELFput   col : UINTEGER_32  to   n : INTEGER

put from to

.../extra/graphics/bmp_line.li line #96

Section:
Public

Profile:
- SelfSELFput   col : UINTEGER_32  from   idx_begin : INTEGER  to   idx_end : INTEGER

put offset from to

.../extra/graphics/bmp_line.li line #104

Section:
Public

Profile:
- SelfSELFput   bmp : ABSTRACT_BMP_LINE  offset   ofs : INTEGER  from   idx_begin : INTEGER  to   idx_end : INTEGER

Get.

get_color

.../extra/graphics/bmp_line.li line #136

Section:
Public

Profile:
- SelfSELFget_color   n : INTEGERUINTEGER_32

item

.../extra/graphics/bmp_line.li line #141

Section:
Public

Profile:
- SelfSELFitem   n : INTEGERE

item_8

.../extra/graphics/bmp_line.li line #143

Section:
Public

Profile:
- SelfSELFitem_8   n : INTEGERPIXEL_8

item_15

.../extra/graphics/bmp_line.li line #145

Section:
Public

Profile:
- SelfSELFitem_15   n : INTEGERPIXEL_15

item_16

.../extra/graphics/bmp_line.li line #147

Section:
Public

Profile:
- SelfSELFitem_16   n : INTEGERPIXEL_16

item_24

.../extra/graphics/bmp_line.li line #149

Section:
Public

Profile:
- SelfSELFitem_24   n : INTEGERPIXEL_24

item_32

.../extra/graphics/bmp_line.li line #151

Section:
Public

Profile:
- SelfSELFitem_32   n : INTEGERPIXEL_32

Arrayed consideration.

get_storage

.../extra/graphics/bmp_line.li line #157

Section:
Public

Profile:
- SelfSELFget_storage : NATIVE_ARRAYUINTEGER_8)

element_sizeof

.../extra/graphics/bmp_line.li line #160

Section:
Public

Profile:
- SelfSELFelement_sizeof : INTEGER

Description:
The size in number of bytes for type E.

valid_stream

.../extra/graphics/bmp_line.li line #162

Section:
Public

Profile:
- SelfSELFvalid_stream   s : INTEGERBOOLEAN

add_last_buffer from to

.../extra/graphics/bmp_line.li line #166

Section:
Public

Profile:
- SelfSELFadd_last_buffer   buf : FAST_ARRAYUINTEGER_8)  from   beg : INTEGER  to   end : INTEGER

set_capacity

.../extra/graphics/bmp_line.li line #186

Section:
Public

Profile:
- SelfSELFset_capacity   new_capacity : INTEGER

Modification

clear

.../extra/graphics/low_level/abstract_bmp_line.li line #28

Section:
Public

Profile:
- SelfSELFclear