Home
last modified time | relevance | path

Searched defs:numPlotsY (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrLayerAtlas.cpp77 int numPlotsX, int numPlotsY) { in GrLayerAtlas()
DGrBatchAtlas.cpp140 GrBatchAtlas::GrBatchAtlas(GrTexture* texture, int numPlotsX, int numPlotsY) in GrBatchAtlas()
DGrResourceProvider.cpp162 int numPlotsX, int numPlotsY, in createAtlas()
DGrBatchAtlas.h22 int numPlotsY() const { return fHeight / fPlotWidth; } in numPlotsY() function
/external/skia/src/gpu/text/
DGrBatchFontCache.cpp27 int numPlotsY = fAtlasConfigs[index].numPlotsY(); in initAtlas() local