Searched defs:SkImage (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/pipeline/skia/ |
D | DumpOpsCanvas.h | 89 void onDrawImage(const SkImage*, SkScalar dx, SkScalar dy, const SkPaint*) override { in onDrawImage() 93 void onDrawImageNine(const SkImage*, const SkIRect& center, const SkRect& dst, in onDrawImageNine() 98 void onDrawImageRect(const SkImage*, const SkRect*, const SkRect&, const SkPaint*, in onDrawImageRect() 103 void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst, in onDrawImageLattice()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | FatalTestCanvas.h | 63 void onDrawAtlas(const SkImage*, const SkRSXform[], const SkRect[], const SkColor[], int count, in onDrawAtlas() 70 void onDrawImage(const SkImage*, SkScalar dx, SkScalar dy, const SkPaint*) { in onDrawImage() 73 void onDrawImageRect(const SkImage*, const SkRect*, const SkRect&, const SkPaint*, in onDrawImageRect() 77 void onDrawImageNine(const SkImage*, const SkIRect& center, const SkRect& dst, const SkPaint*) { in onDrawImageNine() 80 void onDrawImageLattice(const SkImage*, const Lattice& lattice, const SkRect& dst, in onDrawImageLattice()
|
D | SkiaPipelineTests.cpp | 336 void onDrawImage(const SkImage*, SkScalar dx, SkScalar dy, const SkPaint*) override { in RENDERTHREAD_SKIA_PIPELINE_TEST() 370 void onDrawImage(const SkImage*, SkScalar dx, SkScalar dy, const SkPaint*) override { in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
D | RenderNodeDrawableTests.cpp | 940 void onDrawImage(const SkImage*, SkScalar dx, SkScalar dy, const SkPaint*) override { in RENDERTHREAD_TEST()
|