Searched refs:gStyleName (Results 1 - 6 of 6) 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.cpp22 static const char* gStyleName[] = { variable
40 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/src/effects/
H A DSkBlurMaskFilter.cpp1193 static const char* gStyleName[kLastEnum_SkBlurStyle + 1] = { local
1197 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 195 milliseconds