HomeSort by relevance Sort by last modified time
    Searched defs:numPlotsY (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/text/
GrBatchFontCache.cpp 27 int numPlotsY = fAtlasConfigs[index].numPlotsY();
31 numPlotsX, numPlotsY,
  /external/skia/src/gpu/
GrBatchAtlas.h 22 int numPlotsY() const { return fHeight / fPlotWidth; }
44 GrBatchAtlas(GrTexture*, int numPlotsX, int numPlotsY);

Completed in 51 milliseconds