Home
last modified time | relevance | path

Searched refs:runMatrix (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h122 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix,
126 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix,
131 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix,
DSkGlyphRunPainter.cpp924 const SkMatrix& runMatrix = this->ctm(); in processGlyphRun() local
928 if (this->maybeProcessGlyphRunForDFT(glyphRun, runMatrix, origin, runPaint)) { in processGlyphRun()
932 if (SkGlyphRunListPainter::ShouldDrawAsPath(runPaint, glyphRun.font(), runMatrix)) { in processGlyphRun()
933 this->processGlyphRunForPaths(glyphRun, runMatrix, origin, runPaint); in processGlyphRun()
935 this->processGlyphRunForMask(glyphRun, runMatrix, origin, runPaint); in processGlyphRun()
940 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix, in processGlyphRunForMask() argument
946 runPaint, glyphRun.font(), this->surfaceProps(), runMatrix, in processGlyphRunForMask()
976 glyphCacheState, glyphRun, origin, runMatrix, in processGlyphRunForMask()
1011 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix, in processGlyphRunForPaths() argument
1033 ARGBHelper argbFallback{runMatrix, surfaceProps(), fStrikeServer}; in processGlyphRunForPaths()
[all …]
/external/skia/src/core/
DSkGlyphRunPainter.cpp134 SkMatrix runMatrix = deviceMatrix; in drawForBitmapDevice() local
135 runMatrix.preTranslate(drawOrigin.x(), drawOrigin.y()); in drawForBitmapDevice()
156 runMatrix.mapRectToQuad(corners, rect); in drawForBitmapDevice()