Lines Matching refs:aPos

4163         Point aPos;  in ImplDrawTextLines()  local
4169 if( !rSalLayout.GetNextGlyphs( 1, &aGlyphId, aPos, nStart, &nAdvance ) ) in ImplDrawTextLines()
4178 nDist = aPos.X() - aStartPt.X(); in ImplDrawTextLines()
4181 const long nDY = aPos.Y() - aStartPt.Y(); in ImplDrawTextLines()
5474 Point aPos = ImplLogicToDevicePixel( rPos ); in DrawTextLine() local
5476 aPos += Point( mnTextOffX, mnTextOffY ); in DrawTextLine()
5477 …ImplDrawTextLine( aPos.X(), aPos.X(), 0, nWidth, eStrikeout, eUnderline, eOverline, bUnderlineAbov… in DrawTextLine()
6398 Point aPos = rRect.TopLeft(); in ImplDrawText() local
6470 aPos.Y() += nHeight-(nFormatLines*nTextHeight); in ImplDrawText()
6472 aPos.Y() += (nHeight-(nFormatLines*nTextHeight))/2; in ImplDrawText()
6476 aPos.Y() += nTextHeight; in ImplDrawText()
6478 aPos.Y() += rTargetDevice.GetFontMetric().GetAscent(); in ImplDrawText()
6485 aPos.X() += nWidth-pLineInfo->GetWidth(); in ImplDrawText()
6487 aPos.X() += (nWidth-pLineInfo->GetWidth())/2; in ImplDrawText()
6490 _rLayout.DrawText( aPos, aStr, nIndex, nLineLen, pVector, pDisplayText ); in ImplDrawText()
6506 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText()
6512 aPos.Y() += nTextHeight; in ImplDrawText()
6513 aPos.X() = rRect.Left(); in ImplDrawText()
6520 _rLayout.DrawText( aPos, aLastLine, 0, STRING_LEN, pVector, pDisplayText ); in ImplDrawText()
6550 aPos.X() += nWidth-nTextWidth; in ImplDrawText()
6552 aPos.X() += (nWidth-nTextWidth)/2; in ImplDrawText()
6556 aPos.Y() += nTextHeight; in ImplDrawText()
6558 aPos.Y() += rTargetDevice.GetFontMetric().GetAscent(); in ImplDrawText()
6561 aPos.Y() += nHeight-nTextHeight; in ImplDrawText()
6563 aPos.Y() += (nHeight-nTextHeight)/2; in ImplDrawText()
6576 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText()
6585 _rLayout.DrawText( aPos, aStr, 0, STRING_LEN, pVector, pDisplayText ); in ImplDrawText()
6595 _rLayout.DrawText( aPos, aStr, 0, STRING_LEN, pVector, pDisplayText ); in ImplDrawText()
7421 Point aPos; in GetSysTextLayoutData() local
7423 for( int nStart = 0; rLayout->GetNextGlyphs( 1, &aGlyphId, aPos, nStart ); ) in GetSysTextLayoutData()
7430 aGlyph.x = aPos.X(); in GetSysTextLayoutData()
7431 aGlyph.y = aPos.Y(); in GetSysTextLayoutData()