Searched defs:cdir (Results 1 – 4 of 4) sorted by relevance
27 struct cdir { struct28 long tag; /* must be 0x02014b50 */29 short version_made;30 short version_extract;31 short gp_bitflag;32 short comp_method;33 short last_mod_file_time;34 short last_mod_file_date;35 long crc32;36 long comp_size;[all …]
30 GLOBALS( in GLOBALS()
137 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction()289 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_rect()297 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_oval()
496 char *cdir; member