Home
last modified time | relevance | path

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

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