Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp66 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()
106 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
107 outside.y = (end_k * outside.x) + end_c + end_dc; in UpdateLineJoinPoints()
109 outside.y = (end_k * outside.x) + end_c - end_dc; in UpdateLineJoinPoints()
131 if (fabs(start_k - end_k) < one_twentieth) { in UpdateLineJoinPoints()
148 if (start_pos.y < (end_k * start_pos.x) + end_c) in UpdateLineJoinPoints()
153 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()