Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp69 FX_FLOAT start_dc = 0; in UpdateLineJoinPoints() local
89 start_dc = static_cast<FX_FLOAT>( in UpdateLineJoinPoints()
124 outside.y = (start_k * outside.x) + start_c + start_dc; in UpdateLineJoinPoints()
126 outside.y = (start_k * outside.x) + start_c - start_dc; in UpdateLineJoinPoints()
144 start_outside_c += start_dc; in UpdateLineJoinPoints()
146 start_outside_c -= start_dc; in UpdateLineJoinPoints()