Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp65 FX_FLOAT start_c = 0; in UpdateLineJoinPoints() local
87 start_c = mid_pos.y - (start_k * mid_pos.x); in UpdateLineJoinPoints()
123 if (end_pos.y < (start_k * end_pos.x) + start_c) 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()
142 FX_FLOAT start_outside_c = start_c; in UpdateLineJoinPoints()
143 if (end_pos.y < (start_k * end_pos.x) + start_c) in UpdateLineJoinPoints()
/external/syslinux/memdisk/
Dsetup.c254 uint8_t start_h, start_s, start_c; member