Lines Matching refs:mnXOffset
535 pTopLeft->mnXOffset, pTopRight->mnXOffset, true, pTop, pBackground); in PaintBorder()
545 if (nCalloutX < pBottomLeft->mnXOffset + aCenterBox.X) in PaintBorder()
546 nCalloutX = pBottomLeft->mnXOffset + aCenterBox.X; in PaintBorder()
547 if (nCalloutX > pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width) in PaintBorder()
548 nCalloutX = pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width; 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()
755 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
957 mnFontXOffset = mpFont->mnXOffset; in RendererPaneStyle()