Home
last modified time | relevance | path

Searched defs:sbix (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/sbix/
H A Dsbix.hh193 struct sbix struct
195 static constexpr hb_tag_t tableTag = HB_OT_TAG_sbix;
197 bool has_data () const { return version; } in has_data()
199 const SBIXStrike &get_strike (unsigned int i) const { return this+strikes[i]; } in get_strike()
201 struct accelerator_t
367 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
377 add_strike (hb_subset_context_t *c, unsigned i) const in add_strike()
385 bool serialize_strike_offsets (hb_subset_context_t *c) const in serialize_strike_offsets()
420 bool subset (hb_subset_context_t* c) const in subset()
431 HBUINT16 version; /* Table version number — set to 1 */
[all …]
/aosp_15_r20/external/skia/tools/fonts/
H A Dcreate_test_font_color.cpp28 SkFILEWStream sbix((SkString(prefix) += "sbix.ttx").c_str()); in export_ttx() local
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-aat-layout.c34 static hb_face_t *sbix; variable
H A Dtest-ot-color.c102 static hb_face_t *sbix = NULL; variable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dtables.rs33 pub mod sbix; module
H A Dtable_provider.rs157 fn sbix(&self) -> Result<tables::sbix::Sbix<'a>, ReadError> { in sbix() method
/aosp_15_r20/external/skia/src/ports/fontations/src/
H A Dffi.rs1360 let sbix = font_ref.sbix().ok()?; in sbix_glyph() localVariable