HomeSort by relevance Sort by last modified time
    Searched refs:hb_uint8 (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz/src/
harfbuzz-global.h 59 typedef unsigned char hb_uint8; typedef
65 typedef hb_uint8 HB_Bool;
67 typedef hb_uint8 HB_Byte;
harfbuzz-shaper.h 50 typedef hb_uint8 hb_bitfield;
130 hb_uint8 bidiLevel;
harfbuzz-arabic.c 844 static int getShape(hb_uint8 cell, int shape)
920 hb_uint8 r = *ch >> 8;
934 hb_uint8 c = *ch & 0xff;
    [all...]
harfbuzz-shaper.cpp 82 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] = {
    [all...]
harfbuzz-indic.cpp 926 const hb_uint8 scriptProperties[10] = {
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-global.h 66 typedef unsigned char hb_uint8; typedef
72 typedef hb_uint8 HB_Bool;
74 typedef hb_uint8 HB_Byte;
harfbuzz-shaper.h 50 typedef hb_uint8 hb_bitfield;
130 hb_uint8 bidiLevel;
harfbuzz-arabic.c 844 static int getShape(hb_uint8 cell, int shape)
920 hb_uint8 r = *ch >> 8;
934 hb_uint8 c = *ch & 0xff;
    [all...]
harfbuzz-indic.cpp 926 const hb_uint8 scriptProperties[10] = {
    [all...]

Completed in 245 milliseconds