OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hb_uint8
(Results
1 - 5
of
5
) sorted by null
/external/harfbuzz/src/
harfbuzz-global.h
63
typedef unsigned char
hb_uint8
;
typedef
69
typedef
hb_uint8
HB_Bool;
71
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
80
static const
hb_uint8
breakTable[HB_LineBreak_JT+1][HB_LineBreak_JT+1] =
116
static const
hb_uint8
graphemeTable[HB_Grapheme_LVT + 1][HB_Grapheme_LVT + 1] =
673
static const
hb_uint8
wordbreakTable[HB_Word_ExtendNumLet + 1][HB_Word_ExtendNumLet + 1] = {
743
static const
hb_uint8
sentenceBreakTable[HB_Sentence_Close + 1][HB_Sentence_Close + 1] = {
[
all
...]
harfbuzz-indic.cpp
926
const
hb_uint8
scriptProperties[10] = {
[
all
...]
Completed in 658 milliseconds