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

/external/skia/samplecode/
H A DSampleTypeface.cpp73 static const int gFaceCount = SK_ARRAY_COUNT(gFaces); variable
76 SkTypeface* fFaces[gFaceCount];
81 for (int i = 0; i < gFaceCount; i++) {
90 for (int i = 0; i < gFaceCount; i++) {
120 for (int i = 0; i < gFaceCount; i++) {
H A DSampleFontScalerTest.cpp37 static const int gFaceCount = SK_ARRAY_COUNT(gFaces); variable
40 SkTypeface* fFaces[gFaceCount];
44 for (int i = 0; i < gFaceCount; i++) {
52 for (int i = 0; i < gFaceCount; i++) {

Completed in 60 milliseconds