HomeSort by relevance Sort by last modified time
    Searched refs:gStyleName (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/bench/
MorphologyBench.cpp 25 static const char* gStyleName[] = {
40 const char* name = rad > 0 ? gStyleName[style] : "none";
BlurBench.cpp 23 static const char* gStyleName[] = {
41 const char* name = rad > 0 ? gStyleName[bs] : "none";
  /external/skia/bench/
MorphologyBench.cpp 25 static const char* gStyleName[] = {
40 const char* name = rad > 0 ? gStyleName[style] : "none";
BlurBench.cpp 22 static const char* gStyleName[] = {
40 const char* name = rad > 0 ? gStyleName[bs] : "none";
  /external/chromium_org/third_party/skia/tools/
sk_tool_utils_font.cpp 96 char const * const gStyleName[] = {
144 fprintf(out, "const char g%s%s[] =\n", name.c_str(), gStyleName[font->fDebugStyle]);
create_test_font.cpp 110 const char* gStyleName[] = {
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/
SkBlurMaskFilter.cpp     [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp     [all...]

Completed in 277 milliseconds