Searched refs:stepG (Results 1 – 5 of 5) sorted by relevance
382 uint32_t stepG = 0; in imageParseTinyExr() local391 stepG = 1; in imageParseTinyExr()435 srcG += stepG; in imageParseTinyExr()461 srcG += stepG; in imageParseTinyExr()
210 float stepG = (float)(g2 - g1) / w; in resizeEvent() local218 int g = (int)((float)g1 + stepG*i); in resizeEvent()
328 INLINE void stepG() { in stepG() function545 L.stepG(); in rasterizeG()546 R.stepG(); in rasterizeG()
2665 double stepG = (g1 - g2) / dsize; in setDataColors() local2675 rgb.g = g1 - i * stepG; in setDataColors()