Lines Matching refs:bottom
130 virtual status_t prepareDirty(float left, float top, float right, float bottom,
148 virtual int saveLayer(float left, float top, float right, float bottom,
151 int saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() argument
155 return saveLayer(left, top, right, bottom, &paint, flags); in saveLayerAlpha()
171 float right, float bottom) const = 0;
172 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op) = 0;
194 float left, float top, float right, float bottom, const SkPaint* paint) = 0;
197 virtual status_t drawRect(float left, float top, float right, float bottom,
200 virtual status_t drawRoundRect(float left, float top, float right, float bottom,
203 virtual status_t drawOval(float left, float top, float right, float bottom,
205 virtual status_t drawArc(float left, float top, float right, float bottom,