Home
last modified time | relevance | path

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

/external/skia/tools/
Dcreate_test_font.cpp47 const char* gStyleName[] = { variable
232 strippedStr.appendf("%s", gStyleName[style]); in output_font()
371 strippedStr.appendf("%s", gStyleName[writ.fStyle]); in generate_index()
389 strippedStr.appendf("%s", gStyleName[writ.fStyle]); in generate_index()
396 strip, strip, strip, strip, strip, strip, name, gStyleName[writ.fStyle]); in generate_index()
416 gStyleName[desc.fStyle], desc.fFontIndex, desc.fFile); in generate_index()
422 gStyleName[desc.fStyle], desc.fFontIndex, desc.fFile); in generate_index()
/external/skia/bench/
DMorphologyBench.cpp25 static const char* gStyleName[] = { variable
40 const char* name = rad > 0 ? gStyleName[style] : "none"; in MorphologyBench()
DBlurBench.cpp23 static const char* gStyleName[] = { variable
41 const char* name = rad > 0 ? gStyleName[bs] : "none"; in BlurBench()
/external/skia/src/effects/
DSkBlurMaskFilter.cpp1290 static const char* gStyleName[kLastEnum_SkBlurStyle + 1] = { in toString() local
1294 str->appendf("style: %s ", gStyleName[fBlurStyle]); in toString()