Lines Matching defs:top
217 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, const SkPaint* paint) { in saveLayer()
224 int SkiaCanvas::saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
233 int SkiaCanvas::saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer()
389 bool SkiaCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect()
398 bool SkiaCanvas::clipRect(float left, float top, float right, float bottom, SkClipOp op) { in clipRect()
411 bool SkiaCanvas::replaceClipRect_deprecated(float left, float top, float right, float bottom) { in replaceClipRect_deprecated()
517 void SkiaCanvas::drawRect(float left, float top, float right, float bottom, const Paint& paint) { in drawRect()
529 void SkiaCanvas::drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
546 void SkiaCanvas::drawOval(float left, float top, float right, float bottom, const Paint& paint) { in drawOval()
552 void SkiaCanvas::drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc()
591 void SkiaCanvas::drawBitmap(Bitmap& bitmap, float left, float top, const Paint* paint) { in drawBitmap()
845 uirenderer::CanvasPropertyPrimitive* top, in drawRoundRect()