HomeSort by relevance Sort by last modified time
    Searched refs:end_y (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 214 static void _UpdateLineEndPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y, FX_FLOAT end_x, FX_FLOAT end_y,
218 if (start_y == end_y) {
219 rect.UpdateRect(end_x + hw, end_y + hw);
220 rect.UpdateRect(end_x - hw, end_y - hw);
224 if (end_y < start_y) {
225 point_y = end_y - hw;
227 point_y = end_y + hw;
232 } else if (start_y == end_y) {
239 rect.UpdateRect(point_x, end_y + hw);
240 rect.UpdateRect(point_x, end_y - hw)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 25 FX_FLOAT end_y = pCoords->GetNumber(3); local
41 FX_FLOAT y_span = end_y - start_y;
109 FX_FLOAT end_y = pCoords->GetNumber(4); local
154 FXSYS_Mul(start_y - end_y, start_y - end_y) - FXSYS_Mul(start_r - end_r, start_r - end_r);
160 int length = (int)FXSYS_sqrt((FXSYS_Mul(start_x - end_x, start_x - end_x) + FXSYS_Mul(start_y - end_y, start_y - end_y)));
170 FX_FLOAT b = -2 * (FXSYS_Mul(x - start_x, end_x - start_x) + FXSYS_Mul(y - start_y, end_y - start_y) +
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1168 int end_y = cvRound((img->rows - win_size.height) \/ ystep); local
    [all...]
cvhaar.cpp 1136 int end_y = cvRound((img->rows - win_size.height) \/ ystep); local
    [all...]

Completed in 305 milliseconds