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

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

Completed in 399 milliseconds