Lines Matching refs:bottom
121 virtual status_t prepareDirty(float left, float top, float right, float bottom,
139 virtual int saveLayer(float left, float top, float right, float bottom,
142 int saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() argument
146 return saveLayer(left, top, right, bottom, &paint, flags); in saveLayerAlpha()
162 float right, float bottom) const = 0;
163 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op) = 0;
185 float left, float top, float right, float bottom, const SkPaint* paint) = 0;
188 virtual status_t drawRect(float left, float top, float right, float bottom,
191 virtual status_t drawRoundRect(float left, float top, float right, float bottom,
194 virtual status_t drawOval(float left, float top, float right, float bottom,
196 virtual status_t drawArc(float left, float top, float right, float bottom,