HomeSort by relevance Sort by last modified time
    Searched refs:SkLayerDrawLooper (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/include/effects/
SkLayerDrawLooper.h 16 class SK_API SkLayerDrawLooper : public 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/include/effects/
SkLayerDrawLooper.h 16 class SK_API SkLayerDrawLooper : public SkDrawLooper {
18 SK_DECLARE_INST_COUNT(SkLayerDrawLooper)
20 virtual ~SkLayerDrawLooper();
95 SkLayerDrawLooper();
112 explicit LayerDrawLooperContext(const SkLayerDrawLooper* looper);
160 SkLayerDrawLooper* detachLooper();
  /external/chromium_org/third_party/skia/bench/
BlurRoundRectBench.cpp 13 #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;
RectoriBench.cpp 11 #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/
BlurRoundRectBench.cpp 13 #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;
RectoriBench.cpp 11 #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/
SkLayerDrawLooper.cpp 12 #include "SkLayerDrawLooper.h"
17 SkLayerDrawLooper::LayerInfo::LayerInfo() {
24 SkLayerDrawLooper::SkLayerDrawLooper()
30 SkLayerDrawLooper::~SkLayerDrawLooper() {
39 SkLayerDrawLooper::Context* SkLayerDrawLooper::createContext(SkCanvas* canvas, void* storage) const {
62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo(
131 SkLayerDrawLooper::LayerDrawLooperContext::LayerDrawLooperContext
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 12 #include "SkLayerDrawLooper.h"
17 SkLayerDrawLooper::LayerInfo::LayerInfo() {
24 SkLayerDrawLooper::SkLayerDrawLooper()
30 SkLayerDrawLooper::~SkLayerDrawLooper() {
39 SkLayerDrawLooper::Context* SkLayerDrawLooper::createContext(SkCanvas* canvas, void* storage) const {
62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo(
131 SkLayerDrawLooper::LayerDrawLooperContext::LayerDrawLooperContext
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DrawLooperBuilder.cpp 62 SkLayerDrawLooper::LayerInfo info;
82 SkLayerDrawLooper::LayerInfo info;
96 info.fPaintBits |= SkLayerDrawLooper::kMaskFilter_Bit; // our blur
97 info.fPaintBits |= SkLayerDrawLooper::kColorFilter_Bit;
DrawLooperBuilder.h 35 #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/
LayerDrawLooperTest.cpp 12 #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::Builder looperBuilder
    [all...]
BlurTest.cpp 11 #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/
LayerDrawLooperTest.cpp 12 #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::Builder looperBuilder
    [all...]
BlurTest.cpp 11 #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/
drawlooper.cpp 13 #include "SkLayerDrawLooper.h"
58 SkLayerDrawLooper* fLooper;
76 SkLayerDrawLooper::Builder looperBuilder;
78 SkLayerDrawLooper::LayerInfo info;
79 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit;
megalooper.cpp 13 #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::kColorFilter_Bit
    [all...]
blurroundrect.cpp 13 #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/
drawlooper.cpp 13 #include "SkLayerDrawLooper.h"
61 SkLayerDrawLooper* fLooper;
79 SkLayerDrawLooper::Builder looperBuilder;
81 SkLayerDrawLooper::LayerInfo info;
82 info.fPaintBits = SkLayerDrawLooper::kStyle_Bit | SkLayerDrawLooper::kMaskFilter_Bit;
megalooper.cpp 13 #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::kColorFilter_Bit
    [all...]
blurroundrect.cpp 13 #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/
SkGlobalInitialization_chromium.cpp 39 #include "SkLayerDrawLooper.h"
83 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)
SkGlobalInitialization_default.cpp 39 #include "SkLayerDrawLooper.h"
83 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)
  /external/chromium_org/ui/gfx/
skia_util.cc 13 #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/
SkGlobalInitialization_chromium.cpp 40 #include "SkLayerDrawLooper.h"
84 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)
SkGlobalInitialization_default.cpp 40 #include "SkLayerDrawLooper.h"
84 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkLayerDrawLooper)

Completed in 2088 milliseconds

1 2