Home
last modified time | relevance | path

Searched refs:MAX_FAMILIES (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dfontmgr.cpp19 #define MAX_FAMILIES 30 macro
59 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in onDraw()
/external/skia/tests/
DFontNamesTest.cpp141 #define MAX_FAMILIES 1000 macro
146 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in test_systemfonts()
/external/chromium_org/third_party/skia/tests/
DFontNamesTest.cpp141 #define MAX_FAMILIES 1000 macro
146 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in test_systemfonts()
/external/chromium_org/third_party/skia/gm/
Dfontmgr.cpp19 #define MAX_FAMILIES 30 macro
88 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in onDraw()