Searched refs:crect (Results 1 – 1 of 1) sorted by relevance
89 static const SkRect& AsRect(const sk_rect_t& crect) { in AsRect() argument90 return reinterpret_cast<const SkRect&>(crect); in AsRect()210 void sk_pathbuilder_add_rect(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_… in sk_pathbuilder_add_rect() argument215 as_pathbuilder(cbuilder)->addRect(AsRect(*crect), dir); in sk_pathbuilder_add_rect()218 void sk_pathbuilder_add_oval(sk_pathbuilder_t* cbuilder, const sk_rect_t* crect, sk_path_direction_… in sk_pathbuilder_add_oval() argument223 as_pathbuilder(cbuilder)->addOval(AsRect(*crect), dir); in sk_pathbuilder_add_oval()238 bool sk_path_get_bounds(const sk_path_t* cpath, sk_rect_t* crect) { in sk_path_get_bounds() argument242 if (crect) { in sk_path_get_bounds()243 *crect = ToRect(SkRect::MakeEmpty()); in sk_path_get_bounds()248 if (crect) { in sk_path_get_bounds()[all …]