OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHAPING_TABLE_LAST
(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++)
91
char buf[(
SHAPING_TABLE_LAST
- SHAPING_TABLE_FIRST + 1) * 4 + 128];
hb-ot-shape-complex-arabic-table.hh
355
#define
SHAPING_TABLE_LAST
0x06D3u
/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++)
86
char buf[(
SHAPING_TABLE_LAST
- SHAPING_TABLE_FIRST + 1) * 4 + 128];
hb-ot-shape-complex-arabic-table.hh
355
#define
SHAPING_TABLE_LAST
0x06D3u
Completed in 733 milliseconds