Lines Matching refs:pBackground
531 SharedBitmapDescriptor pBackground (pStyle->mpBackground); in PaintBorder() local
535 pTopLeft->mnXOffset, pTopRight->mnXOffset, true, pTop, pBackground); in PaintBorder()
537 pTopLeft->mnYOffset, pBottomLeft->mnYOffset, true, pLeft, pBackground); in PaintBorder()
539 pTopRight->mnYOffset, pBottomRight->mnYOffset, true, pRight, pBackground); in PaintBorder()
550 …aintBitmap(aCenterBox, rUpdateBox, 0,+1, nCalloutX,0, false, pStyle->mpBottomCallout, pBackground); in PaintBorder()
553 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom, pBackground); in PaintBorder()
555 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
561 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
565 PaintBitmap(aCenterBox, rUpdateBox, -1,-1, 0,0, false, pTopLeft, pBackground); in PaintBorder()
566 PaintBitmap(aCenterBox, rUpdateBox, +1,-1, 0,0, false, pTopRight, pBackground); in PaintBorder()
567 PaintBitmap(aCenterBox, rUpdateBox, -1,+1, 0,0, false, pBottomLeft, pBackground); in PaintBorder()
568 PaintBitmap(aCenterBox, rUpdateBox, +1,+1, 0,0, false, pBottomRight, pBackground); in PaintBorder()