HomeSort by relevance Sort by last modified time
    Searched refs:fPlotHeight (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/text/
GrAtlasManager.cpp 43 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = minPlot;
49 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = minPlot;
54 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = minPlot;
  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 192 fPlotHeight = fTextureHeight / numPlotsY;
195 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight);
244 if (width > fPlotWidth || height > fPlotHeight) {
509 int numPlotsY = fTextureHeight/fPlotHeight;
525 currPlot->reset(new Plot(i, plotIndex, 1, x, y, fPlotWidth, fPlotHeight,
566 int numPlotsY = fTextureHeight/fPlotHeight;
GrDrawOpAtlas.h 26 int fPlotHeight;
376 int fPlotHeight;
  /external/skqp/src/gpu/
GrDrawOpAtlas.cpp 161 fPlotHeight = fTextureHeight / numPlotsY;
164 SkASSERT(fPlotHeight * numPlotsY == fTextureHeight);
217 if (width > fPlotWidth || height > fPlotHeight) {
475 int numPlotsY = fTextureHeight/fPlotHeight;
484 currPlot->reset(new Plot(fNumPages, plotIndex, 1, x, y, fPlotWidth, fPlotHeight,
GrDrawOpAtlas.h 25 int fPlotHeight;
368 int fPlotHeight;
  /external/skia/tools/gpu/
GrTest.cpp 42 configs[kA8_GrMaskFormat].fPlotHeight = dim;
47 configs[kA565_GrMaskFormat].fPlotHeight = dim;
52 configs[kARGB_GrMaskFormat].fPlotHeight = dim;
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 63 fAtlasConfigs[kA8_GrMaskFormat].fPlotHeight = minPlot;
69 fAtlasConfigs[kA565_GrMaskFormat].fPlotHeight = minPlot;
74 fAtlasConfigs[kARGB_GrMaskFormat].fPlotHeight = minPlot;
  /external/skqp/tools/gpu/
GrTest.cpp 42 configs[kA8_GrMaskFormat].fPlotHeight = dim;
47 configs[kA565_GrMaskFormat].fPlotHeight = dim;
52 configs[kARGB_GrMaskFormat].fPlotHeight = dim;

Completed in 1055 milliseconds