Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyph.h29 struct SkPackedID { struct
41 SkPackedID(uint32_t code) { in SkPackedID() argument
47 SkPackedID(uint32_t code, SkFixed x, SkFixed y) { in SkPackedID() function
58 constexpr SkPackedID() : fID(kImpossibleID) {} in SkPackedID() function
70 uint32_t code() const { in code()
74 uint32_t value() const { in value()
78 SkFixed getSubXFixed() const { in getSubXFixed()
82 SkFixed getSubYFixed() const { in getSubYFixed()
86 uint32_t hash() const { in hash()
90 SkString dump() const { in dump()
[all …]