Searched refs:aAdjOffset (Results 1 – 2 of 2) sorted by relevance
903 const basegfx::B2DTuple aAdjOffset(fStartInX, aAdjustTranslate.getY()); in impDecomposeBlockTextPrimitive() local904 …ix aNewTransformA(basegfx::tools::createTranslateB2DHomMatrix(aAdjOffset.getX(), aAdjOffset.getY()… in impDecomposeBlockTextPrimitive()922 aClipRange.expand(-aAdjOffset); in impDecomposeBlockTextPrimitive()923 …lipRange.expand(basegfx::B2DTuple(aAnchorTextSize.Width(), aAnchorTextSize.Height()) - aAdjOffset); in impDecomposeBlockTextPrimitive()
7684 Point aAdjOffset = aOffset; in drawLayout() local7685 aAdjOffset.X() += (nAdvance - nEmphWidth) / 2; in drawLayout()7686 aAdjOffset = aRotScale.transform( aAdjOffset ); in drawLayout()7688 aAdjOffset -= Point( nEmphWidth2, nEmphHeight2 ); in drawLayout()7690 aPos += aAdjOffset; in drawLayout()
Completed in 50 milliseconds