Searched refs:LayerDrawLooperContext (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/skia/include/effects/
H A DSkLayerDrawLooper.h78 virtual size_t contextSize() const SK_OVERRIDE { return sizeof(LayerDrawLooperContext); }
110 class LayerDrawLooperContext : public SkDrawLooper::Context { class in class:SkLayerDrawLooper
112 explicit LayerDrawLooperContext(const SkLayerDrawLooper* looper);
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp41 return SkNEW_PLACEMENT_ARGS(storage, LayerDrawLooperContext, (this));
62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo(
131 SkLayerDrawLooper::LayerDrawLooperContext::LayerDrawLooperContext( function in class:SkLayerDrawLooper::LayerDrawLooperContext
134 bool SkLayerDrawLooper::LayerDrawLooperContext::next(SkCanvas* canvas,
/external/skia/include/effects/
H A DSkLayerDrawLooper.h78 virtual size_t contextSize() const SK_OVERRIDE { return sizeof(LayerDrawLooperContext); }
104 class LayerDrawLooperContext : public SkDrawLooper::Context { class in class:SkLayerDrawLooper
106 explicit LayerDrawLooperContext(const SkLayerDrawLooper* looper);
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp41 return SkNEW_PLACEMENT_ARGS(storage, LayerDrawLooperContext, (this));
62 void SkLayerDrawLooper::LayerDrawLooperContext::ApplyInfo(
131 SkLayerDrawLooper::LayerDrawLooperContext::LayerDrawLooperContext( function in class:SkLayerDrawLooper::LayerDrawLooperContext
134 bool SkLayerDrawLooper::LayerDrawLooperContext::next(SkCanvas* canvas,

Completed in 255 milliseconds