Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp255 start_dc = 0, end_len = 0, end_dc = 0; in _UpdateLineJoinPoints() local
269 start_dc = (FX_FLOAT)FXSYS_fabs( in _UpdateLineJoinPoints()
304 outside_y = FXSYS_Mul(start_k, outside_x) + start_c + start_dc; in _UpdateLineJoinPoints()
306 outside_y = FXSYS_Mul(start_k, outside_x) + start_c - start_dc; in _UpdateLineJoinPoints()
324 start_outside_c += start_dc; in _UpdateLineJoinPoints()
326 start_outside_c -= start_dc; in _UpdateLineJoinPoints()