Searched refs:nPad (Results 1 – 3 of 3) 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 55 for( int i = nPad; --i >= 0; ) in ImplRotate8_90() 65 unsigned char* p2 = p1 + ymax * (xmax + nPad); in ImplRotate8_180() 68 p2 -= nPad; in ImplRotate8_180() 75 p1 += nPad; in ImplRotate8_180() 79 p2 -= nPad; in ImplRotate8_180() 92 int xmax, int ymax, int dx, int nShift, int nDeltaShift, int nPad ) in ImplRotate1_90() argument 117 for( int i = nPad; --i >= 0;) in ImplRotate1_90() 132 int xmax, int ymax, int nPad ) in ImplRotate1_180() argument 137 p2 -= nPad; in ImplRotate1_180() [all …]
|
/aoo41x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 980 int nPad = 10 - aOffset.getLength(); in emit() local 981 for( int i = 0; i < nPad; i++ ) in emit() 986 nPad = 5 - aGeneration.getLength(); in emit() 987 for( int i = 0; i < nPad; i++ ) in emit()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 200 sal_uInt16 nUserNameLen, nPad; in operator >>() local 208 >> nPad; in operator >>()
|
Completed in 64 milliseconds