Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp88 float start_dc = 0; in UpdateLineJoinPoints() local
108 start_dc = in UpdateLineJoinPoints()
142 outside.y = (start_k * outside.x) + start_c + start_dc; in UpdateLineJoinPoints()
144 outside.y = (start_k * outside.x) + start_c - start_dc; in UpdateLineJoinPoints()
162 start_outside_c += start_dc; in UpdateLineJoinPoints()
164 start_outside_c -= start_dc; in UpdateLineJoinPoints()