Searched defs:runPaint (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 157 const SkPaint& runPaint = glyphRunList.paint(); in drawForBitmapDevice() local 257 SkScalar maxGlyphDimension, const SkPaint& runPaint, const SkFont& runFont, in processARGBFallback() 337 SkPoint origin, const SkPaint& runPaint, const SkMatrix& viewMatrix, SkScalar textScale, in drawGlyphRunAsPathWithARGBFallback() 435 SkPoint origin, const SkPaint& runPaint, const SkMatrix& viewMatrix, SkScalar textScale, in drawGlyphRunAsSDFWithARGBFallback() 733 const SkPaint& runPaint = glyphRunList.paint(); in generateFromGlyphRunList() local 921 const SkPoint& origin, const SkGlyphRun& glyphRun, const SkPaint& runPaint) { in processGlyphRun() 941 SkPoint origin, const SkPaint& runPaint) { in processGlyphRunForMask() 1012 SkPoint origin, const SkPaint& runPaint) { in processGlyphRunForPaths() 1043 SkPoint origin, const SkPaint& runPaint) { in maybeProcessGlyphRunForDFT()
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 230 const SkPaint& runPaint, in processGlyphRun()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.cpp | 236 SkPaint runPaint{paint}; in flush() local
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 748 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in drawGlyphRunAsPath() 804 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in internalDrawGlyphRun()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 1010 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in drawGlyphRunAsPath() 1069 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in internalDrawGlyphRun()
|
/external/skqp/src/svg/ |
D | SkSVGDevice.cpp | 931 (SkPoint origin, const SkGlyphRun& glyphRun, const SkPaint& runPaint) { in drawGlyphRunList()
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 219 SkPaint runPaint{paint}; in draw() local 2351 SkPaint runPaint{drawPaint}; in processSourcePaths() local
|