Lines Matching refs:DrawPixel

1898 				DrawPixel( Point( i, nCenter-2 ), rStyleSettings.GetLightColor() );  in ImplDrawButtonRect()
1899 DrawPixel( Point( i+1, nCenter-2+1 ), rStyleSettings.GetShadowColor() ); in ImplDrawButtonRect()
1904 DrawPixel( Point( i, nCenter+2 ), rStyleSettings.GetLightColor() ); in ImplDrawButtonRect()
1905 DrawPixel( Point( i+1, nCenter+2+1 ), rStyleSettings.GetShadowColor() ); in ImplDrawButtonRect()
1928 DrawPixel( Point( nCenter-2, i ), rStyleSettings.GetLightColor() ); in ImplDrawButtonRect()
1929 DrawPixel( Point( nCenter-2+1, i+1 ), rStyleSettings.GetShadowColor() ); in ImplDrawButtonRect()
1934 DrawPixel( Point( nCenter+2, i ), rStyleSettings.GetLightColor() ); in ImplDrawButtonRect()
1935 DrawPixel( Point( nCenter+2+1, i+1 ), rStyleSettings.GetShadowColor() ); in ImplDrawButtonRect()
2040 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2041 DrawPixel( Point(x, y+1), aCol ); in ImplDrawFadeArrow()
2042 DrawPixel( Point(x, y+2), aCol ); in ImplDrawFadeArrow()
2043 DrawPixel( Point(x+dx, y+1), aCol ); in ImplDrawFadeArrow()
2047 DrawPixel( Point(x, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawFadeArrow()
2048 DrawPixel( Point(x, y+1), rStyleSettings.GetDarkShadowColor() ); in ImplDrawFadeArrow()
2049 DrawPixel( Point(x, y+2), rStyleSettings.GetDarkShadowColor() ); in ImplDrawFadeArrow()
2050 DrawPixel( Point(x+dx, y+1), rStyleSettings.GetDarkShadowColor() ); in ImplDrawFadeArrow()
2063 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2064 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow()
2065 DrawPixel( Point(x+2, y), aCol ); in ImplDrawFadeArrow()
2066 DrawPixel( Point(x+1, y+dy), aCol ); in ImplDrawFadeArrow()
2070 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2071 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow()
2072 DrawPixel( Point(x+2, y), aCol ); in ImplDrawFadeArrow()
2073 DrawPixel( Point(x+1, y+dy), aCol ); in ImplDrawFadeArrow()
2097 DrawPixel( Point(i, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
2098 DrawPixel( Point(i+1, y), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
2100 DrawPixel( Point(i, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
2101 DrawPixel( Point(i+1, y+1), rStyleSettings.GetFaceColor() ); in ImplDrawGrip()
2102 DrawPixel( Point(i+2, y+1), Color(COL_WHITE) ); in ImplDrawGrip()
2104 DrawPixel( Point(i+1, y+2), Color(COL_WHITE) ); in ImplDrawGrip()
2105 DrawPixel( Point(i+2, y+2), Color(COL_WHITE) ); in ImplDrawGrip()
2120 DrawPixel( Point(x, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
2121 DrawPixel( Point(x+1, i), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
2123 DrawPixel( Point(x, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
2124 DrawPixel( Point(x+1, i+1), rStyleSettings.GetFaceColor() ); in ImplDrawGrip()
2125 DrawPixel( Point(x+2, i+1), Color(COL_WHITE) ); in ImplDrawGrip()
2127 DrawPixel( Point(x+1, i+2), Color(COL_WHITE) ); in ImplDrawGrip()
2128 DrawPixel( Point(x+2, i+2), Color(COL_WHITE) ); in ImplDrawGrip()