OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPOS
(Results
1 - 8
of
8
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdatatype.py
60
GPOS
= 27
122
'
GPOS
' :
GPOS
,
/external/sfntly/cpp/src/sfntly/
tag.h
61
static const int32_t
GPOS
;
tag.cc
47
const int32_t Tag::
GPOS
= TAG('G', 'P', 'O', 'S');
/external/harfbuzz_ng/src/
hb-ot-layout.cc
36
#include "hb-ot-layout-
gpos
-table.hh"
60
layout->gpos_blob = OT::Sanitizer<OT::
GPOS
>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
61
layout->
gpos
= OT::Sanitizer<OT::
GPOS
>::lock_instance (layout->gpos_blob);
93
layout->gpos_lookup_count = layout->
gpos
->get_lookup_count ();
96
layout->gpos_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->
gpos
->get_lookup_count (), sizeof (hb_ot_layout_lookup_accelerator_t));
108
layout->gpos_accels[i].init (layout->
gpos
->get_lookup (i));
143
static inline const OT::
GPOS
&
146
if (unlikely (!hb_ot_shaper_face_data_ensure (face))) return OT::Null(OT::
GPOS
);
147
return *hb_ot_layout_from_face (face)->
gpos
;
861
const OT::GPOS &
gpos
= _get_
gpos
(face);
local
[
all
...]
hb-ot-layout-private.hh
72
* GSUB/
GPOS
126
struct
GPOS
;
158
const struct OT::
GPOS
*
gpos
;
member in struct:hb_ot_layout_t
185
/* buffer var allocations, used during the GSUB/
GPOS
processing */
187
#define lig_props() var1.u8[2] /* GSUB/
GPOS
ligature tracking */
188
#define syllable() var1.u8[3] /* GSUB/
GPOS
shaping boundaries */
389
* - This is used in
GPOS
to attach marks to the right component of a ligature
398
* - This is used in
GPOS
to attach marks to the first component of a
401
* The numbers are also used in
GPOS
to do mark-to-mark positioning onl
[
all
...]
hb-ot-layout-gpos-table.hh
[
all
...]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
GPOS.py
33
class
GPOS
(dns.rdata.Rdata):
34
"""
GPOS
record
47
super(
GPOS
, self).__init__(rdclass, rdtype)
/external/fonttools/Lib/fontTools/
merge.py
430
otTables.GSUB.mergeMap = otTables.
GPOS
.mergeMap = {
437
ttLib.getTableClass('
GPOS
').mergeMap = \
803
GPOS
= font.get('
GPOS
')
805
for t in [GSUB,
GPOS
]:
828
GPOS
= font.get('
GPOS
')
830
for t in [GSUB,
GPOS
]:
Completed in 568 milliseconds