Searched refs:hb_uint8 (Results 1 - 9 of 9) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-global.h59 typedef unsigned char hb_uint8; typedef
65 typedef hb_uint8 HB_Bool;
67 typedef hb_uint8 HB_Byte;
H A Dharfbuzz-shaper.h50 typedef hb_uint8 hb_bitfield;
130 hb_uint8 bidiLevel;
H A Dharfbuzz-arabic.c844 static int getShape(hb_uint8 cell, int shape)
920 hb_uint8 r = *ch >> 8;
934 hb_uint8 c = *ch & 0xff;
H A 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] = {
H A Dharfbuzz-indic.cpp926 const hb_uint8 scriptProperties[10] = {
1217 HB_STACKARRAY(hb_uint8, position, len + 4);
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-global.h66 typedef unsigned char hb_uint8; typedef
72 typedef hb_uint8 HB_Bool;
74 typedef hb_uint8 HB_Byte;
H A Dharfbuzz-shaper.h50 typedef hb_uint8 hb_bitfield;
130 hb_uint8 bidiLevel;
H A Dharfbuzz-arabic.c844 static int getShape(hb_uint8 cell, int shape)
920 hb_uint8 r = *ch >> 8;
934 hb_uint8 c = *ch & 0xff;
H A Dharfbuzz-indic.cpp926 const hb_uint8 scriptProperties[10] = {
1217 HB_STACKARRAY(hb_uint8, position, len + 4);

Completed in 879 milliseconds