Lines Matching refs:aPos

791     Point aPos = maDrawBase;  in GetDrawPosition()  local
795 aPos += aOfs; in GetDrawPosition()
813 aPos += Point( nX, nY ); in GetDrawPosition()
816 return aPos; in GetDrawPosition()
876 Point aPos; in GetOutline() local
881 if( !GetNextGlyphs( 1, &nLGlyph, aPos, nStart ) ) in GetOutline()
891 if( aPos.X() || aPos.Y() ) in GetOutline()
893 aGlyphOutline.transform(basegfx::tools::createTranslateB2DHomMatrix(aPos.X(), aPos.Y())); in GetOutline()
911 Point aPos; in GetBoundRect() local
916 if( !GetNextGlyphs( 1, &nLGlyph, aPos, nStart ) ) in GetBoundRect()
923 aRectangle += aPos; in GetBoundRect()
1404 Point aPos = pG1->maLinearPos; in KashidaJustify() local
1405 aPos.X() -= nGapWidth; // cluster is already right aligned in KashidaJustify()
1408 *(pG2++) = GlyphItem( pG1->mnCharPos, nKashidaIndex, aPos, in KashidaJustify()
1410 aPos.X() += nKashidaWidth; in KashidaJustify()
1416 aPos.X() += nGapWidth; in KashidaJustify()
1426 pG2->maLinearPos.X() = aPos.X(); in KashidaJustify()
1815 Point aPos; in AdjustLayout() local
1841 nValid[ nLevel ] = mpLayouts[n]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()
1844 …tGlyphs %d,%d x%d a%d c%d %x\n", n, nStartOld[nLevel], nStartNew[nLevel], aPos.X(), nGlyphAdv[nLev… in AdjustLayout()
1919 nValid[0] = mpLayouts[0]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()
1922 …ut[0]->GetNextGlyphs %d,%d x%d a%d c%d %x\n", nStartOld[0], nStartNew[0], aPos.X(), nGlyphAdv[0], … in AdjustLayout()
1939 nValid[n] = mpLayouts[n]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()