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

  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.cpp 311 float end_y = m_info.fillColor.GetShading()->m_endPoint.y;
320 float y_span = end_y - start_y;
351 ((start_y - end_y) * (start_y - end_y)) -
359 ((y - start_y) * (end_y - start_y)) +
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.cc 462 const int end_y = start_y + quadrant_height; local
465 for (int img_y = start_y; img_y < end_y; ++img_y) {
501 for (int img_y = start_y + 1; img_y < end_y - 1; ++img_y) {
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderRendering.cpp 2148 float end_y = 0; local
3418 int end_y = 0; local
3904 float end_y = 0.0f; local
    [all...]
  /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 118 float end_y = pCoords->GetNumberAt(3); local
136 float y_span = end_y - start_y;
204 float end_y = pCoords->GetNumberAt(4); local
245 ((start_y - end_y) * (start_y - end_y)) -
253 ((start_y - end_y) * (start_y - end_y))));
265 ((pos.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...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 2045 float end_y = pCoords->GetNumberAt(3); local
2086 float end_y = pCoords->GetNumberAt(4); local
    [all...]

Completed in 516 milliseconds