OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_FAMILIES
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/gm/
fontmgr.cpp
19
#define
MAX_FAMILIES
30
88
int count = SkMin32(fm->countFamilies(),
MAX_FAMILIES
);
/external/chromium_org/third_party/skia/tests/
FontNamesTest.cpp
141
#define
MAX_FAMILIES
1000
146
int count = SkMin32(fm->countFamilies(),
MAX_FAMILIES
);
Completed in 277 milliseconds