Lines Matching refs:BitmapColor
890 BitmapColor aBlack(0); in Paint()
891 BitmapColor aWhite(0); in Paint()
894 … aBlack.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(0,0,0))) ); in Paint()
895 …aWhite.SetIndex( sal::static_int_cast<BYTE>(pAcc->GetBestPaletteIndex(BitmapColor(255,255,255))) ); in Paint()
923 pAcc->SetPixel(0,0,BitmapColor(1)); in Paint()
924 pAcc->SetPixel(0,1,BitmapColor(0)); in Paint()
925 pAcc->SetPixel(0,2,BitmapColor(1)); in Paint()
941 pAcc->SetPixel(0,0,BitmapColor(255)); in Paint()
942 pAcc->SetPixel(0,1,BitmapColor(0)); in Paint()
943 pAcc->SetPixel(0,2,BitmapColor(255)); in Paint()
971 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0), in Paint()
973 test(pBmpAcc->GetPixel(2,2) == BitmapColor(2), in Paint()
975 test(pBmpAcc->GetPixel(2,9) == BitmapColor(9), in Paint()
1001 test(pBmpAcc->GetPixel(0,0) == BitmapColor(0,1,0), in Paint()
1003 test(pAlphaAcc->GetPixel(0,0) == BitmapColor(255), in Paint()
1005 test(pBmpAcc->GetPixel(2,2) == BitmapColor(0,3,2), in Paint()
1007 test(pAlphaAcc->GetPixel(2,2) == BitmapColor(253), in Paint()
1009 test(pBmpAcc->GetPixel(2,9) == BitmapColor(0,3,9), in Paint()
1011 test(pAlphaAcc->GetPixel(2,9) == BitmapColor(253), in Paint()