Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp254 FX_FLOAT start_k = 0, start_c = 0, end_k = 0, end_c = 0, start_len = 0, in _UpdateLineJoinPoints() local
273 end_k = FXSYS_Div(end_y - middle_y, end_x - middle_x); in _UpdateLineJoinPoints()
274 end_c = middle_y - FXSYS_Mul(end_k, middle_x); in _UpdateLineJoinPoints()
287 if (start_y < FXSYS_Mul(end_k, start_x) + end_c) { in _UpdateLineJoinPoints()
288 outside_y = FXSYS_Mul(end_k, outside_x) + end_c + end_dc; in _UpdateLineJoinPoints()
290 outside_y = FXSYS_Mul(end_k, outside_x) + end_c - end_dc; in _UpdateLineJoinPoints()
311 if (FXSYS_fabs(start_k - end_k) < 1.0f / 20) { in _UpdateLineJoinPoints()
329 if (start_y < FXSYS_Mul(end_k, start_x) + end_c) { in _UpdateLineJoinPoints()
334 FX_FLOAT join_x = FXSYS_Div(end_outside_c - start_outside_c, start_k - end_k); in _UpdateLineJoinPoints()
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h82 Index end_k = k2 + rows; in operator() local
90 for(Index k=k2; k<end_k; k++) in operator()
136 for(Index k=j2+nr; k<end_k; k++) in operator()
152 for(Index k=k2; k<end_k; k++) in operator()
169 Index half = (std::min)(end_k,j2); in operator()