Home
last modified time | relevance | path

Searched refs:chars_len (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-directwrite.cc576 unsigned int chars_len = 0; in _hb_directwrite_shape() local
580 buffer->info[i].utf16_index () = chars_len; in _hb_directwrite_shape()
582 textString[chars_len++] = c; in _hb_directwrite_shape()
584 textString[chars_len++] = 0xFFFDu; in _hb_directwrite_shape()
587 textString[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_directwrite_shape()
588 textString[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); in _hb_directwrite_shape()
592 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_directwrite_shape()
594 chars_len = 0; in _hb_directwrite_shape()
599 log_clusters[chars_len++] = cluster; in _hb_directwrite_shape()
601 log_clusters[chars_len in _hb_directwrite_shape()
[all...]
H A Dhb-uniscribe.cc621 unsigned int chars_len = 0; in _hb_uniscribe_shape() local
625 buffer->info[i].utf16_index() = chars_len; in _hb_uniscribe_shape()
627 pchars[chars_len++] = c; in _hb_uniscribe_shape()
629 pchars[chars_len++] = 0xFFFDu; in _hb_uniscribe_shape()
631 pchars[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_uniscribe_shape()
632 pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); in _hb_uniscribe_shape()
636 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
637 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape()
642 chars_len = 0; in _hb_uniscribe_shape()
647 log_clusters[chars_len in _hb_uniscribe_shape()
[all...]
H A Dhb-coretext.cc704 unsigned int chars_len = 0; in _hb_coretext_shape() local
708 pchars[chars_len++] = c; in _hb_coretext_shape()
710 pchars[chars_len++] = 0xFFFDu; in _hb_coretext_shape()
712 pchars[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_coretext_shape()
713 pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); in _hb_coretext_shape()
717 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, ((void)nullptr) /*nothing*/); in _hb_coretext_shape()
718 chars_len = 0; in _hb_coretext_shape()
723 log_clusters[chars_len++] = cluster; in _hb_coretext_shape()
725 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_coretext_shape()
772 pchars, chars_len, in _hb_coretext_shape()
[all...]
H A Dhb-ms-feature-ranges.cc140 unsigned int chars_len, in hb_ms_make_feature_ranges()
149 for (unsigned int i = chars_offset; i < chars_len; i++) in hb_ms_make_feature_ranges()
137 hb_ms_make_feature_ranges(hb_vector_t<hb_ms_feature_t> &feature_records, hb_vector_t<hb_ms_range_record_t> &range_records, unsigned int chars_offset, unsigned int chars_len, uint16_t *log_clusters, hb_vector_t<hb_ms_features_t*> &range_features, hb_vector_t<uint32_t> &range_counts ) hb_ms_make_feature_ranges() argument
H A Dhb-ms-feature-ranges.hh91 unsigned int chars_len,

Completed in 5 milliseconds