Searched refs:BlurShadowRec (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDrawLooper.h94 struct BlurShadowRec { struct in class:SkDrawLooper
106 * then return true, and if not null, fill out the BlurShadowRec).
108 * If any of the above are not met, return false and ignore the BlurShadowRec parameter.
110 virtual bool asABlurShadow(BlurShadowRec*) const;
/external/skia/include/core/
H A DSkDrawLooper.h94 struct BlurShadowRec { struct in class:SkDrawLooper
106 * then return true, and if not null, fill out the BlurShadowRec).
108 * If any of the above are not met, return false and ignore the BlurShadowRec parameter.
110 virtual bool asABlurShadow(BlurShadowRec*) const;
/external/chromium_org/third_party/skia/src/core/
H A DSkDrawLooper.cpp63 bool SkDrawLooper::asABlurShadow(BlurShadowRec*) const {
/external/skia/src/core/
H A DSkDrawLooper.cpp63 bool SkDrawLooper::asABlurShadow(BlurShadowRec*) const {
/external/chromium_org/third_party/skia/include/effects/
H A DSkBlurDrawLooper.h61 virtual bool asABlurShadow(BlurShadowRec*) const SK_OVERRIDE;
H A DSkLayerDrawLooper.h80 virtual bool asABlurShadow(BlurShadowRec* rec) const SK_OVERRIDE;
/external/skia/include/effects/
H A DSkBlurDrawLooper.h59 virtual bool asABlurShadow(BlurShadowRec*) const SK_OVERRIDE;
H A DSkLayerDrawLooper.h80 virtual bool asABlurShadow(BlurShadowRec* rec) const SK_OVERRIDE;
/external/skia/src/effects/
H A DSkBlurDrawLooper.cpp90 bool SkBlurDrawLooper::asABlurShadow(BlurShadowRec* rec) const {
H A DSkLayerDrawLooper.cpp156 bool SkLayerDrawLooper::asABlurShadow(BlurShadowRec* bsRec) const {
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurDrawLooper.cpp100 bool SkBlurDrawLooper::asABlurShadow(BlurShadowRec* rec) const {
H A DSkLayerDrawLooper.cpp156 bool SkLayerDrawLooper::asABlurShadow(BlurShadowRec* bsRec) const {
/external/chromium_org/third_party/skia/tests/
H A DBlurTest.cpp435 SkDrawLooper::BlurShadowRec rec;
451 SkDrawLooper::BlurShadowRec rec;
/external/skia/tests/
H A DBlurTest.cpp435 SkDrawLooper::BlurShadowRec rec;
451 SkDrawLooper::BlurShadowRec rec;

Completed in 1615 milliseconds