OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCache32
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/effects/gradients/
SkGradientShaderPriv.h
133
const SkPMColor*
getCache32
();
SkSweepGradient.cpp
84
const SkPMColor* SK_RESTRICT cache = fCache->
getCache32
();
SkRadialGradient.cpp
199
const SkPMColor* SK_RESTRICT cache = fCache->
getCache32
();
SkTwoPointConicalGradient.cpp
245
const SkPMColor* SK_RESTRICT cache = fCache->
getCache32
();
SkGradientShader.cpp
581
const SkPMColor* SkGradientShaderBase::GradientShaderCache::
getCache32
() {
680
(void)cache->
getCache32
();
[
all
...]
SkLinearGradient.cpp
304
const SkPMColor* SK_RESTRICT cache = fCache->
getCache32
();
Completed in 3303 milliseconds