Home
last modified time | relevance | path

Searched refs:fpgm (Results 1 – 16 of 16) sorted by relevance

/external/fonttools/Tests/ttLib/tables/
D_f_p_g_m_test.py6 fpgm = table__f_p_g_m()
7 assert not bool(fpgm)
10 fpgm.program = p
11 assert not bool(fpgm)
15 assert bool(fpgm)
18 assert not bool(fpgm)
/external/fonttools/Snippets/
Dsubset-fpgm.py13 fpgm = font['fpgm'] variable
16 asm = fpgm.program.getAssembly()
56 fpgm.program.fromAssembly(asm)
58 fpgm.program.getBytecode()
/external/fonttools/Lib/fontTools/varLib/
Dmutator.py331 fpgm = varfont['fpgm']
332 asm = fpgm.program.getAssembly()
334 fpgm = newTable('fpgm')
335 fpgm.program = ttProgram.Program()
336 varfont['fpgm'] = fpgm
344 fpgm.program.fromAssembly(asm)
/external/sfntly/cpp/src/sfntly/
Dtag.cc36 const int32_t Tag::fpgm = TAG('f', 'p', 'g', 'm'); member in sfntly::Tag
96 Tag::fpgm,
Dtag.h44 static const int32_t fpgm; member
/external/sfntly/cpp/src/test/
Dtest_data.cc47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
/external/fonttools/Doc/source/
Dttx.rst43 feat, fpgm, fvar, gasp, gcid, glyf, gvar, hdmx, head, hhea, hmtx,
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc793 Tag::prep, Tag::glyf, Tag::hmtx, Tag::fpgm, Tag::EBDT, in Subset()
/external/freetype/
DChangeLog.281697 [truetype] Avoid reexecution of `fpgm' and `prep' in case of error.
1708 (TT_RunIns): Don't enforce reexecution of `fpgm' and `prep' bytecode
3042 (tt_size_ready_bytecode): Don't run `prep' table if `fpgm' table is
DChangeLog.241892 (sph_set_tweaks): Re-execute fpgm always.
2109 of fpgm & prep table checksums for FA-Gothic, FA-Minchou,
4399 [truetype] FT_LOAD_PEDANTIC now affects `prep' and `fpgm' also.
4856 [truetype] Identify the tricky fonts by cvt/fpgm/prep checksums.
4862 (tt_check_trickyness_sfnt_ids): this checking cvt/fpgm/prep.
5378 `fpgm' and `prep' tables are executed again in next interpretation.
DChangeLog.221020 `tt_face_load_fpgm' returns `FT_Err_Ok' if `fpgm' doesn't exist.
2694 Move code that runs fpgm to tt_size_run_fpgm.
DChangeLog.27441 `loca', `cvt', `fpgm', and `prep' table.
DChangeLog.251523 * src/truetype/ttinterp.c (TT_RunIns): Force reexecution of `fpgm'
3188 * src/base/ftobjs.c (FT_Load_Glyph): Check size of `fpgm' and `prep'
DChangeLog.262664 [truetype] Better protection against malformed `fpgm' (#46223).
2667 malformed `fpgm' table more than once.
/external/fonttools/
DNEWS.rst1525 - Assembly code in the fpgm, prep, and glyf tables is now indented in
/external/freetype/docs/
DCHANGES1836 of Type42-persistent subtables (`cvt ', `fpgm', and `prep') when