Searched refs:xmax (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_rbmp.cxx | 49 int xmax, int ymax, int dx, int dy, int nPad ) in ImplRotate8_90() argument 53 for( int x = xmax; --x >= 0; p2 += dx ) in ImplRotate8_90() 63 static void ImplRotate8_180( unsigned char* p1, int xmax, int ymax, int nPad ) in ImplRotate8_180() argument 65 unsigned char* p2 = p1 + ymax * (xmax + nPad); in ImplRotate8_180() 69 for( int x = xmax; --x >= 0; ) in ImplRotate8_180() 92 int xmax, int ymax, int dx, int nShift, int nDeltaShift, int nPad ) in ImplRotate1_90() argument 98 for( int x = xmax; --x >= 0; p2 += dx ) in ImplRotate1_90() 132 int xmax, int ymax, int nPad ) in ImplRotate1_180() argument 140 unsigned nInp = (0x100 + *p2) >> (-xmax & 7); in ImplRotate1_180() 141 for( int x = xmax; --x >= 0; ) in ImplRotate1_180()
|
Completed in 6 milliseconds