Searched refs:xif (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dcairo-templates.h421 guint32 xif = round((x - xf) * 255), yif = round((y - yf) * 255); local
440 guint32 iu = (255-xif) * c00 + xif * c10;
441 guint32 il = (255-xif) * c01 + xif * c11;
454 guint32 xif = round((x - xf) * 255), yif = round((y - yf) * 255); local
468 guint32 iu = (255-xif) * p00 + xif * p10;
469 guint32 il = (255-xif) * p01 + xif * p1
[all...]

Completed in 97 milliseconds