Searched refs: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() function60 bool operator==(const SkPackedID& that) const {63 bool operator!=(const SkPackedID& that) const {66 bool operator<(SkPackedID that) const {117 struct SkPackedGlyphID : public SkPackedID { argument118 SkPackedGlyphID(SkGlyphID code) : SkPackedID(code) { } in SkPackedGlyphID()119 SkPackedGlyphID(SkGlyphID code, SkFixed x, SkFixed y) : SkPackedID(code, x, y) { } in SkPackedGlyphID()[all …]