Searched refs:start_c (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/ |
D | debug-sourceinfo.js | 78 var start_c = 66 + comment_line_length; variable 90 assertEquals(start_c, Debug.sourcePosition(c)); 162 assertEquals(start_c, script.locationFromPosition(start_c).position); 163 assertEquals(4, script.locationFromPosition(start_c).line - comment_lines); 164 assertEquals(12, script.locationFromPosition(start_c).column); 237 assertEquals(0 + start_c, Debug.findFunctionSourceLocation(c, 0, 0).position); 238 assertEquals(6 + start_c, Debug.findFunctionSourceLocation(c, 1, 0).position); 239 assertEquals(19 + start_c, Debug.findFunctionSourceLocation(c, 2, 0).position); 240 assertEquals(35 + start_c, Debug.findFunctionSourceLocation(c, 3, 0).position); 241 assertEquals(48 + start_c, Debug.findFunctionSourceLocation(c, 4, 0).position); [all …]
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_path.cpp | 254 FX_FLOAT start_k = 0, start_c = 0, end_k = 0, end_c = 0, start_len = 0, in _UpdateLineJoinPoints() local 267 start_c = middle_y - FXSYS_Mul(start_k, middle_x); in _UpdateLineJoinPoints() 303 if (end_y < FXSYS_Mul(start_k, end_x) + start_c) { in _UpdateLineJoinPoints() 304 outside_y = FXSYS_Mul(start_k, outside_x) + start_c + start_dc; in _UpdateLineJoinPoints() 306 outside_y = FXSYS_Mul(start_k, outside_x) + start_c - start_dc; in _UpdateLineJoinPoints() 322 FX_FLOAT start_outside_c = start_c; in _UpdateLineJoinPoints() 323 if (end_y < FXSYS_Mul(start_k, end_x) + start_c) { in _UpdateLineJoinPoints()
|