Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx2462 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintTransparent() local
2464 … pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintTransparent()
2465 pMapY[aRectIter->Bottom() + 1] - aMapPt.Y()); // same for Y in ImplPrintTransparent()
2469 …ImplDrawBitmap(aMapPt, aMapSz, Point(), aBandBmp.GetSizePixel(), aBandBmp, META_BMPSCALEPART_ACTIO… in ImplPrintTransparent()
2570 const Point aMapPt(pMapX[aRectIter->Left()], pMapY[aRectIter->Top()]); in ImplPrintMask() local
2572 … pMapX[aRectIter->Right() + 1] - aMapPt.X(), // pMapX[L + W] -> L + ((R - L) + 1) -> R + 1 in ImplPrintMask()
2573 pMapY[aRectIter->Bottom() + 1] - aMapPt.Y()); // same for Y in ImplPrintMask()
2575 DrawRect(Rectangle(aMapPt, aMapSz)); in ImplPrintMask()

Completed in 24 milliseconds