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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h225 class DrawBoundedOp : public DrawOp { class in namespace:android::uirenderer
227 DrawBoundedOp(float left, float top, float right, float bottom, const SkPaint* paint) function in class:android::uirenderer::DrawBoundedOp
230 DrawBoundedOp(const Rect& localBounds, const SkPaint* paint) function in class:android::uirenderer::DrawBoundedOp
236 DrawBoundedOp(const float* points, int count, const SkPaint* paint) function in class:android::uirenderer::DrawBoundedOp
247 DrawBoundedOp(const SkPaint* paint): DrawOp(paint) { } function in class:android::uirenderer::DrawBoundedOp
603 class DrawBitmapOp : public DrawBoundedOp {
606 : DrawBoundedOp(0, 0, bitmap->width(), bitmap->height(), paint)
710 class DrawBitmapRectOp : public DrawBoundedOp {
715 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
739 class DrawBitmapMeshOp : public DrawBoundedOp {
[all...]

Completed in 91 milliseconds