Home
last modified time | relevance | path

Searched refs:grMaskFormat (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp66 GrMaskFormat grMaskFormat = GrGlyph::FormatFromSkGlyph(glyph.maskFormat()); local
67 if (grMaskFormat == expectedMaskFormat) {
99 } else if (grMaskFormat == kA565_GrMaskFormat && expectedMaskFormat == kARGB_GrMaskFormat) {
H A DGrTextBlob.cpp68 AtlasTextOp::MaskType op_mask_type(GrMaskFormat grMaskFormat) { in op_mask_type() argument
69 switch (grMaskFormat) { in op_mask_type()
80 GrMaskFormat grMaskFormat, in calculate_colors()
84 if (grMaskFormat == kARGB_GrMaskFormat) { in calculate_colors()
77 calculate_colors(skgpu::SurfaceContext* sc, const SkPaint& paint, const SkMatrixProvider& matrix, GrMaskFormat grMaskFormat, GrPaint* grPaint) calculate_colors() argument

Completed in 7 milliseconds