Searched defs:SkPackedID (Results 1 – 1 of 1) sorted by relevance
29 struct SkPackedID { struct41 SkPackedID(uint32_t code) { in SkPackedID() argument47 SkPackedID(uint32_t code, SkFixed x, SkFixed y) { in SkPackedID() function58 constexpr SkPackedID() : fID(kImpossibleID) {} in SkPackedID() function70 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()[all …]