Home
last modified time | relevance | path

Searched refs:drawingType (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkGlyphRunPainter.cpp246 GrSDFTControl::DrawingType drawingType = control.drawingType(runFont, runPaint, drawMatrix); in processGlyphRun() local
248 if (drawingType == GrSDFTControl::kSDFT) { in processGlyphRun()
276 if (drawingType != GrSDFTControl::kPath && !fRejects.source().empty()) { in processGlyphRun()
/external/skia/src/gpu/text/
DGrSDFTControl.h27 DrawingType drawingType(
DGrSDFTControl.cpp48 auto GrSDFTControl::drawingType( in drawingType() function in GrSDFTControl
DGrTextBlob.cpp1420 key.fSetOfDrawingTypes |= control.drawingType(run.font(), paint, drawMatrix); in Make()
/external/skia/tests/
DSkRemoteGlyphCacheTest.cpp693 REPORTER_ASSERT(reporter, control.drawingType(font, paint, matrix) == GrSDFTControl::kSDFT); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()