Home
last modified time | relevance | path

Searched refs:pthis (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/api/
DCldrPath.java406 CldrPath pthis = this; in equals() local
408 if (!pthis.localEquals(other)) { in equals()
411 pthis = pthis.getParent(); in equals()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py972 pthis = coords[j]
975 plast = ((pthis[0]+plast[0])/2, (pthis[1]+plast[1])/2)
978 pnext = ((pthis[0]+pnext[0])/2, (pthis[1]+pnext[1])/2)
979 bbox = calcQuadraticBounds(plast, pthis, pnext)