HomeSort by relevance Sort by last modified time
    Searched refs:MAX_FAMILIES (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
fontmgr.cpp 19 #define MAX_FAMILIES 30
59 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES);
  /external/skia/tests/
FontNamesTest.cpp 142 #define MAX_FAMILIES 1000
147 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES);

Completed in 359 milliseconds