Searched refs:fTypefaceIndices (Results 1 – 2 of 2) sorted by relevance
79 fTypefaceIndices[i] = random.nextULessThan(SK_ARRAY_COUNT(fTypefaces)); in onOnceBeforeDraw()83 fFont.setTypeface(fTypefaces[fTypefaceIndices[i]]); in onOnceBeforeDraw()112 fFont.setTypeface(fTypefaces[fTypefaceIndices[i]]); in onDraw()151 int fTypefaceIndices[kCnt]; member in VariedTextGM