Home
last modified time | relevance | path

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

/third_party/skia/tests/
DFontNamesTest.cpp144 #define MAX_FAMILIES 1000 macro
149 int count = std::min(fm->countFamilies(), MAX_FAMILIES); in test_systemfonts()
/third_party/skia/gm/
Dfontmgr.cpp35 #define MAX_FAMILIES 30 macro
92 int count = std::min(fm->countFamilies(), MAX_FAMILIES); in onDraw()