/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-gobject-structs.cc | 97 static hb_segment_properties_t *segment_properties_reference (hb_segment_properties_t *g) 99 hb_segment_properties_t *c = (hb_segment_properties_t *) calloc (1, sizeof (hb_segment_properties_t)); 104 static void segment_properties_destroy (hb_segment_properties_t *g) { free (g); }
|
hb-shape-plan.h | 43 const hb_segment_properties_t *props, 50 const hb_segment_properties_t *props,
|
hb-shape-plan-private.hh | 42 hb_segment_properties_t props;
|
hb-buffer.h | 65 typedef struct hb_segment_properties_t { struct 72 } hb_segment_properties_t; typedef in typeref:struct:hb_segment_properties_t 81 hb_segment_properties_equal (const hb_segment_properties_t *a, 82 const hb_segment_properties_t *b); 85 hb_segment_properties_hash (const hb_segment_properties_t *p); 164 const hb_segment_properties_t *props); 168 hb_segment_properties_t *props);
|
hb-ot-shape-private.hh | 39 hb_segment_properties_t props; 69 hb_segment_properties_t props;
|
hb-shape-plan.cc | 102 const hb_segment_properties_t *props, 323 const hb_segment_properties_t props; 381 const hb_segment_properties_t *props,
|
hb-ot-map-private.hh | 185 const hb_segment_properties_t *props_); 232 hb_segment_properties_t props;
|
hb-buffer-private.hh | 53 hb_segment_properties_t props; /* Script, language, direction */
|
hb-buffer.cc | 40 hb_segment_properties_equal (const hb_segment_properties_t *a, 41 const hb_segment_properties_t *b) 52 hb_segment_properties_hash (const hb_segment_properties_t *p) 191 hb_segment_properties_t default_props = HB_SEGMENT_PROPERTIES_DEFAULT; 981 const hb_segment_properties_t *props) 1000 hb_segment_properties_t *props)
|
hb-ot-map.cc | 73 const hb_segment_properties_t *props_)
|
hb-ot-shape.cc | 69 const hb_segment_properties_t *props,
|
/external/harfbuzz_ng/src/ |
hb-gobject-structs.cc | 97 static hb_segment_properties_t *segment_properties_reference (hb_segment_properties_t *g) 99 hb_segment_properties_t *c = (hb_segment_properties_t *) calloc (1, sizeof (hb_segment_properties_t)); 104 static void segment_properties_destroy (hb_segment_properties_t *g) { free (g); }
|
hb-shape-plan.h | 43 const hb_segment_properties_t *props, 50 const hb_segment_properties_t *props,
|
hb-shape-plan-private.hh | 42 hb_segment_properties_t props;
|
hb-buffer.h | 65 typedef struct hb_segment_properties_t { struct 72 } hb_segment_properties_t; typedef in typeref:struct:hb_segment_properties_t 81 hb_segment_properties_equal (const hb_segment_properties_t *a, 82 const hb_segment_properties_t *b); 85 hb_segment_properties_hash (const hb_segment_properties_t *p); 164 const hb_segment_properties_t *props); 168 hb_segment_properties_t *props);
|
hb-ot-shape-private.hh | 39 hb_segment_properties_t props; 69 hb_segment_properties_t props;
|
hb-shape-plan.cc | 102 const hb_segment_properties_t *props, 323 const hb_segment_properties_t props; 381 const hb_segment_properties_t *props,
|
hb-ot-map-private.hh | 185 const hb_segment_properties_t *props_); 232 hb_segment_properties_t props;
|
hb-buffer-private.hh | 53 hb_segment_properties_t props; /* Script, language, direction */
|
hb-buffer.cc | 40 hb_segment_properties_equal (const hb_segment_properties_t *a, 41 const hb_segment_properties_t *b) 52 hb_segment_properties_hash (const hb_segment_properties_t *p) 192 hb_segment_properties_t default_props = HB_SEGMENT_PROPERTIES_DEFAULT; 991 const hb_segment_properties_t *props) 1010 hb_segment_properties_t *props)
|
hb-ot-map.cc | 73 const hb_segment_properties_t *props_)
|
hb-ot-shape.cc | 70 const hb_segment_properties_t *props,
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.cpp | 818 hb_segment_properties_t props; [all...] |