OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second_glyph
(Results
1 - 9
of
9
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
145
hb_codepoint_t
second_glyph
, ligature_glyph;
local
147
!hb_font_get_glyph (font, second_u, 0, &
second_glyph
) ||
155
component_list[num_ligatures].set (
second_glyph
);
hb-font-private.hh
325
inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
330
*x = get_glyph_h_kerning (first_glyph,
second_glyph
);
334
*y = get_glyph_v_kerning (first_glyph,
second_glyph
);
hb-font.h
114
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
394
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
hb-font.cc
729
* @
second_glyph
:
740
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
744
return font->get_glyph_kerning_for_direction (first_glyph,
second_glyph
, direction, x, y);
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh
325
inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
330
*x = get_glyph_h_kerning (first_glyph,
second_glyph
);
334
*y = get_glyph_v_kerning (first_glyph,
second_glyph
);
hb-ot-shape-complex-arabic-fallback.hh
140
hb_codepoint_t
second_glyph
, ligature_glyph;
local
142
!hb_font_get_glyph (font, second_u, 0, &
second_glyph
) ||
150
component_list[num_ligatures].set (
second_glyph
);
hb-font.h
114
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
394
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
hb-font.cc
729
* @
second_glyph
:
740
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
744
return font->get_glyph_kerning_for_direction (first_glyph,
second_glyph
, direction, x, y);
/external/chromium_org/ui/gfx/
render_text_harfbuzz.cc
139
hb_codepoint_t
second_glyph
) {
142
static_cast<uint16_t>(
second_glyph
) };
[
all
...]
Completed in 1653 milliseconds