Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayListOp.h241 DrawBoundedOp(float left, float top, float right, float bottom, const SkPaint* paint) in DrawBoundedOp() function
244 DrawBoundedOp(const Rect& localBounds, const SkPaint* paint) in DrawBoundedOp() function
250 DrawBoundedOp(const float* points, int count, const SkPaint* paint) in DrawBoundedOp() function
261 DrawBoundedOp(const SkPaint* paint): DrawOp(paint) { } in DrawBoundedOp() function