Home
last modified time | relevance | path

Searched refs:DrawBoundedOp (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListOp.h239 class DrawBoundedOp : public DrawOp {
241 DrawBoundedOp(float left, float top, float right, float bottom, const SkPaint* paint) in DrawBoundedOp() function
244 DrawBoundedOp(const Rect& localBounds, const SkPaint* paint) in DrawBoundedOp() function
250 DrawBoundedOp(const float* points, int count, const SkPaint* paint) in DrawBoundedOp() function
261 DrawBoundedOp(const SkPaint* paint): DrawOp(paint) { } in DrawBoundedOp() function
646 class DrawBitmapOp : public DrawBoundedOp {
649 : DrawBoundedOp(0, 0, bitmap->width(), bitmap->height(), paint) in DrawBitmapOp()
752 class DrawBitmapRectOp : public DrawBoundedOp {
757 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint), in DrawBitmapRectOp()
804 class DrawBitmapMeshOp : public DrawBoundedOp {
[all …]