Home
last modified time | relevance | path

Searched defs:buffer (Results 5076 - 5100 of 7868) sorted by relevance

1...<<201202203204205206207208209210>>...315

/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfdriver.c166 sfnt_get_glyph_name( FT_Face face, FT_UInt glyph_index, FT_Pointer buffer, FT_UInt buffer_max ) sfnt_get_glyph_name() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-common.hh847 hb_buffer_t *buffer; global() member
866 hb_buffer_t *buffer; global() member
[all...]
H A Dhb-ot-layout.hh159 _hb_next_syllable(hb_buffer_t *buffer, unsigned int start) _hb_next_syllable() argument
172 _hb_clear_syllables(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) _hb_clear_syllables() argument
215 _hb_glyph_info_set_unicode_props(hb_glyph_info_t *info, hb_buffer_t *buffer) _hb_glyph_info_set_unicode_props() argument
362 _hb_next_grapheme(hb_buffer_t *buffer, unsigned int start) _hb_next_grapheme() argument
489 _hb_allocate_lig_id(hb_buffer_t *buffer) _hb_allocate_lig_id() argument
566 _hb_clear_substitution_flags(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) _hb_clear_substitution_flags() argument
580 _hb_buffer_allocate_unicode_vars(hb_buffer_t *buffer) _hb_buffer_allocate_unicode_vars() argument
586 _hb_buffer_deallocate_unicode_vars(hb_buffer_t *buffer) _hb_buffer_deallocate_unicode_vars() argument
592 _hb_buffer_assert_unicode_vars(hb_buffer_t *buffer) _hb_buffer_assert_unicode_vars() argument
598 _hb_buffer_allocate_gsubgpos_vars(hb_buffer_t *buffer) _hb_buffer_allocate_gsubgpos_vars() argument
606 _hb_buffer_deallocate_gsubgpos_vars(hb_buffer_t *buffer) _hb_buffer_deallocate_gsubgpos_vars() argument
614 _hb_buffer_assert_gsubgpos_vars(hb_buffer_t *buffer) _hb_buffer_assert_gsubgpos_vars() argument
[all...]
H A Dhb-ot-shape-complex-arabic.cc289 arabic_joining (hb_buffer_t *buffer) in arabic_joining() argument
346 mongolian_variation_selectors(hb_buffer_t *buffer) mongolian_variation_selectors() argument
357 setup_masks_arabic_plan(const arabic_shape_plan_t *arabic_plan, hb_buffer_t *buffer, hb_script_t script) setup_masks_arabic_plan() argument
374 setup_masks_arabic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, hb_font_t *font HB_UNUSED) setup_masks_arabic() argument
383 arabic_fallback_shape(const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) arabic_fallback_shape() argument
421 record_stch(const hb_ot_shape_plan_t *plan, hb_font_t *font HB_UNUSED, hb_buffer_t *buffer) record_stch() argument
446 apply_stch(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_buffer_t *buffer, hb_font_t *font) apply_stch() argument
[all...]
H A Dhb-ot-shape-complex-use-machine.hh426 find_syllables_use (hb_buffer_t *buffer) in find_syllables_use() argument
H A Dhb-ot-shape.cc466 hb_buffer_t *buffer; member
482 hb_set_unicode_props(hb_buffer_t *buffer) hb_set_unicode_props() argument
544 hb_insert_dotted_circle(hb_buffer_t *buffer, hb_font_t *font) hb_insert_dotted_circle() argument
573 hb_form_clusters(hb_buffer_t *buffer) hb_form_clusters() argument
587 hb_ensure_native_direction(hb_buffer_t *buffer) hb_ensure_native_direction() argument
708 hb_buffer_t *buffer = c->buffer; hb_ot_rotate_chars() local
794 hb_buffer_t *buffer = c->buffer; hb_ot_shape_initialize_masks() local
804 hb_buffer_t *buffer = c->buffer; hb_ot_shape_setup_masks() local
823 hb_ot_zero_width_default_ignorables(const hb_buffer_t *buffer) hb_ot_zero_width_default_ignorables() argument
840 hb_ot_hide_default_ignorables(hb_buffer_t *buffer, hb_font_t *font) hb_ot_hide_default_ignorables() argument
867 hb_ot_map_glyphs_fast(hb_buffer_t *buffer) hb_ot_map_glyphs_fast() argument
879 hb_synthesize_glyph_classes(hb_buffer_t *buffer) hb_synthesize_glyph_classes() argument
907 hb_buffer_t *buffer = c->buffer; hb_ot_substitute_default() local
929 hb_buffer_t *buffer = c->buffer; hb_ot_substitute_complex() local
985 zero_mark_widths_by_gdef(hb_buffer_t *buffer, bool adjust_offsets) zero_mark_widths_by_gdef() argument
1127 hb_propagate_flags(hb_buffer_t *buffer) hb_propagate_flags() argument
1207 _hb_ot_shape(hb_shape_plan_t *shape_plan, hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features) _hb_ot_shape() argument
1275 hb_ot_shape_glyphs_closure(hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features, unsigned int num_features, hb_set_t *glyphs) hb_ot_shape_glyphs_closure() argument
[all...]
H A Dtest-repacker.cc787 void* buffer = malloc (buffer_size); in test_sort_kahn_1() local
815 void* buffer = malloc (buffer_size); in test_sort_kahn_2() local
849 void* buffer = malloc (buffer_size); in test_sort_shortest() local
882 void* buffer in test_duplicate_leaf() local
918 void* buffer = malloc (buffer_size); test_duplicate_interior() local
983 void* buffer = malloc (buffer_size); test_will_overflow_1() local
996 void* buffer = malloc (buffer_size); test_will_overflow_2() local
1009 void* buffer = malloc (buffer_size); test_will_overflow_3() local
1022 void* buffer = malloc (buffer_size); test_resolve_overflows_via_sort() local
1043 void* buffer = malloc (buffer_size); test_resolve_overflows_via_duplication() local
1064 void* buffer = malloc (buffer_size); test_resolve_overflows_via_space_assignment() local
1083 void* buffer = malloc (buffer_size); test_resolve_overflows_via_isolation() local
1106 void* buffer = malloc (buffer_size); test_resolve_overflows_via_isolation_with_recursive_duplication() local
1124 void* buffer = malloc (buffer_size); test_resolve_overflows_via_isolating_16bit_space() local
1143 void* buffer = malloc (buffer_size); test_resolve_overflows_via_isolating_16bit_space_2() local
1162 void* buffer = malloc (buffer_size); test_resolve_overflows_via_isolation_spaces() local
1187 void* buffer = malloc (buffer_size); test_resolve_overflows_via_splitting_spaces() local
1208 void* buffer = malloc (buffer_size); test_resolve_overflows_via_splitting_spaces_2() local
1227 void* buffer = malloc (buffer_size); test_virtual_link() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh611 helper_cairo_line_from_buffer(helper_cairo_line_t *l, hb_buffer_t *buffer, const char *text, unsigned int text_len, int scale_bits, hb_bool_t utf8_clusters) helper_cairo_line_from_buffer() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc691 char buffer[11] = {0}; in ConvertFromNameBytes() local
/third_party/python/Modules/_io/
H A Dbytesio.c564 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer) _io_BytesIO_readinto_impl() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h406 char buffer[64], *buffer_ptr = buffer; in hash_combine_range_impl() local
497 char buffer[64]; global() member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp58 UChar *buffer; in getDisplayLanguage() local
98 UChar *buffer; getDisplayScript() local
138 UChar *buffer; getDisplayCountry() local
178 UChar *buffer; getDisplayVariant() local
218 UChar *buffer; getDisplayName() local
[all...]
H A Dloclikely.cpp53 findLikelySubtags(const char* localeID, char* buffer, int32_t bufferLength, UErrorCode* err) findLikelySubtags() argument
121 appendTag( const char* tag, int32_t tagLength, char* buffer, int32_t* bufferLength, UBool withSeparator) appendTag() argument
1185 do_canonicalize(const char* localeID, char* buffer, int32_t bufferCapacity, UErrorCode* err) do_canonicalize() argument
[all...]
H A Ducnvsel.cpp466 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status) { in ucnvsel_openFromSerialized() argument
283 ucnvsel_serialize(const UConverterSelector* sel, void* buffer, int32_t bufferCapacity, UErrorCode* status) ucnvsel_serialize() argument
H A Dustrcase.cpp1274 UChar buffer[300]; in ustrcase_mapWithOverlap() local
[all...]
H A Duts46.cpp871 UChar *buffer=punycode.getBuffer(63); // 63==maximum DNS label length in processLabel() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h404 char buffer[64], *buffer_ptr = buffer; in hash_combine_range_impl() local
495 char buffer[64] = {}; global() member
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_utils.cpp151 char buffer [1024]; in dng_show_message_f() local
384 uint16 *buffer = fNoiseBuffer.Buffer_uint16 (); in dng_dither() local
[all...]
H A Ddng_pixel_buffer.cpp442 dng_pixel_buffer::dng_pixel_buffer (const dng_pixel_buffer &buffer) in dng_pixel_buffer() argument
461 operator =(const dng_pixel_buffer &buffer) operator =() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc661 SerializeInternalToArray(const uint8* base, const FieldMetadata* field_metadata_table, int32 num_fields, bool is_deterministic, uint8* buffer) SerializeInternalToArray() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc241 bool CodedInputStream::ReadRaw(void* buffer, int size) { in ReadRaw() argument
258 ReadString(std::string* buffer, int size) ReadString() argument
277 ReadStringFallback(std::string* buffer, int size) ReadStringFallback() argument
351 DecodeVarint64KnownSize(const uint8* buffer, uint64* value) DecodeVarint64KnownSize() argument
369 ReadVarint32FromArray( uint32 first_byte, const uint8* buffer, uint32* value) ReadVarint32FromArray() argument
414 ReadVarint64FromArray( const uint8* buffer, uint64* value) ReadVarint64FromArray() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java279 static long addressOffset(ByteBuffer buffer) { in addressOffset() argument
/third_party/python/Python/
H A Dcodecs.c972 char buffer[256]; /* NAME_MAXLEN */ in PyCodec_NameReplaceErrors() local
H A Dpystrtod.c448 change_decimal_from_locale_to_dot(char* buffer) in change_decimal_from_locale_to_dot() argument
486 ensure_minimum_exponent_length(char* buffer, size_t buf_size) ensure_minimum_exponent_length() argument
554 remove_trailing_zeros(char *buffer) remove_trailing_zeros() argument
600 ensure_decimal_point(char* buffer, size_t buf_size, int precision) ensure_decimal_point() argument
714 _PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d, int precision) _PyOS_ascii_formatd() argument
[all...]
/third_party/python/Modules/
H A Dsha512module.c62 static void longReverse(SHA_INT64 *buffer, int byteCount) in longReverse() argument
277 sha512_update(SHAobject *sha_info, SHA_BYTE *buffer, Py_ssize_t count) in sha512_update() argument
[all...]

Completed in 31 milliseconds

1...<<201202203204205206207208209210>>...315