Home
last modified time | relevance | path

Searched defs:SkPackedGlyphID (Results 1 – 3 of 3) 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() argument
56 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID() argument
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() argument
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
/third_party/flutter/skia/src/core/
DSkGlyph.h27 struct SkPackedGlyphID { struct
39 constexpr explicit SkPackedGlyphID(SkGlyphID glyphID) in SkPackedGlyphID() argument
42 constexpr SkPackedGlyphID(SkGlyphID glyphID, SkFixed x, SkFixed y) in SkPackedGlyphID() argument
47 constexpr SkPackedGlyphID(SkGlyphID code, SkIPoint pt) in SkPackedGlyphID() function
50 constexpr SkPackedGlyphID() : fID{kImpossibleID} {} in SkPackedGlyphID() argument
62 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 …]