Lines Matching refs:basebmp

1011 static basebmp::Color approachColor( const basebmp::Color& rFrom, const basebmp::Color& rTo )  in approachColor()
1013 basebmp::Color aColor; in approachColor()
1067 basebmp::BitmapDeviceSharedPtr pDevice( basebmp::createBitmapDevice( aTestSize, in Paint()
1069basebmp::Format::THIRTYTWO_BIT_TC_MASK )); in Paint()
1084 basebmp::Color(0xFFFFFFFF), in Paint()
1085 basebmp::DrawMode_PAINT ); in Paint()
1090 basebmp::BitmapDeviceSharedPtr pMask( basebmp::createBitmapDevice( aTestSize, in Paint()
1092basebmp::Format::ONE_BIT_MSB_GREY )); in Paint()
1096 const basebmp::Color aCol333(0xFFFFFFFF); in Paint()
1097 pMask->drawLine( aPt111, aPt222, aCol333, basebmp::DrawMode_PAINT ); in Paint()
1104 pMask->clear(basebmp::Color(0xFFFFFFFF)); in Paint()
1107 basebmp::Color(0), in Paint()
1108 basebmp::DrawMode_PAINT ); in Paint()
1110 basebmp::BitmapDeviceSharedPtr pSubsetDevice = in Paint()
1111 basebmp::subsetBitmapDevice( pDevice, in Paint()
1116 const basebmp::Color aCol(0xFFFFFFFF); in Paint()
1117 pDevice->drawLine( aPt1, aPt2, aCol, basebmp::DrawMode_PAINT, pMask ); in Paint()
1121 const basebmp::Color aCol(0xFFFFFFFF); in Paint()
1124 pDevice->drawPolygon( aRect, aCol, basebmp::DrawMode_PAINT ); in Paint()
1128 pDevice->drawLine( aPt1, aPt2, aCol, basebmp::DrawMode_PAINT ); in Paint()
1131 pDevice->drawLine( aPt1, aPt3, aCol, basebmp::DrawMode_PAINT ); in Paint()
1136 pDevice->clear(basebmp::Color(0)); in Paint()
1149 basebmp::Color aLineColor( 0, 0, 0 ); in Paint()
1150 basebmp::Color aApproachColor( 0, 0, 200 ); in Paint()
1159 aApproachColor = basebmp::Color( 0, 0, 200 ); in Paint()
1161 aApproachColor = basebmp::Color( 200, 0, 0 ); in Paint()
1163 aApproachColor = basebmp::Color( 0, 200, 0 ); in Paint()
1177 basebmp::DrawMode_PAINT); in Paint()