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

/frameworks/base/libs/hwui/
H A DDisplayListOp.h932 class DrawStrokableOp : public DrawBoundedOp { class in namespace:android::uirenderer
934 DrawStrokableOp(float left, float top, float right, float bottom, const SkPaint* paint) function in class:android::uirenderer::DrawStrokableOp
936 DrawStrokableOp(const Rect& localBounds, const SkPaint* paint) function in class:android::uirenderer::DrawStrokableOp
959 class DrawRectOp : public DrawStrokableOp {
962 : DrawStrokableOp(left, top, right, bottom, paint) {}
975 DrawStrokableOp::onDefer(renderer, deferInfo, state);
1009 class DrawRoundRectOp : public DrawStrokableOp {
1013 : DrawStrokableOp(left, top, right, bottom, paint), mRx(rx), mRy(ry) {}
1026 DrawStrokableOp::onDefer(renderer, deferInfo, state);
1068 class DrawCircleOp : public DrawStrokableOp {
[all...]

Completed in 54 milliseconds