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

  /external/skia/include/utils/
SkNoDrawCanvas.h 70 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&,
  /external/skia/src/core/
SkOverdrawCanvas.h 49 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&, const SkPaint*) override;
SkLiteRecorder.h 69 void onDrawImageLattice(const SkImage*, const Lattice&, const SkRect&, const SkPaint*) override;
SkOverdrawCanvas.cpp 252 void SkOverdrawCanvas::onDrawImageLattice(const SkImage* image, const Lattice& lattice,
291 this->onDrawImageLattice(image.get(), lattice, dst, paint);
SkRecorder.h 117 void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst,
SkRecorder.cpp 221 this->onDrawImageLattice(image.get(), lattice, dst, paint);
239 void SkRecorder::onDrawImageLattice(const SkImage* image, const Lattice& lattice, const SkRect& dst,
SkLiteRecorder.cpp 166 void SkLiteRecorder::onDrawImageLattice(const SkImage* img,
SkPictureRecord.h 198 void onDrawImageLattice(const SkImage*, const SkCanvas::Lattice& lattice, const SkRect& dst,
SkColorSpaceXformCanvas.cpp 157 void onDrawImageLattice(const SkImage* img,
SkPictureRecord.cpp 543 void SkPictureRecord::onDrawImageLattice(const SkImage* image, const Lattice& lattice,
    [all...]
SkCanvas.cpp     [all...]
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.h 76 virtual void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst,
SkiaCanvasProxy.cpp 177 void SkiaCanvasProxy::onDrawImageLattice(const SkImage* image, const Lattice& lattice,
  /frameworks/base/libs/hwui/pipeline/skia/
DumpOpsCanvas.h 128 void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst,
  /frameworks/base/libs/hwui/tests/unit/
FatalTestCanvas.h 103 void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst,
105 ADD_FAILURE() << "onDrawImageLattice not expected in this test";
  /external/skia/src/pipe/
SkPipeCanvas.h 137 void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst,
SkPipeCanvas.cpp 491 this->onDrawImageLattice(image.get(), lattice, dst, paint);
552 void SkPipeCanvas::onDrawImageLattice(const SkImage* image, const Lattice& lattice,
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.h 88 void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst,
SkDeferredCanvas.cpp 447 void SkDeferredCanvas::onDrawImageLattice(const SkImage* image, const Lattice& lattice,
  /external/skia/tools/debugger/
SkDebugCanvas.h 228 void onDrawImageLattice(const SkImage* image, const Lattice& lattice,
SkDebugCanvas.cpp 501 void SkDebugCanvas::onDrawImageLattice(const SkImage* image, const Lattice& lattice,
  /external/skia/include/core/
SkCanvas.h     [all...]

Completed in 1379 milliseconds