Searched refs:gStyleName (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A DMorphologyBench.cpp25 static const char* gStyleName[] = { variable
40 const char* name = rad > 0 ? gStyleName[style] : "none";
H A DBlurBench.cpp23 static const char* gStyleName[] = { variable
41 const char* name = rad > 0 ? gStyleName[bs] : "none";
/external/skia/bench/
H A DMorphologyBench.cpp25 static const char* gStyleName[] = { variable
40 const char* name = rad > 0 ? gStyleName[style] : "none";
H A DBlurBench.cpp22 static const char* gStyleName[] = { variable
40 const char* name = rad > 0 ? gStyleName[bs] : "none";
/external/chromium_org/third_party/skia/tools/
H A Dsk_tool_utils_font.cpp96 char const * const gStyleName[] = { member in namespace:sk_tool_utils
144 fprintf(out, "const char g%s%s[] =\n", name.c_str(), gStyleName[font->fDebugStyle]);
H A Dcreate_test_font.cpp110 const char* gStyleName[] = { variable
280 strippedStr.appendf("%s", gStyleName[style]);
406 strippedStr.appendf("%s", gStyleName[writ.fStyle]);
413 strip, strip, strip, strip, strip, strip, name, gStyleName[writ.fStyle]);
433 gStyleName[desc.fStyle], desc.fFontIndex, desc.fFile);
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp1205 static const char* gStyleName[kLastEnum_SkBlurStyle + 1] = { local
1209 str->appendf("style: %s ", gStyleName[fBlurStyle]);
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp1193 static const char* gStyleName[kLastEnum_SkBlurStyle + 1] = { local
1197 str->appendf("style: %s ", gStyleName[fBlurStyle]);

Completed in 1786 milliseconds