hb_position_t    1434 third_party/harfbuzz-ng/src/hb-buffer.cc   hb_position_t total_x_advance = 0, total_y_advance = 0;
hb_position_t    1441 third_party/harfbuzz-ng/src/hb-buffer.cc   hb_position_t x_advance = 0, y_advance = 0;
hb_position_t      55 third_party/harfbuzz-ng/src/hb-buffer.h   hb_position_t  x_advance;
hb_position_t      56 third_party/harfbuzz-ng/src/hb-buffer.h   hb_position_t  y_advance;
hb_position_t      57 third_party/harfbuzz-ng/src/hb-buffer.h   hb_position_t  x_offset;
hb_position_t      58 third_party/harfbuzz-ng/src/hb-buffer.h   hb_position_t  y_offset;
hb_position_t     114 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); }
hb_position_t     115 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); }
hb_position_t     118 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t parent_scale_x_distance (hb_position_t v) {
hb_position_t     120 third_party/harfbuzz-ng/src/hb-font-private.hh       return (hb_position_t) (v * (int64_t) this->x_scale / this->parent->x_scale);
hb_position_t     123 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t parent_scale_y_distance (hb_position_t v) {
hb_position_t     125 third_party/harfbuzz-ng/src/hb-font-private.hh       return (hb_position_t) (v * (int64_t) this->y_scale / this->parent->y_scale);
hb_position_t     128 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t parent_scale_x_position (hb_position_t v) {
hb_position_t     131 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t parent_scale_y_position (hb_position_t v) {
hb_position_t     135 third_party/harfbuzz-ng/src/hb-font-private.hh   inline void parent_scale_distance (hb_position_t *x, hb_position_t *y) {
hb_position_t     139 third_party/harfbuzz-ng/src/hb-font-private.hh   inline void parent_scale_position (hb_position_t *x, hb_position_t *y) {
hb_position_t     162 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t get_glyph_h_advance (hb_codepoint_t glyph)
hb_position_t     169 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t get_glyph_v_advance (hb_codepoint_t glyph)
hb_position_t     177 third_party/harfbuzz-ng/src/hb-font-private.hh 				       hb_position_t *x, hb_position_t *y)
hb_position_t     186 third_party/harfbuzz-ng/src/hb-font-private.hh 				       hb_position_t *x, hb_position_t *y)
hb_position_t     194 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
hb_position_t     201 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
hb_position_t     219 third_party/harfbuzz-ng/src/hb-font-private.hh 					    hb_position_t *x, hb_position_t *y)
hb_position_t     254 third_party/harfbuzz-ng/src/hb-font-private.hh 					       hb_position_t *x, hb_position_t *y)
hb_position_t     267 third_party/harfbuzz-ng/src/hb-font-private.hh 					     hb_position_t *x, hb_position_t *y)
hb_position_t     277 third_party/harfbuzz-ng/src/hb-font-private.hh 					      hb_position_t *x, hb_position_t *y)
hb_position_t     284 third_party/harfbuzz-ng/src/hb-font-private.hh 	hb_position_t dx, dy;
hb_position_t     294 third_party/harfbuzz-ng/src/hb-font-private.hh 	hb_position_t dx, dy;
hb_position_t     303 third_party/harfbuzz-ng/src/hb-font-private.hh 					      hb_position_t *x, hb_position_t *y)
hb_position_t     305 third_party/harfbuzz-ng/src/hb-font-private.hh     hb_position_t origin_x, origin_y;
hb_position_t     315 third_party/harfbuzz-ng/src/hb-font-private.hh 						   hb_position_t *x, hb_position_t *y)
hb_position_t     317 third_party/harfbuzz-ng/src/hb-font-private.hh     hb_position_t origin_x, origin_y;
hb_position_t     327 third_party/harfbuzz-ng/src/hb-font-private.hh 					       hb_position_t *x, hb_position_t *y)
hb_position_t     352 third_party/harfbuzz-ng/src/hb-font-private.hh 						       hb_position_t *x, hb_position_t *y)
hb_position_t     405 third_party/harfbuzz-ng/src/hb-font-private.hh   inline hb_position_t em_scale (int16_t v, int scale) { return (hb_position_t) (v * (int64_t) scale / face->get_upem ()); }
hb_position_t      62 third_party/harfbuzz-ng/src/hb-font.cc static hb_position_t
hb_position_t      74 third_party/harfbuzz-ng/src/hb-font.cc static hb_position_t
hb_position_t      90 third_party/harfbuzz-ng/src/hb-font.cc 				hb_position_t *x,
hb_position_t      91 third_party/harfbuzz-ng/src/hb-font.cc 				hb_position_t *y,
hb_position_t     109 third_party/harfbuzz-ng/src/hb-font.cc 				hb_position_t *x,
hb_position_t     110 third_party/harfbuzz-ng/src/hb-font.cc 				hb_position_t *y,
hb_position_t     124 third_party/harfbuzz-ng/src/hb-font.cc static hb_position_t
hb_position_t     137 third_party/harfbuzz-ng/src/hb-font.cc static hb_position_t
hb_position_t     175 third_party/harfbuzz-ng/src/hb-font.cc 				     hb_position_t *x,
hb_position_t     176 third_party/harfbuzz-ng/src/hb-font.cc 				     hb_position_t *y,
hb_position_t     449 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t
hb_position_t     467 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t
hb_position_t     490 third_party/harfbuzz-ng/src/hb-font.cc 			    hb_position_t *x, hb_position_t *y)
hb_position_t     511 third_party/harfbuzz-ng/src/hb-font.cc 			    hb_position_t *x, hb_position_t *y)
hb_position_t     528 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t
hb_position_t     547 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t
hb_position_t     591 third_party/harfbuzz-ng/src/hb-font.cc 				 hb_position_t *x, hb_position_t *y)
hb_position_t     657 third_party/harfbuzz-ng/src/hb-font.cc 					 hb_position_t *x, hb_position_t *y)
hb_position_t     678 third_party/harfbuzz-ng/src/hb-font.cc 					hb_position_t *x, hb_position_t *y)
hb_position_t     699 third_party/harfbuzz-ng/src/hb-font.cc 					hb_position_t *x, hb_position_t *y)
hb_position_t     720 third_party/harfbuzz-ng/src/hb-font.cc 					     hb_position_t *x, hb_position_t *y)
hb_position_t     742 third_party/harfbuzz-ng/src/hb-font.cc 					 hb_position_t *x, hb_position_t *y)
hb_position_t     788 third_party/harfbuzz-ng/src/hb-font.cc 					    hb_position_t *x, hb_position_t *y)
hb_position_t      85 third_party/harfbuzz-ng/src/hb-font.h   hb_position_t x_bearing;
hb_position_t      86 third_party/harfbuzz-ng/src/hb-font.h   hb_position_t y_bearing;
hb_position_t      87 third_party/harfbuzz-ng/src/hb-font.h   hb_position_t width;
hb_position_t      88 third_party/harfbuzz-ng/src/hb-font.h   hb_position_t height;
hb_position_t     100 third_party/harfbuzz-ng/src/hb-font.h typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data,
hb_position_t     108 third_party/harfbuzz-ng/src/hb-font.h 						      hb_position_t *x, hb_position_t *y,
hb_position_t     113 third_party/harfbuzz-ng/src/hb-font.h typedef hb_position_t (*hb_font_get_glyph_kerning_func_t) (hb_font_t *font, void *font_data,
hb_position_t     126 third_party/harfbuzz-ng/src/hb-font.h 							     hb_position_t *x, hb_position_t *y,
hb_position_t     326 third_party/harfbuzz-ng/src/hb-font.h hb_position_t
hb_position_t     329 third_party/harfbuzz-ng/src/hb-font.h hb_position_t
hb_position_t     336 third_party/harfbuzz-ng/src/hb-font.h 			    hb_position_t *x, hb_position_t *y);
hb_position_t     340 third_party/harfbuzz-ng/src/hb-font.h 			    hb_position_t *x, hb_position_t *y);
hb_position_t     342 third_party/harfbuzz-ng/src/hb-font.h hb_position_t
hb_position_t     345 third_party/harfbuzz-ng/src/hb-font.h hb_position_t
hb_position_t     357 third_party/harfbuzz-ng/src/hb-font.h 				 hb_position_t *x, hb_position_t *y);
hb_position_t     375 third_party/harfbuzz-ng/src/hb-font.h 					 hb_position_t *x, hb_position_t *y);
hb_position_t     380 third_party/harfbuzz-ng/src/hb-font.h 					hb_position_t *x, hb_position_t *y);
hb_position_t     385 third_party/harfbuzz-ng/src/hb-font.h 					hb_position_t *x, hb_position_t *y);
hb_position_t     390 third_party/harfbuzz-ng/src/hb-font.h 					     hb_position_t *x, hb_position_t *y);
hb_position_t     396 third_party/harfbuzz-ng/src/hb-font.h 					 hb_position_t *x, hb_position_t *y);
hb_position_t     408 third_party/harfbuzz-ng/src/hb-font.h 					    hb_position_t *x, hb_position_t *y);
hb_position_t      84 third_party/harfbuzz-ng/src/hb-ft.cc static hb_position_t
hb_position_t     100 third_party/harfbuzz-ng/src/hb-ft.cc static hb_position_t
hb_position_t     122 third_party/harfbuzz-ng/src/hb-ft.cc 			  hb_position_t *x HB_UNUSED,
hb_position_t     123 third_party/harfbuzz-ng/src/hb-ft.cc 			  hb_position_t *y HB_UNUSED,
hb_position_t     134 third_party/harfbuzz-ng/src/hb-ft.cc 			  hb_position_t *x,
hb_position_t     135 third_party/harfbuzz-ng/src/hb-ft.cc 			  hb_position_t *y,
hb_position_t     152 third_party/harfbuzz-ng/src/hb-ft.cc static hb_position_t
hb_position_t     169 third_party/harfbuzz-ng/src/hb-ft.cc static hb_position_t
hb_position_t     205 third_party/harfbuzz-ng/src/hb-ft.cc 			       hb_position_t *x,
hb_position_t     206 third_party/harfbuzz-ng/src/hb-ft.cc 			       hb_position_t *y,
hb_position_t    1102 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh   inline hb_position_t get_x_delta (hb_font_t *font) const
hb_position_t    1105 third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh   inline hb_position_t get_y_delta (hb_font_t *font) const
hb_position_t      99 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh   inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
hb_position_t     121 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh   inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
hb_position_t     123 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh     hb_position_t x, y;
hb_position_t     146 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh   inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
hb_position_t     171 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh   inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
hb_position_t     210 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh 				      hb_position_t *caret_array /* OUT */) const
hb_position_t     243 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh 				      hb_position_t *caret_array /* OUT */) const
hb_position_t     360 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh 				      hb_position_t *caret_array /* OUT */) const
hb_position_t     222 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh 			  hb_position_t *x, hb_position_t *y) const
hb_position_t     244 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh 			  hb_position_t *x, hb_position_t *y) const
hb_position_t     248 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh       hb_position_t cx, cy;
hb_position_t     274 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh 			  hb_position_t *x, hb_position_t *y) const
hb_position_t     309 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh 			  hb_position_t *x, hb_position_t *y) const
hb_position_t     410 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh     hb_position_t mark_x, mark_y, base_x, base_y;
hb_position_t     909 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh     hb_position_t entry_x, entry_y, exit_x, exit_y;
hb_position_t     915 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh     hb_position_t d;
hb_position_t      88 third_party/harfbuzz-ng/src/hb-ot-layout.h 				  hb_position_t  *caret_array /* OUT */);
hb_position_t     205 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc   hb_position_t y_gap = font->y_scale / 16;
hb_position_t     320 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc   hb_position_t x_offset = 0, y_offset = 0;
hb_position_t     453 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc     hb_position_t x_kern, y_kern;
hb_position_t     461 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       hb_position_t kern1 = x_kern >> 1;
hb_position_t     462 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       hb_position_t kern2 = x_kern - kern1;
hb_position_t     470 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       hb_position_t kern1 = y_kern >> 1;
hb_position_t     471 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc       hb_position_t kern2 = y_kern - kern1;
hb_position_t     117 third_party/harfbuzz-ng/src/hb-private.hh ASSERT_STATIC (sizeof (hb_position_t) == 4);