Searched refs:SHAPING_TABLE_FIRST (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh60 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];
H A Dhb-ot-shape-complex-arabic-table.hh354 #define SHAPING_TABLE_FIRST 0x0621u macro
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh52 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];
H A Dhb-ot-shape-complex-arabic-table.hh354 #define SHAPING_TABLE_FIRST 0x0621u macro

Completed in 123 milliseconds