Searched defs:SkPackedGlyphID (Results 1 – 2 of 2) sorted by relevance
24 struct SkPackedGlyphID { struct48 1.f / (1u << (SkPackedGlyphID::kSubPixelPosLen + 1)); argument53 constexpr explicit SkPackedGlyphID(SkGlyphID glyphID) in SkPackedGlyphID() function56 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID() function59 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() function78 SkGlyphID glyphID() const { in glyphID()82 uint32_t value() const { in value()[all …]
118 operator SkPackedGlyphID() const { return this->packedID(); } in SkPackedGlyphID() function