Home
last modified time | relevance | path

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

/external/skia/tests/
DFontNamesTest.cpp144 #define MAX_FAMILIES 1000 macro
149 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in test_systemfonts()
/external/skqp/tests/
DFontNamesTest.cpp144 #define MAX_FAMILIES 1000 macro
149 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in test_systemfonts()
/external/skqp/gm/
Dfontmgr.cpp20 #define MAX_FAMILIES 30 macro
84 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in onDraw()
/external/skia/gm/
Dfontmgr.cpp20 #define MAX_FAMILIES 30 macro
83 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES); in onDraw()