Searched refs:plotDimensions (Results 1 – 5 of 5) sorted by relevance
38 private DisplayDimensions plotDimensions = new DisplayDimensions(); field in Widget258 float elementWidth = getWidthPix(plotDimensions.paddedRect.width()); in refreshLayout()259 float elementHeight = getHeightPix(plotDimensions.paddedRect.height()); in refreshLayout()261 elementWidth, plotDimensions.paddedRect, positionMetrics); in refreshLayout()272 public synchronized void layout(final DisplayDimensions plotDimensions) { in layout() argument273 this.plotDimensions = plotDimensions; in layout()
306 SkISize plotDimensions = fAtlasConfig.plotDimensions(format); in initAtlas() local313 plotDimensions.width(), plotDimensions.height(), in initAtlas()
255 REPORTER_ASSERT(reporter, config.plotDimensions(maskFormat) == expectedPlotDimensions); in test_atlas_config()
543 SkISize plotDimensions(GrMaskFormat type) const;
683 SkISize GrDrawOpAtlasConfig::plotDimensions(GrMaskFormat type) const { in plotDimensions() function in GrDrawOpAtlasConfig