Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp361 FX_FLOAT r_unit = (r[end_index] - r[start_index]) / (max_x - min_x); in _DrawGouraud() local
364 FX_FLOAT R = r[start_index] + (start_x - min_x) * r_unit; in _DrawGouraud()
368 R += r_unit; in _DrawGouraud()