Home
last modified time | relevance | path

Searched defs:RangeRecord (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/
H A DRangeRecord.hh37 struct RangeRecord struct
39 typename Types::HBGlyphID first; /* First GlyphID in the range */
40 typename Types::HBGlyphID last; /* Last GlyphID in the range */
41 HBUINT16 value; /* Value */
45 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
51 int cmp (hb_codepoint_t g) const in cmp()
54 HB_INTERNAL static int cmp_range (const void *pa, const void *pb) { in cmp_range()
66 unsigned get_population () const in get_population()
90 struct Null<OT::Layout::Common::RangeRecord<Spec>> {
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcfx_cttgsubtable.h40 struct RangeRecord { struct
51 variant<absl::monostate, DataVector<uint16_t>, std::vector<RangeRecord>>; argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dlayout.rs203 impl RangeRecord { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs1086 pub fn range_records(&self) -> &'a [RangeRecord] { in range_records()
1125 pub struct RangeRecord { struct
1134 impl RangeRecord { argument
1151 impl FixedSize for RangeRecord { implementation
1155 impl sealed::Sealed for RangeRecord {} implementation
1158 unsafe impl FromBytes for RangeRecord { implementation
1163 impl<'a> SomeRecord<'a> for RangeRecord { implementation