HomeSort by relevance Sort by last modified time
    Searched refs:SkPackedUnicharID (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkGlyph.h 118 struct SkPackedUnicharID : public SkPackedID {
119 SkPackedUnicharID(SkUnichar code) : SkPackedID(code) { }
120 SkPackedUnicharID(SkUnichar code, SkFixed x, SkFixed y) : SkPackedID(code, x, y) { }
121 SkPackedUnicharID() : SkPackedID() { }
SkGlyphCache.h 191 SkPackedUnicharID fPackedUnicharID;
213 CharGlyphRec* getCharGlyphRec(SkPackedUnicharID id);
SkGlyphCache.cpp 57 SkGlyphCache::CharGlyphRec* SkGlyphCache::getCharGlyphRec(SkPackedUnicharID packedUnicharID) {
75 SkPackedUnicharID packedUnicharID(charCode);
140 SkPackedUnicharID id(charCode, x, y);

Completed in 69 milliseconds