Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp66 FX_FLOAT end_k = 0; in UpdateLineJoinPoints() local
94 end_k = end_to_mid.y / end_to_mid.x; in UpdateLineJoinPoints()
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()
132 if (FXSYS_fabs(start_k - end_k) < one_twentieth) { in UpdateLineJoinPoints()
149 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
154 FX_FLOAT join_x = (end_outside_c - start_outside_c) / (start_k - end_k); in UpdateLineJoinPoints()
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixMatrix.h89 Index end_k = k2 + rows; in operator() local
98 for(Index k=k2; k<end_k; k++) in operator()
155 for(Index k=j2+8; k<end_k; k++) in operator()
200 for(Index k=j2+4; k<end_k; k++) in operator()
216 for(Index k=k2; k<end_k; k++) in operator()
234 for(Index k=k2; k<end_k; k++) in operator()
249 Index half = (std::min)(end_k,j2); in operator()