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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h997 class DrawStrokableOp : public DrawBoundedOp { class in namespace:android::uirenderer
999 DrawStrokableOp(float left, float top, float right, float bottom, const SkPaint* paint) function in class:android::uirenderer::DrawStrokableOp
1001 DrawStrokableOp(const Rect& localBounds, const SkPaint* paint) function in class:android::uirenderer::DrawStrokableOp
1024 class DrawRectOp : public DrawStrokableOp {
1027 : DrawStrokableOp(left, top, right, bottom, paint) {}
1040 DrawStrokableOp::onDefer(renderer, deferInfo, state);
1074 class DrawRoundRectOp : public DrawStrokableOp {
1078 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1091 DrawStrokableOp::onDefer(renderer, deferInfo, state);
1133 class DrawCircleOp : public DrawStrokableOp {
[all...]

Completed in 93 milliseconds