HomeSort by relevance Sort by last modified time
    Searched refs:hb_position_t (Results 1 - 22 of 22) sorted by null

  /frameworks/base/core/jni/android/graphics/
HarfBuzzNGFaceSkia.h 38 HBFixedToFloat (hb_position_t v)
43 static inline hb_position_t
49 static inline hb_position_t SkScalarToHBFixed(SkScalar value) {
HarfBuzzNGFaceSkia.cpp 57 static void SkiaGetGlyphWidthAndExtents(SkPaint* paint, hb_codepoint_t codepoint, hb_position_t* width, hb_glyph_extents_t* extents)
99 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* userData)
102 hb_position_t advance = 0;
108 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_position_t* x, hb_position_t* y, void* userData)
  /external/harfbuzz_ng/src/
hb-font-private.hh 114 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); }
115 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); }
118 inline hb_position_t parent_scale_x_distance (hb_position_t v) {
120 return (hb_position_t) (v * (int64_t) this->x_scale / this->parent->x_scale);
123 inline hb_position_t parent_scale_y_distance (hb_position_t v) {
125 return (hb_position_t) (v * (int64_t) this->y_scale / this->parent->y_scale);
128 inline hb_position_t parent_scale_x_position (hb_position_t v)
    [all...]
hb-font.h 85 hb_position_t x_bearing;
86 hb_position_t y_bearing;
87 hb_position_t width;
88 hb_position_t height;
100 typedef hb_position_t (*hb_font_get_glyph_advance_func_t) (hb_font_t *font, void *font_data,
108 hb_position_t *x, hb_position_t *y,
113 typedef hb_position_t (*hb_font_get_glyph_kerning_func_t) (hb_font_t *font, void *font_data,
126 hb_position_t *x, hb_position_t *y
    [all...]
hb-font.cc 62 static hb_position_t
74 static hb_position_t
90 hb_position_t *x,
91 hb_position_t *y,
109 hb_position_t *x,
110 hb_position_t *y,
124 static hb_position_t
137 static hb_position_t
175 hb_position_t *x,
176 hb_position_t *y
    [all...]
hb-ot-font.cc 205 static hb_position_t
215 static hb_position_t
229 hb_position_t *x HB_UNUSED,
230 hb_position_t *y HB_UNUSED,
241 hb_position_t *x,
242 hb_position_t *y,
249 static hb_position_t
260 static hb_position_t
287 hb_position_t *x,
288 hb_position_t *y
    [all...]
hb-buffer.h 55 hb_position_t x_advance;
56 hb_position_t y_advance;
57 hb_position_t x_offset;
58 hb_position_t y_offset;
hb-ot-layout-gdef-table.hh 99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
123 hb_position_t x, y;
146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const
171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const
210 hb_position_t *caret_array /* OUT */) const
243 hb_position_t *caret_array /* OUT */) const
360 hb_position_t *caret_array /* OUT */) const
hb-ft.cc 89 static hb_position_t
108 static hb_position_t
130 hb_position_t *x HB_UNUSED,
131 hb_position_t *y HB_UNUSED,
142 hb_position_t *x,
143 hb_position_t *y,
160 static hb_position_t
177 static hb_position_t
213 hb_position_t *x,
214 hb_position_t *y
    [all...]
hb-ot-shape-fallback.cc 207 hb_position_t y_gap = font->y_scale / 16;
322 hb_position_t x_offset = 0, y_offset = 0;
457 hb_position_t x_kern, y_kern;
465 hb_position_t kern1 = x_kern >> 1;
466 hb_position_t kern2 = x_kern - kern1;
474 hb_position_t kern1 = y_kern >> 1;
475 hb_position_t kern2 = y_kern - kern1;
hb-ot-layout-gpos-table.hh 222 hb_position_t *x, hb_position_t *y) const
244 hb_position_t *x, hb_position_t *y) const
248 hb_position_t cx, cy;
274 hb_position_t *x, hb_position_t *y) const
309 hb_position_t *x, hb_position_t *y) const
410 hb_position_t mark_x, mark_y, base_x, base_y
    [all...]
hb-ot-layout.h 88 hb_position_t *caret_array /* OUT */);
hb-common.h 76 typedef int32_t hb_position_t; typedef
hb-buffer.cc 1505 hb_position_t total_x_advance = 0, total_y_advance = 0;
1512 hb_position_t x_advance = 0, y_advance = 0;
hb-coretext.cc     [all...]
hb-ot-layout-common-private.hh     [all...]
hb-private.hh 223 ASSERT_STATIC (sizeof (hb_position_t) == 4);
  /external/harfbuzz_ng/test/api/
test-shape.c 43 static hb_position_t
70 static hb_position_t
121 const hb_position_t output_x_advances[] = {9, 5, 5, 10};
122 const hb_position_t output_x_offsets[] = {0, -1, 0, 0};
test-font.c 116 hb_position_t x, y;
204 hb_position_t *x, hb_position_t *y,
224 hb_position_t *x, hb_position_t *y,
237 static hb_position_t
261 hb_position_t x;
262 hb_position_t y;
test-common.c 46 g_assert_cmpint (sizeof (hb_position_t), ==, 4);
  /frameworks/minikin/libs/minikin/
Layout.cpp 327 static hb_position_t harfbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* userData)
335 static hb_bool_t harfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_position_t* x, hb_position_t* y, void* userData)
373 static float HBFixedToFloat(hb_position_t v)
378 static hb_position_t HBFloatToFixed(float v)
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 454 hb_position_t x = 0, y = 0;

Completed in 652 milliseconds