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

  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 11 #include "SkLayerDrawLooper.h"
16 SK_DEFINE_INST_COUNT(SkLayerDrawLooper)
18 SkLayerDrawLooper::LayerInfo::LayerInfo() {
26 SkLayerDrawLooper::SkLayerDrawLooper()
33 SkLayerDrawLooper::~SkLayerDrawLooper() {
42 SkPaint* SkLayerDrawLooper::addLayer(const LayerInfo& info) {
56 void SkLayerDrawLooper::addLayer(SkScalar dx, SkScalar dy) {
63 SkPaint* SkLayerDrawLooper::addLayerOnTop(const LayerInfo& info)
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 11 #include "SkLayerDrawLooper.h"
16 SK_DEFINE_INST_COUNT(SkLayerDrawLooper)
18 SkLayerDrawLooper::LayerInfo::LayerInfo() {
26 SkLayerDrawLooper::SkLayerDrawLooper()
33 SkLayerDrawLooper::~SkLayerDrawLooper() {
42 SkPaint* SkLayerDrawLooper::addLayer(const LayerInfo& info) {
56 void SkLayerDrawLooper::addLayer(SkScalar dx, SkScalar dy) {
63 SkPaint* SkLayerDrawLooper::addLayerOnTop(const LayerInfo& info)
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkLayerDrawLooper.h 16 class SK_API SkLayerDrawLooper : public 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/
SkLayerDrawLooper.h 16 class SK_API SkLayerDrawLooper : public 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 1683 milliseconds