Searched refs:aTestColor (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/basebmp/test/ |
H A D | basictest.cxx | 58 Color aTestColor; in TEST_F() local 60 aTestColor = Color(0xDEADBEEF); in TEST_F() 63 aTestColor = Color( 0x10, 0x20, 0xFF ); in TEST_F() 66 aTestColor.setRed( 0x0F ); in TEST_F() 69 aTestColor.setGreen( 0x0F ); in TEST_F() 72 aTestColor.setBlue( 0x10 ); in TEST_F() 75 aTestColor.setGrey( 0x13 ); in TEST_F() 78 aTestColor = Color( 0x10, 0x20, 0xFF ); in TEST_F() 79 ASSERT_TRUE( aTestColor.getRed() == 0x10 ) << "getRed()"; in TEST_F() 80 ASSERT_TRUE( aTestColor.getGreen() == 0x20 ) << "getGreen()"; in TEST_F() [all …]
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 159 …Gdiplus::Color aTestColor(aTrans, SALCOLOR_RED(maFillColor), SALCOLOR_GREEN(maFillColor), SALCOLOR… in drawPolyPolygon() local 160 Gdiplus::SolidBrush aTestBrush(aTestColor); in drawPolyPolygon() 229 …Gdiplus::Color aTestColor(aTrans, SALCOLOR_RED(maLineColor), SALCOLOR_GREEN(maLineColor), SALCOLOR… in drawPolyLine() local 230 Gdiplus::Pen aTestPen(aTestColor, Gdiplus::REAL(rLineWidths.getX())); in drawPolyLine()
|
Completed in 13 milliseconds