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+6), aCol ); in ImplDrawFadeArrow()
2042 DrawPixel( Point(x+dx, y+1), aCol ); in ImplDrawFadeArrow()
2043 DrawPixel( Point(x+dx, y+5), aCol ); in ImplDrawFadeArrow()
2044 DrawPixel( Point(x+dx+dx, y+2), aCol ); in ImplDrawFadeArrow()
2045 DrawPixel( Point(x+dx+dx, y+4), aCol ); in ImplDrawFadeArrow()
2046 DrawPixel( Point(x+dx+dx+dx, y+3), aCol ); in ImplDrawFadeArrow()
2049 DrawPixel( Point(x, y+1), aCol ); in ImplDrawFadeArrow()
2050 DrawPixel( Point(x, y+5), aCol ); in ImplDrawFadeArrow()
2051 DrawPixel( Point(x+dx, y+2), aCol ); in ImplDrawFadeArrow()
2052 DrawPixel( Point(x+dx, y+4), aCol ); in ImplDrawFadeArrow()
2053 DrawPixel( Point(x+dx+dx, y+3), aCol ); in ImplDrawFadeArrow()
2066 DrawPixel( Point(x, y), aCol ); in ImplDrawFadeArrow()
2067 DrawPixel( Point(x+6, y), aCol ); in ImplDrawFadeArrow()
2068 DrawPixel( Point(x+1, y+dy), aCol ); in ImplDrawFadeArrow()
2069 DrawPixel( Point(x+5, y+dy), aCol ); in ImplDrawFadeArrow()
2070 DrawPixel( Point(x+2, y+dy+dy), aCol ); in ImplDrawFadeArrow()
2071 DrawPixel( Point(x+4, y+dy+dy), aCol ); in ImplDrawFadeArrow()
2072 DrawPixel( Point(x+3, y+dy+dy+dy), aCol ); in ImplDrawFadeArrow()
2075 DrawPixel( Point(x+1, y), aCol ); in ImplDrawFadeArrow()
2076 DrawPixel( Point(x+5, y), aCol ); in ImplDrawFadeArrow()
2077 DrawPixel( Point(x+2, y+dy), aCol ); in ImplDrawFadeArrow()
2078 DrawPixel( Point(x+4, y+dy), aCol ); in ImplDrawFadeArrow()
2079 DrawPixel( Point(x+3, y+dy+dy), aCol ); in ImplDrawFadeArrow()
2103 DrawPixel( Point(i, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
2104 DrawPixel( Point(i+1, y), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
2106 DrawPixel( Point(i, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
2107 DrawPixel( Point(i+1, y+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
2122 DrawPixel( Point(x, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
2123 DrawPixel( Point(x+1, i), rStyleSettings.GetDarkShadowColor() ); in ImplDrawGrip()
2125 DrawPixel( Point(x, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()
2126 DrawPixel( Point(x+1, i+1), rStyleSettings.GetShadowColor() ); in ImplDrawGrip()