Searched refs:SkLayerDrawLooper (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/skia/include/effects/
H A DSkLayerDrawLooper.h16 class SK_API SkLayerDrawLooper : public SkDrawLooper { class in inherits:SkDrawLooper
18 SK_DECLARE_INST_COUNT(SkLayerDrawLooper)
20 virtual ~SkLayerDrawLooper();
95 SkLayerDrawLooper();
112 explicit LayerDrawLooperContext(const SkLayerDrawLooper* looper);
160 SkLayerDrawLooper* detachLooper();
/external/skia/include/effects/
H A DSkLayerDrawLooper.h16 class SK_API SkLayerDrawLooper : public SkDrawLooper { class in inherits:SkDrawLooper
18 SK_DECLARE_INST_COUNT(SkLayerDrawLooper)
20 virtual ~SkLayerDrawLooper();
89 SkLayerDrawLooper();
106 explicit LayerDrawLooperContext(const SkLayerDrawLooper* looper);
154 SkLayerDrawLooper* detachLooper();
/external/chromium_org/third_party/skia/bench/
H A DBlurRoundRectBench.cpp13 #include "SkLayerDrawLooper.h"
43 SkLayerDrawLooper::Builder looperBuilder;
45 SkLayerDrawLooper::LayerInfo info;
46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
47 | SkLayerDrawLooper::kColorFilter_Bit;
63 SkLayerDrawLooper::LayerInfo info;
H A DRectoriBench.cpp11 #include "SkLayerDrawLooper.h"
73 SkLayerDrawLooper* createLooper(SkScalar xOff, SkScalar sigma) {
74 SkLayerDrawLooper::Builder looperBuilder;
77 SkLayerDrawLooper::LayerInfo info;
80 info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/
81 SkLayerDrawLooper::kMaskFilter_Bit;
/external/skia/bench/
H A DBlurRoundRectBench.cpp13 #include "SkLayerDrawLooper.h"
43 SkLayerDrawLooper::Builder looperBuilder;
45 SkLayerDrawLooper::LayerInfo info;
46 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
47 | SkLayerDrawLooper::kColorFilter_Bit;
63 SkLayerDrawLooper::LayerInfo info;
H A DRectoriBench.cpp11 #include "SkLayerDrawLooper.h"
73 SkLayerDrawLooper* createLooper(SkScalar xOff, SkScalar sigma) {
74 SkLayerDrawLooper::Builder looperBuilder;
77 SkLayerDrawLooper::LayerInfo info;
80 info.fPaintBits = /* SkLayerDrawLooper::kColorFilter_Bit |*/
81 SkLayerDrawLooper::kMaskFilter_Bit;
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp12 #include "SkLayerDrawLooper.h"
17 SkLayerDrawLooper::LayerInfo::LayerInfo() {
24 SkLayerDrawLooper::SkLayerDrawLooper() function in class:SkLayerDrawLooper
30 SkLayerDrawLooper::~SkLayerDrawLooper() {
39 SkLayerDrawLooper::Context* SkLayerDrawLooper::createContext(SkCanvas* canvas, void* storage) const {
62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo(
131 SkLayerDrawLooper
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp12 #include "SkLayerDrawLooper.h"
17 SkLayerDrawLooper::LayerInfo::LayerInfo() {
24 SkLayerDrawLooper::SkLayerDrawLooper() function in class:SkLayerDrawLooper
30 SkLayerDrawLooper::~SkLayerDrawLooper() {
39 SkLayerDrawLooper::Context* SkLayerDrawLooper::createContext(SkCanvas* canvas, void* storage) const {
62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo(
131 SkLayerDrawLooper
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDrawLooperBuilder.cpp62 SkLayerDrawLooper::LayerInfo info;
82 SkLayerDrawLooper::LayerInfo info;
96 info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit; // our blur
97 info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit;
H A DDrawLooperBuilder.h35 #include "third_party/skia/include/effects/SkLayerDrawLooper.h"
49 // copy the underlying SkLayerDrawLooper::Builder.
77 SkLayerDrawLooper::Builder m_skDrawLooperBuilder;
/external/chromium_org/third_party/skia/tests/
H A DLayerDrawLooperTest.cpp12 #include "SkLayerDrawLooper.h"
45 SkLayerDrawLooper::Builder looperBuilder;
46 SkLayerDrawLooper::LayerInfo layerInfo;
53 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
60 SkAutoTUnref<SkLayerDrawLooper> looper(looperBuilder.detachLooper());
85 SkLayerDrawLooper::Builder looperBuilder;
86 SkLayerDrawLooper::LayerInfo layerInfo;
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
100 SkAutoTUnref<SkLayerDrawLooper> looper(looperBuilder.detachLooper());
125 SkLayerDrawLooper
[all...]
H A DBlurTest.cpp11 #include "SkLayerDrawLooper.h"
465 static void make_noop_layer(SkLayerDrawLooper::Builder* builder) {
466 SkLayerDrawLooper::LayerInfo info;
473 static void make_blur_layer(SkLayerDrawLooper::Builder* builder, SkMaskFilter* mf) {
474 SkLayerDrawLooper::LayerInfo info;
476 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit;
485 SkLayerDrawLooper::LayerInfo info;
486 SkLayerDrawLooper::Builder builder;
/external/skia/tests/
H A DLayerDrawLooperTest.cpp12 #include "SkLayerDrawLooper.h"
45 SkLayerDrawLooper::Builder looperBuilder;
46 SkLayerDrawLooper::LayerInfo layerInfo;
53 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
60 SkAutoTUnref<SkLayerDrawLooper> looper(looperBuilder.detachLooper());
85 SkLayerDrawLooper::Builder looperBuilder;
86 SkLayerDrawLooper::LayerInfo layerInfo;
93 layerInfo.fPaintBits |= SkLayerDrawLooper::kXfermode_Bit;
100 SkAutoTUnref<SkLayerDrawLooper> looper(looperBuilder.detachLooper());
125 SkLayerDrawLooper
[all...]
H A DBlurTest.cpp11 #include "SkLayerDrawLooper.h"
465 static void make_noop_layer(SkLayerDrawLooper::Builder* builder) {
466 SkLayerDrawLooper::LayerInfo info;
473 static void make_blur_layer(SkLayerDrawLooper::Builder* builder, SkMaskFilter* mf) {
474 SkLayerDrawLooper::LayerInfo info;
476 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit;
485 SkLayerDrawLooper::LayerInfo info;
486 SkLayerDrawLooper::Builder builder;
/external/chromium_org/third_party/skia/gm/
H A Ddrawlooper.cpp13 #include "SkLayerDrawLooper.h"
58 SkLayerDrawLooper* fLooper;
76 SkLayerDrawLooper::Builder looperBuilder;
78 SkLayerDrawLooper::LayerInfo info;
79 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit;
H A Dmegalooper.cpp13 #include "SkLayerDrawLooper.h"
164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) {
165 SkLayerDrawLooper::Builder looperBuilder;
166 SkLayerDrawLooper::LayerInfo info;
168 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit |
169 SkLayerDrawLooper::kMaskFilter_Bit;
208 SkLayerDrawLooper* create4Looper(SkScalar xOff, SkScalar yOff) {
209 SkLayerDrawLooper::Builder looperBuilder;
210 SkLayerDrawLooper::LayerInfo info;
212 info.fPaintBits = SkLayerDrawLooper
[all...]
H A Dblurroundrect.cpp13 #include "SkLayerDrawLooper.h"
55 SkLayerDrawLooper::Builder looperBuilder;
57 SkLayerDrawLooper::LayerInfo info;
58 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
59 | SkLayerDrawLooper::kColorFilter_Bit;
75 SkLayerDrawLooper::LayerInfo info;
/external/skia/gm/
H A Ddrawlooper.cpp13 #include "SkLayerDrawLooper.h"
61 SkLayerDrawLooper* fLooper;
79 SkLayerDrawLooper::Builder looperBuilder;
81 SkLayerDrawLooper::LayerInfo info;
82 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit;
H A Dmegalooper.cpp13 #include "SkLayerDrawLooper.h"
164 SkLayerDrawLooper* create1Looper(SkScalar xOff, SkScalar yOff, SkColor color) {
165 SkLayerDrawLooper::Builder looperBuilder;
166 SkLayerDrawLooper::LayerInfo info;
168 info.fPaintBits = SkLayerDrawLooper::kColorFilter_Bit |
169 SkLayerDrawLooper::kMaskFilter_Bit;
208 SkLayerDrawLooper* create4Looper(SkScalar xOff, SkScalar yOff) {
209 SkLayerDrawLooper::Builder looperBuilder;
210 SkLayerDrawLooper::LayerInfo info;
212 info.fPaintBits = SkLayerDrawLooper
[all...]
H A Dblurroundrect.cpp13 #include "SkLayerDrawLooper.h"
59 SkLayerDrawLooper::Builder looperBuilder;
61 SkLayerDrawLooper::LayerInfo info;
62 info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit
63 | SkLayerDrawLooper::kColorFilter_Bit;
79 SkLayerDrawLooper::LayerInfo info;
/external/chromium_org/third_party/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp39 #include "SkLayerDrawLooper.h"
83 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)
H A DSkGlobalInitialization_default.cpp39 #include "SkLayerDrawLooper.h"
83 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)
/external/chromium_org/ui/gfx/
H A Dskia_util.cc13 #include "third_party/skia/include/effects/SkLayerDrawLooper.h"
117 SkLayerDrawLooper::Builder looper_builder;
121 SkLayerDrawLooper::LayerInfo layer_info;
122 layer_info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit;
123 layer_info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit;
/external/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp40 #include "SkLayerDrawLooper.h"
84 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)
H A DSkGlobalInitialization_default.cpp40 #include "SkLayerDrawLooper.h"
84 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)

Completed in 6507 milliseconds

12