/third_party/harfbuzz/src/ |
D | hb-ot-color.cc | 71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes() 202 return face->table.COLR->has_data (); in hb_ot_color_has_layers() 249 return face->table.SVG->has_data (); in hb_ot_color_has_svg() 287 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png() 308 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png() 311 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
|
D | hb-ot-layout-base-table.hh | 116 bool has_data () const { return u.format; } in has_data() function 157 bool has_data () const { return tag; } in has_data() function 196 if (minMaxCoord.has_data ()) in get_min_max() 265 bool has_data () const { return baseLangSysTag; } in has_data() function 290 return record.has_data () ? record.get_min_max () : this+defaultMinMax; in get_min_max() 296 bool has_data () const { return baseValues; } in has_data() function 328 bool has_data () const { return baseScriptTag; } in has_data() function 355 if (!record->has_data ()) record = &baseScriptRecords.bsearch (HB_TAG ('D','F','L','T')); in get_base_script() 356 return record->has_data () ? record->get_base_script (this) : Null (BaseScript); in get_base_script() 382 if (!base_script.has_data ()) in get_baseline() [all …]
|
D | hb-aat-layout.cc | 206 if (morx.has_data ()) in hb_aat_layout_compile_map() 213 if (mort.has_data ()) in hb_aat_layout_compile_map() 237 return face->table.morx->has_data () || in hb_aat_layout_has_substitution() 238 face->table.mort->has_data (); in hb_aat_layout_has_substitution() 248 if (morx.has_data ()) in hb_aat_layout_substitute() 257 if (mort.has_data ()) in hb_aat_layout_substitute() 304 return face->table.kerx->has_data (); in hb_aat_layout_has_positioning() 335 return face->table.trak->has_data (); in hb_aat_layout_has_tracking()
|
D | hb-ot-color-svg-table.hh | 78 bool has_data () const { return svgDocEntries; } in has_data() function 92 bool has_data () const { return table->has_data (); } in has_data() function
|
D | hb-aat-map.cc | 41 if (!face->table.feat->has_data ()) return; in add_feature() 59 if (!feature->has_data ()) in add_feature() 68 if (!feature->has_data ()) return; in add_feature()
|
D | hb-ot-glyf-table.hh | 443 bool has_data () const { return numberOfContours; } in has_data() function 1070 optional_point_t () { has_data = false; } in optional_point_t() 1071 optional_point_t (float x_, float y_) { x = x_; y = y_; has_data = true; } in optional_point_t() 1073 bool has_data; member 1095 if (unlikely (point.is_end_point && !first_oncurve.has_data && !first_offcurve.has_data)) in consume_point() 1100 if (!first_oncurve.has_data) in consume_point() 1109 if (first_offcurve.has_data) in consume_point() 1122 if (last_offcurve.has_data) in consume_point() 1149 if (first_offcurve.has_data && last_offcurve.has_data) in consume_point() 1158 if (first_offcurve.has_data && first_oncurve.has_data) in consume_point() [all …]
|
D | hb-ot-metrics.cc | 73 (face->table.TABLE->has_data () && \ in _hb_ot_metrics_get_position_common() 77 (face->table.TABLE->has_data () && \ in _hb_ot_metrics_get_position_common() 151 (face->table.TABLE->has_data () && \ in hb_ot_metrics_get_position() 154 (face->table.TABLE->has_data () && \ in hb_ot_metrics_get_position()
|
D | hb-aat-layout-feat-table.hh | 135 bool has_data () const { return nSettings; } in has_data() function 164 bool has_data () const { return version.to_int (); } in has_data() function 181 { return get_feature (feature_type).has_data (); } in exposes_feature()
|
D | hb-style.cc | 123 return face->table.OS2->has_data () in hb_style_get_value() 127 return face->table.OS2->has_data () in hb_style_get_value()
|
D | hb-ot-color-sbix-table.hh | 199 bool has_data () const { return version; } in has_data() function 212 bool has_data () const { return table->has_data (); } in has_data() function 292 if (!has_data ()) in get_png_extents()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color.cc | 71 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes() 202 return face->table.COLR->has_data (); in hb_ot_color_has_layers() 249 return face->table.SVG->has_data (); in hb_ot_color_has_svg() 287 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png() 308 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png() 311 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
|
D | hb-ot-layout-base-table.hh | 116 bool has_data () const { return u.format; } in has_data() function 157 bool has_data () const { return tag; } in has_data() function 196 if (minMaxCoord.has_data ()) in get_min_max() 265 bool has_data () const { return baseLangSysTag; } in has_data() function 290 return record.has_data () ? record.get_min_max () : this+defaultMinMax; in get_min_max() 296 bool has_data () const { return baseValues; } in has_data() function 328 bool has_data () const { return baseScriptTag; } in has_data() function 355 if (!record->has_data ()) record = &baseScriptRecords.bsearch (HB_TAG ('D','F','L','T')); in get_base_script() 356 return record->has_data () ? record->get_base_script (this) : Null (BaseScript); in get_base_script() 382 if (!base_script.has_data ()) in get_baseline() [all …]
|
D | hb-aat-layout.cc | 207 if (morx.has_data ()) in hb_aat_layout_compile_map() 214 if (mort.has_data ()) in hb_aat_layout_compile_map() 238 return face->table.morx->has_data () || in hb_aat_layout_has_substitution() 239 face->table.mort->has_data (); in hb_aat_layout_has_substitution() 249 if (morx.has_data ()) in hb_aat_layout_substitute() 260 if (mort.has_data ()) in hb_aat_layout_substitute() 309 return face->table.kerx->has_data (); in hb_aat_layout_has_positioning() 342 return face->table.trak->has_data (); in hb_aat_layout_has_tracking()
|
D | hb-ot-color-svg-table.hh | 78 bool has_data () const { return svgDocEntries; } in has_data() function 92 bool has_data () const { return table->has_data (); } in has_data() function
|
D | hb-aat-map.cc | 41 if (!face->table.feat->has_data ()) return; in add_feature() 59 if (!feature->has_data ()) in add_feature() 68 if (!feature->has_data ()) return; in add_feature()
|
D | hb-ot-glyf-table.hh | 473 bool has_data () const { return numberOfContours; } in has_data() function 1136 optional_point_t () { has_data = false; } in optional_point_t() 1137 optional_point_t (float x_, float y_) { x = x_; y = y_; has_data = true; } in optional_point_t() 1139 bool has_data; member 1161 if (unlikely (point.is_end_point && !first_oncurve.has_data && !first_offcurve.has_data)) in consume_point() 1166 if (!first_oncurve.has_data) in consume_point() 1175 if (first_offcurve.has_data) in consume_point() 1188 if (last_offcurve.has_data) in consume_point() 1215 if (first_offcurve.has_data && last_offcurve.has_data) in consume_point() 1224 if (first_offcurve.has_data && first_oncurve.has_data) in consume_point() [all …]
|
D | hb-ot-metrics.cc | 73 (face->table.TABLE->has_data () && \ in _hb_ot_metrics_get_position_common() 77 (face->table.TABLE->has_data () && \ in _hb_ot_metrics_get_position_common() 151 (face->table.TABLE->has_data () && \ in hb_ot_metrics_get_position() 154 (face->table.TABLE->has_data () && \ in hb_ot_metrics_get_position()
|
D | hb-aat-layout-feat-table.hh | 135 bool has_data () const { return nSettings; } in has_data() function 164 bool has_data () const { return version.to_int (); } in has_data() function 181 { return get_feature (feature_type).has_data (); } in exposes_feature()
|
D | hb-style.cc | 114 return face->table.OS2->has_data () in hb_style_get_value() 120 return face->table.OS2->has_data () in hb_style_get_value()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color.cc | 76 return face->table.CPAL->has_data (); in hb_ot_color_has_palettes() 227 return face->table.COLR->has_data (); in hb_ot_color_has_layers() 282 return face->table.SVG->has_data (); in hb_ot_color_has_svg() 326 return face->table.CBDT->has_data () || face->table.sbix->has_data (); in hb_ot_color_has_png() 351 if (font->face->table.sbix->has_data ()) in hb_ot_color_glyph_reference_png() 354 if (!blob->length && font->face->table.CBDT->has_data ()) in hb_ot_color_glyph_reference_png()
|
D | hb-aat-layout.cc | 197 if (morx.has_data ()) in hb_aat_layout_compile_map() 204 if (mort.has_data ()) in hb_aat_layout_compile_map() 226 return face->table.morx->has_data () || in hb_aat_layout_has_substitution() 227 face->table.mort->has_data (); in hb_aat_layout_has_substitution() 241 if (morx.has_data ()) in hb_aat_layout_substitute() 250 if (mort.has_data ()) in hb_aat_layout_substitute() 303 return face->table.kerx->has_data (); in hb_aat_layout_has_positioning() 338 return face->table.trak->has_data (); in hb_aat_layout_has_tracking()
|
D | hb-ot-color-svg-table.hh | 78 bool has_data () const { return svgDocEntries; } in has_data() function 92 bool has_data () const { return table->has_data (); } in has_data() function
|
D | hb-ot-color-sbix-table.hh | 135 bool has_data () const { return version; } in has_data() function 148 bool has_data () const { return table->has_data (); } in has_data() function 228 if (!has_data ()) in get_png_extents()
|
/third_party/cef/tests/cefclient/browser/ |
D | scheme_test.cc | 102 bool has_data = false; in Read() local 113 has_data = true; in Read() 116 return has_data; in Read()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | camtransport.c | 117 connection->has_data = FALSE; in cam_tl_connection_new() 332 connection->has_data = TRUE; in cam_tl_read_tpdu_next() 334 connection->has_data = FALSE; in cam_tl_read_tpdu_next() 338 tag_get_name (tpdu[2]), connection->has_data); in cam_tl_read_tpdu_next() 533 if (connection->has_data == TRUE && connection->empty_data < 10) { in cam_tl_read_all()
|