Home
last modified time | relevance | path

Searched refs:other_encoding (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
DvarStore.py463 for i,other_encoding in enumerate(todo):
464 combined_chars = other_encoding.chars | encoding.chars
469 + other_encoding.overhead
472 - (combined_width - other_encoding.width) * len(other_encoding)
478 other_gain = 0 if other_encoding.best_new_encoding is None else (
479 + other_encoding.overhead
480 - (other_encoding.best_new_encoding.width - other_encoding.width) * len(other_encoding)
492 other_encoding = todo[best_idx]
493 combined_chars = other_encoding.chars | encoding.chars
496 combined_encoding.extend(other_encoding.items)
/external/u-boot/fs/btrfs/
Dconv-funcs.h149 DEFINE_CONV(btrfs_file_extent_item, generation, ram_bytes, other_encoding,
152 other_encoding)
Dbtrfs_tree.h677 __u16 other_encoding; /* spare for later use */ member
/external/kernel-headers/original/uapi/linux/
Dbtrfs_tree.h764 __le16 other_encoding; /* spare for later use */ member