Home
last modified time | relevance | path

Searched refs:runPaint (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/core/
DSkGlyphRunPainter.cpp157 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 …]
DSkRemoteGlyphCacheImpl.h119 const SkPoint& origin, const SkGlyphRun& glyphRun, const SkPaint& runPaint);
DSkGlyphRunPainter.h113 SkPoint origin, const SkPaint& runPaint, const SkMatrix& viewMatrix, SkScalar textRatio,
/external/skia/src/core/
DSkGlyphRunPainter.cpp171 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 …]
DSkGlyphRunPainter.h106 const SkPaint& runPaint,
/external/skqp/src/gpu/text/
DGrTextBlob.cpp236 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/
DGrTextBlob.cpp236 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/
DSkPDFDevice.h214 void internalDrawGlyphRun(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
215 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
DSkPDFDevice.cpp997 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/
DSkPDFDevice.h218 void internalDrawGlyphRun(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
219 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
DSkPDFDevice.cpp1010 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/
DSkSVGDevice.cpp920 (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/
DSkSVGDevice.cpp931 (SkPoint origin, const SkGlyphRun& glyphRun, const SkPaint& runPaint) { in drawGlyphRunList() argument
932 AutoElement elem("text", fWriter, fResourceBucket.get(), MxCp(this), runPaint); in drawGlyphRunList()