Searched refs:delta_y (Results 1 – 10 of 10) sorted by relevance
35 int delta_y = abs(y - screen_loc.y()); in IsCloseToPoint() local36 *in_enable_area = (delta_x < kPopupWidth / 2 && delta_y < kPopupHeight / 2); in IsCloseToPoint()38 delta_y < kHotSpotDeltaY); in IsCloseToPoint()50 int delta_y = abs(y - screen_loc.y()); in IsCloseToMonitorPoint() local85 *in_enable_area = (delta_x < enable_delta_x && delta_y < enable_delta_y); in IsCloseToMonitorPoint()87 delta_y < hot_spot_delta_y)); in IsCloseToMonitorPoint()
52 void Offset(int delta_x, int delta_y) { in Offset() argument54 y_ += delta_y; in Offset()
292 const int delta_y = io->crop_top - y_start; in VP8FinishRow() local294 assert(!(delta_y & 1)); in VP8FinishRow()295 io->y += dec->cache_y_stride_ * delta_y; in VP8FinishRow()296 io->u += dec->cache_uv_stride_ * (delta_y >> 1); in VP8FinishRow()297 io->v += dec->cache_uv_stride_ * (delta_y >> 1); in VP8FinishRow()299 io->a += io->width * delta_y; in VP8FinishRow()
1131 float delta_y; in icvBuildScanlineLeft() local1162 delta_y = (l_start_end[3] - l_start_end[1]) / height; in icvBuildScanlineLeft()1164 l_start_end[1] += delta_y; in icvBuildScanlineLeft()1165 l_start_end[3] -= delta_y; in icvBuildScanlineLeft()1167 delta_y = (l_start_end[3] - l_start_end[1]) / height; in icvBuildScanlineLeft()1173 l_point[1] = l_start_end[1] + i * delta_y; in icvBuildScanlineLeft()1217 float delta_y; in icvBuildScanlineRight() local1247 delta_y = (r_start_end[3] - r_start_end[1]) / height; in icvBuildScanlineRight()1249 r_start_end[1] += delta_y; in icvBuildScanlineRight()1250 r_start_end[3] -= delta_y; in icvBuildScanlineRight()[all …]
4643 float delta_y = pPoint1->y - pPoint2->y; in _cvPPDist() local4644 return (float)sqrt((double)delta_x*delta_x + delta_y*delta_y); in _cvPPDist()
106 int delta_y = 1; in OnPaint() local108 delta_y = -1; in OnPaint()111 for (int i = 0; i < arrow_height; ++i, --x, y += delta_y) in OnPaint()
1344 const int delta_y = abs(last_location.y() - y); in OnSetCursorLocation() local1345 if ((last_location.x() == x) && (delta_y <= kKeepPositionThreshold)) { in OnSetCursorLocation()
240 FT_Pos delta_y ) in translate_array() argument249 if ( delta_y ) in translate_array()251 coords[k].y += delta_y; in translate_array()
58 SkScalar delta_y = pts[1].fY - pts[0].fY; in SkXRayCrossesLine() local60 SkScalar slope = SkScalarDiv(delta_y, delta_x); in SkXRayCrossesLine()
531 CGFloat delta_y = NSMidY(title_rect_) - NSMidY(favicon_rect_);532 if (delta_y > 0) {534 favicon_rect_.origin.y += delta_y;537 title_rect_.origin.y -= delta_y;