Searched defs:GlyphData (Results 1 – 4 of 4) sorted by relevance
45 struct GlyphData { struct46 SK_OT_SHORT originOffsetX; // x offset of bitmap in pixels47 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()
53 struct GlyphData { struct71 std::vector<GlyphData> fGlyphData; argument
190 struct GlyphData { struct196 std::shared_ptr<GlyphData> fGlyphData; argument
580 impl<'a> FontRead<'a> for GlyphData<'a> { implementation593 pub type GlyphData<'a> = TableRef<'a, GlyphDataMarker>; typedef595 impl<'a> GlyphData<'a> { implementation622 impl<'a> SomeTable<'a> for GlyphData<'a> { implementation638 impl<'a> std::fmt::Debug for GlyphData<'a> { implementation