Home
last modified time | relevance | path

Searched refs:kBitmapText_LCD (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/graphite/
DPublicPrecompile.cpp139 DrawTypeFlags::kBitmapText_LCD | in Precompile()
163 if (drawTypes & (DrawTypeFlags::kBitmapText_LCD | DrawTypeFlags::kSDFText_LCD)) { in Precompile()
169 static_cast<DrawTypeFlags>(drawTypes & (DrawTypeFlags::kBitmapText_LCD | in Precompile()
DRendererProvider.cpp89 { skgpu::MaskFormat::kA565, DrawTypeFlags::kBitmapText_LCD }, in RendererProvider()
/external/skia/include/gpu/graphite/
DGraphiteTypes.h148 kBitmapText_LCD = 1 << 1, enumerator
/external/skia/src/gpu/graphite/render/
DBitmapTextRenderStep.cpp50 case skgpu::MaskFormat::kA565: return RenderStep::RenderStepID::kBitmapText_LCD; in variant_id()
/external/skia/tests/graphite/precompile/
DChromePrecompileTest.cpp200 { "BitmapTextRenderStep[LCD]", DrawTypeFlags::kBitmapText_LCD }, in get_draw_type_flags()
DPaintParamsKeyTest.cpp302 case DrawTypeFlags::kBitmapText_LCD: return "DrawTypeFlags::kBitmapText_LCD"; in to_str()
498 case 1: return DrawTypeFlags::kBitmapText_LCD; in random_drawtype()
1777 if (dt == DrawTypeFlags::kBitmapText_LCD || dt == DrawTypeFlags::kSDFText_LCD) { in check_draw()
1803 case DrawTypeFlags::kBitmapText_LCD: in check_draw()
2297 DrawTypeFlags::kBitmapText_LCD, in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_ALL_CONTEXTS()