OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numPlotsX
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/text/
GrBatchFontCache.cpp
26
int
numPlotsX
= fAtlasConfigs[index].
numPlotsX
();
31
numPlotsX
, numPlotsY,
/external/skia/src/gpu/
GrBatchAtlas.h
21
int
numPlotsX
() const { return fWidth / fPlotWidth; }
44
GrBatchAtlas(GrTexture*, int
numPlotsX
, int numPlotsY);
Completed in 83 milliseconds