Home
last modified time | relevance | path

Searched defs:ttf (Results 1 – 4 of 4) sorted by relevance

/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py34 def read_cmap12(ttf, glyph_to_codepoint_map, codepoint_map): argument
45 def read_gsub(ttf, glyph_to_codepoint_map, codepoint_map): argument
103 def read_cbdt(ttf): argument
/external/noto-fonts/emoji-compat/
Dcreatefont.py410 def inject_meta_into_font(ttf, flatbuffer_bin_filename): argument
480 def read_cbdt(self, ttf): argument
488 def read_cmap12(self, ttf, glyph_to_codepoint_map): argument
500 def read_gsub(self, ttf, glyph_to_codepoint_map): argument
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1174 def fixLookupOverFlows(ttf, overflowRecord): argument
1438 def fixSubTableOverFlows(ttf, overflowRecord): argument
/external/stressapptest/src/
Dos.cc348 int ttf = now - time_initialized_; in ErrorReport() local