Home
last modified time | relevance | path

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

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