Home
last modified time | relevance | path

Searched refs:crect (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/c/
Dsk_surface.cpp89 static const SkRect& AsRect(const sk_rect_t& crect) { in AsRect() argument
90 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() argument
215 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() argument
223 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() argument
242 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 …]