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()201 rDesc.mnOrigin.X += rDesc.mnQ.X - rDesc.mnR.X; in ImplGetBitmap()202 rDesc.mnOrigin.Y += rDesc.mnQ.Y - rDesc.mnR.Y; in ImplGetBitmap()[all …]
43 FloatPoint mnP, mnQ, mnR; member in CGMBitmapDescriptor
46 unsigned mnR : 8; // red intensity member69 maPixelUnion.maRGBO.mnR = nRed; in BPixel()79 maPixelUnion.maRGBO.mnR = sal_uInt8((rColor.getRed() * 255.0) + 0.5); in BPixel()102 sal_uInt8 getRed() const { return maPixelUnion.maRGBO.mnR; } in getRed()109 void setRed(sal_uInt8 nNew) { maPixelUnion.maRGBO.mnR = nNew; } in setRed()114 …void setRedGreenBlue(sal_uInt8 nR, sal_uInt8 nG, sal_uInt8 nB) { maPixelUnion.maRGBO.mnR = nR; maP… in setRedGreenBlue()