Lines Matching refs:skPaint
54 SkPaint::FakeGamma fakeGamma,
55 const SkPaint& skPaint,
62 skPaint.getScalerContextDescriptor(desc, props, fakeGamma, viewMatrix);
63 run->fTypeface.reset(SkSafeRef(skPaint.getTypeface()));
168 bool GrAtlasTextBlob::mustRegenerate(const SkPaint& paint,
196 if (fKey.fStyle != SkPaint::kFill_Style &&
258 const SkPaint& skPaint, const SkSurfaceProps& props,
264 uint8_t paintAlpha = skPaint.getAlpha();
273 SkColorFilter* colorFilter = skPaint.getColorFilter();
275 filteredColor = colorFilter->filterColor(skPaint.getColor());
277 filteredColor = skPaint.getColor();
303 const SkPaint& skPaint, const SkSurfaceProps& props,
315 skPaint, props,
343 const GrClip& clip, const SkPaint& skPaint,
359 skPaint, ctm, nullptr, clipBounds, false);
366 const GrClip& clip, const SkPaint& skPaint,
369 SkPaint runPaint = skPaint;
407 const SkPaint& skPaint,
423 this->flushRunAsPaths(context, dc, props, it, clip, skPaint,
427 this->flushRun(dc, &pipelineBuilder, run, viewMatrix, x, y, color, skPaint, props,
432 this->flushBigGlyphs(context, dc, clip, skPaint, viewMatrix, x, y, clipBounds);
439 const SkPaint& skPaint,
449 this->flushRun(dc, &pipelineBuilder, run, viewMatrix, x, y, color, skPaint, props,
454 this->flushBigGlyphs(context, dc, clip, skPaint, viewMatrix, x, y, clipBounds);
461 const SkPaint& skPaint, const SkSurfaceProps& props,
465 return this->createBatch(info, glyphCount, run, subRun, viewMatrix, x, y, color, skPaint,