Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp397 FX_FLOAT g_unit = (g[end_index] - g[start_index]) / (max_x - min_x); in DrawGouraud() local
400 FX_FLOAT G = g[start_index] + (start_x - min_x) * g_unit; in DrawGouraud()
404 G += g_unit; in DrawGouraud()