Lines Matching defs:SkPackedID
29 struct SkPackedID { struct
41 SkPackedID(uint32_t code) { in SkPackedID() argument
47 SkPackedID(uint32_t code, SkFixed x, SkFixed y) { in SkPackedID() function
58 constexpr SkPackedID() : fID(kImpossibleID) {} in SkPackedID() argument
70 uint32_t code() const { in code()
74 uint32_t value() const { in value()
78 SkFixed getSubXFixed() const { in getSubXFixed()
82 SkFixed getSubYFixed() const { in getSubYFixed()
86 uint32_t hash() const { in hash()
90 SkString dump() const { in dump()
117 struct SkPackedGlyphID : public SkPackedID { argument