Searched refs:runMatrix (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/core/ |
D | SkRemoteGlyphCacheImpl.h | 122 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix, 126 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix, 131 const SkGlyphRun& glyphRun, const SkMatrix& runMatrix,
|
D | SkGlyphRunPainter.cpp | 924 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/ |
D | SkGlyphRunPainter.cpp | 134 SkMatrix runMatrix = deviceMatrix; in drawForBitmapDevice() local 135 runMatrix.preTranslate(drawOrigin.x(), drawOrigin.y()); in drawForBitmapDevice() 156 runMatrix.mapRectToQuad(corners, rect); in drawForBitmapDevice()
|