Home
last modified time | relevance | path

Searched refs:hb_uint8 (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-global.h59 typedef unsigned char hb_uint8; typedef
65 typedef hb_uint8 HB_Bool;
67 typedef hb_uint8 HB_Byte;
Dharfbuzz-shaper.h50 typedef hb_uint8 hb_bitfield;
130 hb_uint8 bidiLevel;
Dharfbuzz-arabic.c844 static int getShape(hb_uint8 cell, int shape) in getShape()
920 hb_uint8 r = *ch >> 8; in shapedString()
934 hb_uint8 c = *ch & 0xff; in shapedString()
Dharfbuzz-shaper.cpp82 static const hb_uint8 breakTable[HB_LineBreak_JT+1][HB_LineBreak_JT+1] =
118 static const hb_uint8 graphemeTable[HB_Grapheme_LVT + 1][HB_Grapheme_LVT + 1] =
675 static const hb_uint8 wordbreakTable[HB_Word_ExtendNumLet + 1][HB_Word_ExtendNumLet + 1] = {
745 static const hb_uint8 sentenceBreakTable[HB_Sentence_Close + 1][HB_Sentence_Close + 1] = {
Dharfbuzz-indic.cpp926 const hb_uint8 scriptProperties[10] = {
1217 HB_STACKARRAY(hb_uint8, position, len + 4); in indic_shape_syllable()