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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h1117 class DrawStrokableOp : public DrawBoundedOp { class in namespace:android::uirenderer
1119 DrawStrokableOp(float left, float top, float right, float bottom, SkPaint* paint) function in class:android::uirenderer::DrawStrokableOp
1142 class DrawRectOp : public DrawStrokableOp {
1145 : DrawStrokableOp(left, top, right, bottom, paint) {}
1158 DrawStrokableOp::onDefer(renderer, deferInfo, state);
1192 class DrawRoundRectOp : public DrawStrokableOp {
1196 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1214 class DrawCircleOp : public DrawStrokableOp {
1217 : DrawStrokableOp(x - radius, y - radius, x + radius, y + radius, paint),
1236 class DrawOvalOp : public DrawStrokableOp {
[all...]

Completed in 35 milliseconds