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.cpp362 FX_FLOAT g_unit = (g[end_index] - g[start_index]) / (max_x - min_x); in _DrawGouraud() local
365 FX_FLOAT G = g[start_index] + (start_x - min_x) * g_unit; in _DrawGouraud()
369 G += g_unit; in _DrawGouraud()