Home
last modified time | relevance | path

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

/external/python/setuptools/pkg_resources/tests/
Dtest_pkg_resources.py103 zp2 = pkg_resources.ZipProvider(mod2)
105 assert sorted(zp2.resource_listdir('')) == expected_subdir
106 assert sorted(zp2.resource_listdir('/')) == expected_subdir
108 assert zp2.resource_listdir('subdir') == []
109 assert zp2.resource_listdir('subdir/') == []
/external/freetype/src/truetype/
Dttinterp.c452 exec->zp2 = exec->zp0; in TT_Load_Context()
481 exec->zp2 = exec->pts; in TT_Load_Context()
552 exec->zp2 = exec->pts; in TT_Run_Context()
4338 if ( BOUNDS( aIdx1, exc->zp2.n_points ) || in Ins_SxVTL()
4347 p2 = exc->zp2.cur + aIdx1; in Ins_SxVTL()
4861 if ( BOUNDSL( L, exc->zp2.n_points ) ) in Ins_GC()
4870 R = FAST_DUALPROJ( &exc->zp2.org[L] ); in Ins_GC()
4872 R = FAST_PROJECT( &exc->zp2.cur[L] ); in Ins_GC()
4899 if ( BOUNDS( L, exc->zp2.n_points ) ) in Ins_SCFS()
4906 K = FAST_PROJECT( &exc->zp2.cur[L] ); in Ins_SCFS()
[all …]
Dttinterp.h168 zp2, member
/external/freetype/
DChangeLog.254987 [truetype] Adjust subpixel zp2 moves and tweak rules.
4995 Split out zp2 move reversals and reorder conditional respectively.
DChangeLog.235647 and `zp2'.