Searched refs:mnR (Results 1 – 3 of 3) sorted by relevance
163 double nX = rDesc.mnR.X - rDesc.mnQ.X; in ImplGetBitmap()164 double nY = rDesc.mnR.Y - rDesc.mnQ.Y; in ImplGetBitmap()168 nX = rDesc.mnR.X - rDesc.mnP.X; in ImplGetBitmap()169 nY = rDesc.mnR.Y - rDesc.mnP.Y; in ImplGetBitmap()173 nX = rDesc.mnR.X - rDesc.mnP.X; in ImplGetBitmap()174 nY = rDesc.mnR.Y - rDesc.mnP.Y; in ImplGetBitmap()180 nX = rDesc.mnQ.X - rDesc.mnR.X; in ImplGetBitmap()181 nY = rDesc.mnQ.Y - rDesc.mnR.Y; in ImplGetBitmap()338 if ( ( rSource.mnR.Y == rDest.mnQ.Y ) && ( rSource.mnR.X == rDest.mnQ.X ) ) in ImplInsert()351 rDest.mnR = rSource.mnR; in ImplInsert()[all …]
43 FloatPoint mnP, mnQ, mnR; member in CGMBitmapDescriptor
47 unsigned mnR : 8; // red intensity member70 maPixelUnion.maRGBO.mnR = nRed; in BPixel()80 maPixelUnion.maRGBO.mnR = sal_uInt8((rColor.getRed() * 255.0) + 0.5); in BPixel()103 sal_uInt8 getRed() const { return maPixelUnion.maRGBO.mnR; } in getRed()110 void setRed(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnR = nNew; } in setRed()115 …void setRedGreenBlue(sal_uInt8 nR, sal_uInt8 nG, sal_uInt8 nB) { maPixelUnion.maRGBO.mnR = nR; maP… in setRedGreenBlue()
Completed in 18 milliseconds