OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second_glyph
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
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-private.hh
428
inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
433
*x = get_glyph_h_kerning (first_glyph,
second_glyph
);
437
*y = get_glyph_v_kerning (first_glyph,
second_glyph
);
hb-font.h
143
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
492
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
hb-font.cc
1000
* @
second_glyph
:
1011
hb_codepoint_t first_glyph, hb_codepoint_t
second_glyph
,
1015
return font->get_glyph_kerning_for_direction (first_glyph,
second_glyph
, direction, x, y);
[
all
...]
Completed in 450 milliseconds