Searched refs:makeGlyph (Results 1 – 5 of 5) sorted by relevance
27 def makeGlyph(s): function37 return [makeGlyph(g) for g in l]244 g = makeGlyph(line[1])365 glyph = makeGlyph(line[1])431 glyph = makeGlyph(line[1])651 glyph = makeGlyph(line[0])668 glyphs.append(makeGlyph(line[0]))923 glyph = makeGlyph(line[0])932 glyph = makeGlyph(line[0])954 glyph = makeGlyph(line[0])
386 fPathsToSend.emplace_back(fContext->makeGlyph(packedGlyphID, &fAlloc)); in digestFor()391 fDrawablesToSend.emplace_back(fContext->makeGlyph(packedGlyphID, &fAlloc)); in digestFor()396 fMasksToSend.emplace_back(fContext->makeGlyph(packedGlyphID, &fAlloc)); in digestFor()
289 SkGlyph makeGlyph(SkPackedGlyphID, SkArenaAlloc*);
258 glyph = fAlloc.make<SkGlyph>(fScalerContext->makeGlyph(packedGlyphID, &fAlloc)); in digestFor()
182 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID, SkArenaAlloc* alloc) { in makeGlyph() function in SkScalerContext571 tmpGlyph = this->makeGlyph(origGlyph.getPackedID(), &tmpGlyphPathDataStorage); in getImage()