OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_UShort
(Results
1 - 10
of
10
) sorted by null
/external/harfbuzz/src/
harfbuzz-open.c
48
ls->LookupOrderOffset =
GET_UShort
(); /* should be 0 */
49
ls->ReqFeatureIndex =
GET_UShort
();
50
count = ls->FeatureCount =
GET_UShort
();
68
fi[n] =
GET_UShort
();
99
new_offset =
GET_UShort
() + base_offset;
125
count = s->LangSysCount =
GET_UShort
();
151
new_offset =
GET_UShort
() + base_offset;
217
script_count =
GET_UShort
();
235
new_offset =
GET_UShort
() + base_offset;
317
f->FeatureParams =
GET_UShort
(); /* should be 0 *
[
all
...]
harfbuzz-gpos.c
112
new_offset =
GET_UShort
() + base_offset;
126
new_offset =
GET_UShort
() + base_offset;
140
new_offset =
GET_UShort
() + base_offset;
278
new_offset =
GET_UShort
();
300
new_offset =
GET_UShort
();
322
new_offset =
GET_UShort
();
344
new_offset =
GET_UShort
();
367
vr->XIdPlacement =
GET_UShort
();
369
(void)
GET_UShort
();
385
vr->YIdPlacement =
GET_UShort
();
[
all
...]
harfbuzz-gsub.c
76
new_offset =
GET_UShort
() + base_offset;
90
new_offset =
GET_UShort
() + base_offset;
104
new_offset =
GET_UShort
() + base_offset;
180
ss->SubstFormat =
GET_UShort
();
181
new_offset =
GET_UShort
() + base_offset;
197
ss->ssf.ssf1.DeltaGlyphID =
GET_UShort
();
207
count = ss->ssf.ssf2.GlyphCount =
GET_UShort
();
222
s[n] =
GET_UShort
();
337
count = s->GlyphCount =
GET_UShort
();
357
sub[n] =
GET_UShort
();
[
all
...]
harfbuzz-gdef.c
108
new_offset =
GET_UShort
();
131
new_offset =
GET_UShort
();
150
new_offset =
GET_UShort
();
173
new_offset =
GET_UShort
();
238
count = ap->PointCount =
GET_UShort
();
258
pi[n] =
GET_UShort
();
291
new_offset =
GET_UShort
() + base_offset;
304
count = al->GlyphCount =
GET_UShort
();
320
new_offset =
GET_UShort
() + base_offset;
396
cv->CaretValueFormat =
GET_UShort
();
[
all
...]
harfbuzz-stream-private.h
75
#define
GET_UShort
() ((HB_UShort)GET_Short())
/external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c
48
ls->LookupOrderOffset =
GET_UShort
(); /* should be 0 */
49
ls->ReqFeatureIndex =
GET_UShort
();
50
count = ls->FeatureCount =
GET_UShort
();
68
fi[n] =
GET_UShort
();
99
new_offset =
GET_UShort
() + base_offset;
125
count = s->LangSysCount =
GET_UShort
();
151
new_offset =
GET_UShort
() + base_offset;
217
script_count =
GET_UShort
();
235
new_offset =
GET_UShort
() + base_offset;
317
f->FeatureParams =
GET_UShort
(); /* should be 0 *
[
all
...]
harfbuzz-gpos.c
112
new_offset =
GET_UShort
() + base_offset;
126
new_offset =
GET_UShort
() + base_offset;
140
new_offset =
GET_UShort
() + base_offset;
278
new_offset =
GET_UShort
();
300
new_offset =
GET_UShort
();
322
new_offset =
GET_UShort
();
344
new_offset =
GET_UShort
();
367
vr->XIdPlacement =
GET_UShort
();
369
(void)
GET_UShort
();
385
vr->YIdPlacement =
GET_UShort
();
[
all
...]
harfbuzz-gsub.c
76
new_offset =
GET_UShort
() + base_offset;
90
new_offset =
GET_UShort
() + base_offset;
104
new_offset =
GET_UShort
() + base_offset;
180
ss->SubstFormat =
GET_UShort
();
181
new_offset =
GET_UShort
() + base_offset;
197
ss->ssf.ssf1.DeltaGlyphID =
GET_UShort
();
207
count = ss->ssf.ssf2.GlyphCount =
GET_UShort
();
222
s[n] =
GET_UShort
();
337
count = s->GlyphCount =
GET_UShort
();
357
sub[n] =
GET_UShort
();
[
all
...]
harfbuzz-gdef.c
108
new_offset =
GET_UShort
();
131
new_offset =
GET_UShort
();
150
new_offset =
GET_UShort
();
173
new_offset =
GET_UShort
();
238
count = ap->PointCount =
GET_UShort
();
258
pi[n] =
GET_UShort
();
291
new_offset =
GET_UShort
() + base_offset;
304
count = al->GlyphCount =
GET_UShort
();
320
new_offset =
GET_UShort
() + base_offset;
396
cv->CaretValueFormat =
GET_UShort
();
[
all
...]
harfbuzz-stream-private.h
75
#define
GET_UShort
() ((HB_UShort)GET_Short())
Completed in 233 milliseconds