Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp69 float start_dc = 0; in UpdateLineJoinPoints() local
89 start_dc = in UpdateLineJoinPoints()
123 outside.y = (start_k * outside.x) + start_c + start_dc; in UpdateLineJoinPoints()
125 outside.y = (start_k * outside.x) + start_c - start_dc; in UpdateLineJoinPoints()
143 start_outside_c += start_dc; in UpdateLineJoinPoints()
145 start_outside_c -= start_dc; in UpdateLineJoinPoints()