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

  /external/skia/src/core/
SkLiteDL.h 69 void drawImageSet(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality, SkBlendMode);
SkLiteRecorder.cpp 155 fDL->drawImageSet(set, count, filterQuality, mode);
SkDevice.cpp 207 void SkBaseDevice::drawImageSet(const SkCanvas::ImageSetEntry images[], int count,
SkDevice.h 215 virtual void drawImageSet(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality,
SkLiteDL.cpp 58 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) M(DrawImageSet) \
358 struct DrawImageSet final : Op {
359 static const auto kType = Type::DrawImageSet;
360 DrawImageSet(const SkCanvas::ImageSetEntry set[], int count, SkFilterQuality quality,
604 void SkLiteDL::drawImageSet(const SkCanvas::ImageSetEntry set[], int count,
606 this->push<DrawImageSet>(0, set, count, filterQuality, mode);
SkCanvas.cpp     [all...]
  /external/skqp/src/core/
SkLiteDL.h 68 void drawImageSet(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality, SkBlendMode);
SkLiteRecorder.cpp 152 fDL->drawImageSet(set, count, filterQuality, mode);
SkDevice.cpp 215 void SkBaseDevice::drawImageSet(const SkCanvas::ImageSetEntry images[], int count,
SkDevice.h 220 virtual void drawImageSet(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality,
SkLiteDL.cpp 58 M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(DrawImageLattice) M(DrawImageSet) \
352 struct DrawImageSet final : Op {
353 static const auto kType = Type::DrawImageSet;
354 DrawImageSet(const SkCanvas::ImageSetEntry set[], int count, SkFilterQuality quality,
595 void SkLiteDL::drawImageSet(const SkCanvas::ImageSetEntry set[], int count,
597 this->push<DrawImageSet>(0, set, count, filterQuality, mode);
SkCanvas.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.h 108 void drawImageSet(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality,
SkGpuDevice.cpp     [all...]
  /external/skqp/src/gpu/
SkGpuDevice.h 110 void drawImageSet(const SkCanvas::ImageSetEntry[], int count, SkFilterQuality,
SkGpuDevice.cpp     [all...]

Completed in 420 milliseconds