Home
last modified time | relevance | path

Searched defs:numPlotsX (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.h21 int numPlotsX() const { return fWidth / fPlotWidth; } in numPlotsX() function
/external/skia/src/gpu/text/
DGrBatchFontCache.cpp26 int numPlotsX = fAtlasConfigs[index].numPlotsX(); in initAtlas() local