Searched refs:kA8_GrMaskFormat (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/tests/ |
H A 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/src/gpu/ |
H A 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()
|
H A D | GrDrawOpAtlas.cpp | 736 if (kA8_GrMaskFormat == type) { in atlasDimensions() 746 if (kA8_GrMaskFormat == type) { in plotDimensions()
|
/third_party/skia/samplecode/ |
H A D | SampleChineseFling.cpp | 143 GrMaskFormat::kA8_GrMaskFormat, 0); 148 GrMaskFormat::kA8_GrMaskFormat, 1); 153 GrMaskFormat::kA8_GrMaskFormat, 2); 158 GrMaskFormat::kA8_GrMaskFormat, 3);
|
H A D | SampleAnimatedText.cpp | 74 GrMaskFormat::kA8_GrMaskFormat);
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasTextOp.h | 203 return kA8_GrMaskFormat; in maskFormat() 206 return kA8_GrMaskFormat; in maskFormat()
|
H A D | SmallPathAtlasMgr.cpp | 58 SkISize size = atlasConfig.atlasDimensions(kA8_GrMaskFormat); in initAtlas()
|
H A D | SmallPathRenderer.cpp | 203 kA8_GrMaskFormat, invert, false);
|
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 85 case kA8_GrMaskFormat: { 307 if ((format == kA8_GrMaskFormat) && (fAtlasConfig.getARGBDimensions().width() > 512)) {
|
H A 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/src/gpu/effects/ |
H A D | GrBitmapTextGeoProc.cpp | 135 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat || in GrBitmapTextGeoProc() 221 format = kA8_GrMaskFormat; in TestCreate()
|
/third_party/skia/gm/ |
H A D | fontcache.cpp | 74 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat);
|
H A D | fontregen.cpp | 103 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat);
|
/third_party/skia/include/private/ |
H A 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:
|
Completed in 13 milliseconds