HomeSort by relevance Sort by last modified time
    Searched refs:SkDrawLooper (Results 1 - 21 of 21) sorted by null

  /external/skia/include/core/
SkDrawLooper.h 20 /** \class SkDrawLooper
21 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
28 class SK_API SkDrawLooper : public SkFlattenable {
30 SK_DECLARE_INST_COUNT(SkDrawLooper)
69 SkDrawLooper() {}
70 SkDrawLooper(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}
SkPaint.h 15 #include "SkDrawLooper.h"
607 * Return the paint's SkDrawLooper (if any). Does not affect the looper's
610 SkDrawLooper* getLooper() const { return fLooper; }
623 SkDrawLooper* setLooper(SkDrawLooper* looper);
    [all...]
  /external/skia/legacy/include/core/
SkDrawLooper.h 18 /** \class SkDrawLooper
19 Subclasses of SkDrawLooper can be attached to a SkPaint. Where they are,
26 class SK_API SkDrawLooper : public SkFlattenable {
63 SkDrawLooper() {}
64 SkDrawLooper(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}
SkPaint.h 15 #include "SkDrawLooper.h"
627 * Return the paint's SkDrawLooper (if any). Does not affect the looper's
630 SkDrawLooper* getLooper() const { return fLooper; }
643 SkDrawLooper* setLooper(SkDrawLooper* looper);
    [all...]
  /external/skia/include/effects/
SkBlurDrawLooper.h 12 #include "SkDrawLooper.h"
23 class SK_API SkBlurDrawLooper : public SkDrawLooper {
42 // overrides from SkDrawLooper
67 typedef SkDrawLooper INHERITED;
SkLayerDrawLooper.h 11 #include "SkDrawLooper.h"
16 class SK_API SkLayerDrawLooper : public SkDrawLooper {
102 // overrides from SkDrawLooper
134 typedef SkDrawLooper INHERITED;
  /external/skia/legacy/include/effects/
SkBlurDrawLooper.h 13 #include "SkDrawLooper.h"
24 class SK_API SkBlurDrawLooper : public SkDrawLooper {
43 // overrides from SkDrawLooper
73 typedef SkDrawLooper INHERITED;
SkLayerDrawLooper.h 11 #include "SkDrawLooper.h"
16 class SK_API SkLayerDrawLooper : public SkDrawLooper {
100 // overrides from SkDrawLooper
139 typedef SkDrawLooper INHERITED;
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 38 #include "SkDrawLooper.h"
116 void setDrawLooper(SkDrawLooper*); // Note: takes an additional ref.
132 SkDrawLooper* getDrawLooper() const;
PlatformContextSkia.cpp 86 SkDrawLooper* m_looper;
447 void PlatformContextSkia::setDrawLooper(SkDrawLooper* dl)
483 SkDrawLooper* PlatformContextSkia::getDrawLooper() const
  /external/skia/tests/
QuickRejectTest.cpp 9 #include "SkDrawLooper.h"
15 class TestLooper : public SkDrawLooper {
  /external/skia/legacy/src/core/
SkPictureFlat.cpp 11 #include "SkDrawLooper.h"
171 const SkDrawLooper* drawLooper = (const SkDrawLooper*) buffer.readFlattenable();
SkPaint.cpp 400 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) {
    [all...]
SkCanvas.cpp 15 #include "SkDrawLooper.h"
308 SkDrawLooper* fLooper;
    [all...]
SkPicturePlayback.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp 423 SkDrawLooper* SkPaint::setLooper(SkDrawLooper* looper) {
    [all...]
SkCanvas.cpp 16 #include "SkDrawLooper.h"
394 SkDrawLooper* fLooper;
    [all...]
SkPicturePlayback.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 405 SkDrawLooper* looper = new SkBlurDrawLooper(m_state->shadow.blur,
  /external/skia/legacy/src/pipe/
SkGPipeRead.cpp 19 #include "SkDrawLooper.h"
34 paint->setLooper((SkDrawLooper*)obj);
  /external/skia/src/pipe/
SkGPipeRead.cpp 19 #include "SkDrawLooper.h"
36 paint->setLooper((SkDrawLooper*)obj);

Completed in 1605 milliseconds