Searched refs:plotDimensions (Results 1 – 4 of 4) sorted by relevance
313 SkISize plotDimensions = fAtlasConfig.plotDimensions(format); in initAtlas() local320 plotDimensions.width(), plotDimensions.height(), in initAtlas()
258 REPORTER_ASSERT(reporter, config.plotDimensions(maskFormat) == expectedPlotDimensions); in test_atlas_config()
590 SkISize plotDimensions(GrMaskFormat type) const;
744 SkISize GrDrawOpAtlasConfig::plotDimensions(GrMaskFormat type) const { in plotDimensions() function in GrDrawOpAtlasConfig