Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx523 SharedBitmapDescriptor pBottomRight (pStyle->mpBottomRight); in PaintBorder() local
533 pTopRight->mnYOffset, pBottomRight->mnYOffset, true, pRight, pBackground); in PaintBorder()
541 if (nCalloutX > pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width) in PaintBorder()
542 nCalloutX = pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width; in PaintBorder()
549 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
555 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
562 PaintBitmap(aCenterBox, rUpdateBox, +1,+1, 0,0, false, pBottomRight, pBackground); in PaintBorder()