Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sfnt/
H A DSkOTTable_sbix.h45 struct GlyphData { struct
46 SK_OT_SHORT originOffsetX; // x offset of bitmap in pixels
47 SK_OT_SHORT originOffsetY; // y offset of bitmap in pixels (y-up)
48 SK_OT_ULONG graphicType; // 'jpg ', 'png ', 'tiff', or 'dupe'
50 SK_OT_BYTE* data() { return SkTAfter<SK_OT_BYTE>(&graphicType); } in data()
51 const SK_OT_BYTE* data() const { return SkTAfter<const SK_OT_BYTE>(&graphicType); } in data()
/aosp_15_r20/external/skia/modules/skottie/utils/
H A DTextEditor.h53 struct GlyphData { struct
71 std::vector<GlyphData> fGlyphData; argument
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DRun.h190 struct GlyphData { struct
196 std::shared_ptr<GlyphData> fGlyphData; argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_sbix.rs580 impl<'a> FontRead<'a> for GlyphData<'a> { implementation
593 pub type GlyphData<'a> = TableRef<'a, GlyphDataMarker>; typedef
595 impl<'a> GlyphData<'a> { implementation
622 impl<'a> SomeTable<'a> for GlyphData<'a> { implementation
638 impl<'a> std::fmt::Debug for GlyphData<'a> { implementation