Searched refs:gStyleName (Results 1 – 4 of 4) sorted by relevance
/external/skia/tools/ |
D | create_test_font.cpp | 47 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/ |
D | MorphologyBench.cpp | 25 static const char* gStyleName[] = { variable 40 const char* name = rad > 0 ? gStyleName[style] : "none"; in MorphologyBench()
|
D | BlurBench.cpp | 23 static const char* gStyleName[] = { variable 41 const char* name = rad > 0 ? gStyleName[bs] : "none"; in BlurBench()
|
/external/skia/src/effects/ |
D | SkBlurMaskFilter.cpp | 1290 static const char* gStyleName[kLastEnum_SkBlurStyle + 1] = { in toString() local 1294 str->appendf("style: %s ", gStyleName[fBlurStyle]); in toString()
|