Home
last modified time | relevance | path

Searched refs:pathMatrix (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.cpp255 SkMatrix pathMatrix = SkMatrix::MakeScale(pathGlyph.fScale, pathGlyph.fScale); in flush() local
262 pathMatrix.postTranslate(originShift.x() + pathGlyph.fX, in flush()
275 ctm.preConcat(pathMatrix); in flush()
282 path->transform(pathMatrix, sourceOutline); in flush()
/external/skia/src/gpu/text/
DGrTextBlob.cpp239 SkMatrix pathMatrix = strikeToSource; in draw() local
240 pathMatrix.postTranslate(pos.x(), pos.y()); in draw()
241 SkPreConcatMatrixProvider strikeToDevice(viewMatrix, pathMatrix); in draw()
254 SkMatrix pathMatrix = strikeToSource; in draw() local
255 pathMatrix.postTranslate(pos.x(), pos.y()); in draw()
258 path.transform(pathMatrix, &deviceOutline); in draw()
2370 SkMatrix pathMatrix = strikeToSource; in processSourcePaths() local
2371 pathMatrix.postTranslate(pos.x(), pos.y()); in processSourcePaths()
2372 SkPreConcatMatrixProvider strikeToDevice(fViewMatrix, pathMatrix); in processSourcePaths()
2385 SkMatrix pathMatrix = strikeToSource; in processSourcePaths() local
[all …]