Home
last modified time | relevance | path

Searched refs:strikeToSourceRatio (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkFont.cpp247 const SkScalar scale = strikeSpec.strikeToSourceRatio(); in measureText()
270 SkScalar scale = strikeSpec.strikeToSourceRatio(); in getWidthsBounds()
296 sum += glyph->advanceVector() * strikeSpec.strikeToSourceRatio(); in getPos()
311 loc += glyph->advanceX() * strikeSpec.strikeToSourceRatio(); in getXPos()
358 if (strikeSpec.strikeToSourceRatio() != 1) { in getMetrics()
359 SkFontPriv::ScaleFontMetrics(metrics, strikeSpec.strikeToSourceRatio()); in getMetrics()
DSkStrikeSpec.h80 SkScalar strikeToSourceRatio() const { return fStrikeToSourceRatio; } in strikeToSourceRatio() function
DSkGlyphRunPainter.cpp118 bitmapDevice->paintPaths(&fDrawable, strikeSpec.strikeToSourceRatio(), pathPaint); in drawForBitmapDevice()
219 fRejects.rejectedMaxDimension() * strikeSpec.strikeToSourceRatio(); in processGlyphRunList()
/external/skia/src/gpu/text/
DGrTextBlob.cpp79 SkScalar strikeToSource = fStrikeSpec.strikeToSourceRatio(); in appendGlyphs()
481 subRun->fStrikeSpec.strikeToSourceRatio()); in flush()