Home
last modified time | relevance | path

Searched defs:strikeToSourceRatio (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkStrikeSpec.cpp40 SkScalar strikeToSourceRatio = pathFont.setupForAsPaths(&pathPaint); in MakePath() local
74 SkScalar strikeToSourceRatio = runFontTextSize / fallbackTextSize; in MakeSourceFallback() local
88 SkScalar strikeToSourceRatio = 1; in MakeCanonicalized() local
173 SkScalar strikeToSourceRatio; in MakeSDFT() local
198 SkScalar strikeToSourceRatio) in SkStrikeSpec()
DSkStrikeSpec.h88 SkScalar strikeToSourceRatio() const { return fStrikeToSourceRatio; } in strikeToSourceRatio() function
/external/skia/src/gpu/text/
DGrTextBlob.cpp315 SkScalar strikeToSourceRatio() const { return fStrikeSpec.strikeToSourceRatio(); } in strikeToSourceRatio() function in __anona00be6630111::GlyphVector