Home | History | Annotate | Download | only in core

Lines Matching full:skrect

17 #include "SkRect.h"
47 bool SkRect::hasValidCoordinates() const {
54 void SkRect::sort() {
63 void SkRect::toQuad(SkPoint quad[4]) const {
72 void SkRect::set(const SkPoint pts[], int count) {
76 sk_bzero(this, sizeof(SkRect));
113 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right,
127 bool SkRect::intersect(const SkRect& r) {
132 void SkRect::join(SkScalar left, SkScalar top, SkScalar right,