Searched defs:SkLayerDrawLooper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp11 #include "SkLayerDrawLooper.h"
16 SkLayerDrawLooper::LayerInfo::LayerInfo() {
24 SkLayerDrawLooper::SkLayerDrawLooper() function in class:SkLayerDrawLooper
31 SkLayerDrawLooper::~SkLayerDrawLooper() {
40 SkPaint* SkLayerDrawLooper::addLayer(const LayerInfo& info) {
54 void SkLayerDrawLooper::addLayer(SkScalar dx, SkScalar dy) {
61 SkPaint* SkLayerDrawLooper::addLayerOnTop(const LayerInfo& info) {
78 void SkLayerDrawLooper
223 SkLayerDrawLooper::SkLayerDrawLooper(SkFlattenableReadBuffer& buffer) function in class:SkLayerDrawLooper
[all...]
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp11 #include "SkLayerDrawLooper.h"
16 SkLayerDrawLooper::LayerInfo::LayerInfo() {
24 SkLayerDrawLooper::SkLayerDrawLooper() function in class:SkLayerDrawLooper
31 SkLayerDrawLooper::~SkLayerDrawLooper() {
40 SkPaint* SkLayerDrawLooper::addLayer(const LayerInfo& info) {
54 void SkLayerDrawLooper::addLayer(SkScalar dx, SkScalar dy) {
61 SkPaint* SkLayerDrawLooper::addLayerOnTop(const LayerInfo& info) {
78 void SkLayerDrawLooper
223 SkLayerDrawLooper::SkLayerDrawLooper(SkFlattenableReadBuffer& buffer) function in class:SkLayerDrawLooper
[all...]
/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 SkLayerDrawLooper();
21 virtual ~SkLayerDrawLooper();
110 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkLayerDrawLooper)
113 SkLayerDrawLooper(SkFlattenableReadBuffer&);
/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 SkLayerDrawLooper();
21 virtual ~SkLayerDrawLooper();
110 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkLayerDrawLooper)
113 SkLayerDrawLooper(SkFlattenableReadBuffer&);

Completed in 1086 milliseconds