Searched defs:SkPackedGlyphID (Results 1 – 3 of 3) sorted by relevance
24 struct SkPackedGlyphID { struct48 1.f / (1u << (SkPackedGlyphID::kSubPixelPosLen + 1)); argument53 constexpr explicit SkPackedGlyphID(SkGlyphID glyphID) in SkPackedGlyphID() argument56 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID() argument59 constexpr SkPackedGlyphID(SkGlyphID glyphID, uint32_t x, uint32_t y) in SkPackedGlyphID() argument62 SkPackedGlyphID(SkGlyphID glyphID, SkPoint pt, SkIPoint mask) in SkPackedGlyphID() argument65 constexpr explicit SkPackedGlyphID(uint32_t v) : fID{v & kMaskAll} { } in SkPackedGlyphID() function66 constexpr SkPackedGlyphID() : fID{kImpossibleID} {} in SkPackedGlyphID() argument78 SkGlyphID glyphID() const { in glyphID()82 uint32_t value() const { in value()[all …]
118 operator SkPackedGlyphID() const { return this->packedID(); } in SkPackedGlyphID() function
27 struct SkPackedGlyphID { struct39 constexpr explicit SkPackedGlyphID(SkGlyphID glyphID) in SkPackedGlyphID() argument42 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID() argument47 constexpr SkPackedGlyphID(SkGlyphID code, SkIPoint pt) in SkPackedGlyphID() function50 constexpr SkPackedGlyphID() : fID{kImpossibleID} {} in SkPackedGlyphID() argument62 uint32_t code() const { in code()66 uint32_t value() const { in value()70 SkFixed getSubXFixed() const { in getSubXFixed()74 SkFixed getSubYFixed() const { in getSubYFixed()78 uint32_t hash() const { in hash()[all …]