graphicsapitest/graphicssvs/bitgdi/testdata/GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual.ini
author Fionntina Carville <fionntinac@symbian.org>
Fri, 08 Oct 2010 15:48:50 +0100
branchNewGraphicsArchitecture
changeset 195 f67ec42dc838
parent 0 5d03bc08d59c
permissions -rw-r--r--
Fix for Bug 3799 - Syborg UI Rom not building

[include]
file1=\graphics\t_graphics.ini


[fbsSession]
name=fbs

[wsSession]
name=ws

[fbsBitGc]
name=bitgc

[fbsBitGc2]
name=bitgc2

[fbsFont]
name=fbsfnt

[font]
name=font

[fbsBitmap]
name=fbsBitmap

[fbsMaskBitmap]
name=fbsmaskbmp

[wsBitmap]
name=wsbmp

[wsMaskBitmap]
name=wsmaskbmp

[fbsSrcBitmap1]
name=fbssrcbmp1

[fbsSrcBitmap2]
name=fbssrcbmp2

[alphaBitmap]
name=alphabmp

[fbsScrDev]
name=scrdev

[wsScrDev]
name=wsscrdev

[fbsTypefaceStore]
name=fbstfs



[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0001-NewL_command02]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0001-Activate_command04]
device          =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0001-SetPenSize_command06]
size_height     =2
size_width      =2

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0001-SetPenColor_command07]
color_red       =255
color_green     =0
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0001-Plot_command08]
point_x         =100
point_y         =100

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0001-checkPixels_command11]
pixel1_x        =100
pixel1_y        =100
expected1_red   =255
expected1_green =0
expected1_blue  =0
pixel2_x        =100
pixel2_y        =101
expected2_red   =255
expected2_green =0
expected2_blue  =0
pixel3_x        =101
pixel3_y        =100
expected3_red   =255
expected3_green =0
expected3_blue  =0
pixel4_x        =101
pixel4_y        =101
expected4_red   =255
expected4_green =0
expected4_blue  =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0001-PromptMessage_command12]
message         =A red point is drawn; Press key '1' to confirm, if not press any key else!
keyCode         =49


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-NewL_command02]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-Activate_command04]
device          =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-SetPenSize_command06]
size_height     =2
size_width      =2

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-SetPenColor_command07]
color_red       =255
color_green     =0
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-Plot_command08]
point_x         =100
point_y         =30

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-SetPenColor_command09]
color_red       =0
color_green     =255
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-Plot_command10]
point_x         =50
point_y         =70

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-Plot_command11]
point_x         =150
point_y         =70

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-SetPenColor_command12]
color_red       =0
color_green     =0
color_blue      =255

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-Plot_command13]
point_x         =75
point_y         =120

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-Plot_command14]
point_x         =125
point_y         =120

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-checkPixels_command17]
pixel1_x        =100
pixel1_y        =30
expected1_red   =255
expected1_green =0
expected1_blue  =0
pixel2_x        =50
pixel2_y        =70
expected2_red   =0
expected2_green =255
expected2_blue  =0
pixel3_x        =150
pixel3_y        =70
expected3_red   =0
expected3_green =255
expected3_blue  =0
pixel4_x        =75
pixel4_y        =120
expected4_red   =0
expected4_green =0
expected4_blue  =255
pixel5_x        =125
pixel5_y        =120
expected5_red   =0
expected5_green =0
expected5_blue  =255

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0002-PromptMessage_command18]
message         =Five (red, green, blue) points are drawn; Press key '1' to confirm, if not press any key else!
keyCode         =49


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0003-NewL_command02]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0003-Activate_command04]
device          =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0003-SetPenSize_command06]
size_height     =1
size_width      =1

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0003-SetPenColor_command07]
color_red       =255
color_green     =0
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0003-DrawLine_command08]
point1_x        =20
point1_y        =100
point2_x        =120
point2_y        =100

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0003-checkLineColor_command11]
start1_x        =20
start1_y        =100
finish1_x       =120
finish1_y       =100
expected1_red   =255
expected1_green =0
expected1_blue  =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0003-PromptMessage_command12]
message         =A red straight line is drawn; Press key '1' to confirm, if not press any key else!
keyCode         =49


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-NewL_command02]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-Activate_command04]
device          =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-SetPenSize_command06]
size_height     =1
size_width      =1

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-SetPenColor_command07]
color_red       =255
color_green     =0
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-DrawLine_command08]
point1_x        =80
point1_y        =20
point2_x        =80
point2_y        =100

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-SetPenColor_command09]
color_red       =0
color_green     =255
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-DrawLine_command10]
point1_x        =20
point1_y        =20
point2_x        =60
point2_y        =100

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-SetPenColor_command11]
color_red       =0
color_green     =0
color_blue      =255

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-DrawLine_command12]
point1_x        =120
point1_y        =20
point2_x        =100
point2_y        =100

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-checkLineColor_command15]
start1_x        =80
start1_y        =20
finish1_x       =80
finish1_y       =100
expected1_red   =255
expected1_green =0
expected1_blue  =0
start2_x        =20
start2_y        =20
finish2_x       =60
finish2_y       =100
expected2_red   =0
expected2_green =255
expected2_blue  =0
start3_x        =120
start3_y        =20
finish3_x       =100
finish3_y       =100
expected3_red   =0
expected3_green =0
expected3_blue  =255

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0004-PromptMessage_command16]
message         =Three (red, green, blue) lines are drawn; Press key '1' to confirm, if not press any key else!
keyCode         =49


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0005-NewL_command03]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0005-Activate_command04]
device	        =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0005-Load_command06]
bitmap_id       =0
file_name       =\graphics\bitgdi\test_rwssprite_bitmap.mbm
use_rfile       =FALSE
share_if_loaded =TRUE

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0005-SetSizeInTwips_command07]
height          =1000
width           =1000


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0005-DrawBitmap_command09]
bitmap          =fbsBitmap
topleft_x       =20
topleft_y       =20

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0005-PromptMessage_command12]
message	        =A bitmap is drawn; Press key '1' to confirm, if not press any key else!
keyCode	        =49


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0006-NewL_command03]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0006-Activate_command04]
device	        =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0006-Load_command06]
bitmap_id       =0
file_name       =\graphics\bitgdi\test_rwssprite_bitmap.mbm
use_rfile       =FALSE
share_if_loaded =TRUE

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0006-DrawBitmap_command08]
bitmap          =fbsBitmap
destrect_top    =0
destrect_left   =0
destrect_bottom =100
destrect_right  =120

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0006-DrawBitmap_command09]
bitmap          =fbsBitmap
destrect_top    =110
destrect_left   =50
destrect_bottom =130
destrect_right  =70

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0006-PromptMessage_command12]
message	        =Two bitmaps are drawn; Press key '1' to confirm,  if not press any key else!
keyCode	        =49


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-NewL_command03]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-Activate_command04]
device          =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-SetPenColor_command06]
color_red       =255
color_green     =0
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-GetNearestFontToDesignHeightInPixels_command07]
font_height     =30
font_name       =Arial
font            =font

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-UseFont_command08]
font            =font

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-DrawText_command09]
point_x         =20
point_y         =50
text            =This is a test!

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-PromptMessage_command12]
message         =A line of red text is drawn; Press key '1' to confirm, if not press any key else!
keyCode         =49

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0007-ReleaseFont_command14]
font            =font
disown          =false


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-NewL_command03]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-Activate_command04]
device          =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-SetPenColor_command06]
color_red       =0
color_green     =0
color_blue      =255

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-GetNearestFontToDesignHeightInPixels_command07]
font_height     =20
font_name       =Arial
font            =font

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-UseFont_command08]
font            =font

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-DrawTextVertical_command09]
point_x         =20
point_y         =20
text            =This is a test!
up              =EFalse

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-DrawTextVertical_command10]
point_x         =100
point_y         =200
text            =This is a test!
up              =ETrue

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-PromptMessage_command12]
message         =Two lines of blue text are drawn vertically; Press key '1' to confirm, if not press any key else!
keyCode         =49

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0008-ReleaseFont_command14]
font            =font
disown          =false


[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0009-NewL_command03]
displaymode     ={default_bitgdi, displaymode}
screen_number   ={default_bitgdi, screennumber}

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0009-Activate_command04]
device          =fbsScrDev

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0009-SetBrushStyle_command06]
brushstyle      =ESolidBrush

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0009-SetBrushColor_command07]
color_red       =0
color_green     =255
color_blue      =0

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0009-DrawEllipse_command08]
rect_top        =20
rect_left       =20
rect_bottom     =100
rect_right      =160

[GRAPHICS-BITGDI-FbsBitGc-PublicApi-manual-0009-PromptMessage_command12]
message         =An green ellipse is drawn; Press key '1' to confirm, if not press any key else!
keyCode         =49