Searched defs:pathMatrix (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
H A DGrAtlasTextBlob.cpp333 SkMatrix pathMatrix; local
334 pathMatrix.setScale(pathGlyph.fScale, pathGlyph.fScale);
335 pathMatrix.postTranslate(pathGlyph.fX + transX, pathGlyph.fY + transY);
336 target->drawPath(clip, pathGlyph.fPath, runPaint, ctm, &pathMatrix, clipBounds);
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp66 const SkMatrix& viewMatrix, const SkMatrix* pathMatrix,
69 clip, path, paint, viewMatrix, pathMatrix, clipBounds,
65 drawPath(const GrClip& clip, const SkPath& path, const SkPaint& paint, const SkMatrix& viewMatrix, const SkMatrix* pathMatrix, const SkIRect& clipBounds) argument
/external/skqp/src/gpu/
H A DGrRenderTargetContext.cpp66 const SkMatrix& viewMatrix, const SkMatrix* pathMatrix,
69 clip, path, paint, viewMatrix, pathMatrix, clipBounds,
65 drawPath(const GrClip& clip, const SkPath& path, const SkPaint& paint, const SkMatrix& viewMatrix, const SkMatrix* pathMatrix, const SkIRect& clipBounds) argument

Completed in 88 milliseconds