Home
last modified time | relevance | path

Searched refs:ImplGetByte (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/iras/
H A Diras.cxx63 sal_uInt8 ImplGetByte();
232 nDat = ImplGetByte(); in ImplReadBody()
237 if (!( ( x - 1 ) & 0x8 ) ) ImplGetByte(); // WORD ALIGNMENT ??? in ImplReadBody()
246 nDat = ImplGetByte(); in ImplReadBody()
249 if ( x & 1 ) ImplGetByte(); // WORD ALIGNMENT ??? in ImplReadBody()
264 nRed = ImplGetByte(); in ImplReadBody()
265 nGreen = ImplGetByte(); in ImplReadBody()
266 nBlue = ImplGetByte(); in ImplReadBody()
270 nBlue = ImplGetByte(); in ImplReadBody()
271 nGreen = ImplGetByte(); in ImplReadBody()
[all …]
/AOO41X/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx193 sal_uInt8 CGM::ImplGetByte( sal_uInt32 nSource, sal_uInt32 nPrecision ) in ImplGetByte() function in CGM
462 sal_uInt32 nColor = ImplGetByte( ImplGetUI( pElement->nColorPrecision ), 1 ); in ImplGetBitmapColor()
470 nColor = ImplGetByte( ImplGetUI( pElement->nColorPrecision ), 1 ); in ImplGetBitmapColor()
477 nColor = ImplGetByte( ImplGetUI( pElement->nColorPrecision ), 1 ); in ImplGetBitmapColor()
H A Dcgm.hxx116 sal_uInt8 ImplGetByte( sal_uInt32 nSource, sal_uInt32 nPrecision );