Searched defs:end_x (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A Dcvemd.cpp89 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
1097 end_x->val = temp;
1098 end_x->i = min_i;
1099 end_x->j = min_j;
1100 end_x
[all...]
H A DmycvHaarDetectObjects.cpp1167 int end_x = cvRound((img->cols - win_size.width) / ystep); local
1209 end_x = cvRound((scan_roi_rect.x + scan_roi_rect.width - win_size.width) / ystep);
1226 for( _ix = start_x; _ix < end_x; _ix += _xstep )
H A Dcvhaar.cpp1135 int end_x = cvRound((img->cols - win_size.width) / ystep); local
1177 end_x = cvRound((scan_roi_rect.x + scan_roi_rect.width - win_size.width) / ystep);
1194 for( _ix = start_x; _ix < end_x; _ix += _xstep )
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_pattern.cpp24 FX_FLOAT end_x = pCoords->GetNumber(2); local
40 FX_FLOAT x_span = end_x - start_x;
109 FX_FLOAT end_x = pCoords->GetNumber(3); local
154 FX_FLOAT a = FXSYS_Mul(start_x - end_x, start_x - end_x) +
162 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)));
172 FX_FLOAT b = -2 * (FXSYS_Mul(x - start_x, end_x - start_x) + FXSYS_Mul(y - start_y, end_y - start_y) +
356 int start_x = min_x, end_x = max_x; local
360 if (end_x > pBitma
[all...]
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc197 int end_x = bounds.width(); variable
203 end_x = textfield->bounds().x() - kAroundTextPadding;
209 label->SetBounds(start_x, bounds.y(), end_x - start_x, bounds.height());

Completed in 441 milliseconds