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

  /external/opencv/cv/src/
cvemd.cpp 89 CvNode2D *end_x; member in struct:CvEMDState
303 for( xp = state._x; xp < state.end_x; xp++ )
498 state->_x = state->end_x = (CvNode2D *) buffer;
577 state->enter_x = (state->end_x)++;
1079 CvNode2D *end_x = state->end_x; local
    [all...]
mycvHaarDetectObjects.cpp 1167 int end_x = cvRound((img->cols - win_size.width) \/ ystep); local
    [all...]
cvhaar.cpp 1135 int end_x = cvRound((img->cols - win_size.width) \/ ystep); local
    [all...]
  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.cpp 310 float end_x = m_info.fillColor.GetShading()->m_endPoint.x;
319 float x_span = end_x - start_x;
350 float a = ((start_x - end_x) * (start_x - end_x)) +
358 float b = -2 * (((x - start_x) * (end_x - start_x)) +
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 461 const int end_x = start_x + quadrant_width; local
468 for (int img_x = start_x; img_x < end_x; ++img_x) {
504 for (int img_x = start_x + 1; img_x < end_x - 1; ++img_x) {
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 485 start_x, start_y, end_x, end_y = line
489 start_x, start_y, end_x, end_y, speed, num_taps)
515 start_x, start_y, end_x, end_y = line
537 end_x, end_y, finger_angle, finger_spacing,
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 117 float end_x = pCoords->GetNumberAt(2); local
135 float x_span = end_x - start_x;
203 float end_x = pCoords->GetNumberAt(3); local
244 float a = ((start_x - end_x) * (start_x - end_x)) +
252 int length = (int)sqrt((((start_x - end_x) * (start_x - end_x)) +
264 float b = -2 * (((pos.x - start_x) * (end_x - start_x)) +
449 int end_x = max_x; local
450 if (end_x > pBitmap->GetWidth()
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderRendering.cpp 3417 int end_x = 0; local
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 2044 float end_x = pCoords->GetNumberAt(2); local
2085 float end_x = pCoords->GetNumberAt(3); local
    [all...]

Completed in 180 milliseconds