Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleFontScalerTest.cpp36 static const int gFaceCount = SK_ARRAY_COUNT(gFaces); variable
39 sk_sp<SkTypeface> fFaces[gFaceCount];
43 for (int i = 0; i < gFaceCount; i++) { in FontScalerTestView()