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

/external/skia/bench/
H A DMorphologyBench.cpp25 static const char* gStyleName[] = { variable
40 const char* name = rad > 0 ? gStyleName[style] : "none";
H A DBlurBench.cpp24 static const char* gStyleName[] = { variable
42 const char* name = rad > 0 ? gStyleName[bs] : "none";
/external/skqp/bench/
H A DMorphologyBench.cpp25 static const char* gStyleName[] = { variable
40 const char* name = rad > 0 ? gStyleName[style] : "none";
H A DBlurBench.cpp24 static const char* gStyleName[] = { variable
42 const char* name = rad > 0 ? gStyleName[bs] : "none";
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp1024 static const char* gStyleName[kLastEnum_SkBlurStyle + 1] = { local
1028 str->appendf("style: %s ", gStyleName[fBlurStyle]);
/external/skqp/src/effects/
H A DSkBlurMaskFilter.cpp1023 static const char* gStyleName[kLastEnum_SkBlurStyle + 1] = { local
1027 str->appendf("style: %s ", gStyleName[fBlurStyle]);

Completed in 195 milliseconds