OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHAPING_TABLE_FIRST
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
60
OT::GlyphID glyphs[SHAPING_TABLE_LAST -
SHAPING_TABLE_FIRST
+ 1];
61
OT::GlyphID substitutes[SHAPING_TABLE_LAST -
SHAPING_TABLE_FIRST
+ 1];
65
for (hb_codepoint_t u =
SHAPING_TABLE_FIRST
; u < SHAPING_TABLE_LAST + 1; u++)
67
hb_codepoint_t s = shaping_table[u -
SHAPING_TABLE_FIRST
][feature_index];
91
char buf[(SHAPING_TABLE_LAST -
SHAPING_TABLE_FIRST
+ 1) * 4 + 128];
hb-ot-shape-complex-arabic-table.hh
354
#define
SHAPING_TABLE_FIRST
0x0621u
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh
52
OT::GlyphID glyphs[SHAPING_TABLE_LAST -
SHAPING_TABLE_FIRST
+ 1];
53
OT::GlyphID substitutes[SHAPING_TABLE_LAST -
SHAPING_TABLE_FIRST
+ 1];
57
for (hb_codepoint_t u =
SHAPING_TABLE_FIRST
; u < SHAPING_TABLE_LAST + 1; u++)
59
hb_codepoint_t s = shaping_table[u -
SHAPING_TABLE_FIRST
][feature_index];
86
char buf[(SHAPING_TABLE_LAST -
SHAPING_TABLE_FIRST
+ 1) * 4 + 128];
hb-ot-shape-complex-arabic-table.hh
354
#define
SHAPING_TABLE_FIRST
0x0621u
Completed in 49 milliseconds