OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kAtlasCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h
98
for (int i = 0; i <
kAtlasCount
; ++i) {
120
static const int
kAtlasCount
= kLast_AtlasType + 1;
131
GrAtlas* fAtlases[
kAtlasCount
];
/external/skia/src/gpu/
GrTextStrike.h
93
for (int i = 0; i <
kAtlasCount
; ++i) {
115
static const int
kAtlasCount
= kLast_AtlasType + 1;
127
GrAtlasMgr* fAtlasMgr[
kAtlasCount
];
Completed in 408 milliseconds