Home
last modified time | relevance | path

Searched refs:makeGlyph (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py27 def makeGlyph(s): function
37 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])
/external/skia/src/core/
DSkChromeRemoteGlyphCache.cpp386 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()
DSkScalerContext.h289 SkGlyph makeGlyph(SkPackedGlyphID, SkArenaAlloc*);
DSkStrike.cpp258 glyph = fAlloc.make<SkGlyph>(fScalerContext->makeGlyph(packedGlyphID, &fAlloc)); in digestFor()
DSkScalerContext.cpp182 SkGlyph SkScalerContext::makeGlyph(SkPackedGlyphID packedID, SkArenaAlloc* alloc) { in makeGlyph() function in SkScalerContext
571 tmpGlyph = this->makeGlyph(origGlyph.getPackedID(), &tmpGlyphPathDataStorage); in getImage()