/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 157 const SkPaint& runPaint = glyphRunList.paint(); in drawForBitmapDevice() local 160 auto& props = (kN32_SkColorType == fColorType && runPaint.isSrcOver()) in drawForBitmapDevice() 169 if (ShouldDrawAsPath(runPaint, runFont, deviceMatrix)) { in drawForBitmapDevice() 173 SkPaint pathPaint(runPaint); in drawForBitmapDevice() 199 pathPaint = runPaint; in drawForBitmapDevice() 207 runFont, runPaint, props, in drawForBitmapDevice() 230 bitmapDevice->paintMasks(SkSpan<const SkMask>{masks.begin(), masks.size()}, runPaint); in drawForBitmapDevice() 257 SkScalar maxGlyphDimension, const SkPaint& runPaint, const SkFont& runFont, in processARGBFallback() argument 286 argbFallback(runPaint, in processARGBFallback() 322 argbFallback(runPaint, in processARGBFallback() [all …]
|
D | SkRemoteGlyphCacheImpl.h | 119 const SkPoint& origin, const SkGlyphRun& glyphRun, const SkPaint& runPaint);
|
D | SkGlyphRunPainter.h | 113 SkPoint origin, const SkPaint& runPaint, const SkMatrix& viewMatrix, SkScalar textRatio,
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 171 const SkPaint& runPaint = glyphRunList.paint(); in drawForBitmapDevice() local 174 auto& props = (kN32_SkColorType == fColorType && runPaint.isSrcOver()) in drawForBitmapDevice() 183 if (ShouldDrawAsPath(runPaint, runFont, deviceMatrix)) { in drawForBitmapDevice() 187 SkPaint pathPaint(runPaint); in drawForBitmapDevice() 213 pathPaint = runPaint; in drawForBitmapDevice() 221 runFont, runPaint, props, in drawForBitmapDevice() 244 bitmapDevice->paintMasks(SkSpan<const SkMask>{masks.begin(), masks.size()}, runPaint); in drawForBitmapDevice() 271 const SkPaint& runPaint, in processARGBFallback() argument 304 runFont, runPaint, fDeviceProps, fScalerContextFlags, viewMatrix, &ad, &effects); in processARGBFallback() 341 runPaint, in processARGBFallback() [all …]
|
D | SkGlyphRunPainter.h | 106 const SkPaint& runPaint,
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.cpp | 236 SkPaint runPaint{paint}; in flush() local 237 runPaint.setAntiAlias(run.fAntiAlias); in flush() 268 GrStyle style(runPaint); in flush() 269 bool scalePath = runPaint.getShader() in flush() 271 || runPaint.getMaskFilter(); in flush() 309 target->drawShape(clip, runPaint, ctm, shape); in flush()
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 236 SkPaint runPaint{paint}; in flush() local 237 runPaint.setAntiAlias(run.fAntiAlias); in flush() 268 GrStyle style(runPaint); in flush() 269 bool scalePath = runPaint.getShader() in flush() 271 || runPaint.getMaskFilter(); in flush() 309 target->drawShape(clip, runPaint, ctm, shape); in flush()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.h | 214 void internalDrawGlyphRun(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint); 215 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
|
D | SkPDFDevice.cpp | 997 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in drawGlyphRunAsPath() argument 1018 this->drawPath(path, runPaint, true); in drawGlyphRunAsPath() 1056 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in internalDrawGlyphRun() argument 1065 if (runPaint.getPathEffect() in internalDrawGlyphRun() 1066 || runPaint.getMaskFilter() in internalDrawGlyphRun() 1069 || SkPaint::kFill_Style != runPaint.getStyle()) { in internalDrawGlyphRun() 1071 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun() 1102 SkPaint paint(runPaint); in internalDrawGlyphRun()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.h | 218 void internalDrawGlyphRun(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint); 219 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
|
D | SkPDFDevice.cpp | 1010 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in drawGlyphRunAsPath() argument 1031 this->drawPath(path, runPaint, true); in drawGlyphRunAsPath() 1069 const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint) { in internalDrawGlyphRun() argument 1078 if (runPaint.getPathEffect() in internalDrawGlyphRun() 1079 || runPaint.getMaskFilter() in internalDrawGlyphRun() 1082 || SkPaint::kFill_Style != runPaint.getStyle()) { in internalDrawGlyphRun() 1084 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun() 1115 SkPaint paint(runPaint); in internalDrawGlyphRun()
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 920 (SkPoint origin, const SkGlyphRun& glyphRun, const SkPaint& runPaint) { in drawGlyphRunList() argument 921 AutoElement elem("text", fWriter, fResourceBucket.get(), MxCp(this), runPaint); in drawGlyphRunList()
|
/external/skqp/src/svg/ |
D | SkSVGDevice.cpp | 931 (SkPoint origin, const SkGlyphRun& glyphRun, const SkPaint& runPaint) { in drawGlyphRunList() argument 932 AutoElement elem("text", fWriter, fResourceBucket.get(), MxCp(this), runPaint); in drawGlyphRunList()
|