Home
last modified time | relevance | path

Searched defs:SkPackedGlyphID (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkGlyph.h24 struct SkPackedGlyphID { struct
48 1.f / (1u << (SkPackedGlyphID::kSubPixelPosLen + 1)); argument
53 constexpr explicit SkPackedGlyphID(SkGlyphID glyphID) in SkPackedGlyphID() function
56 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID() function
59 constexpr SkPackedGlyphID(SkGlyphID glyphID, uint32_t x, uint32_t y) in SkPackedGlyphID() argument
62 SkPackedGlyphID(SkGlyphID glyphID, SkPoint pt, SkIPoint mask) in SkPackedGlyphID() argument
65 constexpr explicit SkPackedGlyphID(uint32_t v) : fID{v & kMaskAll} { } in SkPackedGlyphID() function
66 constexpr SkPackedGlyphID() : fID{kImpossibleID} {} in SkPackedGlyphID() function
78 SkGlyphID glyphID() const { in glyphID()
82 uint32_t value() const { in value()
[all …]
DSkGlyphBuffer.h118 operator SkPackedGlyphID() const { return this->packedID(); } in SkPackedGlyphID() function