Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp67 FX_FLOAT end_c = 0; in UpdateLineJoinPoints() local
95 end_c = mid_pos.y - (end_k * mid_pos.x); in UpdateLineJoinPoints()
107 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
108 outside.y = (end_k * outside.x) + end_c + end_dc; in UpdateLineJoinPoints()
110 outside.y = (end_k * outside.x) + end_c - end_dc; in UpdateLineJoinPoints()
148 FX_FLOAT end_outside_c = end_c; in UpdateLineJoinPoints()
149 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
/external/syslinux/memdisk/
Dsetup.c256 uint8_t end_h, end_s, end_c; member