Home
last modified time | relevance | path

Searched refs:plotDimensions (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrAtlasManager.cpp206 SkISize plotDimensions = fAtlasConfig.plotDimensions(format); in initAtlas() local
214 plotDimensions.width(), plotDimensions.height(), in initAtlas()
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp306 SkISize plotDimensions = fAtlasConfig.plotDimensions(format); in initAtlas() local
313 plotDimensions.width(), plotDimensions.height(), in initAtlas()
/third_party/flutter/skia/tests/
DDrawOpAtlasTest.cpp240 REPORTER_ASSERT(reporter, config.plotDimensions(maskFormat) == expectedPlotDimensions); in test_atlas_config()
/third_party/skia/tests/
DDrawOpAtlasTest.cpp255 REPORTER_ASSERT(reporter, config.plotDimensions(maskFormat) == expectedPlotDimensions); in test_atlas_config()
/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.h440 SkISize plotDimensions(GrMaskFormat type) const;
DGrDrawOpAtlas.cpp698 SkISize GrDrawOpAtlasConfig::plotDimensions(GrMaskFormat type) const { in plotDimensions() function in GrDrawOpAtlasConfig
/third_party/skia/src/gpu/
DGrDrawOpAtlas.h543 SkISize plotDimensions(GrMaskFormat type) const;
DGrDrawOpAtlas.cpp682 SkISize GrDrawOpAtlasConfig::plotDimensions(GrMaskFormat type) const { in plotDimensions() function in GrDrawOpAtlasConfig