Lines Matching refs:props
41 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props,
45 : fDeviceProps{props}
46 , fBitmapFallbackProps{SkSurfaceProps{props.flags(), kUnknown_SkPixelGeometry}}
62 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props,
66 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {}
69 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, const GrColorInfo& csi)
70 : SkGlyphRunListPainter(props,
90 // convert the lcd text into A8 text. The props communicates this to the scaler.
91 auto& props = (kN32_SkColorType == fColorType && paint.isSrcOver())
104 SkStrikeSpec::MakePath(runFont, paint, props, fScalerContextFlags);
122 runFont, paint, props, fScalerContextFlags, deviceMatrix);
139 runFont, paint, props, fScalerContextFlags, SkMatrix::I());
176 runFont, paint, props, fScalerContextFlags, cacheScale);