OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GPOS
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.cc
47
const int32_t Tag::
GPOS
= TAG('G', 'P', 'O', 'S');
tag.h
61
static const int32_t
GPOS
;
/external/sfntly/cpp/src/sfntly/
tag.cc
47
const int32_t Tag::
GPOS
= TAG('G', 'P', 'O', 'S');
tag.h
61
static const int32_t
GPOS
;
/external/smack/src/org/xbill/DNS/
Type.java
94
public static final int
GPOS
= 27;
253
types.add(
GPOS
, "
GPOS
", new GPOSRecord());
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
1607
const GPOS &
gpos
= *(hb_ot_layout_from_face (c->face)->
gpos
);
local
1614
const GPOS &
gpos
= *(hb_ot_layout_from_face (c->face)->
gpos
);
local
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
1624
const GPOS &
gpos
= *(hb_ot_layout_from_face (c->face)->
gpos
);
local
1631
const GPOS &
gpos
= *(hb_ot_layout_from_face (c->face)->
gpos
);
local
[
all
...]
Completed in 2774 milliseconds