Home
last modified time | relevance | path

Searched refs:get_data_size (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh87 unsigned get_data_size () const { return varDataSize; } in get_data_size() function
221 …var_data_bytes.check_range (current_tuple, hb_max (current_tuple->get_data_size (), current_tuple-… in is_valid()
227 data_offset += current_tuple->get_data_size (); in move_to_next()
574 unsigned int length = iterator.current_tuple->get_data_size (); in apply_deltas_to_points()
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c3224 static s64 get_data_size(expand_t *expand, s64 inum) in get_data_size() function
3492 expand->mft_size = get_data_size(expand, FILE_MFT); in can_expand()
3494 expand->boot_size = get_data_size(expand, FILE_Boot); in can_expand()