Home
last modified time | relevance | path

Searched refs:markGlyphs (Results 1 – 6 of 6) sorted by relevance

/external/skia/experimental/sktext/src/
DProcessor.cpp27 this->markGlyphs(); in shape()
199 void Processor::markGlyphs() { in markGlyphs() function in skia::text::Processor
/external/fonttools/Lib/fontTools/feaLib/
Dast.py486 self, baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=None argument
489 self.baseGlyphs, self.markGlyphs = (baseGlyphs, markGlyphs)
497 mark = self.markGlyphs.glyphSet() if self.markGlyphs else tuple()
505 self.markGlyphs.asFea() if self.markGlyphs else "",
Dparser.py252 markGlyphs = self.parse_glyphclass_(accept_glyphname=False)
254 markGlyphs = None
262 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
Dbuilder.py1415 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument
1421 for glyph in markGlyphs:
/external/skia/experimental/sktext/include/
DProcessor.h171 void markGlyphs();
/external/fonttools/Tests/feaLib/
Dparser_test.py451 self.assertEqual(glyphstr([s.markGlyphs]), "m")
459 self.assertIsNone(s.markGlyphs)