OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_FAMILIES
(Results
1 - 4
of
4
) 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
);
/external/skia/gm/
fontmgr.cpp
19
#define
MAX_FAMILIES
30
59
int count = SkMin32(fm->countFamilies(),
MAX_FAMILIES
);
/external/skia/tests/
FontNamesTest.cpp
141
#define
MAX_FAMILIES
1000
146
int count = SkMin32(fm->countFamilies(),
MAX_FAMILIES
);
Completed in 181 milliseconds