Searched refs:markGlyphs (Results 1 – 6 of 6) sorted by relevance
/external/skia/experimental/sktext/src/ |
D | Processor.cpp | 27 this->markGlyphs(); in shape() 199 void Processor::markGlyphs() { in markGlyphs() function in skia::text::Processor
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 486 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 "",
|
D | parser.py | 252 markGlyphs = self.parse_glyphclass_(accept_glyphname=False) 254 markGlyphs = None 262 baseGlyphs, markGlyphs, ligatureGlyphs, componentGlyphs, location=location
|
D | builder.py | 1415 self, location, baseGlyphs, ligatureGlyphs, markGlyphs, componentGlyphs argument 1421 for glyph in markGlyphs:
|
/external/skia/experimental/sktext/include/ |
D | Processor.h | 171 void markGlyphs();
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 451 self.assertEqual(glyphstr([s.markGlyphs]), "m") 459 self.assertIsNone(s.markGlyphs)
|