Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx522 SharedBitmapDescriptor pBottomLeft (pStyle->mpBottomLeft); in PaintBorder() local
531 pTopLeft->mnYOffset, pBottomLeft->mnYOffset, true, pLeft, pBackground); in PaintBorder()
539 if (nCalloutX < pBottomLeft->mnXOffset + aCenterBox.X) in PaintBorder()
540 nCalloutX = pBottomLeft->mnXOffset + aCenterBox.X; in PaintBorder()
547 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom, pBackground); in PaintBorder()
555 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
561 PaintBitmap(aCenterBox, rUpdateBox, -1,+1, 0,0, false, pBottomLeft, pBackground); in PaintBorder()