Searched refs:oix (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | imageop.c | 181 int oix, oiy; in imageop_scale() local 206 oix = ix * x / newx; in imageop_scale() 209 *ncp++ = *CHARP(cp, x, oix, oiy); in imageop_scale() 211 *nsp++ = *SHORTP(cp, x, oix, oiy); in imageop_scale() 213 *nlp++ = *LONGP(cp, x, oix, oiy); in imageop_scale()
|