Home
last modified time | relevance | path

Searched refs:point_t (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-cs-common.hh95 struct point_t struct
112 void move (const point_t &d) { move_x (d.x); move_y (d.y); } in move()
202 const point_t &get_pt () const { return pt; } in get_pt()
204 void moveto (const point_t &pt_ ) { pt = pt_; } in moveto()
220 point_t pt;
241 static void moveto (ENV &env, PARAM& param, const point_t &pt) {} in moveto()
242 static void line (ENV &env, PARAM& param, const point_t &pt1) {} in line()
243 static void curve (ENV &env, PARAM& param, const point_t &pt1, const point_t &pt2, const point_t in line()
[all...]
H A Dhb-ot-cff1-table.cc276 void update (const point_t &pt) in update()
297 void offset (const point_t &delta) in offset()
308 point_t min;
309 point_t max;
333 static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt) in moveto()
339 static void line (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1) in line()
350 static void curve (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve()
372 point_t delt in process_seac()
[all...]
H A Dhb-ot-cff2-table.cc52 void update_bounds (const point_t &pt) in update_bounds()
69 static void moveto (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt) in moveto()
75 static void line (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1) in line()
86 static void curve (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1, const point_t &pt2, const point_t &pt3) in curve()
155 void move_to (const point_t &p) in move_to()
158 void line_to (const point_t &p) in line_to()
161 void cubic_to (const point_t &p1, const point_t
[all...]
/third_party/zlib/examples/
H A Dzran.c91 index->list = malloc(sizeof(point_t) * index->mode); in add_point()
101 point_t *next = realloc(index->list, sizeof(point_t) * index->mode); in add_point()
110 point_t *next = (point_t *)(index->list) + index->have++; in add_point()
232 point_t *list = realloc(index->list, sizeof(point_t) * index->have); in deflate_index_build()
347 point_t *point = index->list; in deflate_index_extract()
H A Dzran.h15 } point_t; typedef
22 point_t *list; // allocated list of access points

Completed in 4 milliseconds