Searched defs:DrawBoundedOp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 1080 milliseconds