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

  /external/skia/src/core/
SkGlyph.h 37 // A value that can never be generated by MakeID.
51 this->initCommon(MakeID(glyph_id));
150 static uint32_t MakeID(unsigned code) {
156 static uint32_t MakeID(unsigned code, SkFixed x, SkFixed y) {
SkGlyphCache.cpp 167 uint32_t id = SkGlyph::MakeID(charCode);
194 uint32_t id = SkGlyph::MakeID(glyphID);
213 uint32_t id = SkGlyph::MakeID(glyphID);
219 uint32_t id = SkGlyph::MakeID(glyphID, x, y);
224 uint32_t id = SkGlyph::MakeID(charCode, x, y);
232 id = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode), x, y);

Completed in 890 milliseconds