OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3257 milliseconds