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

/external/skia/src/core/
H A DSkGlyph.h109 struct SkPackedGlyphID : public SkPackedID { struct in inherits:SkPackedID
110 SkPackedGlyphID(SkGlyphID code) : SkPackedID(code) { } function in struct:SkPackedGlyphID
111 SkPackedGlyphID(SkGlyphID code, SkFixed x, SkFixed y) : SkPackedID(code, x, y) { } function in struct:SkPackedGlyphID
112 SkPackedGlyphID() : SkPackedID() { } function in struct:SkPackedGlyphID
158 void initWithGlyphID(SkPackedGlyphID glyph_id) {
246 SkPackedGlyphID getPackedID() const {
270 static SkPackedGlyphID GetKey(const SkGlyph& glyph) {
273 static uint32_t Hash(SkPackedGlyphID glyphId) {
287 SkPackedGlyphID fID;
/external/skqp/src/core/
H A DSkGlyph.h109 struct SkPackedGlyphID : public SkPackedID { struct in inherits:SkPackedID
110 SkPackedGlyphID(SkGlyphID code) : SkPackedID(code) { } function in struct:SkPackedGlyphID
111 SkPackedGlyphID(SkGlyphID code, SkFixed x, SkFixed y) : SkPackedID(code, x, y) { } function in struct:SkPackedGlyphID
112 SkPackedGlyphID() : SkPackedID() { } function in struct:SkPackedGlyphID
158 void initWithGlyphID(SkPackedGlyphID glyph_id) {
246 SkPackedGlyphID getPackedID() const {
270 static SkPackedGlyphID GetKey(const SkGlyph& glyph) {
273 static uint32_t Hash(SkPackedGlyphID glyphId) {
287 SkPackedGlyphID fID;

Completed in 221 milliseconds