Lines Matching refs:mfFontScale
67 float mfFontScale; // TODO: does CoreText have a font size limit? member in CTLayout
90 , mfFontScale( pTextStyle->mfFontScale ) in CTLayout()
173 mfCachedWidth = nPixelWidth / mfFontScale; in AdjustLayout()
221 const double fAdjustedWidth = nPixelWidth / mfFontScale; in AdjustLayout()
251 CGContextScaleCTM( rAquaGraphics.mrContext, +mfFontScale, -mfFontScale ); in DrawText()
256 CGPoint aTextPos = { +aVclPos.X()/mfFontScale, -aVclPos.Y()/mfFontScale }; in DrawText()
371 …rPos = GetDrawPosition( Point( mfFontScale * mfFontStretch * rCurPos.x, mfFontScale * rCurPos.y) ); in GetNextGlyphs()
391 const long nScaledWidth = lrint( mfFontScale * mfCachedWidth ); in GetTextWidth()
460 const double fCTMaxWidth = nTargetWidth / (nFactor * mfFontScale); in GetTextBreak()
505 pCaretXArray[ 2*n-1 ] = lrint( fPos1 * mfFontScale ); in GetCaretPositions()
509 pCaretXArray[ 2*n+0 ] = lrint( fPos1 * mfFontScale ); in GetCaretPositions()
526 rVCLRect.Left() = aPos.X() + mfFontScale * aMacRect.origin.x; in GetBoundRect()
527 rVCLRect.Right() = aPos.X() + mfFontScale * (aMacRect.origin.x + aMacRect.size.width); in GetBoundRect()
528 rVCLRect.Bottom() = aPos.Y() - mfFontScale * aMacRect.origin.y; in GetBoundRect()
529 rVCLRect.Top() = aPos.Y() - mfFontScale * (aMacRect.origin.y + aMacRect.size.height); in GetBoundRect()