Lines Matching refs:Shape
8 #include "experimental/graphite/src/geom/Shape.h"
16 Shape& Shape::operator=(const Shape& shape) {
29 bool Shape::conservativeContains(const Rect& rect) const {
40 bool Shape::conservativeContains(float2 point) const {
51 bool Shape::closed() const {
62 bool Shape::convex(bool simpleFill) const {
72 Rect Shape::bounds() const {
83 SkPath Shape::asPath() const {