Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp454 FX_FLOAT r_unit = (r[end_index] - r[start_index]) / (max_x - min_x); in DrawGouraud() local
457 FX_FLOAT R = r[start_index] + (start_x - min_x) * r_unit; in DrawGouraud()
461 R += r_unit; in DrawGouraud()