Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp402 FX_FLOAT x_span = end_x - start_x; in FillPathWithShading() local
404 FX_FLOAT axis_len_square = (x_span * x_span) + (y_span * y_span); in FillPathWithShading()
411 (((x - start_x) * x_span) + ((y - start_y) * y_span)) / in FillPathWithShading()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp131 FX_FLOAT x_span = end_x - start_x; in DrawAxialShading() local
133 FX_FLOAT axis_len_square = (x_span * x_span) + (y_span * y_span); in DrawAxialShading()
165 (((pos.x - start_x) * x_span) + ((pos.y - start_y) * y_span)) / in DrawAxialShading()