Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
H A Doutdev2.cxx2453 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintTransparent() local
2455 … pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintTransparent()
2456 pMapY[aRectIter->Bottom() + 1] - aMapPt.Y()); // same for Y in ImplPrintTransparent()
2460 …ImplDrawBitmap(aMapPt, aMapSz, Point(), aBandBmp.GetSizePixel(), aBandBmp, META_BMPSCALEPART_ACTIO… in ImplPrintTransparent()
2561 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintMask() local
2563 … pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintMask()
2564 pMapY[aRectIter->Bottom() + 1] - aMapPt.Y()); // same for Y in ImplPrintMask()
2566 DrawRect(Rectangle(aMapPt, aMapSz)); in ImplPrintMask()

Completed in 34 milliseconds