Searched refs:kA8_GrMaskFormat (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/tests/ |
D | DrawOpAtlasTest.cpp | 244 atlasManager->getViews(kA8_GrMaskFormat, &numProxies); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 265 test_atlas_config(reporter, 65536, 256 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 271 test_atlas_config(reporter, 65536, 512 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 274 test_atlas_config(reporter, 65536, 512 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 281 test_atlas_config(reporter, 65536, 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 284 test_atlas_config(reporter, 65536, 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 291 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 294 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 300 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 305 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() [all …]
|
/third_party/skia/samplecode/ |
D | SampleChineseFling.cpp | 143 GrMaskFormat::kA8_GrMaskFormat, 0); in onDrawContent() 148 GrMaskFormat::kA8_GrMaskFormat, 1); in onDrawContent() 153 GrMaskFormat::kA8_GrMaskFormat, 2); in onDrawContent() 158 GrMaskFormat::kA8_GrMaskFormat, 3); in onDrawContent()
|
D | SampleAnimatedText.cpp | 74 GrMaskFormat::kA8_GrMaskFormat); in onDrawContent()
|
/third_party/skia/src/gpu/ |
D | GrGlyph.h | 24 return kA8_GrMaskFormat; in FormatFromSkGlyph() 26 return kA8_GrMaskFormat; // ignore the mul and add planes, just use the mask in FormatFromSkGlyph()
|
D | GrDrawOpAtlas.cpp | 735 if (kA8_GrMaskFormat == type) { in atlasDimensions() 745 if (kA8_GrMaskFormat == type) { in plotDimensions()
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.h | 203 return kA8_GrMaskFormat; in maskFormat() 206 return kA8_GrMaskFormat; in maskFormat()
|
D | SmallPathAtlasMgr.cpp | 58 SkISize size = atlasConfig.atlasDimensions(kA8_GrMaskFormat); in initAtlas()
|
D | SmallPathRenderer.cpp | 203 kA8_GrMaskFormat, invert, false); in onPrepareDraws()
|
/third_party/skia/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 135 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat || in GrBitmapTextGeoProc() 213 format = kA8_GrMaskFormat; in TestCreate()
|
/third_party/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 85 case kA8_GrMaskFormat: { in get_packed_glyph_image() 307 if ((format == kA8_GrMaskFormat) && (fAtlasConfig.getARGBDimensions().width() > 512)) { in initAtlas()
|
D | GrTextBlob.cpp | 70 case kA8_GrMaskFormat: return AtlasTextOp::MaskType::kGrayscaleCoverage; in op_mask_type() 1071 case kA8_GrMaskFormat: in vertexStride() 1219 kA8_GrMaskFormat, in Make() 2107 case kA8_GrMaskFormat: in vertexStride() 2236 kA8_GrMaskFormat, in Make()
|
/third_party/skia/gm/ |
D | fontcache.cpp | 74 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
|
D | fontregen.cpp | 103 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 81 kA8_GrMaskFormat, //!< 1-byte per pixel enumerator 97 static_assert(kA8_GrMaskFormat == 0, "enum_order_dependency"); in GrMaskFormatBytesPerPixel() 1264 case kA8_GrMaskFormat: in GrMaskFormatToColorType()
|