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

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 232 static void _UpdateLineEndPoints(CFX_FloatRect& rect, FX_FLOAT start_x, FX_FLOAT start_y, FX_FLOAT end_x, FX_FLOAT end_y,
235 if (start_x == end_x) {
237 rect.UpdateRect(end_x + hw, end_y + hw);
238 rect.UpdateRect(end_x - hw, end_y - hw);
247 rect.UpdateRect(end_x + hw, point_y);
248 rect.UpdateRect(end_x - hw, point_y);
252 if (end_x < start_x) {
253 point_x = end_x - hw;
255 point_x = end_x + hw;
261 FX_FLOAT dx = end_x - start_x;
    [all...]
  /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/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 24 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 > pBitmap->GetWidth()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 197 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());
    [all...]

Completed in 86 milliseconds