x 310 android_webview/browser/browser_view_renderer.cc if (max_offset.x()) { x 311 android_webview/browser/browser_view_renderer.cc scroll_offset_dip.set_x((scroll_offset.x() * max_scroll_offset_dip_.x()) / x 312 android_webview/browser/browser_view_renderer.cc max_offset.x()); x 319 android_webview/browser/browser_view_renderer.cc DCHECK_LE(0, scroll_offset_dip.x()); x 321 android_webview/browser/browser_view_renderer.cc DCHECK_LE(scroll_offset_dip.x(), max_scroll_offset_dip_.x()); x 365 android_webview/browser/browser_view_renderer.cc DCHECK_LE(0, max_scroll_offset_dip_.x()); x 396 android_webview/browser/browser_view_renderer.cc if (max_scroll_offset_dip_.x()) { x 397 android_webview/browser/browser_view_renderer.cc scroll_offset.set_x((scroll_offset_dip.x() * max_offset.x()) / x 398 android_webview/browser/browser_view_renderer.cc max_scroll_offset_dip_.x()); x 406 android_webview/browser/browser_view_renderer.cc DCHECK(0 <= scroll_offset.x()); x 111 android_webview/browser/hardware_renderer.cc transform.Translate(input.scroll_offset.x(), input.scroll_offset.y()); x 95 android_webview/browser/renderer_host/print_manager.cc settings.page_setup_device_units().printable_area().x(), x 100 android_webview/browser/renderer_host/print_manager.cc params->margin_left = settings.page_setup_device_units().content_area().x(); x 42 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java private void showAutofillPopup(float x, float y, float width, float height, x 60 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java mAutofillPopup.setAnchorRect(x, y, width, height); x 380 android_webview/java/src/org/chromium/android_webview/AwContents.java public void scrollContainerViewTo(int x, int y) { x 381 android_webview/java/src/org/chromium/android_webview/AwContents.java mInternalAccessAdapter.super_scrollTo(x, y); x 385 android_webview/java/src/org/chromium/android_webview/AwContents.java public void scrollNativeTo(int x, int y) { x 387 android_webview/java/src/org/chromium/android_webview/AwContents.java nativeScrollTo(mNativeAwContents, x, y); x 1952 android_webview/java/src/org/chromium/android_webview/AwContents.java private void scrollContainerViewTo(int x, int y) { x 1953 android_webview/java/src/org/chromium/android_webview/AwContents.java mScrollOffsetManager.scrollContainerViewTo(x, y); x 2059 android_webview/java/src/org/chromium/android_webview/AwContents.java public void extractSmartClipData(int x, int y, int width, int height) { x 2060 android_webview/java/src/org/chromium/android_webview/AwContents.java mContentViewCore.extractSmartClipData(x, y, width, height); x 2101 android_webview/java/src/org/chromium/android_webview/AwContents.java private native void nativeRequestNewHitTestDataAt(long nativeAwContents, int x, int y); x 2105 android_webview/java/src/org/chromium/android_webview/AwContents.java private native void nativeScrollTo(long nativeAwContents, int x, int y); x 39 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java void scrollContainerViewTo(int x, int y); x 43 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java void scrollNativeTo(int x, int y); x 149 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java public void scrollContainerViewTo(int x, int y) { x 150 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java mNativeScrollX = x; x 155 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java final int deltaX = x - scrollX; x 227 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java public void onContainerViewScrollChanged(int x, int y) { x 228 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java scrollNativeTo(x, y); x 231 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java private void scrollNativeTo(int x, int y) { x 232 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java x = clampHorizontalScroll(x); x 238 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java mDeferredNativeScrollX = x; x 244 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java if (x == mNativeScrollX && y == mNativeScrollY) x 249 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java mNativeScrollX = x; x 252 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java mDelegate.scrollNativeTo(x, y); x 291 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java int x = mScroller.getCurrX(); x 298 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java overScrollGlow.absorbGlow(x, y, oldX, oldY, scrollRangeX, scrollRangeY, x 304 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java scrollBy(x - oldX, y - oldY); x 315 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java private boolean animateScrollTo(int x, int y) { x 319 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java x = clampHorizontalScroll(x); x 322 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java int dx = x - scrollX; x 212 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java int x = Math.round(left + renderCoordinates.getScrollXPix()); x 216 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java if (mX == x && mY == y && mWidth == width && mHeight == height) return; x 217 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java mX = x; x 222 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java mSurfaceView.setX(x); x 47 android_webview/java/src/org/chromium/android_webview/JavaBrowserViewRendererHelper.java private static void drawBitmapIntoCanvas(Bitmap bitmap, Canvas canvas, int x, int y) { x 48 android_webview/java/src/org/chromium/android_webview/JavaBrowserViewRendererHelper.java canvas.drawBitmap(bitmap, x, y, null); x 45 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java public void pullGlow(int x, int y, int oldX, int oldY, int maxX, int maxY) { x 96 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java public void absorbGlow(int x, int y, int oldX, int oldY, int rangeX, int rangeY, x 113 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java if (x < 0 && oldX >= 0) { x 118 android_webview/java/src/org/chromium/android_webview/OverScrollGlow.java } else if (x > rangeX && oldX <= rangeX) { x 89 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java public void scrollTo(int x, int y) { x 91 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java x = Math.min(mMaxScrollXPix, x); x 94 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java super.scrollTo(x, y); x 212 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java String x = executeJavaScriptAndWaitForResult(awContents, contentsClient, x 216 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java return (Integer.toString(xCss).equals(x) && x 67 android_webview/javatests/src/org/chromium/android_webview/test/AwScrollOffsetManagerTest.java public void scrollContainerViewTo(int x, int y) { x 68 android_webview/javatests/src/org/chromium/android_webview/test/AwScrollOffsetManagerTest.java mScrollX = x; x 73 android_webview/javatests/src/org/chromium/android_webview/test/AwScrollOffsetManagerTest.java public void scrollNativeTo(int x, int y) { x 74 android_webview/javatests/src/org/chromium/android_webview/test/AwScrollOffsetManagerTest.java mNativeScrollX = x; x 2508 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java int width = screenSize.x * 2 + 1; x 2772 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java final int x = (webView.getRight() - webView.getLeft()) / 2; x 2779 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java SystemClock.uptimeMillis(), x, y); x 70 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java float x = (float) (mTestView.getRight() - mTestView.getLeft()) / 2; x 74 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java x, y, 0)); x 77 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java x, y, 0)); x 22 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java private static void sendAction(View view, int action, long downTime, float x, float y) { x 24 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java MotionEvent event = MotionEvent.obtain(downTime, eventTime, action, x, y, 0); x 28 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java private static long dragStart(View view, float x, float y) { x 30 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java sendAction(view, MotionEvent.ACTION_DOWN, downTime, x, y); x 36 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java float x = fromX; x 42 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java x += xStep; x 43 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java sendAction(view, MotionEvent.ACTION_MOVE, downTime, x, y); x 47 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java private static void dragEnd(View view, float x, float y, long downTime) { x 48 android_webview/javatests/src/org/chromium/android_webview/test/util/AwTestTouchUtils.java sendAction(view, MotionEvent.ACTION_UP, downTime, x, y); x 141 android_webview/native/aw_autofill_manager_delegate.cc element_bounds.x(), x 717 android_webview/native/aw_contents.cc jint x, jint y) { x 719 android_webview/native/aw_contents.cc render_view_host_ext_->RequestNewHitTestDataAt(x, y); x 907 android_webview/native/aw_contents.cc env, obj.obj(), new_value.x(), new_value.y()); x 917 android_webview/native/aw_contents.cc env, obj.obj(), new_value.x(), new_value.y()); x 962 android_webview/native/aw_contents.cc env, obj.obj(), overscroll_delta.x(), overscroll_delta.y()); x 982 android_webview/native/aw_contents.cc void AwContents::ScrollTo(JNIEnv* env, jobject obj, jint x, jint y) { x 984 android_webview/native/aw_contents.cc browser_view_renderer_.ScrollTo(gfx::Vector2d(x, y)); x 95 android_webview/native/aw_contents.h void RequestNewHitTestDataAt(JNIEnv* env, jobject obj, jint x, jint y); x 185 android_webview/native/aw_contents.h void ScrollTo(JNIEnv* env, jobject obj, jint x, jint y); x 148 android_webview/native/aw_dev_tools_server.cc description.SetInteger("screenX", screen_rect.x()); x 48 android_webview/native/aw_web_contents_view_delegate.cc content_view_core->ShowPastePopup(params.selection_start.x(), x 89 android_webview/native/external_video_surface_container_impl.cc static_cast<jfloat>(rect.x()), x 91 android_webview/native/external_video_surface_container_impl.cc static_cast<jfloat>(rect.x() + rect.width()), x 92 android_webview/native/java_browser_view_renderer_helper.cc canvas->translate(scroll_correction.x(), scroll_correction.y()); x 121 android_webview/native/java_browser_view_renderer_helper.cc clip.x() - scroll_correction.x(), x 128 android_webview/native/java_browser_view_renderer_helper.cc env, jbitmap.obj(), jcanvas.obj(), clip.x(), clip.y()); x 265 android_webview/renderer/print_web_view_helper.cc webkit_print_params->printableArea.x = x 266 android_webview/renderer/print_web_view_helper.cc ConvertUnit(print_params.printable_area.x(), dpi, x 485 android_webview/renderer/print_web_view_helper.cc canvas->translate((content_area.x() - canvas_area.x()) / scale_factor, x 488 android_webview/renderer/print_web_view_helper.cc SkRect::MakeXYWH(content_area.origin().x() / scale_factor, x 1072 android_webview/renderer/print_web_view_helper.cc ConvertUnit(print_params.printable_area.x(), dpi, kPointsPerInch), x 85 apps/app_window.cc bounds_properties->SetInteger("left", bounds.x()); x 169 apps/app_window.cc if (content_spec.bounds.x() != BoundsSpecification::kUnspecifiedPosition) x 170 apps/app_window.cc combined_bounds.set_x(content_spec.bounds.x() - frame_insets.left()); x 997 apps/app_window.cc std::max(current_screen_bounds.x(), x 998 apps/app_window.cc std::min(bounds->x(), x 1069 apps/app_window.cc region.bounds.x(), x 125 apps/app_window_geometry_cache.cc value->SetInteger("x", bounds.x()); x 129 apps/app_window_geometry_cache.cc value->SetInteger("screen_bounds_x", screen_bounds.x()); x 63 apps/app_window_geometry_cache_unittest.cc value->SetInteger("x", bounds.x()); x 67 apps/app_window_geometry_cache_unittest.cc value->SetInteger("screen_bounds_x", screen_bounds.x()); x 231 apps/app_window_geometry_cache_unittest.cc ASSERT_EQ(bounds.x(), v); x 239 apps/app_window_geometry_cache_unittest.cc ASSERT_EQ(screen_bounds.x(), v); x 163 apps/ui/views/app_window_frame_view.cc return gfx::Rect(window_bounds.x(), x 206 apps/ui/views/app_window_frame_view.cc if (draggable_region && draggable_region->contains(point.x(), point.y())) x 267 apps/ui/views/app_window_frame_view.cc close_button_->x() - kButtonSpacing - maximize_size.width(), x 273 apps/ui/views/app_window_frame_view.cc close_button_->x() - kButtonSpacing - restore_size.width(), x 289 apps/ui/views/app_window_frame_view.cc maximize_button_->x() - kButtonSpacing - minimize_size.width(), x 240 apps/ui/views/native_app_window_views.cc !draggable_region_->contains(location.x(), location.y()); x 539 ash/accelerators/accelerator_controller_unittest.cc EXPECT_NEAR(bounds.x() - work_area.x(), x 81 ash/autoclick/autoclick_unittest.cc void MoveMouseWithFlagsTo(int x, int y, ui::EventFlags flags) { x 83 ash/autoclick/autoclick_unittest.cc GetEventGenerator().MoveMouseTo(x, y); x 234 ash/autoclick/autoclick_unittest.cc EXPECT_EQ(100, events[0].root_location().x()); x 242 ash/autoclick/autoclick_unittest.cc EXPECT_EQ(300, events[0].root_location().x()); x 177 ash/desktop_background/desktop_background_controller_unittest.cc SkColor image_color = bitmap->getColor(center.x(), center.y()); x 34 ash/desktop_background/desktop_background_view.cc int RoundPositive(double x) { x 35 ash/desktop_background/desktop_background_view.cc return static_cast<int>(floor(x + 0.5)); x 140 ash/desktop_background/desktop_background_view.cc wallpaper_cropped_rect.x(), wallpaper_cropped_rect.y(), x 24 ash/desktop_background/wallpaper_resizer.cc int RoundPositive(double x) { x 25 ash/desktop_background/wallpaper_resizer.cc return static_cast<int>(floor(x + 0.5)); x 35 ash/desktop_background/wallpaper_resizer_unittest.cc for (int x = 0; x < w; ++x) { x 36 ash/desktop_background/wallpaper_resizer_unittest.cc const uint8_t component = static_cast<uint8_t>(y * w + x); x 39 ash/desktop_background/wallpaper_resizer_unittest.cc *(src.getAddr32(x, y)) = pixel; x 149 ash/display/cursor_window_controller.cc point.Offset(-bounds_in_screen_.x(), -bounds_in_screen_.y()); x 151 ash/display/cursor_window_controller.cc point.Offset(-hot_point_.x(), -hot_point_.y()); x 230 ash/display/cursor_window_controller.cc hot_point_.x()); x 236 ash/display/cursor_window_controller.cc rotated.height() - hot_point_.x(), x 244 ash/display/cursor_window_controller.cc rotated.height() - hot_point_.x()); x 98 ash/display/display_info.cc int x = 0, y = 0, width, height; x 102 ash/display/display_info.cc sscanf(main_spec.c_str(), "%d+%d-%dx%d*%f", &x, &y, &width, &height, x 104 ash/display/display_info.cc bounds_in_native.SetRect(x, y, width, height); x 902 ash/display/display_manager.cc "%d+%d-500x400", host_bounds.x(), host_bounds.bottom()))); x 98 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(10 - hot_point.x(), cursor_window_origin.x()); x 107 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(100 - hot_point.x(), cursor_window_origin.x()); x 121 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(300 - hot_point.x(), cursor_window_origin.x()); x 155 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(100 - hot_point.x(), cursor_window_origin.x()); x 167 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(300 - hot_point.x(), cursor_window_origin.x()); x 177 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(300 - hot_point.x(), cursor_window_origin.x()); x 187 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(100 - hot_point.x(), cursor_window_origin.x()); x 210 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(10 - hot_point.x(), cursor_window_origin.x()); x 220 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(20 - hot_point.x(), cursor_window_origin.x()); x 230 ash/display/mirror_window_controller_unittest.cc EXPECT_EQ(30 - hot_point.x(), cursor_window_origin.x()); x 147 ash/display/mouse_cursor_event_filter.cc if (point_in_root.x() <= root_bounds.x()) { x 150 ash/display/mouse_cursor_event_filter.cc } else if (point_in_root.x() >= root_bounds.right()) { x 194 ash/display/mouse_cursor_event_filter.cc std::max(primary_bounds.x(), secondary_bounds.x())); x 197 ash/display/mouse_cursor_event_filter.cc src_indicator_bounds_.x()); x 228 ash/display/mouse_cursor_event_filter.cc primary_bounds.x() - (in_primary ? kIndicatorThickness : 0) : x 237 ash/display/mouse_cursor_event_filter.cc primary_bounds.x() - (in_primary ? 0 : kIndicatorThickness) : x 40 ash/display/root_window_transformers.cc for (int x = 0; x < 4; ++x) { x 42 ash/display/root_window_transformers.cc if (std::abs(SkMScalarToFloat(matrix.get(x, y))) < kEpsilon) x 43 ash/display/root_window_transformers.cc matrix.set(x, y, SkFloatToMScalar(0.0f)); x 106 ash/display/root_window_transformers.cc transform.Translate(-magnifier_offset.x(), -magnifier_offset.y()); x 124 ash/display/screen_position_controller.cc point->Offset(display_origin.x(), display_origin.y()); x 133 ash/display/screen_position_controller.cc point->Offset(-display_origin.x(), -display_origin.y()); x 196 ash/display/screen_position_controller.cc origin.Offset(-display_origin.x(), -display_origin.y()); x 224 ash/display/screen_position_controller.cc origin.Offset(-display_origin.x(), -display_origin.y()); x 70 ash/display/screen_position_controller_unittest.cc std::string ConvertHostPointToScreen(int x, int y) const { x 71 ash/display/screen_position_controller_unittest.cc gfx::Point point(x, y); x 57 ash/drag_drop/drag_drop_controller.cc drag_image_offset->set_x(drag_image_offset->x() * scale); x 59 ash/drag_drop/drag_drop_controller.cc float total_x_offset = drag_image_offset->x(); x 217 ash/drag_drop/drag_drop_controller.cc drag_image_offset_.x(), x 279 ash/drag_drop/drag_drop_controller_unittest.cc location.x(), x 489 ash/drag_drop/drag_drop_controller_unittest.cc drag_view1->bounds().CenterPoint().x() - 2; x 554 ash/drag_drop/drag_drop_controller_unittest.cc drag_view1->bounds().CenterPoint().x() - 2; x 909 ash/drag_drop/drag_drop_controller_unittest.cc drag_view1->bounds().CenterPoint().x() - 1; x 168 ash/drag_drop/drag_image_view.cc drag_hint_bounds.x(), drag_hint_bounds.y()); x 437 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc ASSERT_LT(close_button()->GetBoundsInScreen().x(), x 438 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc size_button()->GetBoundsInScreen().x()); x 439 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc ASSERT_LT(size_button()->GetBoundsInScreen().x(), x 440 ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc minimize_button()->GetBoundsInScreen().x()); x 161 ash/frame/caption_buttons/frame_caption_button_container_view.cc int x = 0; x 168 ash/frame/caption_buttons/frame_caption_button_container_view.cc child->SetBounds(x, 0, size.width(), size.height()); x 169 ash/frame/caption_buttons/frame_caption_button_container_view.cc x += size.width(); x 281 ash/frame/caption_buttons/frame_caption_button_container_view.cc pow(static_cast<double>(position.x() - center_point.x()), 2) + x 88 ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc leftmost.x() == expected.x() && x 120 ash/frame/caption_buttons/frame_maximize_button.cc location.set_x(location.x() - width()); x 123 ash/frame/caption_buttons/frame_maximize_button.cc location.set_x(location.x() + width()); x 131 ash/frame/caption_buttons/frame_maximize_button.cc location.set_x(location.x() - width()); x 133 ash/frame/caption_buttons/frame_maximize_button.cc location.set_x(location.x() + width()); x 432 ash/frame/caption_buttons/frame_maximize_button.cc if (delta.x() < 0 && delta.y() > delta.x() && delta.y() < -delta.x()) x 434 ash/frame/caption_buttons/frame_maximize_button.cc if (delta.x() > 0 && delta.y() > -delta.x() && delta.y() < delta.x()) x 537 ash/frame/caption_buttons/frame_maximize_button.cc if (bounds.x() == screen.x()) x 334 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 357 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 380 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 426 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 461 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 517 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 576 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 613 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(0, new_bounds.x()); x 620 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(new_bounds.x(), initial_bounds.x()); x 621 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(new_bounds.y(), initial_bounds.x()); x 644 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(0, new_bounds.x()); x 652 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(new_bounds.x(), initial_bounds.x()); x 653 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(new_bounds.y(), initial_bounds.x()); x 679 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(new_bounds.x(), initial_bounds.x()); x 680 ash/frame/caption_buttons/frame_maximize_button_unittest.cc EXPECT_EQ(new_bounds.y(), initial_bounds.x()); x 694 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 723 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x(), button_pos.y() + 100); x 736 ash/frame/caption_buttons/frame_maximize_button_unittest.cc off_pos = gfx::Point(button_pos.x(), button_pos.y() + 200); x 751 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() - button_pos.x() / 2, button_pos.y()); x 786 ash/frame/caption_buttons/frame_maximize_button_unittest.cc gfx::Point off_pos(button_pos.x() + 100, button_pos.y() + 100); x 200 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc int x = (anchor_size_.width() - border_size.width()) / 2; x 204 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc gfx::Point view_origin(x + anchor_screen_origin_.x(), x 142 ash/frame/default_header_painter.cc return GetTitleBounds().x() + x 74 ash/frame/header_painter_util.cc int x = icon ? x 81 ash/frame/header_painter_util.cc 0, caption_button_container->x() - kTitleCaptionButtonSpacing - x); x 82 ash/frame/header_painter_util.cc return gfx::Rect(x, y, width, height); x 241 ash/ime/candidate_view.cc int x = 0; x 242 ash/ime/candidate_view.cc shortcut_label_->SetBounds(x, 0, shortcut_width_, height()); x 244 ash/ime/candidate_view.cc x += shortcut_width_ + padding_width; x 245 ash/ime/candidate_view.cc candidate_label_->SetBounds(x, 0, candidate_width_, height()); x 246 ash/ime/candidate_view.cc x += candidate_width_ + padding_width; x 257 ash/ime/candidate_view.cc annotation_label_->SetBounds(x, 0, right - x, height()); x 48 ash/ime/candidate_window_view.cc anchor_rect.x() - offset_, x 59 ash/ime/candidate_window_view.cc if (bounds.x() < work_area.x()) x 60 ash/ime/candidate_window_view.cc bounds.set_x(work_area.x()); x 67 ash/ime/infolist_window.cc anchor_rect.right() : anchor_rect.x() - contents_size.width()); x 88 ash/keyboard_overlay/keyboard_overlay_delegate.cc gfx::Rect bounds(rect.x() + (rect.width() - size.width()) / 2, x 53 ash/keyboard_overlay/keyboard_overlay_delegate_unittest.cc EXPECT_EQ(work_area.CenterPoint().x(), bounds.CenterPoint().x()); x 74 ash/magnifier/magnification_controller.cc virtual void MoveWindow(int x, int y, bool animate) OVERRIDE; x 203 ash/magnifier/magnification_controller.cc gfx::PointF(mouse_in_root.x() - x 204 ash/magnifier/magnification_controller.cc (scale_ / scale) * (mouse_in_root.x() - origin_.x()), x 225 ash/magnifier/magnification_controller.cc float x = position_in_dip.x(); x 230 ash/magnifier/magnification_controller.cc if (x < 0) x 231 ash/magnifier/magnification_controller.cc x = 0; x 239 ash/magnifier/magnification_controller.cc if (x > max_x) x 240 ash/magnifier/magnification_controller.cc x = max_x; x 245 ash/magnifier/magnification_controller.cc if (origin_.x() == x && x 251 ash/magnifier/magnification_controller.cc origin_.set_x(x); x 260 ash/magnifier/magnification_controller.cc transform.Translate(-origin_.x(), -origin_.y()); x 318 ash/magnifier/magnification_controller.cc int x = origin_.x(); x 323 ash/magnifier/magnification_controller.cc const int left = window_rect.x(); x 329 ash/magnifier/magnification_controller.cc if (mouse.x() < left + margin) { x 331 ash/magnifier/magnification_controller.cc x_diff = mouse.x() - (left + margin); x 333 ash/magnifier/magnification_controller.cc } else if (right - margin < mouse.x()) { x 335 ash/magnifier/magnification_controller.cc x_diff = mouse.x() - (right - margin); x 338 ash/magnifier/magnification_controller.cc x = left + x_diff; x 358 ash/magnifier/magnification_controller.cc bool ret = RedrawDIP(gfx::Point(x, y), scale_, animate); x 394 ash/magnifier/magnification_controller.cc return gfx::RectF(origin_.x(), origin_.y(), width, height); x 493 ash/magnifier/magnification_controller.cc void MagnificationControllerImpl::MoveWindow(int x, int y, bool animate) { x 497 ash/magnifier/magnification_controller.cc Redraw(gfx::Point(x, y), scale_, animate); x 49 ash/magnifier/magnification_controller.h virtual void MoveWindow(int x, int y, bool animate) = 0; x 122 ash/magnifier/partial_magnification_controller.cc zoom_widget_->SetBounds(gfx::Rect(origin.x(), origin.y(), x 152 ash/magnifier/partial_magnification_controller.cc zoom_widget_->SetBounds(gfx::Rect(mouse.x() - kMagnifierWidth / 2, x 112 ash/root_window_controller.cc ToRelativeValue(origin.x(), src_size.width(), dst_size.width()), x 88 ash/rotator/screen_rotation.cc gfx::Point(new_pivot.x() - old_pivot.x(), x 143 ash/shelf/alternate_app_list_button.cc background_bounds.set_x(contents_bounds.x() + x 148 ash/shelf/alternate_app_list_button.cc forground_bounds.set_x(background_bounds.x() + x 156 ash/shelf/alternate_app_list_button.cc background_bounds.x(), x 159 ash/shelf/alternate_app_list_button.cc forground_bounds.x(), x 97 ash/shelf/overflow_bubble_view.cc int x = std::min(contents_size.width() - visible_bounds.width(), x 98 ash/shelf/overflow_bubble_view.cc std::max(0, scroll_offset_.x() + x_offset)); x 99 ash/shelf/overflow_bubble_view.cc scroll_offset_.set_x(x); x 203 ash/shelf/overflow_bubble_view.cc if (bubble_rect.x() < monitor_rect.x()) x 204 ash/shelf/overflow_bubble_view.cc offset = monitor_rect.x() - bubble_rect.x(); x 209 ash/shelf/overflow_bubble_view.cc border->set_arrow_offset(anchor_rect.CenterPoint().x() - bubble_rect.x()); x 63 ash/shelf/overflow_button.cc bounds.x() + ((bounds.width() - kButtonHoverSize) / 2) - 1, x 68 ash/shelf/overflow_button.cc bounds.x() + kBackgroundOffset - 1, x 111 ash/shelf/overflow_button.cc bounds.x() + ShelfLayoutManager::kShelfItemInset, x 116 ash/shelf/overflow_button.cc bounds.x() + (bounds.width() - background->width()) / 2, x 120 ash/shelf/overflow_button.cc canvas->DrawImageInt(*background, bounds.x(), bounds.y()); x 124 ash/shelf/overflow_button.cc bounds.x() + ((bounds.width() - kButtonHoverSize) / 2) - 1, x 129 ash/shelf/overflow_button.cc bounds.x() + kBackgroundOffset -1, x 168 ash/shelf/overflow_button.cc bounds.x() + ((bounds.width() - image->width()) / 2), x 88 ash/shelf/shelf.cc return gfx::Rect(screen_origin.x() + bounds.x(), x 61 ash/shelf/shelf_bezel_event_filter.cc if (point.x() <= screen.x()) x 69 ash/shelf/shelf_bezel_event_filter.cc if (point.x() >= screen.right()) x 188 ash/shelf/shelf_button.cc bounds.set_x(base_bounds_.x() + x_offset); x 443 ash/shelf/shelf_button.cc button_bounds.x() + x_offset, x 280 ash/shelf/shelf_layout_manager.cc gfx::Rect(bounds.x(), bounds.bottom() - height, bounds.width(), height), x 281 ash/shelf/shelf_layout_manager.cc gfx::Rect(bounds.x(), bounds.y(), width, bounds.height()), x 283 ash/shelf/shelf_layout_manager.cc gfx::Rect(bounds.x(), bounds.y(), bounds.width(), height)); x 436 ash/shelf/shelf_layout_manager.cc gesture.root_location().x() >= x 437 ash/shelf/shelf_layout_manager.cc shelf_->status_area_widget()->GetWindowBoundsInScreen().x() && x 733 ash/shelf/shelf_layout_manager.cc status_bounds.set_x(status_bounds.x() + x 734 ash/shelf/shelf_layout_manager.cc target_bounds.shelf_bounds_in_root.x()); x 806 ash/shelf/shelf_layout_manager.cc gfx::Rect(available_bounds.x(), available_bounds.bottom() - shelf_height, x 808 ash/shelf/shelf_layout_manager.cc gfx::Rect(available_bounds.x(), available_bounds.y(), x 812 ash/shelf/shelf_layout_manager.cc gfx::Rect(available_bounds.x(), available_bounds.y(), x 857 ash/shelf/shelf_layout_manager.cc 0, (dock_bounds_.x() > 0 ? 0 : dock_bounds_.width()), x 858 ash/shelf/shelf_layout_manager.cc 0, (dock_bounds_.x() > 0 ? dock_bounds_.width() : 0)); x 973 ash/shelf/shelf_layout_manager.cc target_bounds->status_bounds_in_shelf.set_x(status_x.x()); x 170 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(not_visible_bounds_.x(), shelf_bounds.x()); x 171 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(visible_bounds_.x(), shelf_bounds.x()); x 183 ash/shelf/shelf_layout_manager_unittest.cc scroll_.x()); x 467 ash/shelf/shelf_layout_manager_unittest.cc end.set_x(start.x() - shelf_shown.width() * 3 / 10); x 469 ash/shelf/shelf_layout_manager_unittest.cc end.set_x(start.x() + shelf_shown.width() * 3 / 10); x 500 ash/shelf/shelf_layout_manager_unittest.cc extended_start.set_x(GetShelfWidget()->GetWindowBoundsInScreen().x() - 1); x 530 ash/shelf/shelf_layout_manager_unittest.cc (GetShelfWidget()->GetWindowBoundsInScreen().x() + x 551 ash/shelf/shelf_layout_manager_unittest.cc GetShelfWidget()->GetWindowBoundsInScreen().x() - 1); x 933 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(right_edge - 1, Shell::GetScreen()->GetCursorScreenPoint().x()); x 946 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_NE(right_edge - 1, Shell::GetScreen()->GetCursorScreenPoint().x()); x 1112 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(on_shelf.x(), on_shelf.y()); x 1114 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(off_shelf.x(), off_shelf.y()); x 1124 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(off_shelf.x(), off_shelf.y()); x 1189 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(on_shelf.x(), on_shelf.y()); x 1196 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(off_shelf.x(), off_shelf.y()); x 1218 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(on_shelf.x(), on_shelf.y()); x 1221 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(off_shelf.x(), off_shelf.y()); x 1223 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(on_shelf.x(), on_shelf.y()); x 1457 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(display.bounds().x(), shelf_bounds.x()); x 1464 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(ShelfLayoutManager::kAutoHideSize, display.work_area().x()); x 1485 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(display.work_area().right(), shelf_bounds.x()); x 1515 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(display.bounds().x(), shelf_bounds.x()); x 1701 ash/shelf/shelf_layout_manager_unittest.cc gfx::Point end(start.x(), shelf_bounds_in_screen.bottom()); x 1728 ash/shelf/shelf_layout_manager_unittest.cc gfx::Point end(start.x(), start.y() - 100); x 1773 ash/shelf/shelf_layout_manager_unittest.cc gfx::Point end(start.x(), start.y() - 100); x 1916 ash/shelf/shelf_layout_manager_unittest.cc generator.MoveMouseTo(center.x(), center.y()); x 1932 ash/shelf/shelf_layout_manager_unittest.cc center.x(), status_area_widget->GetWindowBoundsInScreen().y() - 8); x 491 ash/shelf/shelf_view.cc ideal_bounds.x() + icon_bounds.x(), icon_bounds.width()), x 504 ash/shelf/shelf_view.cc gfx::Point midpoint_in_view(GetMirroredXInView(midpoint.x()), x 509 ash/shelf/shelf_view.cc view_model_->ideal_bounds(target_index).x(), x 511 ash/shelf/shelf_view.cc layout_manager_->PrimaryAxisValue(midpoint_in_view.x(), x 519 ash/shelf/shelf_view.cc layout_manager_->PrimaryAxisValue(midpoint_in_view.x(), x 748 ash/shelf/shelf_view.cc int x = layout_manager_->SelectValueForShelfAlignment(inset, 0, 0, inset); x 758 ash/shelf/shelf_view.cc view_model_->set_ideal_bounds(i, gfx::Rect(x, y, 0, 0)); x 762 ash/shelf/shelf_view.cc view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h)); x 764 ash/shelf/shelf_view.cc x = layout_manager_->PrimaryAxisValue(x + w + button_spacing, x); x 786 ash/shelf/shelf_view.cc x = layout_manager_->PrimaryAxisValue(end_position, 0); x 790 ash/shelf/shelf_view.cc x = layout_manager_->PrimaryAxisValue(x - w - button_spacing, x); x 792 ash/shelf/shelf_view.cc view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h)); x 793 ash/shelf/shelf_view.cc end_position = layout_manager_->PrimaryAxisValue(x, y); x 849 ash/shelf/shelf_view.cc x = layout_manager_->SelectValueForShelfAlignment(inset, 0, 0, inset); x 853 ash/shelf/shelf_view.cc x = view_model_->ideal_bounds(last_visible_index_).x(); x 856 ash/shelf/shelf_view.cc x = layout_manager_->PrimaryAxisValue( x 858 ash/shelf/shelf_view.cc view_model_->ideal_bounds(last_visible_index_).x()); x 865 ash/shelf/shelf_view.cc view_model_->set_ideal_bounds(i, gfx::Rect(x, y, w, h)); x 870 ash/shelf/shelf_view.cc x = layout_manager_->PrimaryAxisValue(x + button_spacing, x); x 874 ash/shelf/shelf_view.cc bounds->overflow_bounds.set_x(x); x 880 ash/shelf/shelf_view.cc x = layout_manager_->PrimaryAxisValue(x + w + button_spacing, x); x 882 ash/shelf/shelf_view.cc app_list_bounds.set_x(x); x 1058 ash/shelf/shelf_view.cc int x = 0, y = 0; x 1060 ash/shelf/shelf_view.cc x = std::max(view_model_->ideal_bounds(indices.first).x(), x 1061 ash/shelf/shelf_view.cc drag_point.x() - drag_offset_); x 1062 ash/shelf/shelf_view.cc x = std::min(view_model_->ideal_bounds(last_drag_index).right() - x 1064 ash/shelf/shelf_view.cc x); x 1065 ash/shelf/shelf_view.cc if (drag_view_->x() == x) x 1067 ash/shelf/shelf_view.cc drag_view_->SetX(x); x 1085 ash/shelf/shelf_view.cc x, y); x 1703 ash/shelf/shelf_view.cc drag_offset_ = layout_manager_->PrimaryAxisValue(event.x(), event.y()); x 1719 ash/shelf/shelf_view.cc ((abs(event.x() - drag_offset_) >= kMinimumDragDistance) || x 1919 ash/shelf/shelf_view.cc anchor_point.set_x(anchor_point.x() - offset.x()); x 2047 ash/shelf/shelf_view.cc distance = coordinate.x() - bounds.right(); x 2050 ash/shelf/shelf_view.cc distance = bounds.x() - coordinate.x(); x 389 ash/shelf/shelf_view_unittest.cc EXPECT_GE(item_bounds.x(), 0); x 498 ash/shelf/shelf_view_unittest.cc gfx::Point rip_off_point(center_point_of_drag_item.x(), 0); x 511 ash/shelf/shelf_view_unittest.cc gfx::Point modified_drop_point(drop_point.x() - item_width / 4, x 655 ash/shelf/shelf_view_unittest.cc ideal_bounds.Offset(screen_origin.x(), screen_origin.y()); x 656 ash/shelf/shelf_view_unittest.cc EXPECT_EQ(item_bounds.x(), ideal_bounds.x()); x 1360 ash/shelf/shelf_view_unittest.cc gfx::Point(all_area.x() - 1, all_area.y()))); x 1362 ash/shelf/shelf_view_unittest.cc gfx::Point(all_area.x(), all_area.y() - 1))); x 1364 ash/shelf/shelf_view_unittest.cc gfx::Point(all_area.x(), all_area.bottom()))); x 1490 ash/shelf/shelf_view_unittest.cc gfx::Point rip_off_point(start_point.x(), 0); x 1491 ash/shelf/shelf_view_unittest.cc generator.MoveMouseTo(start_point.x(), start_point.y()); x 1495 ash/shelf/shelf_view_unittest.cc generator.MoveMouseTo(rip_off_point.x(), rip_off_point.y()); x 1623 ash/shelf/shelf_view_unittest.cc gfx::Point(point_in_shelf_view.x(), 0))); x 1647 ash/shelf/shelf_view_unittest.cc gfx::Point(point_in_secondary_shelf_view.x(), 0))); x 1689 ash/shelf/shelf_view_unittest.cc generator.MoveMouseTo(start_point.x() + 400, start_point.y()); x 477 ash/shelf/shelf_widget.cc dock_bounds.x() == 0 && dock_bounds.width() > 0) x 494 ash/shelf/shelf_widget.cc if (dock_bounds.x() == 0) { x 504 ash/shelf/shelf_widget.cc dock_bounds.x() > 0 ? dock_bounds.x() : dock_bounds.width() - height(), x 518 ash/shelf/shelf_widget.cc dock_bounds.x() > 0 ? dock_bounds.x() + height() : 0, x 548 ash/shelf/shelf_widget.cc child_at(i)->SetBounds(child_at(i)->x(), child_at(i)->y(), x 551 ash/shelf/shelf_widget.cc child_at(i)->SetBounds(child_at(i)->x(), child_at(i)->y(), x 395 ash/shell_unittest.cc EXPECT_EQ(0, shelf_widget->GetWindowBoundsInScreen().x()); x 285 ash/sticky_keys/sticky_keys_overlay.cc int x = is_visible_ ? kHorizontalOverlayOffset : -widget_size_.width(); x 286 ash/sticky_keys/sticky_keys_overlay.cc return gfx::Rect(gfx::Point(x, kVerticalOverlayOffset), widget_size_); x 261 ash/sticky_keys/sticky_keys_unittest.cc ui::MouseEvent* GenerateSynthesizedMouseEvent(int x, int y) { x 264 ash/sticky_keys/sticky_keys_unittest.cc gfx::Point(x, y), x 265 ash/sticky_keys/sticky_keys_unittest.cc gfx::Point(x, y), x 858 ash/sticky_keys/sticky_keys_unittest.cc gfx::Point dip_location(physical_location.x() / scale_factor, x 246 ash/system/audio/volume_view.cc int w = width() - slider_->bounds().x() - x 267 ash/system/audio/volume_view.cc view_bounds.set_x(more_->bounds().x() - view_size.width() - x 276 ash/system/audio/volume_view.cc bar_bounds.set_x(view_left_to_more->bounds().x() - bar_size.width()); x 284 ash/system/audio/volume_view.cc bar_->bounds().x() x 286 ash/system/audio/volume_view.cc - slider_bounds.x()); x 140 ash/system/chromeos/brightness/tray_brightness.cc int w = width() - slider_->x(); x 73 ash/system/chromeos/screen_security/screen_tray_item.cc stop_button_->x() - kTrayPopupPaddingBetweenItems - label_->x()); x 94 ash/system/chromeos/tray_caps_lock.cc const int old_x = shortcut_label_->x(); x 218 ash/system/drive/tray_drive.cc int pos_x = child_area.x() + kSidePadding; x 127 ash/system/tray/special_popup_row.cc bounds.set_width(button_container_->x()); x 420 ash/system/tray/system_tray.cc return point.x(); x 693 ash/system/tray/system_tray.cc gfx::Point point(located_event.x(), 0); x 695 ash/system/tray/system_tray.cc arrow_offset = point.x(); x 358 ash/system/tray/system_tray_unittest.cc EXPECT_TRUE(window_bounds.x() >= tray_bounds.x()); x 367 ash/system/tray/system_tray_unittest.cc EXPECT_TRUE(window_bounds.x() >= tray_bounds.x()); x 376 ash/system/tray/system_tray_unittest.cc EXPECT_TRUE(window_bounds.x() >= tray_bounds.x()); x 198 ash/system/tray/tray_background_view.cc leading_location.x(), x 202 ash/system/tray/tray_background_view.cc trailing_location.x(), x 206 ash/system/tray/tray_background_view.cc middle_bounds.x(), x 94 ash/system/tray/tray_bar_button_with_title.cc gfx::Rect bar_image_rect(rect.x(), x 103 ash/system/tray/tray_bar_button_with_title.cc title_->SetBounds(rect.x(), x 95 ash/system/tray/tray_item_more.cc bounds.set_width(more_->x() - kTrayPopupPaddingBetweenItems - label_->x()); x 423 ash/system/user/tray_user.cc canvas->DrawImageInPath(resized_, image_bounds.x(), image_bounds.y(), x 519 ash/system/user/tray_user.cc position.set_x(position.x() + last_line_size.width() + space_width); x 111 ash/system/user/tray_user_unittest.cc generator->MoveMouseTo(center.x(), center.y()); x 121 ash/system/user/tray_user_unittest.cc generator->MoveMouseTo(center.x(), center.y()); x 218 ash/system/web_notification/web_notification_tray.cc init_params.arrow_offset = bounds.x(); x 86 ash/test/ui_controls_factory_ash.cc virtual bool SendMouseMove(long x, long y) OVERRIDE { x 87 ash/test/ui_controls_factory_ash.cc gfx::Point p(x, y); x 89 ash/test/ui_controls_factory_ash.cc return ui_controls && ui_controls->SendMouseMove(p.x(), p.y()); x 93 ash/test/ui_controls_factory_ash.cc long x, x 96 ash/test/ui_controls_factory_ash.cc gfx::Point p(x, y); x 99 ash/test/ui_controls_factory_ash.cc ui_controls->SendMouseMoveNotifyWhenDone(p.x(), p.y(), closure); x 300 ash/touch/touch_hud_debug.cc SkScalar x = SkIntToScalar(location.x()); x 303 ash/touch/touch_hud_debug.cc if (!paths_[trace_index].getLastPt(&last) || x != last.x() || x 305 ash/touch/touch_hud_debug.cc paths_[trace_index].addCircle(x, y, SkIntToScalar(kPointRadius)); x 64 ash/touch/touch_hud_projection.cc SetX(parent()->GetMirroredXInView(touch.root_location().x()) - x 275 ash/touch/touch_uma.cc position.set_x(std::min(bounds.width() - 1, std::max(0, position.x()))); x 279 ash/touch/touch_uma.cc position.x() / bucket_size_x, x 348 ash/touch/touch_uma.cc distance = abs(lastpos.x() - event.x()) + abs(lastpos.y() - event.y()); x 99 ash/wm/app_list_controller.cc std::min(screen_width - kMinimalAnchorPositionOffset - anchor.x(), x 103 ash/wm/app_list_controller.cc std::max(kMinimalAnchorPositionOffset - anchor.x(), 0), 0); x 426 ash/wm/app_list_controller.cc shifted.set_x(shifted.x() + shift); x 62 ash/wm/ash_native_cursor_manager_interactive_uitest.cc void MoveMouseSync(aura::Window* window, int x, int y) { x 68 ash/wm/ash_native_cursor_manager_interactive_uitest.cc x, y); x 218 ash/wm/default_state.cc window->SetBounds(gfx::Rect(window->bounds().x(), x 238 ash/wm/default_state.cc window->bounds().x() == work_area.x())) { x 241 ash/wm/default_state.cc gfx::Rect new_bounds(work_area.x(), x 568 ash/wm/dock/docked_window_layout_manager.cc if (bounds.x() <= container_bounds.x() && x 569 ash/wm/dock/docked_window_layout_manager.cc bounds.right() > container_bounds.x()) { x 571 ash/wm/dock/docked_window_layout_manager.cc } else if (bounds.x() < container_bounds.right() && x 1017 ash/wm/dock/docked_window_layout_manager.cc return (abs(bounds.x() - container_bounds.x()) < x 1193 ash/wm/dock/docked_window_layout_manager.cc bounds.set_x(dock_bounds.x() + x 1231 ash/wm/dock/docked_window_layout_manager.cc dock_container_->bounds().x(), x 194 ash/wm/dock/docked_window_layout_manager_unittest.cc dx += work_area.x() - initial_location_in_screen.x(); x 196 ash/wm/dock/docked_window_layout_manager_unittest.cc dx += work_area.right() - 1 - initial_location_in_screen.x(); x 250 ash/wm/dock/docked_window_layout_manager_unittest.cc EXPECT_EQ(window->GetRootWindow()->bounds().x(), x 251 ash/wm/dock/docked_window_layout_manager_unittest.cc window->GetBoundsInScreen().x()); x 663 ash/wm/dock/docked_window_layout_manager_unittest.cc EXPECT_EQ(w1->bounds().CenterPoint().x(), w2->bounds().CenterPoint().x()); x 73 ash/wm/dock/docked_window_resizer.cc modified_location.Offset(offset.x(), offset.y()); x 168 ash/wm/dock/docked_window_resizer.cc const int distance = bounds.x() - dock_bounds.x(); x 222 ash/wm/dock/docked_window_resizer_unittest.cc dx += work_area.x() - initial_location_in_screen.x(); x 224 ash/wm/dock/docked_window_resizer_unittest.cc dx += work_area.right() - 1 - initial_location_in_screen.x(); x 324 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(window->GetRootWindow()->GetBoundsInScreen().x(), x 325 ash/wm/dock/docked_window_resizer_unittest.cc window->GetBoundsInScreen().x()); x 339 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(window->GetRootWindow()->GetBoundsInScreen().x(), x 340 ash/wm/dock/docked_window_resizer_unittest.cc window->GetBoundsInScreen().x()); x 355 ash/wm/dock/docked_window_resizer_unittest.cc int expected_x = initial_bounds.x() - initial_location_in_parent().x() + 1; x 356 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(expected_x, window->GetBoundsInScreen().x()); x 379 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(window->GetRootWindow()->GetBoundsInScreen().x(), x 380 ash/wm/dock/docked_window_resizer_unittest.cc window->GetBoundsInScreen().x()); x 431 ash/wm/dock/docked_window_resizer_unittest.cc const int left_edge = window->bounds().x(); x 439 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(left_edge - 32, window->GetBoundsInScreen().x()); x 477 ash/wm/dock/docked_window_resizer_unittest.cc const int left_edge = window->bounds().x(); x 485 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(left_edge - 32, window->GetBoundsInScreen().x()); x 562 ash/wm/dock/docked_window_resizer_unittest.cc const int left_edge = w2->bounds().x(); x 576 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(left_edge - 32, w2->GetBoundsInScreen().x()); x 641 ash/wm/dock/docked_window_resizer_unittest.cc (initial_bounds.x() - initial_location_in_parent().x()) : 0; x 642 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(expected_x, w2->GetBoundsInScreen().x()); x 685 ash/wm/dock/docked_window_resizer_unittest.cc DragMove(-50 - window->bounds().x(), 50 - window->bounds().y()); x 696 ash/wm/dock/docked_window_resizer_unittest.cc DragMove(-50 - window->bounds().x(), 50 - window->bounds().y()); x 701 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_LT(window->bounds().x(), 0); x 768 ash/wm/dock/docked_window_resizer_unittest.cc DragMove(window->GetRootWindow()->GetBoundsInScreen().x() - x 769 ash/wm/dock/docked_window_resizer_unittest.cc window->GetBoundsInScreen().x(), x 773 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(window->GetRootWindow()->GetBoundsInScreen().x(), x 774 ash/wm/dock/docked_window_resizer_unittest.cc window->GetBoundsInScreen().x()); x 833 ash/wm/dock/docked_window_resizer_unittest.cc const int left_edge = w2->bounds().x(); x 845 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(left_edge + drag_x, w2->bounds().x()); x 878 ash/wm/dock/docked_window_resizer_unittest.cc -w2->bounds().x(), x 930 ash/wm/dock/docked_window_resizer_unittest.cc DragMove(-w1->bounds().x() - 10, 0); x 965 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(w1->GetRootWindow()->GetBoundsInScreen().x(), x 966 ash/wm/dock/docked_window_resizer_unittest.cc w1->GetBoundsInScreen().x()); x 971 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(w1->GetRootWindow()->GetBoundsInScreen().x(), x 972 ash/wm/dock/docked_window_resizer_unittest.cc w1->GetBoundsInScreen().x()); x 985 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(w2->GetRootWindow()->GetBoundsInScreen().x() + x 987 ash/wm/dock/docked_window_resizer_unittest.cc w2->GetBoundsInScreen().x()); x 996 ash/wm/dock/docked_window_resizer_unittest.cc DragMove(1 + docked_width(manager) - w2->bounds().x(), 0); x 1009 ash/wm/dock/docked_window_resizer_unittest.cc int start_x = w2->bounds().x(); x 1013 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(start_x, w2->bounds().x()); x 1019 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(start_x, w2->bounds().x()); x 1031 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_NE(start_x, w2->bounds().x()); x 1481 ash/wm/dock/docked_window_resizer_unittest.cc DragMove(move_vector.x(), move_vector.y()); x 1559 ash/wm/dock/docked_window_resizer_unittest.cc EXPECT_EQ(work_area.x(), w1->bounds().x()); x 113 ash/wm/drag_window_resizer.cc bounds.set_x(bounds.x() + diff / 2); x 124 ash/wm/drag_window_resizer.cc if (last_mouse_location_in_screen.x() < dst_bounds.x()) x 125 ash/wm/drag_window_resizer.cc dst_bounds.set_x(last_mouse_location_in_screen.x()); x 126 ash/wm/drag_window_resizer.cc else if (last_mouse_location_in_screen.x() > dst_bounds.right()) x 128 ash/wm/drag_window_resizer.cc last_mouse_location_in_screen.x() - dst_bounds.width()); x 104 ash/wm/drag_window_resizer_unittest.cc location.set_x(location.x() + delta_x); x 89 ash/wm/gestures/long_press_affordance_handler.cc arc_path.addArc(SkRect::MakeXYWH(center.x() - radius, x 107 ash/wm/gestures/long_press_affordance_handler.cc sk_center.iset(center.x(), center.y()); x 125 ash/wm/gestures/long_press_affordance_handler.cc arc_path.addArc(SkRect::MakeXYWH(center.x() - radius, x 156 ash/wm/gestures/long_press_affordance_handler.cc point.x() - (kAffordanceOuterRadius + kAffordanceGlowWidth), x 588 ash/wm/immersive_fullscreen_controller.cc abs(location_in_screen.x() - mouse_x_when_hit_top_in_screen_) <= x 593 ash/wm/immersive_fullscreen_controller.cc mouse_x_when_hit_top_in_screen_ = location_in_screen.x(); x 915 ash/wm/immersive_fullscreen_controller.cc location.x() >= hit_bounds_in_screen.x() && x 916 ash/wm/immersive_fullscreen_controller.cc location.x() < hit_bounds_in_screen.right()); x 207 ash/wm/immersive_fullscreen_controller_unittest.cc void MoveMouse(int x, int y) { x 208 ash/wm/immersive_fullscreen_controller_unittest.cc gfx::Point screen_position(x, y); x 210 ash/wm/immersive_fullscreen_controller_unittest.cc GetEventGenerator().MoveMouseTo(screen_position.x(), screen_position.y()); x 229 ash/wm/immersive_fullscreen_controller_unittest.cc MoveMouse(event_position.x(), event_position.y()); x 364 ash/wm/immersive_fullscreen_controller_unittest.cc gfx::Point top_edge_pos(top_container_bounds_in_screen.x() + 100, x 377 ash/wm/immersive_fullscreen_controller_unittest.cc EXPECT_EQ(top_edge_pos.x(), mouse_x_when_hit_top()); x 387 ash/wm/immersive_fullscreen_controller_unittest.cc EXPECT_EQ(top_edge_pos.x(), mouse_x_when_hit_top()); x 392 ash/wm/immersive_fullscreen_controller_unittest.cc EXPECT_EQ(top_edge_pos.x(), mouse_x_when_hit_top()); x 397 ash/wm/immersive_fullscreen_controller_unittest.cc EXPECT_EQ(top_edge_pos.x(), mouse_x_when_hit_top()); x 401 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(top_edge_pos.x() + 100, top_edge_pos.y()); x 403 ash/wm/immersive_fullscreen_controller_unittest.cc EXPECT_EQ(top_edge_pos.x() + 100, mouse_x_when_hit_top()); x 413 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(top_container_bounds_in_screen.x(), x 424 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(top_container_bounds_in_screen.x(), x 441 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(top_container_bounds_in_screen.x(), x 475 ash/wm/immersive_fullscreen_controller_unittest.cc MoveMouse(popup_bounds_in_screen.x(), x 503 ash/wm/immersive_fullscreen_controller_unittest.cc MoveMouse(top_container_bounds_in_screen.x(), x 533 ash/wm/immersive_fullscreen_controller_unittest.cc int x = primary_root_window_bounds_in_screen.x() + 10; x 542 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge + 1); x 549 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge); x 556 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge - 2); x 561 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge - 20); x 566 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge - 2); x 569 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge + 1); x 571 ash/wm/immersive_fullscreen_controller_unittest.cc MoveMouse(x, y_top_edge - 2); x 576 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x + 10, y_top_edge - 3); x 581 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge - 20); x 594 ash/wm/immersive_fullscreen_controller_unittest.cc event_generator.MoveMouseTo(x, y_top_edge + 1); x 595 ash/wm/immersive_fullscreen_controller_unittest.cc MoveMouse(x, y_top_edge - 2); x 149 ash/wm/maximize_mode/maximize_mode_controller.cc gfx::Vector3dF lid_flattened(lid.x(), lid.y(), 0.0f); x 545 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc generator.MoveMouseTo(gfx::Point(rect.x() + 2, rect.y() + 2)); x 551 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc EXPECT_EQ(rect.x() + 10, first_dragged_origin.x()); x 559 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc generator.MoveMouseTo(gfx::Point(center_bounds.x() + 1, x 565 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc EXPECT_EQ(center_bounds.x(), window->bounds().x()); x 571 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc generator.MoveMouseTo(gfx::Point(first_dragged_origin.x() + 1, x 577 ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc EXPECT_EQ(first_dragged_origin.x() + 10, window->bounds().x()); x 69 ash/wm/maximize_mode/maximize_mode_window_state.cc int x = (work_area_in_parent.width() - bounds_in_parent.width()) / 2 + x 70 ash/wm/maximize_mode/maximize_mode_window_state.cc work_area_in_parent.x(); x 74 ash/wm/maximize_mode/maximize_mode_window_state.cc bounds_in_parent.set_origin(gfx::Point(x, y)); x 55 ash/wm/overview/scoped_transform_overview_window.cc result.Translate(-new_origin.x(), -new_origin.y()); x 57 ash/wm/overview/scoped_transform_overview_window.cc result.Translate(new_origin.x(), new_origin.y()); x 173 ash/wm/overview/scoped_transform_overview_window.cc return gfx::Rect(bounds.x() + 0.5 * (bounds.width() - scale * rect.width()), x 185 ash/wm/overview/scoped_transform_overview_window.cc transform.Translate(dst_rect.x() - src_rect.x(), x 410 ash/wm/overview/window_overview.cc int x_offset = total_bounds.x() + ((windows.size() >= columns ? 0 : x 171 ash/wm/overview/window_selector_panels.cc transform.Translate(bounding_rect.x() - bounds.x(), x 174 ash/wm/overview/window_selector_panels.cc transform.Translate(bounds.x() - bounding_rect.x(), x 176 ash/wm/overview/window_selector_unittest.cc t.Translate(origin.x(), origin.y()); x 178 ash/wm/overview/window_selector_unittest.cc t.Translate(-origin.x(), -origin.y()); x 403 ash/wm/overview/window_selector_unittest.cc EXPECT_EQ(overview_bounds.x(), new_overview_bounds.x()); x 976 ash/wm/overview/window_selector_unittest.cc EXPECT_EQ(overview_bounds.x(), new_overview_bounds.x()); x 1076 ash/wm/overview/window_selector_unittest.cc gfx::Point(bounds.x(), bounds.y()), x 1077 ash/wm/overview/window_selector_unittest.cc gfx::Point(bounds.x(), bounds.bottom() - 1), x 174 ash/wm/panels/panel_layout_manager.cc return bounds1.x() == bounds2.right() || x 176 ash/wm/panels/panel_layout_manager.cc bounds1.right() == bounds2.x() || x 428 ash/wm/panels/panel_layout_manager.cc if (bounds.x() + bounds.width()/2 <= requested_bounds.x()) break; x 633 ash/wm/panels/panel_layout_manager.cc int icon_start = horizontal ? icon_origin.x() : icon_origin.y(); x 683 ash/wm/panels/panel_layout_manager.cc bounds.set_x(shelf_bounds.x() - bounds.width()); x 755 ash/wm/panels/panel_layout_manager.cc bounds.x() + bounds.width() / 2 : x 808 ash/wm/panels/panel_layout_manager.cc int slide_distance = horizontal ? slide_vector.x() : slide_vector.y(); x 812 ash/wm/panels/panel_layout_manager.cc icon_bounds.x() + (icon_bounds.width() - callout_bounds.width()) / 2); x 814 ash/wm/panels/panel_layout_manager.cc current_bounds.x() - callout_bounds.x(), x 829 ash/wm/panels/panel_layout_manager.cc callout_bounds.set_x(bounds.x() - callout_bounds.width()); x 95 ash/wm/panels/panel_layout_manager_unittest.cc gfx::Point root_point = gfx::Point(panel_bounds.x(), panel_bounds.y()); x 103 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_TRUE(screen_bottom_right.x() < display_bounds.width() && x 135 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_LE(window_bounds.x(), icon_bounds.x()); x 149 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_EQ(shelf_bounds.right(), window_bounds.x()); x 152 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_EQ(shelf_bounds.x(), window_bounds.right()); x 181 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_EQ(panel_bounds.x(), callout_bounds.right()); x 184 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_EQ(panel_bounds.right(), callout_bounds.x()); x 192 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_NEAR(icon_bounds.CenterPoint().x(), x 193 ash/wm/panels/panel_layout_manager_unittest.cc widget->GetWindowBoundsInScreen().CenterPoint().x(), x 342 ash/wm/panels/panel_layout_manager_unittest.cc EXPECT_EQ(shelf_visible_position.x(), panel->GetBoundsInScreen().x()); x 538 ash/wm/panels/panel_layout_manager_unittest.cc int window_x1 = w1->GetBoundsInRootWindow().CenterPoint().x(); x 539 ash/wm/panels/panel_layout_manager_unittest.cc int window_x2 = w2->GetBoundsInRootWindow().CenterPoint().x(); x 540 ash/wm/panels/panel_layout_manager_unittest.cc int window_x3 = w3->GetBoundsInRootWindow().CenterPoint().x(); x 542 ash/wm/panels/panel_layout_manager_unittest.cc int icon_x1 = shelf->GetScreenBoundsOfItemIconForWindow(w1.get()).x(); x 543 ash/wm/panels/panel_layout_manager_unittest.cc int icon_x2 = shelf->GetScreenBoundsOfItemIconForWindow(w2.get()).x(); x 557 ash/wm/panels/panel_layout_manager_unittest.cc int window_x1 = w1->GetBoundsInRootWindow().CenterPoint().x(); x 558 ash/wm/panels/panel_layout_manager_unittest.cc int window_x2 = w2->GetBoundsInRootWindow().CenterPoint().x(); x 559 ash/wm/panels/panel_layout_manager_unittest.cc int window_x3 = w3->GetBoundsInRootWindow().CenterPoint().x(); x 89 ash/wm/panels/panel_window_resizer.cc gfx::Point modified_location(location.x() + offset.x(), x 149 ash/wm/panels/panel_window_resizer.cc if (bounds.x() <= (launcher_bounds.right() + x 152 ash/wm/panels/panel_window_resizer.cc offset->set_x(launcher_bounds.right() - bounds.x()); x 156 ash/wm/panels/panel_window_resizer.cc if (bounds.right() >= (launcher_bounds.x() - x 159 ash/wm/panels/panel_window_resizer.cc offset->set_x(launcher_bounds.x() - bounds.width() - bounds.x()); x 57 ash/wm/panels/panel_window_resizer_unittest.cc location.set_x(location.x() + delta_x); x 110 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x()); x 115 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x() + dx * 100, window->GetBoundsInScreen().x()); x 133 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x()); x 306 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x()); x 315 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x() + 500, window->GetBoundsInScreen().x()); x 335 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x() + 500, window->GetBoundsInScreen().x()); x 362 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x() + 500, window->GetBoundsInScreen().x()); x 388 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x() + 500, window->GetBoundsInScreen().x()); x 422 ash/wm/panels/panel_window_resizer_unittest.cc EXPECT_EQ(initial_bounds.x() + 500, window->GetBoundsInScreen().x()); x 139 ash/wm/partial_screenshot_view.cc int left = std::min(start_position_.x(), current_position_.x()); x 141 ash/wm/partial_screenshot_view.cc int width = ::abs(start_position_.x() - current_position_.x()); x 28 ash/wm/stacking_controller.cc if (bounds.x() == 0 && bounds.y() == 0 && bounds.IsEmpty()) x 157 ash/wm/system_gesture_event_filter_unittest.cc int x, x 162 ash/wm/system_gesture_event_filter_unittest.cc return new ui::GestureEvent(type, x, y, 0, x 271 ash/wm/system_gesture_event_filter_unittest.cc left_points[i].Offset(right_tile_bounds.x(), right_tile_bounds.y()); x 330 ash/wm/system_gesture_event_filter_unittest.cc gfx::Point(bounds.x() + 10, bounds.y() + 30), x 331 ash/wm/system_gesture_event_filter_unittest.cc gfx::Point(bounds.x() + 30, bounds.y() + 20), x 356 ash/wm/system_gesture_event_filter_unittest.cc normal_bounds.set_x(normal_bounds.x() + 150); x 365 ash/wm/system_gesture_event_filter_unittest.cc normal_bounds.set_x(normal_bounds.x() - 150); x 373 ash/wm/system_gesture_event_filter_unittest.cc normal_bounds.set_x(normal_bounds.x() + 150); x 467 ash/wm/system_gesture_event_filter_unittest.cc bounds += gfx::Vector2d(150 + (points[1].x() - points[0].x()) / 2, 150); x 519 ash/wm/system_gesture_event_filter_unittest.cc gfx::Point(bounds.x() + bounds.width() / 2, bounds.y() + 5), x 520 ash/wm/system_gesture_event_filter_unittest.cc gfx::Point(bounds.x() + bounds.width() / 2, bounds.y() + 5), x 528 ash/wm/system_gesture_event_filter_unittest.cc int drag_x = work_area.x() + 20 - points[0].x(); x 547 ash/wm/system_gesture_event_filter_unittest.cc gfx::Point(bounds.x() + bounds.width() / 2, bounds.y() + 5), x 548 ash/wm/system_gesture_event_filter_unittest.cc gfx::Point(bounds.x() + bounds.width() / 2, bounds.y() + 5), x 556 ash/wm/system_gesture_event_filter_unittest.cc int drag_x = work_area.right() - 20 - points[0].x(); x 331 ash/wm/toplevel_window_event_handler_unittest.cc EXPECT_EQ(position.x() - 30, target->bounds().x()); x 116 ash/wm/window_animations.cc gfx::Point(target_bounds.x() - bounds.x(), x 352 ash/wm/window_animations.cc out_transform.Translate(new_bounds.x() - old_bounds.x(), x 372 ash/wm/window_animations.cc in_transform.Translate(old_bounds.x() - new_bounds.x(), x 482 ash/wm/window_animations.cc item_rect.set_x(shelf_bounds.x()); x 103 ash/wm/window_positioner.cc if (work_area.x() < bounds->x()) { x 104 ash/wm/window_positioner.cc bounds->set_x(work_area.x()); x 140 ash/wm/window_positioner.cc bounds.set_x(work_area.x() + (work_area.width() - bounds.width()) / 2); x 314 ash/wm/window_positioner.cc other_bounds.CenterPoint().x() > work_area.x() + work_area.width() / 2; x 374 ash/wm/window_positioner.cc return gfx::Rect(work_area.x() + offset_x, x 440 ash/wm/window_positioner.cc int x = last_popup_position_x_; x 446 ash/wm/window_positioner.cc return gfx::Rect(x + work_area.x(), y + work_area.y(), w, h); x 478 ash/wm/window_positioner.cc int x, x_increment; x 490 ash/wm/window_positioner.cc x = 0; x 493 ash/wm/window_positioner.cc x = work_area.width() - w; x 498 ash/wm/window_positioner.cc for (; x_increment > 0 ? (x < x_end) : (x > x_end); x += x_increment) { x 503 ash/wm/window_positioner.cc if (regions[i]->Intersects(gfx::Rect(x + work_area.x(), x 510 ash/wm/window_positioner.cc return gfx::Rect(x + work_area.x(), y + work_area.y(), w, h); x 524 ash/wm/window_positioner.cc int x = pos.x() - (pos.x() - work_area.x()) % grid; x 532 ash/wm/window_positioner.cc x = work_area.right() - w; x 535 ash/wm/window_positioner.cc return gfx::Rect(x, y, w, h); x 126 ash/wm/window_resizer.cc int delta_x = location.x() - details().initial_location_in_parent.x(); x 155 ash/wm/window_resizer.cc new_bounds.right() < work_area.x() + kMinimumOnScreenArea) { x 156 ash/wm/window_resizer.cc int delta = work_area.x() + kMinimumOnScreenArea - new_bounds.right(); x 158 ash/wm/window_resizer.cc } else if (new_bounds.x() > work_area.right() - kMinimumOnScreenArea) { x 196 ash/wm/window_resizer.cc if (details().initial_location_in_parent.x() > x 197 ash/wm/window_resizer.cc details().initial_bounds_in_parent.x() + x 199 ash/wm/window_resizer.cc new_bounds.set_x(location.x() - details().restore_bounds.width() / 2); x 228 ash/wm/window_resizer.cc std::max(screen_work_area.x() - new_bounds.width(), x 230 ash/wm/window_resizer.cc new_bounds_in_screen.x()))); x 254 ash/wm/window_resizer.cc *delta_x += details().initial_location_in_parent.x() - x 257 ash/wm/window_resizer.cc *delta_x += details().initial_location_in_parent.x() - x 258 ash/wm/window_resizer.cc details().initial_bounds_in_parent.x(); x 325 ash/wm/window_state.cc bounds->set_x(maximized_bounds.x()); x 72 ash/wm/window_state_unittest.cc kPrimaryDisplayWorkAreaBounds.x(), x 89 ash/wm/window_state_unittest.cc kSecondaryDisplayWorkAreaBounds.x() + x 97 ash/wm/window_state_unittest.cc expected.set_x(kSecondaryDisplayWorkAreaBounds.x()); x 121 ash/wm/window_state_unittest.cc gfx::Rect expected = gfx::Rect(kWorkAreaBounds.x() + 1, x 148 ash/wm/window_state_unittest.cc gfx::Rect expected = gfx::Rect(kWorkAreaBounds.x(), x 218 ash/wm/window_state_unittest.cc kWorkAreaBounds.x() + kWorkAreaBounds.width() / 2, x 86 ash/wm/window_util.cc return gfx::Rect(work_area_in_parent.x(), x 122 ash/wm/window_util.cc if (bounds->right() < visible_area.x() + min_width) { x 123 ash/wm/window_util.cc bounds->set_x(visible_area.x() + min_width - bounds->width()); x 124 ash/wm/window_util.cc } else if (bounds->x() > visible_area.right() - min_width) { x 179 ash/wm/workspace/magnetism_matcher.cc IsCloseEnough(bounds.x(), src_bounds.x())) { x 62 ash/wm/workspace/magnetism_matcher.h return bounds.x(); x 94 ash/wm/workspace/magnetism_matcher.h return Range(bounds.x(), bounds.right()); x 104 ash/wm/workspace/magnetism_matcher.h return Range(bounds.x(), bounds.right()); x 19 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - distance - 10, x 23 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - 2, initial_bounds.y(), 1, 1), x 29 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - 2, x 44 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - distance - 10, x 48 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - 2, x 54 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() + distance + 1, x 103 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - distance + 1, x 151 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - distance - 2, x 158 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - 4, x 162 ash/wm/workspace/magnetism_matcher_unittest.cc gfx::Rect(initial_bounds.x() - 4, x 43 ash/wm/workspace/multi_window_resize_controller.cc bool ContainsX(Window* window, int x) { x 44 ash/wm/workspace/multi_window_resize_controller.cc return window->bounds().x() <= x && window->bounds().right() >= x; x 255 ash/wm/workspace/multi_window_resize_controller.cc window, HTRIGHT, window->bounds().x(), point_in_parent.y()); x 261 ash/wm/workspace/multi_window_resize_controller.cc window, HTBOTTOM, point_in_parent.x(), window->bounds().y()); x 268 ash/wm/workspace/multi_window_resize_controller.cc window, HTTOP, point_in_parent.x(), window->bounds().bottom()); x 279 ash/wm/workspace/multi_window_resize_controller.cc int x, x 290 ash/wm/workspace/multi_window_resize_controller.cc if (ContainsY(window, y) && window->bounds().x() == x) x 294 ash/wm/workspace/multi_window_resize_controller.cc if (ContainsY(window, y) && window->bounds().right() == x) x 298 ash/wm/workspace/multi_window_resize_controller.cc if (ContainsX(window, x) && window->bounds().y() == y) x 302 ash/wm/workspace/multi_window_resize_controller.cc if (ContainsX(window, x) && window->bounds().bottom() == y) x 310 ash/wm/workspace/multi_window_resize_controller.cc if (window->bounds().Contains(x, y)) x 331 ash/wm/workspace/multi_window_resize_controller.cc Intersects(other->bounds().x(), other->bounds().right(), x 332 ash/wm/workspace/multi_window_resize_controller.cc window->bounds().x(), window->bounds().right())) { x 337 ash/wm/workspace/multi_window_resize_controller.cc if (other->bounds().x() == right && x 454 ash/wm/workspace/multi_window_resize_controller.cc bounds.set_x(show_bounds_in_screen_.x()); x 489 ash/wm/workspace/multi_window_resize_controller.cc int x = 0, y = 0; x 491 ash/wm/workspace/multi_window_resize_controller.cc x = windows_.window1->bounds().right() - pref.width() / 2; x 498 ash/wm/workspace/multi_window_resize_controller.cc x = location_in_parent.x() + kResizeWidgetPadding; x 499 ash/wm/workspace/multi_window_resize_controller.cc if (x + pref.height() / 2 > windows_.window1->bounds().right() && x 500 ash/wm/workspace/multi_window_resize_controller.cc x + pref.height() / 2 > windows_.window2->bounds().right()) { x 501 ash/wm/workspace/multi_window_resize_controller.cc x = location_in_parent.x() - kResizeWidgetPadding - pref.width(); x 505 ash/wm/workspace/multi_window_resize_controller.cc return gfx::Rect(x, y, pref.width(), pref.height()); x 103 ash/wm/workspace/multi_window_resize_controller.h int x, x 154 ash/wm/workspace/multi_window_resize_controller_unittest.cc generator.MoveMouseTo(bounds.x() + 1, bounds.y() + 1); x 161 ash/wm/workspace/multi_window_resize_controller_unittest.cc generator.MoveMouseTo(bounds.x() + 10, bounds.y() + 10); x 197 ash/wm/workspace/multi_window_resize_controller_unittest.cc generator.MoveMouseTo(bounds.x() + 1, bounds.y() + 1); x 204 ash/wm/workspace/multi_window_resize_controller_unittest.cc generator.MoveMouseTo(bounds.x() + 11, bounds.y() + 10); x 244 ash/wm/workspace/multi_window_resize_controller_unittest.cc generator.MoveMouseTo(bounds.x() + 1, bounds.y() + 1); x 246 ash/wm/workspace/multi_window_resize_controller_unittest.cc generator.MoveMouseTo(bounds.x() + 11, bounds.y() + 10); x 110 ash/wm/workspace/phantom_window_controller.cc int x = kInsetSize; x 116 ash/wm/workspace/phantom_window_controller.cc x = 0; x 127 ash/wm/workspace/phantom_window_controller.cc gfx::RectToSkRect(gfx::Rect(x, y, w, h)), x 136 ash/wm/workspace/phantom_window_controller.cc gfx::RectToSkRect(gfx::Rect(x, y, w, h)), SkIntToScalar(kRoundRectSize), x 28 ash/wm/workspace/two_step_edge_cycler.cc start_x_(start.x()) { x 42 ash/wm/workspace/two_step_edge_cycler.cc std::abs(location.x() - start_x_) >= kMaxPixels || x 111 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_EQ(restored_bounds.x(), bounds_in_screen.x()); x 134 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_EQ(work_area.x(), bounds_in_screen.x()); x 168 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_EQ(restored_bounds.x(), bounds_in_screen.x()); x 184 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_EQ(work_area2.x(), bounds_in_screen.x()); x 207 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_EQ(work_area_in_screen.x(), snapped_bounds_in_screen.x()); x 276 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_EQ(restored_bounds.x(), window->bounds().x()); x 339 ash/wm/workspace/workspace_event_handler_unittest.cc EXPECT_EQ(work_area_in_parent.x(), window->bounds().x()); x 310 ash/wm/workspace/workspace_layout_manager_unittest.cc w->SetBounds(gfx::Rect(window_bounds.x(), shelf_bounds.y() - 1, x 142 ash/wm/workspace/workspace_window_resizer.cc int x = 0, y = 0; x 148 ash/wm/workspace/workspace_window_resizer.cc x = attach_to.right(); x 154 ash/wm/workspace/workspace_window_resizer.cc x = attach_to.x() - src.width(); x 160 ash/wm/workspace/workspace_window_resizer.cc x = CoordinateAlongSecondaryAxis( x 161 ash/wm/workspace/workspace_window_resizer.cc edge.secondary_edge, attach_to.x(), attach_to.right() - src.width(), x 162 ash/wm/workspace/workspace_window_resizer.cc src.x()); x 171 ash/wm/workspace/workspace_window_resizer.cc return gfx::Point(x, y); x 180 ash/wm/workspace/workspace_window_resizer.cc int x = src.x(); x 187 ash/wm/workspace/workspace_window_resizer.cc x = attach_origin.x(); x 188 ash/wm/workspace/workspace_window_resizer.cc w = src.right() - x; x 191 ash/wm/workspace/workspace_window_resizer.cc w += attach_origin.x() - src.x(); x 214 ash/wm/workspace/workspace_window_resizer.cc x = attach_origin.x(); x 215 ash/wm/workspace/workspace_window_resizer.cc w = src.right() - x; x 217 ash/wm/workspace/workspace_window_resizer.cc w += attach_origin.x() - src.x(); x 221 ash/wm/workspace/workspace_window_resizer.cc return gfx::Rect(x, y, w, h); x 814 ash/wm/workspace/workspace_window_resizer.cc work_area.right() - total_min_ - bounds->x())); x 826 ash/wm/workspace/workspace_window_resizer.cc const int left_edge = work_area.x(); x 831 ash/wm/workspace/workspace_window_resizer.cc if (ShouldStickToEdge(bounds->x() - left_edge, sticky_size)) { x 858 ash/wm/workspace/workspace_window_resizer.cc const int left_edge = work_area.x(); x 868 ash/wm/workspace/workspace_window_resizer.cc ShouldStickToEdge(bounds->x() - left_edge, sticky_size)) { x 878 ash/wm/workspace/workspace_window_resizer.cc bounds->set_width(right_edge - bounds->x()); x 886 ash/wm/workspace/workspace_window_resizer.cc int WorkspaceWindowResizer::PrimaryAxisCoordinate(int x, int y) const { x 889 ash/wm/workspace/workspace_window_resizer.cc return x; x 1003 ash/wm/workspace/workspace_window_resizer.cc if (area.x() == display_bounds.x()) x 1010 ash/wm/workspace/workspace_window_resizer.cc if (location.x() <= area.x()) x 1012 ash/wm/workspace/workspace_window_resizer.cc if (location.x() >= area.right() - 1) x 137 ash/wm/workspace/workspace_window_resizer.h int PrimaryAxisCoordinate(int x, int y) const; x 176 ash/wm/workspace/workspace_window_resizer_unittest.cc location.set_x(location.x() + delta_x); x 904 ash/wm/workspace/workspace_window_resizer_unittest.cc int left = ScreenUtil::GetDisplayWorkAreaBoundsInParent(window_.get()).x(); x 1088 ash/wm/workspace/workspace_window_resizer_unittest.cc EXPECT_EQ(100, window_->bounds().x()); x 1105 ash/wm/workspace/workspace_window_resizer_unittest.cc EXPECT_EQ(100, window_->bounds().x()); x 1121 ash/wm/workspace/workspace_window_resizer_unittest.cc EXPECT_EQ(0, window_->bounds().x()); x 920 ash/wm/workspace_controller_unittest.cc EXPECT_EQ(0, window1->bounds().x()); x 923 ash/wm/workspace_controller_unittest.cc EXPECT_EQ(0, window3->bounds().x()); x 928 ash/wm/workspace_controller_unittest.cc EXPECT_EQ(0, window3->bounds().x()); x 938 ash/wm/workspace_controller_unittest.cc EXPECT_EQ(0, window2->bounds().x()); x 1430 ash/wm/workspace_controller_unittest.cc { "left", gfx::Point(bounds.x() - 2, bounds.y() + 10), true }, x 1431 ash/wm/workspace_controller_unittest.cc { "top", gfx::Point(bounds.x() + 10, bounds.y() - 2), true }, x 1433 ash/wm/workspace_controller_unittest.cc { "bottom", gfx::Point(bounds.x() + 10, bounds.bottom() + 2), true }, x 1434 ash/wm/workspace_controller_unittest.cc { "outside", gfx::Point(bounds.x() + 10, bounds.y() - 31), false }, x 1481 ash/wm/workspace_controller_unittest.cc { "left", gfx::Point(bounds.x() - 2, bounds.y() + 10), true }, x 1482 ash/wm/workspace_controller_unittest.cc { "top", gfx::Point(bounds.x() + 10, bounds.y() - 2), true }, x 1484 ash/wm/workspace_controller_unittest.cc { "bottom", gfx::Point(bounds.x() + 10, bounds.bottom() + 2), true }, x 1485 ash/wm/workspace_controller_unittest.cc { "outside", gfx::Point(bounds.x() + 10, bounds.y() - 31), false }, x 84 base/allocator/allocator_unittest.cc #define GG_ULONGLONG(x) static_cast<uint64>(x) x 34 base/android/build_info.cc static void Delete(BuildInfo* x) { x 20 base/android/javatests/src/org/chromium/base/ObserverListTest.java void observe(int x); x 32 base/android/javatests/src/org/chromium/base/ObserverListTest.java public void observe(int x) { x 33 base/android/javatests/src/org/chromium/base/ObserverListTest.java mTotal += x * mScalar; x 50 base/android/javatests/src/org/chromium/base/ObserverListTest.java public void observe(int x) { x 68 base/android/javatests/src/org/chromium/base/ObserverListTest.java public void observe(int x) { x 78 base/atomicops_internals_x86_gcc.h Atomic32 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 82 base/atomicops_internals_x86_gcc.h return x; x 114 base/atomicops_internals_x86_gcc.h Atomic32 x = 0; x 115 base/atomicops_internals_x86_gcc.h NoBarrier_AtomicExchange(&x, 0); // acts as a barrier on PIII x 249 base/atomicops_internals_x86_gcc.h Atomic64 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 253 base/atomicops_internals_x86_gcc.h return x; x 24 base/bits.h uint32 x = value >> shift; x 25 base/bits.h if (x != 0) { x 26 base/bits.h value = x; x 21 base/callback_list_unittest.cc void IncrementByMultipleOfScaler(int x) { total_ += x * scaler_; } x 18 base/check_example.cc void DoCheckEq(int x, int y) { x 19 base/check_example.cc CHECK_EQ(x, y); x 225 base/compiler_specific.h #define UNLIKELY(x) __builtin_expect(!!(x), 0) x 227 base/compiler_specific.h #define UNLIKELY(x) (x) x 439 base/containers/small_map.h std::pair<iterator, bool> insert(const value_type& x) { x 444 base/containers/small_map.h if (compare(array_[i]->first, x.first)) { x 450 base/containers/small_map.h std::pair<typename NormalMap::iterator, bool> ret = map_->insert(x); x 453 base/containers/small_map.h array_[size_].Init(x); x 457 base/containers/small_map.h std::pair<typename NormalMap::iterator, bool> ret = map_->insert(x); x 414 base/file_util.h inline void operator()(FILE* x) const { x 415 base/file_util.h if (x) x 416 base/file_util.h fclose(x); x 48 base/file_util_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 444 base/files/file_path.h #define FILE_PATH_LITERAL(x) x x 448 base/files/file_path.h #define FILE_PATH_LITERAL(x) L ## x x 12 base/files/file_path_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 15 base/files/file_path_unittest.cc #define FPS(x) FilePath::StringType(FPL(x), arraysize(FPL(x)) - 1) x 31 base/files/scoped_file.h inline void operator()(FILE* x) const { x 32 base/files/scoped_file.h if (x) x 33 base/files/scoped_file.h fclose(x); x 721 base/logging.h #define assert(x) DLOG_ASSERT(x) x 172 base/mac/foundation_util.h #define OBJC_CPP_CLASS_DECL(x) class x; x 174 base/mac/foundation_util.h #define OBJC_CPP_CLASS_DECL(x) x 52 base/md5.cc #define F1(x, y, z) (z ^ (x & (y ^ z))) x 53 base/md5.cc #define F2(x, y, z) F1(z, x, y) x 54 base/md5.cc #define F3(x, y, z) (x ^ y ^ z) x 55 base/md5.cc #define F4(x, y, z) (y ^ (x | ~z)) x 58 base/md5.cc #define MD5STEP(f, w, x, y, z, data, s) \ x 59 base/md5.cc ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) x 164 base/memory/linked_ptr.h bool operator==(T* ptr, const linked_ptr<T>& x) { x 165 base/memory/linked_ptr.h return ptr == x.get(); x 169 base/memory/linked_ptr.h bool operator!=(T* ptr, const linked_ptr<T>& x) { x 170 base/memory/linked_ptr.h return ptr != x.get(); x 149 base/memory/ref_counted.h static void Destruct(const T* x) { x 154 base/memory/ref_counted.h DefaultRefCountedThreadSafeTraits>::DeleteInternal(x); x 190 base/memory/ref_counted.h static void DeleteInternal(const T* x) { delete x; } x 21 base/memory/scoped_ptr_unittest.cc virtual int SomeMeth(int x) const = 0; x 32 base/memory/scoped_ptr_unittest.cc virtual int SomeMeth(int x) const OVERRIDE { return x; } x 103 base/memory/scoped_vector.h iterator insert(iterator position, T* x) { x 104 base/memory/scoped_vector.h return v_.insert(position, x); x 58 base/memory/singleton.h static void Delete(Type* x) { x 59 base/memory/singleton.h delete x; x 98 base/numerics/safe_math_impl.h bool HasSignBit(T x) { x 100 base/numerics/safe_math_impl.h return !!(static_cast<typename UnsignedIntegerForSize<T>::type>(x) >> x 106 base/numerics/safe_math_impl.h T BinaryComplement(T x) { x 107 base/numerics/safe_math_impl.h return ~x; x 116 base/numerics/safe_math_impl.h CheckedAdd(T x, T y, RangeConstraint* validity) { x 120 base/numerics/safe_math_impl.h UnsignedDst ux = static_cast<UnsignedDst>(x); x 132 base/numerics/safe_math_impl.h *validity = BinaryComplement(x) >= y ? RANGE_VALID : RANGE_OVERFLOW; x 139 base/numerics/safe_math_impl.h CheckedSub(T x, T y, RangeConstraint* validity) { x 143 base/numerics/safe_math_impl.h UnsignedDst ux = static_cast<UnsignedDst>(x); x 155 base/numerics/safe_math_impl.h *validity = x >= y ? RANGE_VALID : RANGE_UNDERFLOW; x 168 base/numerics/safe_math_impl.h CheckedMul(T x, T y, RangeConstraint* validity) { x 171 base/numerics/safe_math_impl.h static_cast<IntermediateType>(x) * static_cast<IntermediateType>(y); x 180 base/numerics/safe_math_impl.h CheckedMul(T x, T y, RangeConstraint* validity) { x 182 base/numerics/safe_math_impl.h if (!(x || y)) { x 185 base/numerics/safe_math_impl.h } else if (x > 0) { x 188 base/numerics/safe_math_impl.h x <= std::numeric_limits<T>::max() / y ? RANGE_VALID : RANGE_OVERFLOW; x 190 base/numerics/safe_math_impl.h *validity = y >= std::numeric_limits<T>::min() / x ? RANGE_VALID x 195 base/numerics/safe_math_impl.h *validity = x >= std::numeric_limits<T>::min() / y ? RANGE_VALID x 199 base/numerics/safe_math_impl.h y >= std::numeric_limits<T>::max() / x ? RANGE_VALID : RANGE_OVERFLOW; x 202 base/numerics/safe_math_impl.h return x * y; x 210 base/numerics/safe_math_impl.h CheckedMul(T x, T y, RangeConstraint* validity) { x 211 base/numerics/safe_math_impl.h *validity = (y == 0 || x <= std::numeric_limits<T>::max() / y) x 214 base/numerics/safe_math_impl.h return x * y; x 220 base/numerics/safe_math_impl.h T x, x 224 base/numerics/safe_math_impl.h if (std::numeric_limits<T>::is_signed && x == std::numeric_limits<T>::min() && x 231 base/numerics/safe_math_impl.h return x / y; x 238 base/numerics/safe_math_impl.h CheckedMod(T x, T y, RangeConstraint* validity) { x 240 base/numerics/safe_math_impl.h return x % y; x 247 base/numerics/safe_math_impl.h CheckedMod(T x, T y, RangeConstraint* validity) { x 249 base/numerics/safe_math_impl.h return x % y; x 88 base/observer_list_threadsafe.h static void Destruct(const ObserverListThreadSafe<T>* x) { x 89 base/observer_list_threadsafe.h delete x; x 22 base/observer_list_unittest.cc virtual void Observe(int x) = 0; x 29 base/observer_list_unittest.cc virtual void Observe(int x) OVERRIDE { x 30 base/observer_list_unittest.cc total += x * scaler_; x 46 base/observer_list_unittest.cc virtual void Observe(int x) OVERRIDE { x 62 base/observer_list_unittest.cc virtual void Observe(int x) OVERRIDE { x 80 base/observer_list_unittest.cc virtual void Observe(int x) OVERRIDE { x 156 base/observer_list_unittest.cc virtual void Observe(int x) OVERRIDE { x 332 base/observer_list_unittest.cc virtual void Observe(int x) OVERRIDE { x 529 base/observer_list_unittest.cc virtual void Observe(int x) OVERRIDE { x 12 base/port.h #define GG_LONGLONG(x) x##I64 x 13 base/port.h #define GG_ULONGLONG(x) x##UI64 x 15 base/port.h #define GG_LONGLONG(x) x##LL x 16 base/port.h #define GG_ULONGLONG(x) x##ULL x 22 base/port.h #define GG_INT64_C(x) GG_LONGLONG(x) x 23 base/port.h #define GG_UINT64_C(x) GG_ULONGLONG(x) x 27 base/posix/eintr_wrapper.h #define HANDLE_EINTR(x) ({ \ x 28 base/posix/eintr_wrapper.h typeof(x) eintr_wrapper_result; \ x 30 base/posix/eintr_wrapper.h eintr_wrapper_result = (x); \ x 37 base/posix/eintr_wrapper.h #define HANDLE_EINTR(x) ({ \ x 39 base/posix/eintr_wrapper.h typeof(x) eintr_wrapper_result; \ x 41 base/posix/eintr_wrapper.h eintr_wrapper_result = (x); \ x 49 base/posix/eintr_wrapper.h #define IGNORE_EINTR(x) ({ \ x 50 base/posix/eintr_wrapper.h typeof(x) eintr_wrapper_result; \ x 52 base/posix/eintr_wrapper.h eintr_wrapper_result = (x); \ x 62 base/posix/eintr_wrapper.h #define HANDLE_EINTR(x) (x) x 63 base/posix/eintr_wrapper.h #define IGNORE_EINTR(x) (x) x 187 base/process/launch_posix.cc inline void operator()(DIR* x) const { x 188 base/process/launch_posix.cc if (x) x 189 base/process/launch_posix.cc closedir(x); x 34 base/strings/safe_sprintf.cc #define DEBUG_CHECK(x) do { if (x) { } } while (0) x 39 base/strings/string_piece.cc bool operator==(const StringPiece& x, const StringPiece& y) { x 40 base/strings/string_piece.cc if (x.size() != y.size()) x 43 base/strings/string_piece.cc return StringPiece::wordmemcmp(x.data(), y.data(), x.size()) == 0; x 221 base/strings/string_piece.h int compare(const BasicStringPiece<STRING_TYPE>& x) const { x 223 base/strings/string_piece.h ptr_, x.ptr_, (length_ < x.length_ ? length_ : x.length_)); x 225 base/strings/string_piece.h if (length_ < x.length_) r = -1; x 226 base/strings/string_piece.h else if (length_ > x.length_) r = +1; x 269 base/strings/string_piece.h bool starts_with(const BasicStringPiece& x) const { x 270 base/strings/string_piece.h return ((this->length_ >= x.length_) && x 271 base/strings/string_piece.h (wordmemcmp(this->ptr_, x.ptr_, x.length_) == 0)); x 275 base/strings/string_piece.h bool ends_with(const BasicStringPiece& x) const { x 276 base/strings/string_piece.h return ((this->length_ >= x.length_) && x 277 base/strings/string_piece.h (wordmemcmp(this->ptr_ + (this->length_-x.length_), x 278 base/strings/string_piece.h x.ptr_, x.length_) == 0)); x 361 base/strings/string_piece.h BASE_EXPORT bool operator==(const StringPiece& x, const StringPiece& y); x 363 base/strings/string_piece.h inline bool operator!=(const StringPiece& x, const StringPiece& y) { x 364 base/strings/string_piece.h return !(x == y); x 367 base/strings/string_piece.h inline bool operator<(const StringPiece& x, const StringPiece& y) { x 369 base/strings/string_piece.h x.data(), y.data(), (x.size() < y.size() ? x.size() : y.size())); x 370 base/strings/string_piece.h return ((r < 0) || ((r == 0) && (x.size() < y.size()))); x 373 base/strings/string_piece.h inline bool operator>(const StringPiece& x, const StringPiece& y) { x 374 base/strings/string_piece.h return y < x; x 377 base/strings/string_piece.h inline bool operator<=(const StringPiece& x, const StringPiece& y) { x 378 base/strings/string_piece.h return !(x > y); x 381 base/strings/string_piece.h inline bool operator>=(const StringPiece& x, const StringPiece& y) { x 382 base/strings/string_piece.h return !(x < y); x 387 base/strings/string_piece.h inline bool operator==(const StringPiece16& x, const StringPiece16& y) { x 388 base/strings/string_piece.h if (x.size() != y.size()) x 391 base/strings/string_piece.h return StringPiece16::wordmemcmp(x.data(), y.data(), x.size()) == 0; x 394 base/strings/string_piece.h inline bool operator!=(const StringPiece16& x, const StringPiece16& y) { x 395 base/strings/string_piece.h return !(x == y); x 398 base/strings/string_piece.h inline bool operator<(const StringPiece16& x, const StringPiece16& y) { x 400 base/strings/string_piece.h x.data(), y.data(), (x.size() < y.size() ? x.size() : y.size())); x 401 base/strings/string_piece.h return ((r < 0) || ((r == 0) && (x.size() < y.size()))); x 404 base/strings/string_piece.h inline bool operator>(const StringPiece16& x, const StringPiece16& y) { x 405 base/strings/string_piece.h return y < x; x 408 base/strings/string_piece.h inline bool operator<=(const StringPiece16& x, const StringPiece16& y) { x 409 base/strings/string_piece.h return !(x > y); x 412 base/strings/string_piece.h inline bool operator>=(const StringPiece16& x, const StringPiece16& y) { x 413 base/strings/string_piece.h return !(x < y); x 41 base/strings/string_piece_unittest.cc #define CMP_Y(op, x, y) \ x 43 base/strings/string_piece_unittest.cc TypeParam lhs(TestFixture::as_string(x)); \ x 51 base/strings/string_piece_unittest.cc #define CMP_N(op, x, y) \ x 53 base/strings/string_piece_unittest.cc TypeParam lhs(TestFixture::as_string(x)); \ x 119 base/strings/string_piece_unittest.cc std::string x; x 121 base/strings/string_piece_unittest.cc x += 'a'; x 122 base/strings/string_piece_unittest.cc std::string y = x; x 123 base/strings/string_piece_unittest.cc CMP_Y(==, x, y); x 125 base/strings/string_piece_unittest.cc std::string z = x; x 127 base/strings/string_piece_unittest.cc CMP_N(==, x, z); x 110 base/strings/string_util.h bool operator()(Char x, Char y) const { x 113 base/strings/string_util.h return tolower(x) == tolower(y); x 119 base/strings/string_util.h bool operator()(Char x, Char y) const { x 120 base/strings/string_util.h return ToLowerASCII(x) == ToLowerASCII(y); x 17 base/strings/stringize_macros.h #define STRINGIZE_NO_EXPANSION(x) #x x 29 base/strings/stringize_macros.h #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x) x 11 base/strings/stringize_macros_unittest.cc #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x) x 26 base/sys_byteorder.h inline uint16 ByteSwap(uint16 x) { x 27 base/sys_byteorder.h return ((x & 0x00ff) << 8) | ((x & 0xff00) >> 8); x 30 base/sys_byteorder.h inline uint32 ByteSwap(uint32 x) { x 31 base/sys_byteorder.h return ((x & 0x000000fful) << 24) | ((x & 0x0000ff00ul) << 8) | x 32 base/sys_byteorder.h ((x & 0x00ff0000ul) >> 8) | ((x & 0xff000000ul) >> 24); x 35 base/sys_byteorder.h inline uint64 ByteSwap(uint64 x) { x 36 base/sys_byteorder.h return ((x & 0x00000000000000ffull) << 56) | x 37 base/sys_byteorder.h ((x & 0x000000000000ff00ull) << 40) | x 38 base/sys_byteorder.h ((x & 0x0000000000ff0000ull) << 24) | x 39 base/sys_byteorder.h ((x & 0x00000000ff000000ull) << 8) | x 40 base/sys_byteorder.h ((x & 0x000000ff00000000ull) >> 8) | x 41 base/sys_byteorder.h ((x & 0x0000ff0000000000ull) >> 24) | x 42 base/sys_byteorder.h ((x & 0x00ff000000000000ull) >> 40) | x 43 base/sys_byteorder.h ((x & 0xff00000000000000ull) >> 56); x 48 base/sys_byteorder.h inline uint16 ByteSwapToLE16(uint16 x) { x 50 base/sys_byteorder.h return x; x 52 base/sys_byteorder.h return ByteSwap(x); x 55 base/sys_byteorder.h inline uint32 ByteSwapToLE32(uint32 x) { x 57 base/sys_byteorder.h return x; x 59 base/sys_byteorder.h return ByteSwap(x); x 62 base/sys_byteorder.h inline uint64 ByteSwapToLE64(uint64 x) { x 64 base/sys_byteorder.h return x; x 66 base/sys_byteorder.h return ByteSwap(x); x 72 base/sys_byteorder.h inline uint16 NetToHost16(uint16 x) { x 74 base/sys_byteorder.h return ByteSwap(x); x 76 base/sys_byteorder.h return x; x 79 base/sys_byteorder.h inline uint32 NetToHost32(uint32 x) { x 81 base/sys_byteorder.h return ByteSwap(x); x 83 base/sys_byteorder.h return x; x 86 base/sys_byteorder.h inline uint64 NetToHost64(uint64 x) { x 88 base/sys_byteorder.h return ByteSwap(x); x 90 base/sys_byteorder.h return x; x 96 base/sys_byteorder.h inline uint16 HostToNet16(uint16 x) { x 98 base/sys_byteorder.h return ByteSwap(x); x 100 base/sys_byteorder.h return x; x 103 base/sys_byteorder.h inline uint32 HostToNet32(uint32 x) { x 105 base/sys_byteorder.h return ByteSwap(x); x 107 base/sys_byteorder.h return x; x 110 base/sys_byteorder.h inline uint64 HostToNet64(uint64 x) { x 112 base/sys_byteorder.h return ByteSwap(x); x 114 base/sys_byteorder.h return x; x 26 base/third_party/dmg_fp/dmg_fp.h char* g_fmt(char* b, double x); x 204 base/third_party/dmg_fp/dtoa.cc #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} x 313 base/third_party/dmg_fp/dtoa.cc #define word0(x) (x)->L[1] x 314 base/third_party/dmg_fp/dtoa.cc #define word1(x) (x)->L[0] x 316 base/third_party/dmg_fp/dtoa.cc #define word0(x) (x)->L[0] x 317 base/third_party/dmg_fp/dtoa.cc #define word1(x) (x)->L[1] x 319 base/third_party/dmg_fp/dtoa.cc #define dval(x) (x)->d x 533 base/third_party/dmg_fp/dtoa.cc ULong x[1]; x 548 base/third_party/dmg_fp/dtoa.cc int x; x 560 base/third_party/dmg_fp/dtoa.cc x = 1 << k; x 562 base/third_party/dmg_fp/dtoa.cc rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong)); x 564 base/third_party/dmg_fp/dtoa.cc len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) x 574 base/third_party/dmg_fp/dtoa.cc rv->maxwds = x; x 605 base/third_party/dmg_fp/dtoa.cc #define Bcopy(x,y) memcpy((char *)&x->sign, (char *)&y->sign, \ x 618 base/third_party/dmg_fp/dtoa.cc ULong *x; x 621 base/third_party/dmg_fp/dtoa.cc ULong carry, *x, y; x 629 base/third_party/dmg_fp/dtoa.cc x = b->x; x 634 base/third_party/dmg_fp/dtoa.cc y = *x * (ULLong)m + carry; x 636 base/third_party/dmg_fp/dtoa.cc *x++ = y & FFFFFFFF; x 639 base/third_party/dmg_fp/dtoa.cc xi = *x; x 643 base/third_party/dmg_fp/dtoa.cc *x++ = (z << 16) + (y & 0xffff); x 645 base/third_party/dmg_fp/dtoa.cc y = *x * m + carry; x 647 base/third_party/dmg_fp/dtoa.cc *x++ = y & 0xffff; x 659 base/third_party/dmg_fp/dtoa.cc b->x[wds++] = carry; x 675 base/third_party/dmg_fp/dtoa.cc Long x, y; x 677 base/third_party/dmg_fp/dtoa.cc x = (nd + 8) / 9; x 678 base/third_party/dmg_fp/dtoa.cc for(k = 0, y = 1; x > y; y <<= 1, k++) ; x 681 base/third_party/dmg_fp/dtoa.cc b->x[0] = y9; x 685 base/third_party/dmg_fp/dtoa.cc b->x[0] = y9 & 0xffff; x 686 base/third_party/dmg_fp/dtoa.cc b->wds = (b->x[1] = y9 >> 16) ? 2 : 1; x 706 base/third_party/dmg_fp/dtoa.cc (x) ULong x; x 708 base/third_party/dmg_fp/dtoa.cc (ULong x) x 713 base/third_party/dmg_fp/dtoa.cc if (!(x & 0xffff0000)) { x 715 base/third_party/dmg_fp/dtoa.cc x <<= 16; x 717 base/third_party/dmg_fp/dtoa.cc if (!(x & 0xff000000)) { x 719 base/third_party/dmg_fp/dtoa.cc x <<= 8; x 721 base/third_party/dmg_fp/dtoa.cc if (!(x & 0xf0000000)) { x 723 base/third_party/dmg_fp/dtoa.cc x <<= 4; x 725 base/third_party/dmg_fp/dtoa.cc if (!(x & 0xc0000000)) { x 727 base/third_party/dmg_fp/dtoa.cc x <<= 2; x 729 base/third_party/dmg_fp/dtoa.cc if (!(x & 0x80000000)) { x 731 base/third_party/dmg_fp/dtoa.cc if (!(x & 0x40000000)) x 746 base/third_party/dmg_fp/dtoa.cc ULong x = *y; x 748 base/third_party/dmg_fp/dtoa.cc if (x & 7) { x 749 base/third_party/dmg_fp/dtoa.cc if (x & 1) x 751 base/third_party/dmg_fp/dtoa.cc if (x & 2) { x 752 base/third_party/dmg_fp/dtoa.cc *y = x >> 1; x 755 base/third_party/dmg_fp/dtoa.cc *y = x >> 2; x 759 base/third_party/dmg_fp/dtoa.cc if (!(x & 0xffff)) { x 761 base/third_party/dmg_fp/dtoa.cc x >>= 16; x 763 base/third_party/dmg_fp/dtoa.cc if (!(x & 0xff)) { x 765 base/third_party/dmg_fp/dtoa.cc x >>= 8; x 767 base/third_party/dmg_fp/dtoa.cc if (!(x & 0xf)) { x 769 base/third_party/dmg_fp/dtoa.cc x >>= 4; x 771 base/third_party/dmg_fp/dtoa.cc if (!(x & 0x3)) { x 773 base/third_party/dmg_fp/dtoa.cc x >>= 2; x 775 base/third_party/dmg_fp/dtoa.cc if (!(x & 1)) { x 777 base/third_party/dmg_fp/dtoa.cc x >>= 1; x 778 base/third_party/dmg_fp/dtoa.cc if (!x) x 781 base/third_party/dmg_fp/dtoa.cc *y = x; x 796 base/third_party/dmg_fp/dtoa.cc b->x[0] = i; x 811 base/third_party/dmg_fp/dtoa.cc ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; x 834 base/third_party/dmg_fp/dtoa.cc for(x = c->x, xa = x + wc; x < xa; x++) x 835 base/third_party/dmg_fp/dtoa.cc *x = 0; x 836 base/third_party/dmg_fp/dtoa.cc xa = a->x; x 838 base/third_party/dmg_fp/dtoa.cc xb = b->x; x 840 base/third_party/dmg_fp/dtoa.cc xc0 = c->x; x 844 base/third_party/dmg_fp/dtoa.cc x = xa; x 848 base/third_party/dmg_fp/dtoa.cc z = *x++ * (ULLong)y + *xc + carry; x 852 base/third_party/dmg_fp/dtoa.cc while(x < xae); x 860 base/third_party/dmg_fp/dtoa.cc x = xa; x 864 base/third_party/dmg_fp/dtoa.cc z = (*x & 0xffff) * y + (*xc & 0xffff) + carry; x 866 base/third_party/dmg_fp/dtoa.cc z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; x 870 base/third_party/dmg_fp/dtoa.cc while(x < xae); x 874 base/third_party/dmg_fp/dtoa.cc x = xa; x 879 base/third_party/dmg_fp/dtoa.cc z = (*x & 0xffff) * y + (*xc >> 16) + carry; x 882 base/third_party/dmg_fp/dtoa.cc z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry; x 885 base/third_party/dmg_fp/dtoa.cc while(x < xae); x 892 base/third_party/dmg_fp/dtoa.cc x = xa; x 896 base/third_party/dmg_fp/dtoa.cc z = *x++ * y + *xc + carry; x 900 base/third_party/dmg_fp/dtoa.cc while(x < xae); x 906 base/third_party/dmg_fp/dtoa.cc for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ; x 980 base/third_party/dmg_fp/dtoa.cc ULong *x, *x1, *xe, z; x 992 base/third_party/dmg_fp/dtoa.cc x1 = b1->x; x 995 base/third_party/dmg_fp/dtoa.cc x = b->x; x 996 base/third_party/dmg_fp/dtoa.cc xe = x + b->wds; x 1002 base/third_party/dmg_fp/dtoa.cc *x1++ = *x << k | z; x 1003 base/third_party/dmg_fp/dtoa.cc z = *x++ >> k1; x 1005 base/third_party/dmg_fp/dtoa.cc while(x < xe); x 1014 base/third_party/dmg_fp/dtoa.cc *x1++ = *x << k & 0xffff | z; x 1015 base/third_party/dmg_fp/dtoa.cc z = *x++ >> k1; x 1017 base/third_party/dmg_fp/dtoa.cc while(x < xe); x 1023 base/third_party/dmg_fp/dtoa.cc *x1++ = *x++; x 1024 base/third_party/dmg_fp/dtoa.cc while(x < xe); x 1044 base/third_party/dmg_fp/dtoa.cc if (i > 1 && !a->x[i-1]) x 1046 base/third_party/dmg_fp/dtoa.cc if (j > 1 && !b->x[j-1]) x 1051 base/third_party/dmg_fp/dtoa.cc xa0 = a->x; x 1053 base/third_party/dmg_fp/dtoa.cc xb0 = b->x; x 1088 base/third_party/dmg_fp/dtoa.cc c->x[0] = 0; x 1102 base/third_party/dmg_fp/dtoa.cc xa = a->x; x 1105 base/third_party/dmg_fp/dtoa.cc xb = b->x; x 1107 base/third_party/dmg_fp/dtoa.cc xc = c->x; x 1161 base/third_party/dmg_fp/dtoa.cc (x) U *x; x 1163 base/third_party/dmg_fp/dtoa.cc (U *x) x 1169 base/third_party/dmg_fp/dtoa.cc L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1; x 1218 base/third_party/dmg_fp/dtoa.cc xa0 = a->x; x 1280 base/third_party/dmg_fp/dtoa.cc ULong *x, y, z; x 1298 base/third_party/dmg_fp/dtoa.cc x = b->x; x 1314 base/third_party/dmg_fp/dtoa.cc x[0] = y | z << (32 - k); x 1318 base/third_party/dmg_fp/dtoa.cc x[0] = y; x 1322 base/third_party/dmg_fp/dtoa.cc b->wds = (x[1] = z) ? 2 : 1; x 1326 base/third_party/dmg_fp/dtoa.cc x[0] = z; x 1337 base/third_party/dmg_fp/dtoa.cc x[0] = y | z << 32 - k & 0xffff; x 1338 base/third_party/dmg_fp/dtoa.cc x[1] = z >> k - 16 & 0xffff; x 1339 base/third_party/dmg_fp/dtoa.cc x[2] = z >> k; x 1343 base/third_party/dmg_fp/dtoa.cc x[0] = y & 0xffff; x 1344 base/third_party/dmg_fp/dtoa.cc x[1] = y >> 16 | z << 16 - k & 0xffff; x 1345 base/third_party/dmg_fp/dtoa.cc x[2] = z >> k & 0xffff; x 1346 base/third_party/dmg_fp/dtoa.cc x[3] = z >> k+16; x 1350 base/third_party/dmg_fp/dtoa.cc x[0] = y & 0xffff; x 1351 base/third_party/dmg_fp/dtoa.cc x[1] = y >> 16; x 1352 base/third_party/dmg_fp/dtoa.cc x[2] = z & 0xffff; x 1353 base/third_party/dmg_fp/dtoa.cc x[3] = z >> 16; x 1364 base/third_party/dmg_fp/dtoa.cc x[0] = z; x 1368 base/third_party/dmg_fp/dtoa.cc x[0] = z & 0xffff; x 1369 base/third_party/dmg_fp/dtoa.cc x[1] = z >> 16; x 1374 base/third_party/dmg_fp/dtoa.cc while(!x[i]) x 1393 base/third_party/dmg_fp/dtoa.cc *bits = 32*i - hi0bits(x[i-1]); x 1395 base/third_party/dmg_fp/dtoa.cc *bits = (i+2)*16 - hi0bits(x[i]); x 1564 base/third_party/dmg_fp/dtoa.cc ULong c, x[2]; x 1570 base/third_party/dmg_fp/dtoa.cc x[0] = x[1] = 0; x 1610 base/third_party/dmg_fp/dtoa.cc x[0] = x[1]; x 1611 base/third_party/dmg_fp/dtoa.cc x[1] = 0; x 1614 base/third_party/dmg_fp/dtoa.cc x[0] = (x[0] << 4) | (x[1] >> 28); x 1615 base/third_party/dmg_fp/dtoa.cc x[1] = (x[1] << 4) | c; x 1617 base/third_party/dmg_fp/dtoa.cc if ((x[0] &= 0xfffff) || x[1]) { x 1618 base/third_party/dmg_fp/dtoa.cc word0(rvp) = Exp_mask | x[0]; x 1619 base/third_party/dmg_fp/dtoa.cc word1(rvp) = x[1]; x 1643 base/third_party/dmg_fp/dtoa.cc ULong *x, *x1, *xe, y; x 1646 base/third_party/dmg_fp/dtoa.cc x = x1 = b->x; x 1649 base/third_party/dmg_fp/dtoa.cc xe = x + b->wds; x 1650 base/third_party/dmg_fp/dtoa.cc x += n; x 1653 base/third_party/dmg_fp/dtoa.cc y = *x++ >> k; x 1654 base/third_party/dmg_fp/dtoa.cc while(x < xe) { x 1655 base/third_party/dmg_fp/dtoa.cc *x1++ = (y | (*x << n)) & 0xffffffff; x 1656 base/third_party/dmg_fp/dtoa.cc y = *x++ >> k; x 1662 base/third_party/dmg_fp/dtoa.cc while(x < xe) x 1663 base/third_party/dmg_fp/dtoa.cc *x1++ = *x++; x 1665 base/third_party/dmg_fp/dtoa.cc if ((b->wds = x1 - b->x) == 0) x 1666 base/third_party/dmg_fp/dtoa.cc b->x[0] = 0; x 1677 base/third_party/dmg_fp/dtoa.cc ULong *x, *x0, x1, x2; x 1679 base/third_party/dmg_fp/dtoa.cc x = b->x; x 1685 base/third_party/dmg_fp/dtoa.cc x1 = x2 = x[n]; x 1691 base/third_party/dmg_fp/dtoa.cc x0 = x; x 1692 base/third_party/dmg_fp/dtoa.cc x += n; x 1693 base/third_party/dmg_fp/dtoa.cc while(x > x0) x 1694 base/third_party/dmg_fp/dtoa.cc if (*--x) x 1713 base/third_party/dmg_fp/dtoa.cc ULong *x, *xe; x 1716 base/third_party/dmg_fp/dtoa.cc x = b->x; x 1717 base/third_party/dmg_fp/dtoa.cc xe = x + b->wds; x 1719 base/third_party/dmg_fp/dtoa.cc if (*x < (ULong)0xffffffffL) { x 1720 base/third_party/dmg_fp/dtoa.cc ++*x; x 1723 base/third_party/dmg_fp/dtoa.cc *x++ = 0; x 1724 base/third_party/dmg_fp/dtoa.cc } while(x < xe); x 1732 base/third_party/dmg_fp/dtoa.cc b->x[b->wds++] = 1; x 1748 base/third_party/dmg_fp/dtoa.cc ULong L, lostbits, *x; x 1918 base/third_party/dmg_fp/dtoa.cc x = b->x; x 1935 base/third_party/dmg_fp/dtoa.cc *x++ = L; x 1942 base/third_party/dmg_fp/dtoa.cc *x++ = L; x 1943 base/third_party/dmg_fp/dtoa.cc b->wds = n = x - b->x; x 1947 base/third_party/dmg_fp/dtoa.cc x = b->x; x 1953 base/third_party/dmg_fp/dtoa.cc if (x[k>>kshift] & 1 << (k & kmask)) { x 1966 base/third_party/dmg_fp/dtoa.cc x = b->x; x 2013 base/third_party/dmg_fp/dtoa.cc if (x[k>>kshift] & 1 << (k & kmask)) x 2026 base/third_party/dmg_fp/dtoa.cc && (lostbits & 1) | (x[0] & 1)) x 2038 base/third_party/dmg_fp/dtoa.cc x = b->x; x 2042 base/third_party/dmg_fp/dtoa.cc && x[nbits >> kshift] & 1 << (nbits & kmask)) x 2048 base/third_party/dmg_fp/dtoa.cc && hi0bits(x[k-1]) < 32-n)) { x 2057 base/third_party/dmg_fp/dtoa.cc word0(rvp) = b->wds > 1 ? b->x[1] & ~0x100000 : 0; x 2059 base/third_party/dmg_fp/dtoa.cc word0(rvp) = (b->x[1] & ~0x100000) | ((e + 0x3ff + 52) << 20); x 2060 base/third_party/dmg_fp/dtoa.cc word1(rvp) = b->x[0]; x 2064 base/third_party/dmg_fp/dtoa.cc k = b->x[0] & ((1 << j) - 1); x 2084 base/third_party/dmg_fp/dtoa.cc word0(rvp) = b->x[1] | ((e + 65 + 13) << 24); x 2085 base/third_party/dmg_fp/dtoa.cc word1(rvp) = b->x[0]; x 2091 base/third_party/dmg_fp/dtoa.cc word0(rvp) = ((b->x[1] & ~0x800000) >> 16) | ((e + 129 + 55) << 7) | (b->x[1] << 16); x 2092 base/third_party/dmg_fp/dtoa.cc word1(rvp) = (b->x[0] >> 16) | (b->x[0] << 16); x 2105 base/third_party/dmg_fp/dtoa.cc int rv = hi0bits(b->x[b->wds-1]) - 4; x 2137 base/third_party/dmg_fp/dtoa.cc sx = S->x; x 2139 base/third_party/dmg_fp/dtoa.cc bx = b->x; x 2178 base/third_party/dmg_fp/dtoa.cc bx = b->x; x 2188 base/third_party/dmg_fp/dtoa.cc bx = b->x; x 2189 base/third_party/dmg_fp/dtoa.cc sx = S->x; x 2218 base/third_party/dmg_fp/dtoa.cc bx = b->x; x 2306 base/third_party/dmg_fp/dtoa.cc b->x[0] |= 1; x 2347 base/third_party/dmg_fp/dtoa.cc if (!b->x[0] && b->wds == 1) { x 2358 base/third_party/dmg_fp/dtoa.cc if (!b->x[0] && b->wds == 1) { x 2366 base/third_party/dmg_fp/dtoa.cc if (b->x[0] || b->wds > 1) x 3004 base/third_party/dmg_fp/dtoa.cc if (!delta->x[0] && delta->wds <= 1) { x 3108 base/third_party/dmg_fp/dtoa.cc if (!delta->x[0] && delta->wds <= 1) x 3113 base/third_party/dmg_fp/dtoa.cc if (!delta->x[0] && delta->wds <= 1) { x 3576 base/third_party/dmg_fp/dtoa.cc ULong x; x 3701 base/third_party/dmg_fp/dtoa.cc x = i > 32 ? word0(&u) << (64 - i) | word1(&u) >> (i - 32) x 3703 base/third_party/dmg_fp/dtoa.cc dval(&d2) = x; x 4011 base/third_party/dmg_fp/dtoa.cc if ((i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0x1f)) x 4015 base/third_party/dmg_fp/dtoa.cc if (i = ((s5 ? 32 - hi0bits(S->x[S->wds-1]) : 1) + s2) & 0xf) x 4083 base/third_party/dmg_fp/dtoa.cc else if (!b->x[0] && b->wds <= 1) x 4095 base/third_party/dmg_fp/dtoa.cc if (!b->x[0] && b->wds <= 1) { x 4150 base/third_party/dmg_fp/dtoa.cc if (!b->x[0] && b->wds <= 1) { x 30 base/third_party/dmg_fp/g_fmt.cc g_fmt(register char *b, double x) x 39 base/third_party/dmg_fp/g_fmt.cc if (!x) { x 45 base/third_party/dmg_fp/g_fmt.cc s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se); x 569 base/third_party/dynamic_annotations/dynamic_annotations.h inline T ANNOTATE_UNPROTECTED_READ(const volatile T &x) { x 571 base/third_party/dynamic_annotations/dynamic_annotations.h T res = x; x 590 base/third_party/dynamic_annotations/dynamic_annotations.h #define ANNOTATE_UNPROTECTED_READ(x) (x) x 366 base/win/win_util.cc #define __STR2__(x) #x x 367 base/win/win_util.cc #define __STR1__(x) __STR2__(x) x 368 base/win/win_util.cc #define __PPOUT__(x) "#define " #x " " __STR1__(x) x 43 cc/animation/scroll_offset_animation_curve.cc float delta_x = std::abs(target_value_.x() - initial_value_.x()); x 58 cc/animation/scroll_offset_animation_curve.cc progress, initial_value_.x(), target_value_.x()), x 81 cc/animation/scroll_offset_animation_curve_unittest.cc EXPECT_NEAR(3.0333f, value.x(), 0.00015f); x 118 cc/animation/scroll_offset_animation_curve_unittest.cc EXPECT_NEAR(3.0333f, value.x(), 0.00015f); x 31 cc/animation/timing_function.cc float CubicBezierTimingFunction::GetValue(double x) const { x 32 cc/animation/timing_function.cc return static_cast<float>(bezier_.Solve(x)); x 45 cc/animation/transform_operation.cc *axis_x = to->rotate.axis.x; x 53 cc/animation/transform_operation.cc *axis_x = from->rotate.axis.x; x 60 cc/animation/transform_operation.cc SkMScalar length_2 = from->rotate.axis.x * from->rotate.axis.x + x 63 cc/animation/transform_operation.cc SkMScalar other_length_2 = to->rotate.axis.x * to->rotate.axis.x + x 70 cc/animation/transform_operation.cc SkMScalar dot = to->rotate.axis.x * from->rotate.axis.x + x 77 cc/animation/transform_operation.cc *axis_x = to->rotate.axis.x; x 110 cc/animation/transform_operation.cc SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->translate.x; x 113 cc/animation/transform_operation.cc SkMScalar to_x = IsOperationIdentity(to) ? 0 : to->translate.x; x 144 cc/animation/transform_operation.cc SkMScalar from_x = IsOperationIdentity(from) ? 1 : from->scale.x; x 147 cc/animation/transform_operation.cc SkMScalar to_x = IsOperationIdentity(to) ? 1 : to->scale.x; x 156 cc/animation/transform_operation.cc SkMScalar from_x = IsOperationIdentity(from) ? 0 : from->skew.x; x 158 cc/animation/transform_operation.cc SkMScalar to_x = IsOperationIdentity(to) ? 0 : to->skew.x; x 238 cc/animation/transform_operation.cc gfx::Vector3dF axis(exemplar->rotate.axis.x, x 242 cc/animation/transform_operation.cc const bool x_is_zero = axis.x() == 0.f; x 263 cc/animation/transform_operation.cc to->rotate.axis.x, to->rotate.axis.y, to->rotate.axis.z); x 292 cc/animation/transform_operation.cc point.x(), point.y(), axis.z(), candidates, &num_candidates); x 295 cc/animation/transform_operation.cc point.z(), point.x(), axis.y(), candidates, &num_candidates); x 298 cc/animation/transform_operation.cc point.y(), point.z(), axis.x(), candidates, &num_candidates); x 337 cc/animation/transform_operation.cc candidates[0] = atan2(normal.y(), normal.x() * normal.z()) + phi_x; x 339 cc/animation/transform_operation.cc candidates[2] = atan2(-normal.z(), normal.x() * normal.y()) + phi_x; x 341 cc/animation/transform_operation.cc candidates[4] = atan2(normal.y(), -normal.x() * normal.z()) + phi_z; x 38 cc/animation/transform_operation.h SkMScalar x, y; x 42 cc/animation/transform_operation.h SkMScalar x, y, z; x 46 cc/animation/transform_operation.h SkMScalar x, y, z; x 51 cc/animation/transform_operation.h SkMScalar x, y, z; x 128 cc/animation/transform_operations.cc min_progress, from_scale.x(), to_scale.x())), x 135 cc/animation/transform_operations.cc max_progress, from_scale.x(), to_scale.x())), x 144 cc/animation/transform_operations.cc std::max(max_scale_3d.x(), std::max(max_scale_3d.y(), max_scale_3d.z())); x 168 cc/animation/transform_operations.cc scale->Scale(operations_[i].scale.x, x 199 cc/animation/transform_operations.cc void TransformOperations::AppendTranslate(SkMScalar x, x 203 cc/animation/transform_operations.cc to_add.matrix.Translate3d(x, y, z); x 205 cc/animation/transform_operations.cc to_add.translate.x = x; x 212 cc/animation/transform_operations.cc void TransformOperations::AppendRotate(SkMScalar x, x 217 cc/animation/transform_operations.cc to_add.matrix.RotateAbout(gfx::Vector3dF(x, y, z), degrees); x 219 cc/animation/transform_operations.cc to_add.rotate.axis.x = x; x 227 cc/animation/transform_operations.cc void TransformOperations::AppendScale(SkMScalar x, SkMScalar y, SkMScalar z) { x 229 cc/animation/transform_operations.cc to_add.matrix.Scale3d(x, y, z); x 231 cc/animation/transform_operations.cc to_add.scale.x = x; x 238 cc/animation/transform_operations.cc void TransformOperations::AppendSkew(SkMScalar x, SkMScalar y) { x 240 cc/animation/transform_operations.cc to_add.matrix.SkewX(x); x 243 cc/animation/transform_operations.cc to_add.skew.x = x; x 83 cc/animation/transform_operations.h void AppendTranslate(SkMScalar x, SkMScalar y, SkMScalar z); x 84 cc/animation/transform_operations.h void AppendRotate(SkMScalar x, SkMScalar y, SkMScalar z, SkMScalar degrees); x 85 cc/animation/transform_operations.h void AppendScale(SkMScalar x, SkMScalar y, SkMScalar z); x 86 cc/animation/transform_operations.h void AppendSkew(SkMScalar x, SkMScalar y); x 153 cc/animation/transform_operations_unittest.cc SkMScalar x = 1; x 157 cc/animation/transform_operations_unittest.cc operations.AppendTranslate(x, y, z); x 159 cc/animation/transform_operations_unittest.cc expected.Translate3d(x, y, z); x 164 cc/animation/transform_operations_unittest.cc SkMScalar x = 1; x 169 cc/animation/transform_operations_unittest.cc operations.AppendRotate(x, y, z, degrees); x 171 cc/animation/transform_operations_unittest.cc expected.RotateAbout(gfx::Vector3dF(x, y, z), degrees); x 176 cc/animation/transform_operations_unittest.cc SkMScalar x = 1; x 180 cc/animation/transform_operations_unittest.cc operations.AppendScale(x, y, z); x 182 cc/animation/transform_operations_unittest.cc expected.Scale3d(x, y, z); x 187 cc/animation/transform_operations_unittest.cc SkMScalar x = 1; x 190 cc/animation/transform_operations_unittest.cc operations.AppendSkew(x, y); x 192 cc/animation/transform_operations_unittest.cc expected.SkewX(x); x 934 cc/animation/transform_operations_unittest.cc float x; x 961 cc/animation/transform_operations_unittest.cc float x = tests[i].x; x 965 cc/animation/transform_operations_unittest.cc operations_from.AppendRotate(x, y, z, 0.f); x 967 cc/animation/transform_operations_unittest.cc operations_to.AppendRotate(x, y, z, 360.f); x 981 cc/animation/transform_operations_unittest.cc float x; x 999 cc/animation/transform_operations_unittest.cc EXPECT_NEAR(lhs.x(), rhs.x(), tolerance); x 1040 cc/animation/transform_operations_unittest.cc gfx::RectF(bounds.x(), bounds.y(), bounds.width(), bounds.height())); x 1042 cc/animation/transform_operations_unittest.cc ToEnclosingRect(gfx::RectF(unified_bounds.x(), x 1116 cc/animation/transform_operations_unittest.cc float x = axes[i].x; x 1120 cc/animation/transform_operations_unittest.cc operations_from.AppendRotate(x, y, z, angles[j].theta_from); x 1122 cc/animation/transform_operations_unittest.cc operations_to.AppendRotate(x, y, z, angles[j].theta_to); x 35 cc/base/math_util.cc SkMScalar z = -(transform.matrix().get(2, 0) * p.x() + x 39 cc/base/math_util.cc HomogeneousCoordinate result(p.x(), p.y(), z, 1.0); x 47 cc/base/math_util.cc HomogeneousCoordinate result(p.x(), p.y(), p.z(), 1.0); x 79 cc/base/math_util.cc SkMScalar x = (SK_MScalar1 - t) * h1.x() + t * h2.x(); x 83 cc/base/math_util.cc return HomogeneousCoordinate(x, y, z, w); x 91 cc/base/math_util.cc *xmin = std::min(p.x(), *xmin); x 92 cc/base/math_util.cc *xmax = std::max(p.x(), *xmax); x 127 cc/base/math_util.cc quad[0] = src_rect.x(); x 133 cc/base/math_util.cc quad[6] = src_rect.x(); x 482 cc/base/math_util.cc output_inner_rect.Inset(top_left_diff.x() / scale_rect_to_input_scale_x, x 484 cc/base/math_util.cc -bottom_right_diff.x() / scale_rect_to_input_scale_x, x 527 cc/base/math_util.cc return gfx::Vector2dF(projected_length * destination.x(), x 547 cc/base/math_util.cc res->AppendInteger(r.x()); x 562 cc/base/math_util.cc int x, y, w, h; x 564 cc/base/math_util.cc ok &= value->GetInteger(0, &x); x 571 cc/base/math_util.cc *out_rect = gfx::Rect(x, y, w, h); x 577 cc/base/math_util.cc res->AppendDouble(pt.x()); x 584 cc/base/math_util.cc res->AppendInteger(v.x()); x 591 cc/base/math_util.cc res->AppendDouble(q.p1().x()); x 593 cc/base/math_util.cc res->AppendDouble(q.p2().x()); x 595 cc/base/math_util.cc res->AppendDouble(q.p3().x()); x 597 cc/base/math_util.cc res->AppendDouble(q.p4().x()); x 604 cc/base/math_util.cc res->AppendDouble(rect.x()); x 623 cc/base/math_util.cc res->AppendInteger(box.x()); x 34 cc/base/math_util.h HomogeneousCoordinate(SkMScalar x, SkMScalar y, SkMScalar z, SkMScalar w) { x 35 cc/base/math_util.h vec[0] = x; x 45 cc/base/math_util.h return gfx::PointF(x(), y()); x 51 cc/base/math_util.h return gfx::PointF(x() * inv_w, y() * inv_w); x 56 cc/base/math_util.h return gfx::Point3F(x(), y(), z()); x 62 cc/base/math_util.h return gfx::Point3F(x() * inv_w, y() * inv_w, z() * inv_w); x 65 cc/base/math_util.h SkMScalar x() const { return vec[0]; } x 30 cc/base/math_util_unittest.cc EXPECT_EQ(0, projected_rect.x()); x 73 cc/base/math_util_unittest.cc gfx::Vector2dF x(1, 0); x 78 cc/base/math_util_unittest.cc EXPECT_EQ(90, MathUtil::SmallestAngleBetweenVectors(x, y)); x 81 cc/base/math_util_unittest.cc EXPECT_EQ(0, MathUtil::SmallestAngleBetweenVectors(x, x)); x 86 cc/base/math_util_unittest.cc EXPECT_FLOAT_EQ(180, MathUtil::SmallestAngleBetweenVectors(x, -x)); x 93 cc/base/math_util_unittest.cc 45, std::floor(MathUtil::SmallestAngleBetweenVectors(test_vector, x))); x 99 cc/base/math_util_unittest.cc gfx::Vector2dF x(1, 0); x 104 cc/base/math_util_unittest.cc EXPECT_VECTOR_EQ(gfx::Vector2dF(0, 0), MathUtil::ProjectVector(x, y)); x 105 cc/base/math_util_unittest.cc EXPECT_VECTOR_EQ(gfx::Vector2dF(0, 0), MathUtil::ProjectVector(y, x)); x 109 cc/base/math_util_unittest.cc EXPECT_VECTOR_EQ(gfx::Vector2dF(test_vector.x(), 0), x 110 cc/base/math_util_unittest.cc MathUtil::ProjectVector(test_vector, x)); x 119 cc/base/math_util_unittest.cc EXPECT_EQ(projected_vector.x() / target_vector.x(), x 51 cc/base/region.cc return skregion_.contains(point.x(), point.y()); x 115 cc/base/region.cc result->AppendInteger(rect.x()); x 12 cc/base/region_unittest.cc #define TEST_INSIDE_RECT(r, x, y, w, h) \ x 13 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x, y))); \ x 14 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w - 1, y))); \ x 15 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x, y + h - 1))); \ x 16 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w - 1, y + h - 1))); \ x 17 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x, y + h / 2))); \ x 18 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w - 1, y + h / 2))); \ x 19 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w / 2, y))); \ x 20 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w / 2, y + h - 1))); \ x 21 cc/base/region_unittest.cc EXPECT_TRUE(r.Contains(gfx::Point(x + w / 2, y + h / 2))); \ x 23 cc/base/region_unittest.cc #define TEST_LEFT_OF_RECT(r, x, y, w, h) \ x 24 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x - 1, y))); \ x 25 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x - 1, y + h - 1))); \ x 27 cc/base/region_unittest.cc #define TEST_RIGHT_OF_RECT(r, x, y, w, h) \ x 28 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x + w, y))); \ x 29 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x + w, y + h - 1))); \ x 31 cc/base/region_unittest.cc #define TEST_TOP_OF_RECT(r, x, y, w, h) \ x 32 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x, y - 1))); \ x 33 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x + w - 1, y - 1))); \ x 35 cc/base/region_unittest.cc #define TEST_BOTTOM_OF_RECT(r, x, y, w, h) \ x 36 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x, y + h))); \ x 37 cc/base/region_unittest.cc EXPECT_FALSE(r.Contains(gfx::Point(x + w - 1, y + h))); \ x 76 cc/base/tiling_data.cc int x = (src_position - border_texels_) / x 78 cc/base/tiling_data.cc return std::min(std::max(x, 0), num_tiles_x_ - 1); x 97 cc/base/tiling_data.cc int x = (src_position - 2 * border_texels_) / inner_tile_size; x 98 cc/base/tiling_data.cc return std::min(std::max(x, 0), num_tiles_x_ - 1); x 117 cc/base/tiling_data.cc int x = src_position / inner_tile_size; x 118 cc/base/tiling_data.cc return std::min(std::max(x, 0), num_tiles_x_ - 1); x 157 cc/base/tiling_data.cc int x = lo_x; x 161 cc/base/tiling_data.cc DCHECK_GE(x, 0); x 165 cc/base/tiling_data.cc DCHECK_LE(x, total_size_.width()); x 167 cc/base/tiling_data.cc return gfx::Rect(x, y, width, height); x 186 cc/base/tiling_data.cc int x = lo_x; x 190 cc/base/tiling_data.cc DCHECK_GE(x, 0); x 194 cc/base/tiling_data.cc DCHECK_LE(x, total_size_.width()); x 196 cc/base/tiling_data.cc return gfx::Rect(x, y, width, height); x 291 cc/base/tiling_data.cc index_x_ = tiling_data_->FirstBorderTileXIndexFromSrcCoord(rect.x()); x 297 cc/base/tiling_data.cc index_x_ = tiling_data_->TileXIndexFromSrcCoord(rect.x()); x 355 cc/base/tiling_data.cc tiling_data_->FirstBorderTileXIndexFromSrcCoord(consider.x()); x 365 cc/base/tiling_data.cc tiling_data_->FirstBorderTileXIndexFromSrcCoord(ignore.x()); x 464 cc/base/tiling_data.cc tiling_data_->FirstBorderTileXIndexFromSrcCoord(consider.x()); x 472 cc/base/tiling_data.cc ignore_left_ = tiling_data_->FirstBorderTileXIndexFromSrcCoord(ignore.x()); x 494 cc/base/tiling_data.cc if (center.x() < 0 || center.IsEmpty()) x 496 cc/base/tiling_data.cc else if (center.x() > tiling_data->total_size().width()) x 499 cc/base/tiling_data.cc around_left = tiling_data->FirstBorderTileXIndexFromSrcCoord(center.x()); x 929 cc/base/tiling_data_unittest.cc for (int x = 0; x < data.num_tiles_x(); ++x) { x 933 cc/base/tiling_data_unittest.cc bounds = data.TileBoundsWithBorder(x, y); x 935 cc/base/tiling_data_unittest.cc bounds = data.TileBounds(x, y); x 936 cc/base/tiling_data_unittest.cc if (x >= expect_left && x <= expect_right && x 939 cc/base/tiling_data_unittest.cc original_expected.push_back(std::make_pair(x, y)); x 1138 cc/base/tiling_data_unittest.cc for (int x = 0; x < data.num_tiles_x(); ++x) { x 1139 cc/base/tiling_data_unittest.cc gfx::Rect bounds = data.TileBoundsWithBorder(x, y); x 1141 cc/base/tiling_data_unittest.cc expected.push_back(std::make_pair(x, y)); x 280 cc/debug/debug_rect_history.cc gfx::RectF(inflated_bounds.x(), x 108 cc/debug/picture_record_benchmark.cc for (int x = 0; x < x_limit; x += kPositionIncrement) { x 109 cc/debug/picture_record_benchmark.cc gfx::Rect rect = gfx::Rect(x, y, width, height); x 344 cc/layers/delegated_renderer_layer_impl.cc int x = kStripeWidth * i; x 345 cc/layers/delegated_renderer_layer_impl.cc int width = std::min(kStripeWidth, content_bounds().width() - x - 1); x 351 cc/layers/delegated_renderer_layer_impl.cc gfx::Rect top(x, 0, width, border_width); x 352 cc/layers/delegated_renderer_layer_impl.cc gfx::Rect bottom(x, x 259 cc/layers/heads_up_display_layer_impl.cc int x, x 267 cc/layers/heads_up_display_layer_impl.cc canvas->drawText(text.c_str(), text.length(), x, y, *paint); x 278 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, paint, text, align, size, pos.x(), pos.y()); x 620 cc/layers/heads_up_display_layer_impl.cc canvas->translate(sk_rect.x(), sk_rect.y()); x 84 cc/layers/heads_up_display_layer_impl.h int x, x 458 cc/layers/layer_impl.cc if (max_scroll_offset.x() <= 0 && max_scroll_offset.y() <= 0) { x 626 cc/layers/layer_impl.cc list->AppendDouble(position_.x()); x 1181 cc/layers/layer_impl.cc DCHECK(layer_scale.x() == layer_scale.y()); x 1182 cc/layers/layer_impl.cc current_layer_scale = layer_scale.x(); x 1254 cc/layers/layer_impl.cc DCHECK(layer_scale.x() == layer_scale.y()); x 1257 cc/layers/layer_impl.cc new_offset.Scale(layer_scale.x(), layer_scale.y()); x 1274 cc/layers/layer_impl.cc scrollbar_layer->SetCurrentPos(current_offset.x()); x 403 cc/layers/layer_impl_unittest.cc layer()->SetBounds(gfx::Size(max_scroll_offset.x(), max_scroll_offset.y())); x 156 cc/layers/layer_position_constraint_unittest.cc gfx::Size new_container_size(container_size.width() + delta.x(), x 78 cc/layers/layer_utils.cc int anchor_x = layer->anchor_point().x() * layer->bounds().width(); x 88 cc/layers/layer_utils.cc composite_layer_transform.Translate3d(anchor_x + position.x(), x 128 cc/layers/layer_utils.cc box.set_origin(box.origin() + gfx::Vector3dF(anchor_x + position.x(), x 35 cc/layers/nine_patch_layer_impl.cc static gfx::RectF NormalizedRect(float x, x 41 cc/layers/nine_patch_layer_impl.cc return gfx::RectF(x / total_width, x 77 cc/layers/nine_patch_layer_impl.cc DCHECK_LT(border_.x(), border_.width()); x 79 cc/layers/nine_patch_layer_impl.cc DCHECK_GE(border_.x(), 0); x 91 cc/layers/nine_patch_layer_impl.cc DCHECK_GT(image_aperture_.x(), 0); x 117 cc/layers/nine_patch_layer_impl.cc int layer_left_width = border_.x(); x 135 cc/layers/nine_patch_layer_impl.cc gfx::Rect layer_bottom_right(layer_top_right.x(), x 143 cc/layers/nine_patch_layer_impl.cc gfx::Rect layer_right(layer_top_right.x(), x 147 cc/layers/nine_patch_layer_impl.cc gfx::Rect layer_bottom(layer_top.x(), x 160 cc/layers/nine_patch_layer_impl.cc int image_aperture_left_width = image_aperture_.x(); x 204 cc/layers/nine_patch_layer_impl.cc gfx::RectF uv_right(uv_top_right.x(), x 208 cc/layers/nine_patch_layer_impl.cc gfx::RectF uv_bottom(uv_top.x(), x 360 cc/layers/nine_patch_layer_impl.cc list->AppendInteger(image_aperture_.origin().x()); x 27 cc/layers/nine_patch_layer_impl_unittest.cc return gfx::Rect(gfx::ToRoundedInt(rect_f.x()), x 41 cc/layers/nine_patch_layer_impl_unittest.cc gfx::Rect expected_remaining(border.x(), x 129 cc/layers/painted_scrollbar_layer.cc track_rect_.x() - location_.x()); x 260 cc/layers/painted_scrollbar_layer.cc skcanvas.translate(SkFloatToScalar(-layer_rect.x()), x 633 cc/layers/picture_layer_impl.cc for (int x = 0; x < pile_->num_tiles_x(); ++x) { x 635 cc/layers/picture_layer_impl.cc bool previously_had = other->pile_->HasRecordingAt(x, y); x 636 cc/layers/picture_layer_impl.cc bool now_has = pile_->HasRecordingAt(x, y); x 639 cc/layers/picture_layer_impl.cc gfx::Rect layer_rect = pile_->tile_bounds(x, y); x 224 cc/layers/picture_layer_impl_unittest.cc gfx::Rect rect(tile_center.x(), tile_center.y(), 1, 1); x 226 cc/layers/picture_layer_impl_unittest.cc rects.push_back(SkRect::MakeXYWH(rect.x(), rect.y(), 1, 1)); x 543 cc/layers/picture_layer_impl_unittest.cc for (int x = 0; x < active_pile->tiling().num_tiles_x(); ++x) { x 545 cc/layers/picture_layer_impl_unittest.cc if ((x + y) % 2) { x 546 cc/layers/picture_layer_impl_unittest.cc pending_pile->AddRecordingAt(x, y); x 547 cc/layers/picture_layer_impl_unittest.cc active_pile->AddRecordingAt(x, y); x 551 cc/layers/picture_layer_impl_unittest.cc pending_pile->AddRecordingAt(x, y); x 974 cc/layers/picture_layer_impl_unittest.cc #define EXPECT_BOTH_EQ(expression, x) \ x 976 cc/layers/picture_layer_impl_unittest.cc EXPECT_EQ(pending_layer_->expression, x); \ x 977 cc/layers/picture_layer_impl_unittest.cc EXPECT_EQ(active_layer_->expression, x); \ x 204 cc/layers/render_surface_impl.cc owning_layer_draw_scale.x(), x 213 cc/layers/render_surface_impl.cc uv_scale_x * content_rect_.x() / content_rect_.width(), x 446 cc/layers/scrollbar_layer_unittest.cc EXPECT_EQ(0, horizontal_scrollbar_layer_->ComputeThumbQuadRect().x()); x 452 cc/layers/scrollbar_layer_unittest.cc EXPECT_EQ(90, horizontal_scrollbar_layer_->ComputeThumbQuadRect().x()); x 457 cc/layers/scrollbar_layer_unittest.cc EXPECT_EQ(72, horizontal_scrollbar_layer_->ComputeThumbQuadRect().x()); x 733 cc/layers/scrollbar_layer_unittest.cc gfx::Rect(scaled_location.x(), x 815 cc/layers/scrollbar_layer_unittest.cc gfx::Rect(scaled_location.x(), x 35 cc/layers/solid_color_layer_impl.cc for (int x = 0; x < width; x += tile_size_) { x 37 cc/layers/solid_color_layer_impl.cc gfx::Rect quad_rect(x, x 39 cc/layers/solid_color_layer_impl.cc std::min(width - x, tile_size_), x 542 cc/layers/tiled_layer.cc CHECK_GE(dest_offset.x(), 0); x 547 cc/layers/tiled_layer.cc CHECK_GE(paint_offset.x(), 0); x 549 cc/layers/tiled_layer.cc CHECK_LE(paint_offset.x() + source_rect.width(), paint_rect.width()); x 671 cc/layers/tiled_layer.cc int width = rect.width() + std::abs(delta.x()); x 673 cc/layers/tiled_layer.cc int x = rect.x() + ((delta.x() < 0) ? delta.x() : 0); x 675 cc/layers/tiled_layer.cc return gfx::Rect(x, y, width, height); x 697 cc/layers/tiled_layer.cc (std::abs(delta.x()) > std::abs(delta.y())) ? x 698 cc/layers/tiled_layer.cc gfx::Vector2d(delta.x(), 0) : x 792 cc/layers/tiled_layer.cc delta = gfx::Vector2d(delta.x() == 0 ? 1 : delta.x(), x 795 cc/layers/tiled_layer.cc (std::abs(delta.x()) > std::abs(delta.y())) ? gfx::Vector2d(delta.x(), 0) x 798 cc/layers/tiled_layer.cc (std::abs(delta.x()) <= std::abs(delta.y())) ? gfx::Vector2d(delta.x(), 0) x 821 cc/layers/tiled_layer.cc if (deltas[i].x() < 0) { x 830 cc/layers/tiled_layer.cc if (deltas[i].x() > 0) { x 151 cc/layers/video_layer_impl.cc static_cast<float>(visible_rect.x()) / coded_size.width(); x 44 cc/output/direct_renderer.cc static gfx::Transform window_matrix(int x, int y, int width, int height) { x 48 cc/output/direct_renderer.cc canvas.Translate3d(x, y, 0); x 79 cc/output/direct_renderer.cc quad_rect_transform->Translate(0.5 * quad_rect.width() + quad_rect.x(), x 90 cc/output/direct_renderer.cc DCHECK_GE(viewport_rect.x(), 0); x 95 cc/output/direct_renderer.cc frame->projection_matrix = OrthoProjectionMatrix(draw_rect.x(), x 100 cc/output/direct_renderer.cc frame->projection_matrix = OrthoProjectionMatrix(draw_rect.x(), x 109 cc/output/direct_renderer.cc frame->window_matrix = window_matrix(window_rect.x(), x 414 cc/output/direct_renderer.cc size.Enlarge(enlarge_pass_texture_amount_.x(), x 203 cc/output/filter_operation.cc from_op.drop_shadow_offset().x(), x 204 cc/output/filter_operation.cc to_op.drop_shadow_offset().x()), x 76 cc/output/filter_operations.cc *right += spread + op.drop_shadow_offset().x(); x 78 cc/output/filter_operations.cc *left += spread - op.drop_shadow_offset().x(); x 39 cc/output/geometry_binding.cc Vertex v0 = {{quad_vertex_rect.x(), quad_vertex_rect.bottom(), 0.0f, }, x 41 cc/output/geometry_binding.cc Vertex v1 = {{quad_vertex_rect.x(), quad_vertex_rect.y(), 0.0f, }, x 47 cc/output/geometry_binding.cc Quad x = {v0, v1, v2, v3}; x 48 cc/output/geometry_binding.cc quad_list[i] = x; x 133 cc/output/gl_renderer.cc Float4 xform = {{uv0.x(), uv0.y(), uv1.x() - uv0.x(), uv1.y() - uv0.y()}}; x 429 cc/output/gl_renderer.cc float tex_offset_x = tile_rect.x() % checkerboard_width; x 465 cc/output/gl_renderer.cc render_matrix.Translate(0.5f * layer_rect.width() + layer_rect.x(), x 560 cc/output/gl_renderer.cc canvas.translate(SkIntToScalar(-origin.x()), SkIntToScalar(-origin.y())); x 803 cc/output/gl_renderer.cc quad->rect.width() * 0.5f + quad->rect.x(), x 1165 cc/output/gl_renderer.cc quad->mask_uv_rect.x(), x 1188 cc/output/gl_renderer.cc float viewport[4] = {static_cast<float>(viewport_.x()), x 1304 cc/output/gl_renderer.cc if (quad->IsLeftEdge() && tile_rect.x() == quad->rect.x()) x 1374 cc/output/gl_renderer.cc float viewport[4] = {static_cast<float>(viewport_.x()), x 1468 cc/output/gl_renderer.cc float vertex_tex_translate_x = -clamp_geom_rect.x() / clamp_geom_rect.width(); x 1499 cc/output/gl_renderer.cc float fragment_tex_translate_x = clamp_tex_rect.x(); x 1548 cc/output/gl_renderer.cc float viewport[4] = {static_cast<float>(viewport_.x()), x 1681 cc/output/gl_renderer.cc quad->tex_coord_rect.x(), x 2054 cc/output/gl_renderer.cc gl_quad[0] = quad.p1().x(); x 2056 cc/output/gl_renderer.cc gl_quad[2] = quad.p2().x(); x 2058 cc/output/gl_renderer.cc gl_quad[4] = quad.p3().x(); x 2060 cc/output/gl_renderer.cc gl_quad[6] = quad.p4().x(); x 2173 cc/output/gl_renderer.cc gfx::Rect(swap_buffer_rect_.x(), x 2341 cc/output/gl_renderer.cc DCHECK_GE(window_rect.x(), 0); x 2404 cc/output/gl_renderer.cc gl_->ReadPixels(window_rect.x(), x 2482 cc/output/gl_renderer.cc for (size_t x = 0; x < row_bytes; x += 4) { x 2483 cc/output/gl_renderer.cc dest_pixels[dest_y + x + SK_R32_SHIFT / 8] = x 2484 cc/output/gl_renderer.cc src_pixels[src_y + x + 0]; x 2485 cc/output/gl_renderer.cc dest_pixels[dest_y + x + SK_G32_SHIFT / 8] = x 2486 cc/output/gl_renderer.cc src_pixels[src_y + x + 1]; x 2487 cc/output/gl_renderer.cc dest_pixels[dest_y + x + SK_B32_SHIFT / 8] = x 2488 cc/output/gl_renderer.cc src_pixels[src_y + x + 2]; x 2489 cc/output/gl_renderer.cc dest_pixels[dest_y + x + SK_A32_SHIFT / 8] = x 2490 cc/output/gl_renderer.cc src_pixels[src_y + x + 3]; x 2524 cc/output/gl_renderer.cc DCHECK_GE(window_rect.x(), 0); x 2534 cc/output/gl_renderer.cc window_rect.x(), x 2601 cc/output/gl_renderer.cc gl_->Scissor(scissor_rect.x(), x 2612 cc/output/gl_renderer.cc gl_->Viewport(window_space_viewport.x(), x 448 cc/output/gl_renderer.h #define GLC(context, x) \ x 449 cc/output/gl_renderer.h (x, GLRenderer::DebugGLCall(&* context, #x, __FILE__, __LINE__)) x 451 cc/output/gl_renderer.h #define GLC(context, x) (x) x 1249 cc/output/gl_renderer_unittest.cc virtual void viewport(GLint x, GLint y, GLsizei width, GLsizei height) x 1251 cc/output/gl_renderer_unittest.cc EXPECT_EQ(10, x); x 1258 cc/output/gl_renderer_unittest.cc virtual void scissor(GLint x, GLint y, GLsizei width, GLsizei height) x 1260 cc/output/gl_renderer_unittest.cc EXPECT_EQ(30, x); x 207 cc/output/render_surface_filters.cc SkIntToScalar(op.drop_shadow_offset().x()), x 1136 cc/output/renderer_pixeltest.cc SkRect::MakeXYWH(rect.x(), rect.y(), rect.width(), rect.height()), x 1160 cc/output/renderer_pixeltest.cc EXPECT_NE(sub_rect.x(), child_pass->output_rect.x()); x 1709 cc/output/renderer_pixeltest.cc blue_content_to_target_transform.Translate(offset.x(), offset.y()); x 78 cc/output/shader.cc int x, int y) { x 93 cc/output/shader.cc if (x > highp_threshold || y > highp_threshold) x 143 cc/output/shader.cc max_coordinate.x(), max_coordinate.y()); x 625 cc/output/shader.cc vec2(texMatrix * vec4(a_texCoord.x, 1.0 - a_texCoord.y, 0.0, 1.0)); x 862 cc/output/shader.cc vec4(texColor.z, texColor.y, texColor.x, texColor.w) * alpha; x 875 cc/output/shader.cc gl_FragColor = vec4(texColor.z, texColor.y, texColor.x, 1.0); x 916 cc/output/shader.cc float aa = clamp(gl_FragCoord.w * min(d2.x, d2.y), 0.0, 1.0); x 965 cc/output/shader.cc float aa = clamp(gl_FragCoord.w * min(d2.x, d2.y), 0.0, 1.0); x 988 cc/output/shader.cc float aa = clamp(gl_FragCoord.w * min(d2.x, d2.y), 0.0, 1.0); x 989 cc/output/shader.cc gl_FragColor = vec4(texColor.z, texColor.y, texColor.x, texColor.w) * x 1039 cc/output/shader.cc vec2(maskTexCoordOffset.x + v_texCoord.x * maskTexCoordScale.x, x 1094 cc/output/shader.cc vec2(maskTexCoordOffset.x + v_texCoord.x * maskTexCoordScale.x, x 1099 cc/output/shader.cc float aa = clamp(gl_FragCoord.w * min(d2.x, d2.y), 0.0, 1.0); x 1166 cc/output/shader.cc vec2(maskTexCoordOffset.x + v_texCoord.x * maskTexCoordScale.x, x 1171 cc/output/shader.cc float aa = clamp(gl_FragCoord.w * min(d2.x, d2.y), 0.0, 1.0); x 1228 cc/output/shader.cc float aa = clamp(gl_FragCoord.w * min(d2.x, d2.y), 0.0, 1.0); x 1291 cc/output/shader.cc vec2(maskTexCoordOffset.x + v_texCoord.x * maskTexCoordScale.x, x 1347 cc/output/shader.cc float y_raw = TextureLookup(y_texture, v_texCoord).x; x 1348 cc/output/shader.cc float u_unsigned = TextureLookup(u_texture, v_texCoord).x; x 1349 cc/output/shader.cc float v_unsigned = TextureLookup(v_texture, v_texCoord).x; x 1410 cc/output/shader.cc float y_raw = TextureLookup(y_texture, v_texCoord).x; x 1411 cc/output/shader.cc float u_unsigned = TextureLookup(u_texture, v_texCoord).x; x 1412 cc/output/shader.cc float v_unsigned = TextureLookup(v_texture, v_texCoord).x; x 1413 cc/output/shader.cc float a_raw = TextureLookup(a_texture, v_texCoord).x; x 1482 cc/output/shader.cc float aa = clamp(gl_FragCoord.w * min(d2.x, d2.y), 0.0, 1.0); x 1534 cc/output/shader.cc float picker = abs(coord.x - coord.y); // NOLINT x 46 cc/output/software_output_device.cc canvas_->readPixels(info, pixels, info.minRowBytes(), rect.x(), rect.y()); x 542 cc/output/software_renderer.cc canvas.translate(SkIntToScalar(-quad->rect.origin().x()), x 571 cc/output/software_renderer.cc quad->mask_uv_rect.x() * mask->width(), x 623 cc/output/software_renderer.cc bitmap.get(), window_copy_rect.x(), window_copy_rect.y()); x 301 cc/output/software_renderer_unittest.cc output.getColor(visible_rect.x() - 1, visible_rect.y() - 1)); x 305 cc/output/software_renderer_unittest.cc EXPECT_EQ(SK_ColorCYAN, output.getColor(visible_rect.x(), visible_rect.y())); x 375 cc/output/software_renderer_unittest.cc output.getColor(smaller_rect.x(), smaller_rect.y())); x 426 cc/output/software_renderer_unittest.cc EXPECT_EQ(SK_ColorGREEN, output.getColor(smaller_rect.x(), smaller_rect.y())); x 433 cc/output/software_renderer_unittest.cc output.getColor(interior_visible_rect.x(), interior_visible_rect.y())); x 105 cc/quads/draw_quad.h bool IsLeftEdge() const { return !rect.x(); } x 75 cc/resources/bitmap_skpicture_content_layer_updater.cc canvas->translate(content_rect().x() - source_rect.x(), x 46 cc/resources/content_layer_updater.cc canvas->translate(SkFloatToScalar(-content_rect.x()), x 64 cc/resources/content_layer_updater.cc layer_rect.x(), layer_rect.y(), layer_rect.width(), layer_rect.height()); x 15 cc/resources/layer_quad.cc gfx::Vector2dF tangent(p.y() - q.y(), q.x() - p.x()); x 16 cc/resources/layer_quad.cc float cross2 = p.x() * q.y() - q.x() * p.y(); x 18 cc/resources/layer_quad.cc set(tangent.x(), tangent.y(), cross2); x 53 cc/resources/layer_quad.cc flattened[0] = left_.x(); x 56 cc/resources/layer_quad.cc flattened[3] = top_.x(); x 59 cc/resources/layer_quad.cc flattened[6] = right_.x(); x 62 cc/resources/layer_quad.cc flattened[9] = bottom_.x(); x 28 cc/resources/layer_quad.h float x() const { return x_; } x 32 cc/resources/layer_quad.h void set_x(float x) { x_ = x; } x 35 cc/resources/layer_quad.h void set(float x, float y, float z) { x 36 cc/resources/layer_quad.h x_ = x; x 62 cc/resources/layer_quad.h (y() * e.z() - e.y() * z()) / (x() * e.y() - e.x() * y()), x 63 cc/resources/layer_quad.h (x() * e.z() - e.x() * z()) / (e.x() * y() - x() * e.y())); x 81 cc/resources/layer_tiling_data.cc *left = tiling_data_.TileXIndexFromSrcCoord(content_rect.x()); x 264 cc/resources/picture.cc canvas->translate(SkFloatToScalar(-layer_rect_.x()), x 267 cc/resources/picture.cc SkRect layer_skrect = SkRect::MakeXYWH(layer_rect_.x(), x 316 cc/resources/picture.cc RoundDown(static_cast<int>(it->pixel_ref_rect.x()), x 327 cc/resources/picture.cc for (int x = min.x(); x <= max.x(); x += cell_size_.width()) { x 328 cc/resources/picture.cc PixelRefMapKey key(x, y); x 333 cc/resources/picture.cc min_x = std::min(min_x, min.x()); x 335 cc/resources/picture.cc max_x = std::max(max_x, max.x()); x 363 cc/resources/picture.cc canvas->translate(layer_rect_.x(), layer_rect_.y()); x 459 cc/resources/picture.cc RoundDown(query_rect.x(), cell_size.width()), x 467 cc/resources/picture.cc std::max(min_point_.x(), picture->min_pixel_cell_.x()), x 470 cc/resources/picture.cc std::min(max_point_.x(), picture->max_pixel_cell_.x()), x 475 cc/resources/picture.cc current_x_ = min_point_.x() - cell_size.width(); x 496 cc/resources/picture.cc if (current_x_ > max_point_.x()) { x 498 cc/resources/picture.cc current_x_ = min_point_.x(); x 252 cc/resources/picture_layer_tiling.cc left_ = tiling_->tiling_data_.TileXIndexFromSrcCoord(content_rect.x()); x 310 cc/resources/picture_layer_tiling.cc min_left = dest_rect_.x(); x 317 cc/resources/picture_layer_tiling.cc int inset_left = std::max(0, min_left - current_geometry_rect_.x()); x 322 cc/resources/picture_layer_tiling.cc DCHECK_EQ(last_geometry_rect.right(), current_geometry_rect_.x()); x 381 cc/resources/picture_layer_tiling.cc int old_x = last_visible_rect_in_content_space_.x(); x 386 cc/resources/picture_layer_tiling.cc int new_x = visible_rect_in_content_space.x(); x 686 cc/resources/picture_layer_tiling.cc int origin_x = rect.x(); x 699 cc/resources/picture_layer_tiling.cc { EdgeEvent::LEFT, &num_x_edges, rect.x() - bounding_rect.x() }, x 100 cc/resources/picture_layer_tiling_perftest.cc viewport_rect = gfx::Rect(viewport_rect.x() + xoffsets[offsetIndex], x 112 cc/resources/picture_layer_tiling_unittest.cc EXPECT_GE(texture_rect.x(), 0); x 294 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(0, down_skewport.x()); x 304 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(10, down_right_skewport.x()); x 314 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(-125, left_skewport.x()); x 326 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(-125, expand_skewport.x()); x 336 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(-575, big_expand_skewport.x()); x 359 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(0, down_skewport.x()); x 368 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(25, shrink_skewport.x()); x 377 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(10, down_right_skewport.x()); x 386 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(-60, left_skewport.x()); x 395 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(-30, expanded_skewport.x()); x 481 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(0, skewport.x()); x 563 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(out.right() - in.right(), in.x() - out.x()); x 576 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(out.right() - in.right(), in.x() - out.x()); x 657 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(out.bottom() - in.bottom(), in.x() - out.x()); x 670 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(out.right() - in.right(), in.x() - out.x()); x 684 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(out.right() - in.right(), in.x() - out.x()); x 699 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(40, in.x() - out.x()); x 715 cc/resources/picture_layer_tiling_unittest.cc EXPECT_EQ(out.right() - in.right(), in.x() - out.x()); x 29 cc/resources/picture_pile.cc return r1.y() < r2.y() || (r1.y() == r2.y() && r1.x() < r2.x()); x 33 cc/resources/picture_pile.cc return r1.x() < r2.x() || (r1.x() == r2.x() && r1.y() < r2.y()); x 182 cc/resources/picture_pile_base.cc bool PicturePileBase::HasRecordingAt(int x, int y) { x 183 cc/resources/picture_pile_base.cc PictureMap::const_iterator found = picture_map_.find(PictureMapKey(x, y)); x 38 cc/resources/picture_pile_base.h gfx::Rect tile_bounds(int x, int y) const { return tiling_.TileBounds(x, y); } x 39 cc/resources/picture_pile_base.h bool HasRecordingAt(int x, int y); x 126 cc/resources/picture_pile_impl.cc canvas->translate(-canvas_rect.x(), -canvas_rect.y()); x 210 cc/resources/picture_pile_impl.cc min_content_left = content_clip.x(); x 223 cc/resources/picture_pile_impl.cc int inset_left = std::max(0, min_content_left - content_clip.x()); x 255 cc/resources/picture_pile_impl.cc canvas->translate(-canvas_rect.x(), -canvas_rect.y()); x 39 cc/resources/picture_pile_impl_unittest.cc for (int x = 0; x <= 300; x += 100) { x 41 cc/resources/picture_pile_impl_unittest.cc gfx::Rect rect(x, y, 100, 100); x 97 cc/resources/picture_pile_impl_unittest.cc for (int x = 0; x <= 30; x += 10) { x 99 cc/resources/picture_pile_impl_unittest.cc gfx::Rect rect(x, y, 10, 10); x 796 cc/resources/picture_pile_impl_unittest.cc for (int x = 0; x < bitmap.width(); x++) { x 797 cc/resources/picture_pile_impl_unittest.cc SkColor color = bitmap.getColor(x, y); x 798 cc/resources/picture_pile_impl_unittest.cc EXPECT_EQ(SkColorGetR(test_color), SkColorGetR(color)) << "x: " << x x 800 cc/resources/picture_pile_impl_unittest.cc EXPECT_EQ(SkColorGetG(test_color), SkColorGetG(color)) << "x: " << x x 802 cc/resources/picture_pile_impl_unittest.cc EXPECT_EQ(SkColorGetB(test_color), SkColorGetB(color)) << "x: " << x x 804 cc/resources/picture_pile_impl_unittest.cc EXPECT_EQ(SkColorGetA(test_color), SkColorGetA(color)) << "x: " << x x 132 cc/resources/picture_unittest.cc for (int x = 0; x < 4; ++x) { x 133 cc/resources/picture_unittest.cc if ((x + y) & 1) { x 135 cc/resources/picture_unittest.cc gfx::Size(500, 500), "discardable", &discardable_bitmap[y][x]); x 138 cc/resources/picture_unittest.cc discardable_bitmap[y][x], x 139 cc/resources/picture_unittest.cc gfx::Point(x * 512 + 6, y * 512 + 6), paint); x 157 cc/resources/picture_unittest.cc for (int x = 0; x < 4; ++x) { x 158 cc/resources/picture_unittest.cc Picture::PixelRefIterator iterator(gfx::Rect(x * 512, y * 512, 500, 500), x 160 cc/resources/picture_unittest.cc if ((x + y) & 1) { x 161 cc/resources/picture_unittest.cc EXPECT_TRUE(iterator) << x << " " << y; x 162 cc/resources/picture_unittest.cc EXPECT_TRUE(*iterator == discardable_bitmap[y][x].pixelRef()) << x << x 164 cc/resources/picture_unittest.cc EXPECT_FALSE(++iterator) << x << " " << y; x 166 cc/resources/picture_unittest.cc EXPECT_FALSE(iterator) << x << " " << y; x 233 cc/resources/picture_unittest.cc for (int x = 0; x < 4; ++x) { x 234 cc/resources/picture_unittest.cc if ((x + y) & 1) { x 236 cc/resources/picture_unittest.cc gfx::Size(500, 500), "discardable", &discardable_bitmap[y][x]); x 239 cc/resources/picture_unittest.cc discardable_bitmap[y][x], x 240 cc/resources/picture_unittest.cc gfx::Point(1024 + x * 512 + 6, y * 512 + 6), paint); x 258 cc/resources/picture_unittest.cc for (int x = 0; x < 4; ++x) { x 260 cc/resources/picture_unittest.cc gfx::Rect(1024 + x * 512, y * 512, 500, 500), picture.get()); x 261 cc/resources/picture_unittest.cc if ((x + y) & 1) { x 262 cc/resources/picture_unittest.cc EXPECT_TRUE(iterator) << x << " " << y; x 263 cc/resources/picture_unittest.cc EXPECT_TRUE(*iterator == discardable_bitmap[y][x].pixelRef()); x 264 cc/resources/picture_unittest.cc EXPECT_FALSE(++iterator) << x << " " << y; x 266 cc/resources/picture_unittest.cc EXPECT_FALSE(iterator) << x << " " << y; x 357 cc/resources/picture_unittest.cc for (int x = 0; x < 4; ++x) { x 358 cc/resources/picture_unittest.cc if ((x + y) & 1) { x 360 cc/resources/picture_unittest.cc gfx::Size(500, 500), "discardable", &discardable_bitmap[y][x]); x 363 cc/resources/picture_unittest.cc discardable_bitmap[y][x], x 364 cc/resources/picture_unittest.cc gfx::Point(x * 512 + 6, y * 512 + 6), paint); x 377 cc/resources/picture_unittest.cc for (int x = 0; x < 4; ++x) { x 379 cc/resources/picture_unittest.cc gfx::Rect(x * 512, y * 512 + 256, 1, 1), picture.get()); x 380 cc/resources/picture_unittest.cc if ((x + y) & 1) { x 381 cc/resources/picture_unittest.cc EXPECT_TRUE(iterator) << x << " " << y; x 382 cc/resources/picture_unittest.cc EXPECT_TRUE(*iterator == discardable_bitmap[y][x].pixelRef()); x 383 cc/resources/picture_unittest.cc EXPECT_FALSE(++iterator) << x << " " << y; x 385 cc/resources/picture_unittest.cc EXPECT_FALSE(iterator) << x << " " << y; x 37 cc/resources/prioritized_tile_set.cc return a_rect.x() < b_rect.x(); x 45 cc/resources/prioritized_tile_set_unittest.cc return a_rect.x() < b_rect.x(); x 935 cc/resources/resource_provider.cc DCHECK(source_rect.x() >= image_rect.x()); x 943 cc/resources/resource_provider.cc image += source_offset.y() * image_row_bytes + source_offset.x() * 4; x 948 cc/resources/resource_provider.cc source_info, image, image_row_bytes, dest_offset.x(), dest_offset.y()); x 199 cc/resources/texture_uploader.cc !offset.x()) { x 212 cc/resources/texture_uploader.cc (offset.x() + (offset.y() + row) * image_rect.width())], x 220 cc/resources/texture_uploader.cc dest_offset.x(), x 257 cc/resources/texture_uploader.cc dest_offset.x(), x 271 cc/resources/texture_uploader.cc !offset.x()) { x 281 cc/resources/texture_uploader.cc (offset.x() + (offset.y() + row) * image_rect.width())], x 32 cc/test/fake_content_layer_client.cc canvas->drawRectCoords(draw_rect.x(), x 41 cc/test/fake_content_layer_client.cc canvas->drawBitmap(it->bitmap, it->point.x(), it->point.y(), &it->paint); x 28 cc/test/fake_picture_pile_impl.cc for (int x = 0; x < pile->tiling().num_tiles_x(); ++x) { x 30 cc/test/fake_picture_pile_impl.cc pile->AddRecordingAt(x, y); x 76 cc/test/fake_picture_pile_impl.cc void FakePicturePileImpl::AddRecordingAt(int x, int y) { x 77 cc/test/fake_picture_pile_impl.cc EXPECT_GE(x, 0); x 79 cc/test/fake_picture_pile_impl.cc EXPECT_LT(x, tiling_.num_tiles_x()); x 82 cc/test/fake_picture_pile_impl.cc if (HasRecordingAt(x, y)) x 84 cc/test/fake_picture_pile_impl.cc gfx::Rect bounds(tiling().TileBounds(x, y)); x 89 cc/test/fake_picture_pile_impl.cc picture_map_[std::pair<int, int>(x, y)].SetPicture(picture); x 90 cc/test/fake_picture_pile_impl.cc EXPECT_TRUE(HasRecordingAt(x, y)); x 95 cc/test/fake_picture_pile_impl.cc void FakePicturePileImpl::RemoveRecordingAt(int x, int y) { x 96 cc/test/fake_picture_pile_impl.cc EXPECT_GE(x, 0); x 98 cc/test/fake_picture_pile_impl.cc EXPECT_LT(x, tiling_.num_tiles_x()); x 101 cc/test/fake_picture_pile_impl.cc if (!HasRecordingAt(x, y)) x 103 cc/test/fake_picture_pile_impl.cc picture_map_.erase(std::pair<int, int>(x, y)); x 104 cc/test/fake_picture_pile_impl.cc EXPECT_FALSE(HasRecordingAt(x, y)); x 109 cc/test/fake_picture_pile_impl.cc for (int x = 0; x < num_tiles_x(); ++x) { x 110 cc/test/fake_picture_pile_impl.cc RemoveRecordingAt(x, y); x 111 cc/test/fake_picture_pile_impl.cc AddRecordingAt(x, y); x 29 cc/test/fake_picture_pile_impl.h void AddRecordingAt(int x, int y); x 30 cc/test/fake_picture_pile_impl.h void RemoveRecordingAt(int x, int y); x 18 cc/test/geometry_test_utils.h EXPECT_FLOAT_EQ((expected).x(), (actual).x()); \ x 26 cc/test/geometry_test_utils.h EXPECT_NEAR((expected).x(), (actual).x(), (abs_error)); \ x 34 cc/test/geometry_test_utils.h EXPECT_EQ((expected).x(), (actual).x()); \ x 48 cc/test/geometry_test_utils.h EXPECT_EQ((expected).x(), (actual).x()); \ x 54 cc/test/geometry_test_utils.h EXPECT_FLOAT_EQ((expected).x(), (actual).x()); \ x 61 cc/test/geometry_test_utils.h EXPECT_EQ((expected).x(), (actual).x()); \ x 67 cc/test/geometry_test_utils.h EXPECT_FLOAT_EQ((expected).x(), (actual).x()); \ x 81 cc/test/layer_test_common.cc bool fully_occluded_horizontal = target_rect.x() >= occluded.x() && x 281 cc/test/layer_tree_pixel_test.cc for (size_t x = 0; x < row_bytes; x += 4) { x 282 cc/test/layer_tree_pixel_test.cc out_pixels[dest_y + x + SK_R32_SHIFT/8] = pixels.get()[src_y + x + 0]; x 283 cc/test/layer_tree_pixel_test.cc out_pixels[dest_y + x + SK_G32_SHIFT/8] = pixels.get()[src_y + x + 1]; x 284 cc/test/layer_tree_pixel_test.cc out_pixels[dest_y + x + SK_B32_SHIFT/8] = pixels.get()[src_y + x + 2]; x 285 cc/test/layer_tree_pixel_test.cc out_pixels[dest_y + x + SK_A32_SHIFT/8] = pixels.get()[src_y + x + 3]; x 338 cc/test/layer_tree_pixel_test.cc for (size_t x = 0; x < row_bytes; x += 4) { x 339 cc/test/layer_tree_pixel_test.cc gl_pixels.get()[y + x + 0] = bitmap_pixels[src_y + x + SK_R32_SHIFT/8]; x 340 cc/test/layer_tree_pixel_test.cc gl_pixels.get()[y + x + 1] = bitmap_pixels[src_y + x + SK_G32_SHIFT/8]; x 341 cc/test/layer_tree_pixel_test.cc gl_pixels.get()[y + x + 2] = bitmap_pixels[src_y + x + SK_B32_SHIFT/8]; x 342 cc/test/layer_tree_pixel_test.cc gl_pixels.get()[y + x + 3] = bitmap_pixels[src_y + x + SK_A32_SHIFT/8]; x 29 cc/test/pixel_comparator.cc for (int x = 0; x < actual_bmp.width(); ++x) { x 31 cc/test/pixel_comparator.cc SkColor actual_color = actual_bmp.getColor(x, y); x 32 cc/test/pixel_comparator.cc SkColor expected_color = expected_bmp.getColor(x, y); x 40 cc/test/pixel_comparator.cc LOG(ERROR) << "Pixel error at x=" << x << " y=" << y << "; " x 105 cc/test/pixel_comparator.cc for (int x = 0; x < actual_bmp.width(); ++x) { x 107 cc/test/pixel_comparator.cc SkColor actual_color = actual_bmp.getColor(x, y); x 108 cc/test/pixel_comparator.cc SkColor expected_color = expected_bmp.getColor(x, y); x 196 cc/test/pixel_comparator.cc for (int x = 0; x < actual_bmp.width(); ++x) { x 198 cc/test/pixel_comparator.cc SkColor actual_color = actual_bmp.getColor(x, y); x 199 cc/test/pixel_comparator.cc SkColor expected_color = expected_bmp.getColor(x, y); x 205 cc/test/pixel_comparator.cc LOG(ERROR) << "Pixel error at x=" << x << " y=" << y << "; " x 24 cc/test/solid_color_content_layer_client.cc SkRect::MakeXYWH(rect.x(), rect.y(), rect.width(), rect.height()), x 104 cc/test/test_gles2_interface.cc void TestGLES2Interface::Viewport(GLint x, x 108 cc/test/test_gles2_interface.cc test_context_->viewport(x, y, width, height); x 123 cc/test/test_gles2_interface.cc void TestGLES2Interface::Scissor(GLint x, x 127 cc/test/test_gles2_interface.cc test_context_->scissor(x, y, width, height); x 46 cc/test/test_gles2_interface.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) x 49 cc/test/test_gles2_interface.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) x 106 cc/test/test_web_graphics_context_3d.h virtual void viewport(GLint x, GLint y, GLsizei width, GLsizei height) {} x 147 cc/test/test_web_graphics_context_3d.h virtual void scissor(GLint x, GLint y, GLsizei width, GLsizei height) {} x 28 cc/trees/layer_sorter.cc return u.x() * v.y() - u.y() * v.x(); x 723 cc/trees/layer_tree_host_common.cc result_transform.Translate(position_offset.x(), position_offset.y()); x 759 cc/trees/layer_tree_host_common.cc position_offset.set_x(fixed_to_right_edge ? position_offset.x() : 0); x 796 cc/trees/layer_tree_host_common.cc scroll_delta.x(), x 1508 cc/trees/layer_tree_host_common.cc position.x() + anchor_point.x() * bounds.width(), x 1514 cc/trees/layer_tree_host_common.cc combined_transform.Translate3d(-anchor_point.x() * bounds.width(), x 1518 cc/trees/layer_tree_host_common.cc combined_transform.Translate(position.x(), position.y()); x 1541 cc/trees/layer_tree_host_common.cc 1.f / parent_scales.x(), x 1561 cc/trees/layer_tree_host_common.cc ? std::max(combined_transform_scales.x(), x 1653 cc/trees/layer_tree_host_common.cc combined_transform.Scale(1.0 / render_surface_sublayer_scale.x(), x 1662 cc/trees/layer_tree_host_common.cc Scale(render_surface_sublayer_scale.x() / layer->contents_scale_x(), x 1672 cc/trees/layer_tree_host_common.cc data_for_children.parent_matrix.Scale(render_surface_sublayer_scale.x(), x 2058 cc/trees/layer_tree_host_common.cc layer->contents_scale_x() / render_surface_sublayer_scale.x(), x 2065 cc/trees/layer_tree_host_common.cc render_surface_sublayer_scale.x(), render_surface_sublayer_scale.y()); x 2067 cc/trees/layer_tree_host_common.cc layer->replica_layer()->position().x() + x 2068 cc/trees/layer_tree_host_common.cc layer->replica_layer()->anchor_point().x() * bounds.width(), x 2074 cc/trees/layer_tree_host_common.cc -layer->replica_layer()->anchor_point().x() * bounds.width(), x 2077 cc/trees/layer_tree_host_common.cc 1.0 / render_surface_sublayer_scale.x(), x 386 cc/trees/layer_tree_host_common_unittest.cc const gfx::PointF kScrollLayerPosition(-kScrollOffset.x(), x 425 cc/trees/layer_tree_host_common_unittest.cc gfx::Size(scroll_layer->bounds().width() + kMaxScrollOffset.x(), x 450 cc/trees/layer_tree_host_common_unittest.cc expected_transform.Translate(MathUtil::Round(sub_layer_screen_position.x()), x 473 cc/trees/layer_tree_host_common_unittest.cc sub_layer_screen_position.x()), x 646 cc/trees/layer_tree_host_common_unittest.cc surface_sublayer_transform.Scale(parent_composite_scale.x(), x 743 cc/trees/layer_tree_host_common_unittest.cc surface_sublayer_transform.Scale(parent_composite_scale.x(), x 871 cc/trees/layer_tree_host_common_unittest.cc surface1_sublayer_transform.Scale(surface1_parent_transform_scale.x(), x 883 cc/trees/layer_tree_host_common_unittest.cc surface2_sublayer_transform.Scale(surface2_parent_transform_scale.x(), x 2594 cc/trees/layer_tree_host_common_unittest.cc EXPECT_EQ(expected_x_position, actual.x()); x 6122 cc/trees/layer_tree_host_common_unittest.cc device_scale_factor * child->position().x(), x 6246 cc/trees/layer_tree_host_common_unittest.cc device_scale_factor * page_scale_factor * scale_surface->position().x(), x 6261 cc/trees/layer_tree_host_common_unittest.cc perspective_surface->position().x(), x 7377 cc/trees/layer_tree_host_common_unittest.cc device_scale_factor * child->position().x(), x 7396 cc/trees/layer_tree_host_common_unittest.cc device_scale_factor * child->position().x(), x 683 cc/trees/layer_tree_host_impl.cc screen_space_rect.x() / overhang_resource_scaled_size.width(), x 2285 cc/trees/layer_tree_host_impl.cc if (std::abs(unused_root_delta.x()) < kEpsilon) x 2292 cc/trees/layer_tree_host_impl.cc bool did_move_layer_x = std::abs(applied_delta.x()) > kEpsilon; x 2323 cc/trees/layer_tree_host_impl.cc gfx::Vector2dF perpendicular_axis(-applied_delta.y(), applied_delta.x()); x 2712 cc/trees/layer_tree_host_impl_unittest.cc gfx::Vector2d(0, gesture_scroll_delta.x())); x 2798 cc/trees/layer_tree_host_impl_unittest.cc -gesture_scroll_delta.x() * x 2807 cc/trees/layer_tree_host_impl_unittest.cc gesture_scroll_delta.x() * x 3705 cc/trees/layer_tree_host_impl_unittest.cc EXPECT_EQ(quad->uv_top_left.x(), x 3706 cc/trees/layer_tree_host_impl_unittest.cc quad->rect.x() / gutter_texture_size_pixels.width()); x 3709 cc/trees/layer_tree_host_impl_unittest.cc EXPECT_EQ(quad->uv_bottom_right.x(), x 4055 cc/trees/layer_tree_host_impl_unittest.cc GLfloat x, x 4069 cc/trees/layer_tree_host_impl_unittest.cc MOCK_METHOD4(scissor, void(GLint x, x 4117 cc/trees/layer_tree_host_impl_unittest.cc void MustSetScissor(int x, int y, int width, int height) { x 4121 cc/trees/layer_tree_host_impl_unittest.cc EXPECT_CALL(*context_, scissor(x, y, width, height)) x 4278 cc/trees/layer_tree_host_impl_unittest.cc child->SetPosition(gfx::PointF(child_rect.x(), child_rect.y())); x 6230 cc/trees/layer_tree_host_impl_unittest.cc outer_expected += gfx::Vector2dF(scroll_delta.x(), scroll_delta.y()); x 6243 cc/trees/layer_tree_host_impl_unittest.cc outer_expected += gfx::Vector2dF(scroll_delta.x(), scroll_delta.y()); x 6246 cc/trees/layer_tree_host_impl_unittest.cc inner_expected += gfx::Vector2dF(scroll_delta.x(), scroll_delta.y()); x 42 cc/trees/layer_tree_host_pixeltest_masks.cc SkRect::MakeXYWH(inset_rect.x(), inset_rect.y(), x 1159 cc/trees/layer_tree_host_unittest_animation.cc if (scroll_layer_->scroll_offset().x() > 10 && x 407 cc/trees/layer_tree_host_unittest_scroll.cc gfx::Vector2dF(fmod(scroll_amount_.x(), 1.0f), 0.0f)); x 416 cc/trees/layer_tree_host_unittest_scroll.cc gfx::Vector2dF(fmod(2.0f * scroll_amount_.x(), 1.0f), 0.0f)); x 281 cc/trees/occlusion_tracker.cc occlusion_rect.x() == affected_area_in_target.x() ? 0 : outset_right; x 109 cc/trees/occlusion_tracker_perftest.cc for (int x = 0; x < viewport_rect.width(); x += 256) { x 111 cc/trees/occlusion_tracker_perftest.cc gfx::Rect query_content_rect(x, y, 256, 256); x 186 cc/trees/occlusion_tracker_perftest.cc for (int x = 0; x < viewport_rect.width(); x += 256) { x 188 cc/trees/occlusion_tracker_perftest.cc gfx::Rect query_content_rect(x, y, 256, 256); x 303 cc/trees/quad_culler_unittest.cc EXPECT_EQ(250, quad_visible_rect4.x()); x 445 cc/trees/quad_culler_unittest.cc gfx::Rect child_opaque_rect(child_rect.x() + child_rect.width() / 4, x 484 cc/trees/quad_culler_unittest.cc gfx::Rect child_opaque_rect(child_rect.x() + child_rect.width() / 4, x 523 cc/trees/quad_culler_unittest.cc gfx::Rect child_opaque_rect(child_rect.x() + child_rect.width() / 4, x 355 cc/trees/tree_synchronizer_unittest.cc EXPECT_EQ(root_position.x(), root_layer_impl_position.x()); x 42 chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java private static Rect createRect(int x, int y, int right, int bottom) { x 43 chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java return new Rect(x, y, right, bottom); x 47 chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java private static RectF createRectF(float x, float y, float right, float bottom) { x 48 chrome/android/java/src/org/chromium/chrome/browser/ChromeWebContentsDelegateAndroid.java return new RectF(x, y, right, bottom); x 318 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java Math.min(rawX, displaySize.x - rawX - 1)); x 397 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuDragHelper.java distance = displaySize.x - rawX - 1; x 88 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java private void setAnchorRect(float x, float y, float width, float height) { x 89 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java if (mAutofillPopup != null) mAutofillPopup.setAnchorRect(x, y, width, height); x 532 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java private void createAnimation(float alpha, float x, float y, long duration) { x 538 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java PropertyValuesHolder.ofFloat("translationX", getTranslationX(), x)); x 53 chrome/browser/android/chrome_web_contents_delegate_android.cc rect.x(), x 65 chrome/browser/android/chrome_web_contents_delegate_android.cc static_cast<int>(rect.x()), x 54 chrome/browser/apps/app_window_browsertest.cc if (bounds_.x() != bounds.x() && x 44 chrome/browser/apps/web_view_interactive_browsertest.cc gfx::Point(corner_.x() + point.x(), corner_.y() + point.y()))); x 62 chrome/browser/apps/web_view_interactive_browsertest.cc gfx::Point(corner_.x() + point.x(), corner_.y() + point.y()))); x 230 chrome/browser/apps/web_view_interactive_browsertest.cc corner_ = gfx::Point(offset.x(), offset.y()); x 257 chrome/browser/apps/web_view_interactive_browsertest.cc int x, x 261 chrome/browser/apps/web_view_interactive_browsertest.cc mouse_event.x = mouse_event.windowX = x; x 341 chrome/browser/apps/web_view_interactive_browsertest.cc LOG(INFO) << "DIFF: x = " << diff.x() << ", y = " << diff.y(); x 343 chrome/browser/apps/web_view_interactive_browsertest.cc const int left_spacing = 40 + padding.x(); // div.style.paddingLeft = 40px. x 351 chrome/browser/apps/web_view_interactive_browsertest.cc EXPECT_LE(std::abs(diff.x() - left_spacing), threshold_px); x 436 chrome/browser/apps/web_view_interactive_browsertest.cc gfx::Point(corner().x() + 75, corner().y() + 25))); x 451 chrome/browser/apps/web_view_interactive_browsertest.cc gfx::Point(corner().x() + 74, corner().y() + 74))); x 486 chrome/browser/apps/web_view_interactive_browsertest.cc gfx::Point(corner().x() + 50, corner().y() + 10))); x 497 chrome/browser/apps/web_view_interactive_browsertest.cc gfx::Point(corner().x() + 51, corner().y() + 11))); x 695 chrome/browser/apps/web_view_interactive_browsertest.cc corner_ = gfx::Point(offset.x(), offset.y()); x 72 chrome/browser/apps/window_controls_browsertest.cc int x = web_contents->GetView()->GetContainerSize().width() - controlOffset; x 77 chrome/browser/apps/window_controls_browsertest.cc gfx::Point(x, y)); x 52 chrome/browser/background/background_application_list_model.cc bool operator()(const scoped_refptr<const Extension>& x, x 64 chrome/browser/background/background_application_list_model.cc const scoped_refptr<const Extension>& x, x 67 chrome/browser/background/background_application_list_model.cc base::UTF8ToUTF16(x->name()), base::UTF8ToUTF16(y->name())); x 130 chrome/browser/chromeos/display/overscan_calibrator.cc DrawTriangle(center.x(), center.y() + vertical_offset, 0, canvas); x 131 chrome/browser/chromeos/display/overscan_calibrator.cc DrawTriangle(center.x(), center.y() - vertical_offset, 180, canvas); x 132 chrome/browser/chromeos/display/overscan_calibrator.cc DrawTriangle(center.x() - horizontal_offset, center.y(), 90, canvas); x 133 chrome/browser/chromeos/display/overscan_calibrator.cc DrawTriangle(center.x() + horizontal_offset, center.y(), -90, canvas); x 79 chrome/browser/chromeos/drive/search_metadata.cc void push(T* x) { queue_.push(x); } x 18 chrome/browser/chromeos/fileapi/file_system_backend_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 29 chrome/browser/chromeos/first_run/steps/app_list_step.cc actor()->AddRoundHole(center.x(), center.y(), kCircleRadius); x 30 chrome/browser/chromeos/first_run/steps/app_list_step.cc actor()->ShowStepPointingTo(name(), center.x(), center.y(), kCircleRadius); x 30 chrome/browser/chromeos/first_run/steps/help_step.cc actor()->AddRoundHole(center.x(), center.y(), kCircleRadius); x 31 chrome/browser/chromeos/first_run/steps/help_step.cc actor()->ShowStepPointingTo(name(), center.x(), center.y(), kCircleRadius); x 26 chrome/browser/chromeos/first_run/steps/tray_step.cc actor()->AddRectangularHole(bounds.x(), bounds.y(), bounds.width(), x 35 chrome/browser/chromeos/first_run/steps/tray_step.cc position.SetRight(GetOverlaySize().width() - bounds.x()); x 80 chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc if ((last_bounds.x() == cursor_bounds.x()) && x 172 chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc EXPECT_EQ(cursor1_bounds.x() - cursor2_bounds.x(), x 173 chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc mi1_bounds.x() - mi2_bounds.x()); x 167 chrome/browser/chromeos/input_method/textinput_test_helper.cc int x, y, width, height; x 168 chrome/browser/chromeos/input_method/textinput_test_helper.cc if (!base::StringToInt(rect_piece[0], &x)) x 176 chrome/browser/chromeos/input_method/textinput_test_helper.cc *rect = gfx::Rect(x, y, width, height); x 196 chrome/browser/chromeos/input_method/textinput_test_helper.cc mouse_event.x = rect.CenterPoint().x(); x 104 chrome/browser/chromeos/login/user_image_loader.cc int x = (decoded_image.width() - size) / 2; x 107 chrome/browser/chromeos/login/user_image_loader.cc SkBitmapOperations::CreateTiledBitmap(decoded_image, x, y, size, size); x 92 chrome/browser/chromeos/login/wallpaper_manager.cc int RoundPositive(double x) { x 93 chrome/browser/chromeos/login/wallpaper_manager.cc return static_cast<int>(floor(x + 0.5)); x 95 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc for (int x = 0; x < bitmap.width(); ++x) { x 97 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc const SkColor color = bitmap.getColor(x, y); x 273 chrome/browser/chromeos/proxy_cros_settings_parser.cc for (size_t x = 0; x < list_value->GetSize(); x++) { x 275 chrome/browser/chromeos/proxy_cros_settings_parser.cc if (list_value->GetString(x, &val)) x 356 chrome/browser/chromeos/proxy_cros_settings_parser.cc for (size_t x = 0; x < bypass_rules.size(); x++) x 357 chrome/browser/chromeos/proxy_cros_settings_parser.cc list->Append(new base::StringValue(bypass_rules[x]->ToString())); x 176 chrome/browser/chromeos/ui/echo_dialog_view.cc label_->SetBounds(label_->x(), x 39 chrome/browser/devtools/adb/android_rsa.cc void ExtendedEuclid(uint64 a, uint64 b, uint64 *x, uint64 *y, uint64 *d) { x 45 chrome/browser/devtools/adb/android_rsa.cc *x = x2 - q * x1; x 50 chrome/browser/devtools/adb/android_rsa.cc x1 = *x; x 56 chrome/browser/devtools/adb/android_rsa.cc *x = x2; x 62 chrome/browser/devtools/adb/android_rsa.cc uint64 d, x, y; x 63 chrome/browser/devtools/adb/android_rsa.cc ExtendedEuclid(a, m, &x, &y, &d); x 65 chrome/browser/devtools/adb/android_rsa.cc return static_cast<uint32>(x); x 107 chrome/browser/devtools/adb/android_usb_device.cc unsigned char* x = (unsigned char*)data.data(); x 111 chrome/browser/devtools/adb/android_usb_device.cc sum += *x++; x 38 chrome/browser/devtools/devtools_embedder_message_dispatcher.h virtual void MoveWindow(int x, int y) = 0; x 474 chrome/browser/devtools/devtools_window.cc int x, x 478 chrome/browser/devtools/devtools_window.cc agent->InspectElement(x, y); x 1039 chrome/browser/devtools/devtools_window.cc void DevToolsWindow::MoveWindow(int x, int y) { x 1042 chrome/browser/devtools/devtools_window.cc bounds.Offset(x, y); x 113 chrome/browser/devtools/devtools_window.h content::RenderViewHost* inspected_rvh, int x, int y); x 310 chrome/browser/devtools/devtools_window.h virtual void MoveWindow(int x, int y) OVERRIDE; x 2723 chrome/browser/download/download_browsertest.cc mouse_event.x = 15; x 112 chrome/browser/download/download_shelf.cc bounds.x(), x 136 chrome/browser/download/download_shelf.cc oval.set(SkIntToScalar(bounds.x()), x 138 chrome/browser/download/download_shelf.cc SkIntToScalar(bounds.x() + image_size), x 144 chrome/browser/download/download_shelf.cc path.lineTo(SkIntToScalar(bounds.x() + image_size / 2), x 152 chrome/browser/download/download_shelf.cc bounds.x(), x 201 chrome/browser/download/download_shelf.cc bounds.x(), x 240 chrome/browser/download/download_shelf.cc canvas->DrawImageInt(*complete, complete_bounds.x(), complete_bounds.y(), x 271 chrome/browser/download/download_shelf.cc canvas->DrawImageInt(*complete, complete_bounds.x(), complete_bounds.y(), x 80 chrome/browser/enumerate_modules_model_win.cc explicit FindModule(const ModuleEnumerator::Module& x) x 81 chrome/browser/enumerate_modules_model_win.cc : module(x) {} x 423 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc int32_t x = inputRect.left; x 428 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc SkIRect rect = SkIRect::MakeXYWH(x, y, width, height); x 11 chrome/browser/extensions/api/debugger/debugger_apitest.cc #define MAYBE(x) DISABLED_##x x 13 chrome/browser/extensions/api/debugger/debugger_apitest.cc #define MAYBE(x) x x 21 chrome/browser/extensions/api/serial/serial_connection_posix.cc #define BITRATE_TO_SPEED_CASE(x) case x: *speed = B ## x; return true; x 56 chrome/browser/extensions/api/serial/serial_connection_posix.cc #define SPEED_TO_BITRATE_CASE(x) case B ## x: *bitrate = x; return true; x 16 chrome/browser/extensions/api/serial/serial_connection_win.cc #define BITRATE_TO_SPEED_CASE(x) case x: return CBR_ ## x; x 74 chrome/browser/extensions/api/serial/serial_connection_win.cc #define SPEED_TO_BITRATE_CASE(x) case CBR_ ## x: return x; x 321 chrome/browser/extensions/api/sessions/sessions_api.cc window_struct->left.reset(new int(window.bounds.x())); x 31 chrome/browser/extensions/api/sockets_tcp/sockets_tcp_apitest.cc #define MAYBE(x) DISABLED_##x x 33 chrome/browser/extensions/api/sockets_tcp/sockets_tcp_apitest.cc #define MAYBE(x) x x 32 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_apitest.cc #define MAYBE(x) DISABLED_##x x 34 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_apitest.cc #define MAYBE(x) x x 32 chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc #define MAYBE(x) DISABLED_##x x 34 chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc #define MAYBE(x) x x 42 chrome/browser/extensions/api/system_display/display_info_provider.cc unit->bounds.left = bounds.x(); x 46 chrome/browser/extensions/api/system_display/display_info_provider.cc unit->work_area.left = work_area.x(); x 67 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return static_cast<int64>(point.x()) * static_cast<int64>(vector.y()) >= x 68 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc static_cast<int64>(point.y()) * static_cast<int64>(vector.x()); x 107 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc gfx::Point center(2 * (rectangle.x() - reference.x()) + rectangle.width(), x 144 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc if (rectangle.x() > reference.x() + reference.width()) { x 147 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc } else if (rectangle.x() + rectangle.width() < reference.x()) { x 157 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc return ash::DisplayLayout::FromInts(position, rectangle.x()); x 345 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc target_bounds.Offset(new_bounds_origin.x() - target.bounds().x(), x 70 chrome/browser/extensions/api/tabs/tabs_test.cc EXPECT_EQ(bounds.x(), utils::GetInteger(result.get(), "left")); x 28 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc for (size_t x = 0; x < arraysize(kPossibleAppIds); ++x) { x 30 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc kPossibleAppIds[x], false); x 463 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc mouse_event.x = 7; x 495 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc mouse_event.x = 7; x 526 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc mouse_event.x = 7; x 148 chrome/browser/extensions/api/web_request/web_request_apitest.cc mouse_event.x = 7; x 690 chrome/browser/extensions/updater/extension_updater_unittest.cc std::string::size_type x = update_url.find("x="); x 691 chrome/browser/extensions/updater/extension_updater_unittest.cc EXPECT_NE(std::string::npos, x); x 692 chrome/browser/extensions/updater/extension_updater_unittest.cc std::string::size_type ap = update_url.find("ap%3D", x); x 58 chrome/browser/extensions/window_controller.cc result->SetInteger(keys::kLeftKey, bounds.x()); x 210 chrome/browser/guestview/webview/webview_find_helper.cc rect.SetInteger(webview::kFindRectLeft, selection_rect_.x()); x 45 chrome/browser/history/select_favicon_frames_unittest.cc int x = -1, int y = -1) { x 48 chrome/browser/history/select_favicon_frames_unittest.cc if (x == -1) x 49 chrome/browser/history/select_favicon_frames_unittest.cc x = bitmap.width() / 2; x 53 chrome/browser/history/select_favicon_frames_unittest.cc SkColor color = bitmap.getColor(x, y); x 30 chrome/browser/importer/firefox_importer_browsertest.cc #define MAYBE_IMPORTER(x) DISABLED_##x x 32 chrome/browser/importer/firefox_importer_browsertest.cc #define MAYBE_IMPORTER(x) x x 37 chrome/browser/infobars/infobar_container.h virtual bool DrawInfoBarArrows(int* x) const = 0; x 68 chrome/browser/media/native_desktop_media_list.cc for (int x = 0; x < result.width(); ++x) { x 69 chrome/browser/media/native_desktop_media_list.cc pixels_data[result.rowBytes() * y + x * result.bytesPerPixel() + 3] = x 30 chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 33 chrome/browser/mouseleave_browsertest.cc tab_view_bounds.x() + tab_view_bounds.width() / 2, x 36 chrome/browser/mouseleave_browsertest.cc tab_view_bounds.x() + tab_view_bounds.width() / 2, x 40 chrome/browser/mouseleave_browsertest.cc ui_controls::SendMouseMove(above_content_point.x(), x 53 chrome/browser/mouseleave_browsertest.cc ui_controls::SendMouseMove(in_content_point.x(), in_content_point.y()); x 62 chrome/browser/mouseleave_browsertest.cc ui_controls::SendMouseMove(above_content_point.x(), x 93 chrome/browser/mouseleave_browsertest.cc ui_controls::SendMouseMove(browser_bounds.x() + 200, x 302 chrome/browser/notifications/balloon_collection_impl.cc int x = 0; x 306 chrome/browser/notifications/balloon_collection_impl.cc x = work_area_.x() + HorizontalEdgeMargin(); x 311 chrome/browser/notifications/balloon_collection_impl.cc x = work_area_.right() - HorizontalEdgeMargin(); x 316 chrome/browser/notifications/balloon_collection_impl.cc x = work_area_.x() + HorizontalEdgeMargin(); x 321 chrome/browser/notifications/balloon_collection_impl.cc x = work_area_.right() - HorizontalEdgeMargin(); x 329 chrome/browser/notifications/balloon_collection_impl.cc return gfx::Point(x, y); x 337 chrome/browser/notifications/balloon_collection_impl.cc int x = 0; x 341 chrome/browser/notifications/balloon_collection_impl.cc x = position_iterator->x(); x 347 chrome/browser/notifications/balloon_collection_impl.cc x = position_iterator->x() - balloon_size.width(); x 355 chrome/browser/notifications/balloon_collection_impl.cc x = position_iterator->x(); x 361 chrome/browser/notifications/balloon_collection_impl.cc x = position_iterator->x() - balloon_size.width(); x 368 chrome/browser/notifications/balloon_collection_impl.cc return gfx::Point(x, y); x 435 chrome/browser/notifications/balloon_collection_impl.cc if ((*iter)->GetBounds().x() >= work_area_.x() + max_balloon_width()) x 481 chrome/browser/notifications/balloon_collection_impl.cc work_area_.SetRect(new_work_area.x(), new_work_area.y(), x 502 chrome/browser/notifications/desktop_notifications_unittest.cc int min_x = (*iter)->GetPosition().x(); x 538 chrome/browser/notifications/desktop_notifications_unittest.cc int current_x = (*iter)->GetPosition().x(); x 563 chrome/browser/notifications/desktop_notifications_unittest.cc int current_x = (*iter)->GetPosition().x(); x 586 chrome/browser/notifications/desktop_notifications_unittest.cc int current_x = (*balloons.begin())->GetPosition().x(); x 47 chrome/browser/parsers/metadata_parser_manager.cc for (size_t x = 0; x < factories_.size(); ++x) { x 48 chrome/browser/parsers/metadata_parser_manager.cc if (factories_[x]->CanParse(path, buffer, amount_read)) { x 49 chrome/browser/parsers/metadata_parser_manager.cc return factories_[x]->CreateParser(path); x 50 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc bool Equals(const ItemAttribute& x) const { x 51 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc if (type != x.type) return false; x 52 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc return (type == STRING) ? value_string == x.value_string x 53 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc : value_uint32 == x.value_uint32; x 728 chrome/browser/policy/policy_browsertest.cc void PerformClick(int x, int y) { x 735 chrome/browser/policy/policy_browsertest.cc click_event.x = x; x 157 chrome/browser/prefs/pref_service_browsertest.cc EXPECT_EQ(left, bounds.x()); x 162 chrome/browser/prefs/pref_service_browsertest.cc EXPECT_EQ(right, bounds.x() + bounds.width()); x 222 chrome/browser/prefs/pref_service_browsertest.cc EXPECT_EQ(left, bounds.x()); x 227 chrome/browser/prefs/pref_service_browsertest.cc EXPECT_EQ(right, bounds.x() + bounds.width()); x 66 chrome/browser/printing/printing_message_filter.cc settings.page_setup_device_units().printable_area().x(), x 71 chrome/browser/printing/printing_message_filter.cc params->margin_left = settings.page_setup_device_units().content_area().x(); x 88 chrome/browser/profiles/profile_info_util.cc int x = (canvas_size_.width() - width_) / 2; x 99 chrome/browser/profiles/profile_info_util.cc canvas->DrawImageInt(avatar_, x, y); x 104 chrome/browser/profiles/profile_info_util.cc x = (canvas_size_.width() - border_size) / 2; x 115 chrome/browser/profiles/profile_info_util.cc path.addRect(SkFloatToScalar(x + 0.5f), // left x 117 chrome/browser/profiles/profile_info_util.cc SkFloatToScalar(x + border_size - 0.5f), // right x 141 chrome/browser/profiles/profile_info_util.cc path.moveTo(SkFloatToScalar(x + 0.5f), SkIntToScalar(y + height_)); x 156 chrome/browser/profiles/profile_info_util.cc path.moveTo(SkIntToScalar(x + 1), SkFloatToScalar(y + height_ - 0.5f)); x 195 chrome/browser/referrer_policy_browsertest.cc mouse_event.x = 15; x 1576 chrome/browser/renderer_context_menu/render_view_context_menu.cc CopyImageAt(params_.x, params_.y); x 1598 chrome/browser/renderer_context_menu/render_view_context_menu.cc MediaPlayerActionAt(gfx::Point(params_.x, params_.y), x 1611 chrome/browser/renderer_context_menu/render_view_context_menu.cc MediaPlayerActionAt(gfx::Point(params_.x, params_.y), x 1619 chrome/browser/renderer_context_menu/render_view_context_menu.cc MediaPlayerActionAt(gfx::Point(params_.x, params_.y), x 1628 chrome/browser/renderer_context_menu/render_view_context_menu.cc gfx::Point(params_.x, params_.y), x 1638 chrome/browser/renderer_context_menu/render_view_context_menu.cc gfx::Point(params_.x, params_.y), x 1648 chrome/browser/renderer_context_menu/render_view_context_menu.cc gfx::Point(params_.x, params_.y), x 1726 chrome/browser/renderer_context_menu/render_view_context_menu.cc Inspect(params_.x, params_.y); x 2014 chrome/browser/renderer_context_menu/render_view_context_menu.cc void RenderViewContextMenu::CopyImageAt(int x, int y) { x 2015 chrome/browser/renderer_context_menu/render_view_context_menu.cc source_web_contents_->GetRenderViewHost()->CopyImageAt(x, y); x 2030 chrome/browser/renderer_context_menu/render_view_context_menu.cc void RenderViewContextMenu::Inspect(int x, int y) { x 2036 chrome/browser/renderer_context_menu/render_view_context_menu.cc DevToolsWindow::InspectElement(render_frame_host->GetRenderViewHost(), x, y); x 237 chrome/browser/renderer_context_menu/render_view_context_menu.h void CopyImageAt(int x, int y); x 243 chrome/browser/renderer_context_menu/render_view_context_menu.h void Inspect(int x, int y); x 102 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc mouse_event.x = 15; x 108 chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc mouse_event.globalX = 15 + offset.x(); x 315 chrome/browser/renderer_context_menu/spelling_menu_observer.cc gfx::Point(rect.CenterPoint().x(), rect.y()), x 339 chrome/browser/renderer_context_menu/spelling_menu_observer.cc gfx::Point(rect.CenterPoint().x(), rect.y()), x 100 chrome/browser/sessions/session_service.cc int32 x; x 109 chrome/browser/sessions/session_service.cc int32 x; x 760 chrome/browser/sessions/session_service.cc payload.x = bounds.x(); x 1066 chrome/browser/sessions/session_service.cc GetWindow(payload.window_id, windows)->bounds.SetRect(payload.x, x 1082 chrome/browser/sessions/session_service.cc GetWindow(payload.window_id, windows)->bounds.SetRect(payload.x, x 89 chrome/browser/speech/speech_recognition_bubble.cc src_rect.x() < spinner_image->width(); x 26 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 49 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 390 chrome/browser/thumbnails/content_analysis.cc DCHECK_GE(area.x(), 0); x 403 chrome/browser/thumbnails/content_analysis.cc const uint8* image_row = input_bitmap.getAddr8(area.x(), r + area.y()); x 40 chrome/browser/thumbnails/content_analysis_unittest.cc for (int c = rect.x(); c < rect.right(); ++c) x 56 chrome/browser/thumbnails/content_analysis_unittest.cc SkColor color_left = bitmap_left.getColor(origin_left.x() + c, x 58 chrome/browser/thumbnails/content_analysis_unittest.cc SkColor color_right = bitmap_right.getColor(origin_right.x() + c, x 148 chrome/browser/thumbnails/content_analysis_unittest.cc gfx::Rect outer_rect(draw_rect.x() - tail_length, x 152 chrome/browser/thumbnails/content_analysis_unittest.cc gfx::Rect inner_rect(draw_rect.x() + tail_length, x 191 chrome/browser/thumbnails/content_analysis_unittest.cc column_profile.begin() + draw_rect.x() - 1, x 193 chrome/browser/thumbnails/content_analysis_unittest.cc EXPECT_EQ(column_profile[draw_rect.x()], 255U * (draw_rect.height() + 1)); x 195 chrome/browser/thumbnails/content_analysis_unittest.cc std::accumulate(column_profile.begin() + draw_rect.x() + 1, x 219 chrome/browser/thumbnails/content_analysis_unittest.cc 255 * (draw_rect.right() - test_rect.x()), x 222 chrome/browser/thumbnails/content_analysis_unittest.cc 255 * (draw_rect.right() - test_rect.x()), x 645 chrome/browser/thumbnails/content_analysis_unittest.cc for (int x = footer_rect.x() + fine_print; x 646 chrome/browser/thumbnails/content_analysis_unittest.cc x < footer_rect.right() - fine_print; x 647 chrome/browser/thumbnails/content_analysis_unittest.cc x += 2 * fine_print) { x 648 chrome/browser/thumbnails/content_analysis_unittest.cc canvas.DrawRect(gfx::Rect(x, y, fine_print, fine_print), print_color); x 654 chrome/browser/thumbnails/content_analysis_unittest.cc for (int x = header_rect.x() + margin_horizontal; x 655 chrome/browser/thumbnails/content_analysis_unittest.cc x < header_rect.right() - block_size; x 656 chrome/browser/thumbnails/content_analysis_unittest.cc x += block_size + margin_horizontal) { x 660 chrome/browser/thumbnails/content_analysis_unittest.cc int second_col = x + half_block + 10; x 662 chrome/browser/thumbnails/content_analysis_unittest.cc canvas.FillRect(gfx::Rect(x, y, half_block, block_size), block_color); x 673 chrome/browser/thumbnails/content_analysis_unittest.cc for (int x = body_rect.x() + fine_print; x 674 chrome/browser/thumbnails/content_analysis_unittest.cc x < body_rect.right() - fine_print; x 675 chrome/browser/thumbnails/content_analysis_unittest.cc x += 2 * fine_print) { x 676 chrome/browser/thumbnails/content_analysis_unittest.cc canvas.DrawRect(gfx::Rect(x, y, fine_print, fine_print), print_color); x 684 chrome/browser/thumbnails/content_analysis_unittest.cc const int x = body_rect.x() + x 686 chrome/browser/thumbnails/content_analysis_unittest.cc gfx::Rect pict_rect(x, y, x 81 chrome/browser/thumbnails/simple_thumbnail_crop.cc SkIRect src_rect = { clipping_rect.x(), clipping_rect.y(), x 223 chrome/browser/thumbnails/simple_thumbnail_crop_unittest.cc EXPECT_LT(0, clip_rect.x()); x 222 chrome/browser/translate/translate_manager_render_view_host_unittest.cc params.x = 0; x 50 chrome/browser/ui/android/autofill/autofill_popup_view_android.cc controller_->element_bounds().x(), x 39 chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc content_view_core->ShowPastePopup(params.selection_start.x(), x 70 chrome/browser/ui/app_list/app_list_positioner.cc anchor = gfx::Point(work_area.x(), screen_rect.y()); x 76 chrome/browser/ui/app_list/app_list_positioner.cc anchor = gfx::Point(screen_rect.x(), work_area.y()); x 79 chrome/browser/ui/app_list/app_list_positioner.cc anchor = gfx::Point(screen_rect.x(), work_area.bottom()); x 95 chrome/browser/ui/app_list/app_list_positioner.cc gfx::Point(work_area.x(), work_area.y() + work_area.height() / 2); x 102 chrome/browser/ui/app_list/app_list_positioner.cc anchor = gfx::Point(work_area.x() + work_area.width() / 2, work_area.y()); x 106 chrome/browser/ui/app_list/app_list_positioner.cc gfx::Point(work_area.x() + work_area.width() / 2, work_area.bottom()); x 122 chrome/browser/ui/app_list/app_list_positioner.cc anchor = gfx::Point(work_area.x(), cursor.y()); x 128 chrome/browser/ui/app_list/app_list_positioner.cc anchor = gfx::Point(cursor.x(), work_area.y()); x 131 chrome/browser/ui/app_list/app_list_positioner.cc anchor = gfx::Point(cursor.x(), work_area.bottom()); x 153 chrome/browser/ui/app_list/app_list_positioner.cc if (shelf_rect.x() == work_area.x() && x 163 chrome/browser/ui/app_list/app_list_positioner.cc if (shelf_rect.x() == screen_rect.x()) x 180 chrome/browser/ui/app_list/app_list_positioner.cc return std::max(0, cursor.x() - work_area.x()); x 182 chrome/browser/ui/app_list/app_list_positioner.cc return std::max(0, work_area.right() - cursor.x()); x 82 chrome/browser/ui/app_list/app_list_positioner_unittest.cc void PlaceCursor(int x, int y) { x 83 chrome/browser/ui/app_list/app_list_positioner_unittest.cc cursor_ = gfx::Point(x, y); x 277 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc gfx::Point rip_off_point(start_point.x(), 0); x 278 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator->MoveMouseTo(start_point.x(), start_point.y()); x 282 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator->MoveMouseTo(rip_off_point.x(), rip_off_point.y()); x 286 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator->MoveMouseTo(start_point.x(), start_point.y()); x 1545 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(app_list_bounds.CenterPoint().x(), x 1568 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_grid_1.CenterPoint().x(), x 1579 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_shelf_1.CenterPoint().x(), x 1588 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_grid_1.CenterPoint().x(), x 1605 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_grid_1.CenterPoint().x(), x 1608 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_shelf_1.CenterPoint().x(), x 1621 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_grid_1.CenterPoint().x(), x 1624 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_shelf_1.CenterPoint().x(), x 1635 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_grid_1.CenterPoint().x(), x 1638 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_shelf_1.CenterPoint().x(), x 1693 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc app_list_bounds.Offset(-origin.x(), -origin.y()); x 1695 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(app_list_bounds.CenterPoint().x(), x 1718 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc bounds_grid_1.Offset(-origin.x(), -origin.y()); x 1719 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_grid_1.CenterPoint().x(), x 1730 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc bounds_shelf_1.Offset(-origin.x(), -origin.y()); x 1731 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_shelf_1.CenterPoint().x(), x 1742 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(empty_slot_rect.CenterPoint().x(), x 1872 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(app_list_bounds.CenterPoint().x(), x 1888 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc generator.MoveMouseTo(bounds_grid_1.CenterPoint().x(), x 27 chrome/browser/ui/ash/shelf_browsertest.cc old_bounds.x(), x 163 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x() + grid_size_, work_area.y() + grid_size_, x 168 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x() + 2 * grid_size_, x 174 chrome/browser/ui/ash/window_positioner_unittest.cc window()->SetBounds(gfx::Rect(work_area.x() + popup_position.width() - 1, x 182 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x() + 3 * grid_size_, x 193 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x() + 2 * grid_size_, x 202 chrome/browser/ui/ash/window_positioner_unittest.cc (cascade_4.x() - work_area.x()), x 207 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x() + grid_size_, x 218 chrome/browser/ui/ash/window_positioner_unittest.cc window()->SetBounds(gfx::Rect(work_area.x() + popup_position.width(), x 225 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x(), work_area.y(), x 233 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x(), x 243 chrome/browser/ui/ash/window_positioner_unittest.cc popup()->SetBounds(gfx::Rect(work_area.x(), work_area.y(), x 249 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x(), x 255 chrome/browser/ui/ash/window_positioner_unittest.cc popup()->SetBounds(gfx::Rect(work_area.x(), work_area.y(), x 276 chrome/browser/ui/ash/window_positioner_unittest.cc EXPECT_EQ(gfx::Rect(work_area.x(), work_area.y(), x 66 chrome/browser/ui/autofill/popup_controller_common.cc int leftmost_display_x = left_display.bounds().x(); x 68 chrome/browser/ui/autofill/popup_controller_common.cc right_display.GetSizeInPixel().width() + right_display.bounds().x(); x 74 chrome/browser/ui/autofill/popup_controller_common.cc RoundedElementBounds().x())); x 51 chrome/browser/ui/blocked_content/blocked_window_params.cc nav_params.window_bounds.set_x(features_.x); x 116 chrome/browser/ui/browser_window_state.cc int x, y; x 117 chrome/browser/ui/browser_window_state.cc if (ParseCommaSeparatedIntegers(str, &x, &y)) x 118 chrome/browser/ui/browser_window_state.cc bounds->set_origin(gfx::Point(x, y)); x 29 chrome/browser/ui/cocoa/infobars/infobar_container_cocoa.h virtual bool DrawInfoBarArrows(int* x) const OVERRIDE; x 185 chrome/browser/ui/find_bar/find_bar_controller.cc view_location.set_x(std::min(view_location.x(), boundary)); x 187 chrome/browser/ui/find_bar/find_bar_controller.cc view_location.set_x(std::max(view_location.x(), dialog_bounds.x())); x 198 chrome/browser/ui/find_bar/find_bar_controller.cc new_pos.set_x(avoid_overlapping_rect.x() + x 203 chrome/browser/ui/find_bar/find_bar_controller.cc if (new_pos.x() + new_pos.width() > dialog_bounds.width()) x 206 chrome/browser/ui/find_bar/find_bar_controller.cc new_pos.set_x(avoid_overlapping_rect.x() - new_pos.width() - x 210 chrome/browser/ui/find_bar/find_bar_controller.cc if (new_pos.x() < 0) x 175 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc if (position.x() != start_x_position) x 176 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc return position.x(); x 356 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc ASSERT_LT(first.x(), second.x()); x 963 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc int moved_x_coord = FindInPageTillBoxMoves(web_contents, start_position.x(), x 966 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc EXPECT_TRUE(moved_x_coord != start_position.x()); x 976 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc EXPECT_EQ(position.x(), start_position.x()); x 979 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc moved_x_coord = FindInPageTillBoxMoves(web_contents, start_position.x(), x 981 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc EXPECT_TRUE(moved_x_coord != start_position.x()); x 992 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc EXPECT_EQ(position.x(), start_position.x()); x 130 chrome/browser/ui/find_bar/find_tab_helper.cc void FindTabHelper::ActivateNearestFindResult(float x, float y) { x 133 chrome/browser/ui/find_bar/find_tab_helper.cc current_find_request_id_, x, y); x 74 chrome/browser/ui/find_bar/find_tab_helper.h void ActivateNearestFindResult(float x, float y); x 68 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc if (initial_bounds.x() != BoundsSpecification::kUnspecifiedPosition && x 70 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc gtk_window_move(window_, initial_bounds.x(), initial_bounds.y()); x 94 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc gint x, y; x 95 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc gtk_window_get_position(window_, &x, &y); x 96 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc bounds_.set_origin(gfx::Point(x, y)); x 223 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc return gfx::Rect(window_bounds.x, window_bounds.y, x 304 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc gtk_window_move(window_, content_bounds.x(), content_bounds.y()); x 433 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc bounds_.SetRect(event->x, event->y, event->width, event->height); x 524 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc bool NativeAppWindowGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) { x 531 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc return gtk_window_util::GetWindowEdge(bounds_.size(), 0, x, y, edge); x 550 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), x 579 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc bool has_hit_edge = resizable_ && GetWindowEdge(point.x(), point.y(), &edge); x 581 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc draggable_region_ && draggable_region_->contains(event->x, event->y); x 725 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc int left_inset = current_x - rect_with_decorations.x; x 115 chrome/browser/ui/gtk/apps/native_app_window_gtk.h bool GetWindowEdge(int x, int y, GdkWindowEdge* edge); x 100 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc controller_->popup_bounds().x(), x 121 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc controller_->SetSelectionAtPoint(gfx::Point(event->x, event->y)); x 166 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc controller_->SetSelectionAtPoint(gfx::Point(event->x, event->y)); x 217 chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.cc cairo_rectangle(cairo_context, entry_rect.x(), entry_rect.y(), x 212 chrome/browser/ui/gtk/avatar_menu_item_gtk.cc int x = avatar_image->width() - check_image->width() + kCheckMarkXOffset; x 213 chrome/browser/ui/gtk/avatar_menu_item_gtk.cc canvas.DrawImageInt(*check_image, x, y); x 855 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc gint x) { x 860 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (x > margin && x < (allocation.width - margin)) x 866 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc if (x > margin) x 1165 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc last_pressed_coordinates_ = gfx::Point(event->x, event->y); x 1215 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc drag_icon_relative.x(), x 1290 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc gint x, x 1293 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc gint index = gtk_toolbar_get_drop_index(GTK_TOOLBAR(toolbar), x, y); x 1313 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc gint x, gint y, x 1328 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc GTK_TOOLBAR(bookmark_toolbar_.get()), x, y); x 1333 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc index = GetToolbarIndexForDragOverFolder(widget, x); x 1402 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc gint x, x 1411 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc int index = GetToolbarIndexForDragOverFolder(button, x); x 206 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h int GetToolbarIndexForDragOverFolder(GtkWidget* button, gint x); x 353 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc gint x, y; x 354 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc gtk_widget_get_pointer(menu_item, &x, &y); x 355 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc gtk_drag_set_icon_widget(drag_context, drag_icon_, x, y); x 45 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc BookmarkNode x(GURL("http://www.google.com")); x 46 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc x.SetTitle(base::string16(base::ASCIIToUTF16("Google"))); x 50 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk_unittest.cc WriteBookmarkToSelection(&x, &data, ui::TEXT_HTML, NULL); x 908 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc gint x, gint y, guint time) { x 916 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc x = allocation.width - x; x 919 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc drop_index_ = x < kButtonWidth ? 0 : x / (kButtonWidth + kButtonPadding); x 986 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc distance_dragged = -event->x; x 990 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc distance_dragged = event->x - widget_allocation.width; x 1031 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc gfx::Point release_point(event->x, event->y); x 883 chrome/browser/ui/gtk/browser_titlebar.cc gint x, y; x 884 chrome/browser/ui/gtk/browser_titlebar.cc gtk_window_get_position(window_, &x, &y); x 892 chrome/browser/ui/gtk/browser_titlebar.cc x = 0; x 899 chrome/browser/ui/gtk/browser_titlebar.cc browser_window_->SetBounds(gfx::Rect(x, y, width, height)); x 974 chrome/browser/ui/gtk/browser_titlebar.cc rect.set_x(event->x); x 526 chrome/browser/ui/gtk/browser_toolbar_gtk.cc gfx::Rect right(allocation.x + allocation.width - kCornerWidth, x 530 chrome/browser/ui/gtk/browser_toolbar_gtk.cc gfx::Rect left(allocation.x - kShadowThickness, x 543 chrome/browser/ui/gtk/browser_toolbar_gtk.cc cr, widget, tabstrip_origin.x(), tabstrip_origin.y()); x 545 chrome/browser/ui/gtk/browser_toolbar_gtk.cc cairo_rectangle(cr, area.x(), area.y(), area.width(), area.height()); x 562 chrome/browser/ui/gtk/browser_toolbar_gtk.cc allocation.x + allocation.width, x 571 chrome/browser/ui/gtk/browser_toolbar_gtk.cc SetSource(copy_cr, widget, left.x(), left.y()); x 576 chrome/browser/ui/gtk/browser_toolbar_gtk.cc SetSource(copy_cr, widget, right.x(), right.y()); x 579 chrome/browser/ui/gtk/browser_toolbar_gtk.cc cairo_rectangle(copy_cr, right.x(), right.y(), x 587 chrome/browser/ui/gtk/browser_toolbar_gtk.cc tabstrip_origin.x(), tabstrip_origin.y()); x 645 chrome/browser/ui/gtk/browser_toolbar_gtk.cc GdkDragContext* drag_context, gint x, gint y, x 713 chrome/browser/ui/gtk/browser_toolbar_gtk.cc allocation.x + x_offset, x 148 chrome/browser/ui/gtk/browser_window_gtk.cc gint x, y, width, height; x 149 chrome/browser/ui/gtk/browser_window_gtk.cc gtk_window_get_position(window, &x, &y); x 151 chrome/browser/ui/gtk/browser_window_gtk.cc return gfx::Rect(x, y, width, height); x 518 chrome/browser/ui/gtk/browser_window_gtk.cc cairo_rectangle(cr, event->area.x, event->area.y, x 538 chrome/browser/ui/gtk/browser_window_gtk.cc cairo_rectangle(cr, event->area.x, event->area.y, x 610 chrome/browser/ui/gtk/browser_window_gtk.cc gint x = static_cast<gint>(bounds.x()); x 616 chrome/browser/ui/gtk/browser_window_gtk.cc gtk_window_move(window_, x, y); x 1332 chrome/browser/ui/gtk/browser_window_gtk.cc bool BrowserWindowGtk::DrawInfoBarArrows(int* x) const { x 1333 chrome/browser/ui/gtk/browser_window_gtk.cc if (x) { x 1336 chrome/browser/ui/gtk/browser_window_gtk.cc *x = 0; x 1357 chrome/browser/ui/gtk/browser_window_gtk.cc gfx::Rect bounds(event->x, event->y, event->width, event->height); x 1588 chrome/browser/ui/gtk/browser_window_gtk.cc bounds.x() == 0 && bounds.y() == 0; x 1901 chrome/browser/ui/gtk/browser_window_gtk.cc window_preferences->SetInteger("left", restored_bounds_.x()); x 1909 chrome/browser/ui/gtk/browser_window_gtk.cc window_preferences->SetInteger("work_area_left", work_area.x()); x 1931 chrome/browser/ui/gtk/browser_window_gtk.cc int x = 0; x 1935 chrome/browser/ui/gtk/browser_window_gtk.cc 0, &x, NULL); x 1940 chrome/browser/ui/gtk/browser_window_gtk.cc x += allocation.x; x 1943 chrome/browser/ui/gtk/browser_window_gtk.cc return x; x 2069 chrome/browser/ui/gtk/browser_window_gtk.cc bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), x 2115 chrome/browser/ui/gtk/browser_window_gtk.cc bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge); x 2226 chrome/browser/ui/gtk/browser_window_gtk.cc bool BrowserWindowGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) { x 2234 chrome/browser/ui/gtk/browser_window_gtk.cc bounds_.size(), kTopResizeAdjust, x, y, edge); x 2342 chrome/browser/ui/gtk/browser_window_gtk.cc gfx::Rect old_contents_bounds(contents_allocation.x, contents_allocation.y, x 2357 chrome/browser/ui/gtk/browser_window_gtk.cc g_value_set_int(&value, new_contents_bounds.x()); x 212 chrome/browser/ui/gtk/browser_window_gtk.h virtual bool DrawInfoBarArrows(int* x) const OVERRIDE; x 287 chrome/browser/ui/gtk/browser_window_gtk.h bool GetWindowEdge(int x, int y, GdkWindowEdge* edge); x 425 chrome/browser/ui/gtk/bubble/bubble_gtk.cc rect_.x(), rect_.y(), &offset_x, &offset_y); x 476 chrome/browser/ui/gtk/bubble/bubble_gtk.cc rect_.x(), rect_.y(), &offset_x, &offset_y); x 709 chrome/browser/ui/gtk/bubble/bubble_gtk.cc (mask_region_ && gdk_region_point_in(mask_region_, event->x, event->y))) { x 59 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc int x, y; x 82 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc gfx::Rect rect(points[i].x, points[i].y, 0, 0); x 102 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc int x, y; x 123 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc gfx::Rect rect(points[i].x, points[i].y, 0, 0); x 139 chrome/browser/ui/gtk/confirm_bubble_gtk.cc rect.set_x(anchor_point_.x() - rect.x()); x 105 chrome/browser/ui/gtk/custom_button.cc cairo_translate(cairo_context, allocation.x, allocation.y); x 116 chrome/browser/ui/gtk/custom_button.cc int x = gtk_util::MirroredLeftPointForRect(widget, bounds); x 120 chrome/browser/ui/gtk/custom_button.cc background_image_->SetSource(cairo_context, widget, x, y); x 124 chrome/browser/ui/gtk/custom_button.cc pixbuf->SetSource(cairo_context, widget, x, y); x 128 chrome/browser/ui/gtk/custom_button.cc hover_pixbuf->SetSource(cairo_context, widget, x, y); x 727 chrome/browser/ui/gtk/download/download_item_gtk.cc int x = allocation.x + border_width; x 739 chrome/browser/ui/gtk/download/download_item_gtk.cc x, y, width, height); x 763 chrome/browser/ui/gtk/download/download_item_gtk.cc x, y, width, height); x 772 chrome/browser/ui/gtk/download/download_item_gtk.cc x, y, width, height); x 786 chrome/browser/ui/gtk/download/download_item_gtk.cc left_clip.x + left_clip.width); x 869 chrome/browser/ui/gtk/download/download_item_gtk.cc allocation.x, x 876 chrome/browser/ui/gtk/download/download_item_gtk.cc allocation.x, x 883 chrome/browser/ui/gtk/download/download_item_gtk.cc allocation.x, x 896 chrome/browser/ui/gtk/download/download_item_gtk.cc allocation.x + offset, allocation.y + offset); x 117 chrome/browser/ui/gtk/download/download_started_animation_gtk.cc web_contents_bounds_.x(), x 399 chrome/browser/ui/gtk/find_bar_gtk.cc int xposition = GetDialogPosition(result.selection_rect()).x(); x 402 chrome/browser/ui/gtk/find_bar_gtk.cc if (xposition != allocation.x) x 459 chrome/browser/ui/gtk/find_bar_gtk.cc ltr ? dialog_bounds.width() - prefsize.width() : dialog_bounds.x(), x 777 chrome/browser/ui/gtk/find_bar_gtk.cc int xposition = find_bar->GetDialogPosition(find_bar->selection_rect_).x(); x 955 chrome/browser/ui/gtk/find_bar_gtk.cc border_allocation.x, border_allocation.y); x 957 chrome/browser/ui/gtk/find_bar_gtk.cc cairo_rectangle(cr, border_allocation.x, border_allocation.y, x 965 chrome/browser/ui/gtk/find_bar_gtk.cc border_allocation.x + background_left->Width(), x 969 chrome/browser/ui/gtk/find_bar_gtk.cc border_allocation.x + background_left->Width(), x 193 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc int x, y; x 194 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc gdk_display_get_pointer(display, NULL, &x, &y, NULL); x 196 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc return gfx::Point(x, y); x 202 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc int width, height, x, y; x 204 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc gtk_window_get_position(window, &x, &y); x 205 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc return gfx::Rect(x, y, width, height).Contains(pos); x 173 chrome/browser/ui/gtk/gtk_chrome_link_button.cc allocation.x, allocation.y, x 53 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc child_allocation.x += x 67 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc int overflow = (data->allocation->x + data->border_width + padding - x 68 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc child_allocation.x); x 71 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc child_allocation.x += overflow; x 76 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc int overflow = (child_allocation.x + child_allocation.width + padding - x 77 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc (data->allocation->x + data->allocation->width - data->border_width)); x 78 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc int x = box_->allocation.x + border_width; x 94 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc << " x: " << children_data[i].x x 111 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc << " x: " << children_data[i].x x 120 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc ASSERT_GE(children_data[i].x, x 121 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc x + children_data[i].padding); x 122 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc ASSERT_LE(children_data[i].x + children_data[i].width, x 123 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc x + width - children_data[i].padding); x 191 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc int x; x 203 chrome/browser/ui/gtk/gtk_chrome_shrinkable_hbox_unittest.cc data.x = child->allocation.x; x 94 chrome/browser/ui/gtk/gtk_custom_menu.cc event->x, event->y); x 217 chrome/browser/ui/gtk/gtk_custom_menu_item.cc int x = first_allocation.x; x 219 chrome/browser/ui/gtk/gtk_custom_menu_item.cc int width = last_allocation.width + last_allocation.x - first_allocation.x; x 227 chrome/browser/ui/gtk/gtk_custom_menu_item.cc x, y, width, height); x 273 chrome/browser/ui/gtk/gtk_custom_menu_item.cc button_allocation.x + x 380 chrome/browser/ui/gtk/gtk_custom_menu_item.cc gdouble x, gdouble y) { x 390 chrome/browser/ui/gtk/gtk_custom_menu_item.cc if (x >= offset_x && x < (offset_x + alloc.width) && x 104 chrome/browser/ui/gtk/gtk_custom_menu_item.h gdouble x, gdouble y); x 67 chrome/browser/ui/gtk/gtk_input_event_box.cc attributes.x = allocation.x; x 131 chrome/browser/ui/gtk/gtk_input_event_box.cc allocation->x, x 1162 chrome/browser/ui/gtk/gtk_theme_service.cc cairo_pattern_create_linear(allocation.x, allocation.y, x 1163 chrome/browser/ui/gtk/gtk_theme_service.cc allocation.x, x 1176 chrome/browser/ui/gtk/gtk_theme_service.cc double start_x = 0.5 + allocation.x; x 222 chrome/browser/ui/gtk/gtk_util.cc const int x = iw - dest_w; // Used for offset_x and dest_x. x 226 chrome/browser/ui/gtk/gtk_util.cc x, y, x 228 chrome/browser/ui/gtk/gtk_util.cc x, y, x 534 chrome/browser/ui/gtk/gtk_util.cc return bounds.x(); x 538 chrome/browser/ui/gtk/gtk_util.cc return allocation.width - bounds.x() - bounds.width(); x 547 chrome/browser/ui/gtk/gtk_util.cc return allocation.width - bounds.x(); x 550 chrome/browser/ui/gtk/gtk_util.cc int MirroredXCoordinate(GtkWidget* widget, int x) { x 554 chrome/browser/ui/gtk/gtk_util.cc return allocation.width - x; x 556 chrome/browser/ui/gtk/gtk_util.cc return x; x 560 chrome/browser/ui/gtk/gtk_util.cc gint x = 0; x 562 chrome/browser/ui/gtk/gtk_util.cc gtk_widget_get_pointer(widget, &x, &y); x 563 chrome/browser/ui/gtk/gtk_util.cc return WidgetBounds(widget).Contains(x, y); x 643 chrome/browser/ui/gtk/gtk_util.cc GdkPoint MakeBidiGdkPoint(gint x, gint y, gint width, bool ltr) { x 644 chrome/browser/ui/gtk/gtk_util.cc GdkPoint point = {ltr ? x : width - x, y}; x 692 chrome/browser/ui/gtk/gtk_util.cc rec->x, rec->y, rec->width, rec->height); x 704 chrome/browser/ui/gtk/gtk_util.cc rec->x + xborder, rec->y + yborder, x 741 chrome/browser/ui/gtk/gtk_util.cc tabstrip_origin.x(), tabstrip_origin.y()); x 745 chrome/browser/ui/gtk/gtk_util.cc tabstrip_origin.x(), x 747 chrome/browser/ui/gtk/gtk_util.cc event->area.x + event->area.width - tabstrip_origin.x(), x 785 chrome/browser/ui/gtk/gtk_util.cc gint x = 0, y = 0; x 789 chrome/browser/ui/gtk/gtk_util.cc &x, &y); x 793 chrome/browser/ui/gtk/gtk_util.cc return gfx::Rect(x, y, allocation.width, allocation.height); x 940 chrome/browser/ui/gtk/gtk_util.cc gint x = 0, y = 0, width = 1, height = 1; x 941 chrome/browser/ui/gtk/gtk_util.cc gtk_window_get_position(GTK_WINDOW(dialog), &x, &y); x 944 chrome/browser/ui/gtk/gtk_util.cc return gfx::Rect(x, y, width, height); x 137 chrome/browser/ui/gtk/gtk_util.h int MirroredXCoordinate(GtkWidget* widget, int x); x 181 chrome/browser/ui/gtk/gtk_util.h GdkPoint MakeBidiGdkPoint(gint x, gint y, gint width, bool ltr); x 161 chrome/browser/ui/gtk/gtk_window_util.cc int click_move_x = abs(event->x - last_click_x); x 165 chrome/browser/ui/gtk/gtk_window_util.cc last_click_x = static_cast<int>(event->x); x 255 chrome/browser/ui/gtk/gtk_window_util.cc gint x, y; x 256 chrome/browser/ui/gtk/gtk_window_util.cc gtk_window_get_position(window->GetNativeWindow(), &x, &y); x 257 chrome/browser/ui/gtk/gtk_window_util.cc (*bounds).set_origin(gfx::Point(x, y)); x 264 chrome/browser/ui/gtk/gtk_window_util.cc int x, x 272 chrome/browser/ui/gtk/gtk_window_util.cc if (middle.Contains(x, y)) x 283 chrome/browser/ui/gtk/gtk_window_util.cc if (north.Contains(x, y)) { x 284 chrome/browser/ui/gtk/gtk_window_util.cc if (west.Contains(x, y)) x 286 chrome/browser/ui/gtk/gtk_window_util.cc else if (east.Contains(x, y)) x 290 chrome/browser/ui/gtk/gtk_window_util.cc } else if (south.Contains(x, y)) { x 291 chrome/browser/ui/gtk/gtk_window_util.cc if (west.Contains(x, y)) x 293 chrome/browser/ui/gtk/gtk_window_util.cc else if (east.Contains(x, y)) x 298 chrome/browser/ui/gtk/gtk_window_util.cc if (west.Contains(x, y)) x 300 chrome/browser/ui/gtk/gtk_window_util.cc else if (east.Contains(x, y)) x 78 chrome/browser/ui/gtk/gtk_window_util.h int x, x 124 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc int x = browser_window ? x 142 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc gfx::Rect bounds(x - (*it)->arrow_half_width(), x 157 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc path.moveTo(bounds.x() + 0.5, bounds.bottom() + 0.5); x 306 chrome/browser/ui/gtk/location_bar_view_gtk.cc return gfx::Rect(allocation.x, allocation.y, x 1060 chrome/browser/ui/gtk/location_bar_view_gtk.cc if (event->x == 0 && event->y == 0) x 1077 chrome/browser/ui/gtk/location_bar_view_gtk.cc gfx::Point(event->x, event->y))) { x 1134 chrome/browser/ui/gtk/location_bar_view_gtk.cc AllocationToRect(*allocation).x()); x 1362 chrome/browser/ui/gtk/location_bar_view_gtk.cc bounds.set_x(bounds.x() + kFirstRunBubbleLeftSpacing); x 32 chrome/browser/ui/gtk/menu_bar_helper.cc if (motion->x >= 0 && motion->y >= 0 && x 33 chrome/browser/ui/gtk/menu_bar_helper.cc motion->x < allocation.width && x 112 chrome/browser/ui/gtk/menu_bar_helper.cc gint x = 0; x 124 chrome/browser/ui/gtk/menu_bar_helper.cc gtk_widget_get_pointer(buttons_[0], &x, &y); x 126 chrome/browser/ui/gtk/menu_bar_helper.cc gint last_x = x; x 129 chrome/browser/ui/gtk/menu_bar_helper.cc last_button, button, last_x, last_y, &x, &y)) { x 140 chrome/browser/ui/gtk/menu_bar_helper.cc if (x >= 0 && y >= 0 && x < allocation.width && y < allocation.height) { x 694 chrome/browser/ui/gtk/menu_gtk.cc int* x, x 703 chrome/browser/ui/gtk/menu_gtk.cc gdk_window_get_origin(gtk_widget_get_window(widget), x, y); x 705 chrome/browser/ui/gtk/menu_gtk.cc gint monitor = gdk_screen_get_monitor_at_point(screen, *x, *y); x 715 chrome/browser/ui/gtk/menu_gtk.cc *x += allocation.x; x 726 chrome/browser/ui/gtk/menu_gtk.cc *x += allocation.width - menu_req.width; x 735 chrome/browser/ui/gtk/menu_gtk.cc int* x, x 742 chrome/browser/ui/gtk/menu_gtk.cc *x = point->x(); x 749 chrome/browser/ui/gtk/menu_gtk.cc gint monitor = gdk_screen_get_monitor_at_point(screen, *x, *y); x 118 chrome/browser/ui/gtk/menu_gtk.h int* x, x 125 chrome/browser/ui/gtk/menu_gtk.h int* x, x 20 chrome/browser/ui/gtk/nine_box.cc int x, int y, double alpha) { x 24 chrome/browser/ui/gtk/nine_box.cc src->ToCairo()->SetSource(cr, widget, x, y); x 30 chrome/browser/ui/gtk/nine_box.cc int x, int y, int width, int height, double alpha) { x 35 chrome/browser/ui/gtk/nine_box.cc src->ToCairo()->SetSource(cr, widget, x, y); x 37 chrome/browser/ui/gtk/nine_box.cc cairo_rectangle(cr, x, y, width, height); x 51 chrome/browser/ui/gtk/nine_box.cc cairo_set_source_surface(cr, surface, x, y); x 156 chrome/browser/ui/gtk/nine_box.cc cairo_translate(cr, allocation.x, allocation.y); x 62 chrome/browser/ui/gtk/notifications/balloon_collection_gtk.cc gint x, y; x 63 chrome/browser/ui/gtk/notifications/balloon_collection_gtk.cc gdk_display_get_pointer(display, NULL, &x, &y, NULL); x 65 chrome/browser/ui/gtk/notifications/balloon_collection_gtk.cc return GetBalloonsBoundingBox().Contains(gfx::Point(x, y)); x 169 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc int end_x = balloon_->GetPosition().x(); x 188 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc static_cast<int>(start * anim_frame_start_.x() + x 189 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc end * anim_frame_end_.x()), x 199 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc frame_position.x(), frame_position.y()); x 367 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc int x = 0, y = 0; x 368 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc gtk_window_get_position(GTK_WINDOW(frame_container_), &x, &y); x 369 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc return gfx::Rect(x + offset.x(), y + offset.y(), x 441 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc cairo_move_to(cr, offset.x(), offset.y() - 1); x 442 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc cairo_line_to(cr, offset.x() + content_size.width(), offset.y() - 1); x 467 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc origin_x + allocation.x - kBorderThickness + horizontal_offset, x 658 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc cairo_rectangle(cr, line_rect.x(), line_rect.y(), x 752 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc gint first_char_start = first_char_bounds.x; x 754 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc gint last_char_start = last_char_bounds.x; x 1281 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc gint x, x 1760 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc start_location.x, start_location.y, x 1763 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc end_location.x + end_location.width, x 1830 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc cairo_rectangle(cr, expose_rect.x(), expose_rect.y(), x 1842 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc cairo_move_to(cr, strikethrough_rect.x(), strikethrough_rect.bottom()); x 44 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h CharRange(int n, int x) : cp_min(n), cp_max(x) { } x 353 chrome/browser/ui/gtk/panels/panel_gtk.cc return abs(win_x - bounds_.x()) < display_area.width() && x 493 chrome/browser/ui/gtk/panels/panel_gtk.cc bool PanelGtk::GetWindowEdge(int x, int y, GdkWindowEdge* edge) const { x 504 chrome/browser/ui/gtk/panels/panel_gtk.cc if (x < kFrameBorderThickness) { x 514 chrome/browser/ui/gtk/panels/panel_gtk.cc } else if (x >= width - kFrameBorderThickness) { x 526 chrome/browser/ui/gtk/panels/panel_gtk.cc if (x < kFrameBorderThickness && (resizability & panel::RESIZABLE_LEFT)) { x 529 chrome/browser/ui/gtk/panels/panel_gtk.cc } else if (x >= width - kFrameBorderThickness && x 585 chrome/browser/ui/gtk/panels/panel_gtk.cc cairo_rectangle(cr, event->area.x, event->area.y, x 687 chrome/browser/ui/gtk/panels/panel_gtk.cc bool has_hit_edge = GetWindowEdge(static_cast<int>(event->x), x 721 chrome/browser/ui/gtk/panels/panel_gtk.cc bool has_hit_edge = GetWindowEdge(point.x(), point.y(), &edge); x 813 chrome/browser/ui/gtk/panels/panel_gtk.cc bounds.x(), bounds.y(), x 1141 chrome/browser/ui/gtk/panels/panel_gtk.cc event->button.x_root = mouse_location.x(); x 1172 chrome/browser/ui/gtk/panels/panel_gtk.cc event->motion.x_root = mouse_location.x(); x 106 chrome/browser/ui/gtk/panels/panel_gtk.h bool GetWindowEdge(int x, int y, GdkWindowEdge* edge) const; x 226 chrome/browser/ui/gtk/panels/panel_stack_window_gtk.cc panel->GetBounds().x(), panel->GetBounds().y(), 1, 1); x 254 chrome/browser/ui/gtk/panels/panel_stack_window_gtk.cc panel->GetBounds().x() + 5, panel->GetBounds().y() + 5, 1, 1); x 291 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc gint x; x 294 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc gtk_widget_get_pointer(GTK_WIDGET(close_button()->widget()), &x, &y); x 298 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc if (!button_rect.Contains(x, y)) { x 314 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc event->crossing.x = x; x 316 chrome/browser/ui/gtk/panels/panel_titlebar_gtk.cc event->crossing.x_root = widget_allocation.x; x 91 chrome/browser/ui/gtk/rounded_window.cc for (int x = 0; x <= corner_size; ++x) { x 93 chrome/browser/ui/gtk/rounded_window.cc (corner_size * corner_size) - (x * x)))); x 94 chrome/browser/ui/gtk/rounded_window.cc if (x > 0) { x 96 chrome/browser/ui/gtk/rounded_window.cc corner_size - x + x_off_r + 1, x 100 chrome/browser/ui/gtk/rounded_window.cc corner_size - x + x_off_r, x 119 chrome/browser/ui/gtk/rounded_window.cc for (int x = corner_size; x >= 0; --x) { x 121 chrome/browser/ui/gtk/rounded_window.cc (corner_size * corner_size) - (x * x)))); x 122 chrome/browser/ui/gtk/rounded_window.cc points.push_back(MakeBidiGdkPoint(corner_size - x + x_off_r, x 124 chrome/browser/ui/gtk/rounded_window.cc if (x > 0) { x 125 chrome/browser/ui/gtk/rounded_window.cc points.push_back(MakeBidiGdkPoint(corner_size - x + 1 + x_off_r, x 145 chrome/browser/ui/gtk/rounded_window.cc for (int x = 0; x <= corner_size; ++x) { x 147 chrome/browser/ui/gtk/rounded_window.cc (corner_size * corner_size) - (x * x)))); x 148 chrome/browser/ui/gtk/rounded_window.cc if (x > 0) { x 150 chrome/browser/ui/gtk/rounded_window.cc width - (corner_size - x) + x_off_l - 1, x 154 chrome/browser/ui/gtk/rounded_window.cc width - (corner_size - x) + x_off_l, x 174 chrome/browser/ui/gtk/rounded_window.cc for (int x = corner_size; x >= 0; --x) { x 176 chrome/browser/ui/gtk/rounded_window.cc (corner_size * corner_size) - (x * x)))); x 178 chrome/browser/ui/gtk/rounded_window.cc width - (corner_size - x) + x_off_l, x 180 chrome/browser/ui/gtk/rounded_window.cc if (x > 0) { x 182 chrome/browser/ui/gtk/rounded_window.cc width - (corner_size - x) + x_off_l - 1, x 246 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc double x = 12.5; x 248 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_move_to(cairo_context, x, gripper_top); x 249 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_line_to(cairo_context, x, gripper_bottom); x 251 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc x += 3; x 252 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_move_to(cairo_context, x, gripper_top); x 253 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_line_to(cairo_context, x, gripper_bottom); x 256 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc x -= 2; x 258 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_move_to(cairo_context, x, gripper_top); x 259 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_line_to(cairo_context, x, gripper_bottom); x 261 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc x += 3; x 262 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_move_to(cairo_context, x, gripper_top); x 263 chrome/browser/ui/gtk/screen_capture_notification_ui_gtk.cc cairo_line_to(cairo_context, x, gripper_bottom); x 186 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc if (target_rect.x() < 0 || target_rect.y() < 0 || x 187 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc target_rect.x() > container_rect.width() || x 212 chrome/browser/ui/gtk/status_bubble_gtk.cc toplevel_x + parent_rect.x() + x 220 chrome/browser/ui/gtk/status_bubble_gtk.cc bubble_rect.x() - bubble_rect.height() - kMousePadding; x 225 chrome/browser/ui/gtk/status_bubble_gtk.cc if (((ltr && location.x() < right_threshold) || x 226 chrome/browser/ui/gtk/status_bubble_gtk.cc (!ltr && location.x() > left_threshold)) && x 234 chrome/browser/ui/gtk/status_bubble_gtk.cc location.x() - right_threshold : x 235 chrome/browser/ui/gtk/status_bubble_gtk.cc left_threshold - location.x(), x 163 chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.cc point.Offset(params.x, params.y); x 51 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc effective_bounds.set_x(effective_bounds.x() + 16); x 267 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc creation_point.Offset(-distance_from_origin.x(), -distance_from_origin.y()); x 337 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc if (abs(screen_point.x() - last_move_screen_x_) > threshold || x 349 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc last_move_screen_x_ = screen_point.x(); x 388 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc if (screen_point.x() < tabstrip_bounds.right() && x 389 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc screen_point.x() >= tabstrip_bounds.x()) { x 455 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc last_move_screen_x_ = screen_point.x(); x 519 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc return gfx::Rect(client_point.x(), client_point.y(), x 540 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc right_tab_x = right_half.x(); x 542 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc if (dragged_bounds_start >= right_half.x() && x 546 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc } else if (dragged_bounds_start >= left_half.x() && x 575 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc int x = screen_point.x() - x 586 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc if (x < tabstrip_bounds.x() && screen_point.x() >= tabstrip_bounds.x()) x 587 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc x = tabstrip_bounds.x(); x 603 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc if (x > max_x && screen_point.x() <= tabstrip_bounds.right()) x 604 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc x = max_x; x 610 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc return gfx::Point(x, y); x 820 chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc return gfx::Rect(bounds.x(), bounds.y(), x 109 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int x = screen_point.x() - ScaleValue(distance_from_origin.x()); x 110 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gtk_window_move(GTK_WINDOW(container_), x, y); x 115 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int x = tabstrip_point.x() + GetWidthInTabStripUpToMousePointer() - x 119 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gtk_window_move(GTK_WINDOW(container_), x, y); x 194 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int width = GetWidthInTabStripUpToSourceTab() + mouse_tab_offset_.x(); x 209 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gint x, y, width, height; x 211 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gdk_window_get_origin(gdk_window, &x, &y); x 215 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc animation_start_bounds_ = gfx::Rect(x, y, width, height); x 230 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int delta_x = (animation_end_bounds_.x() - animation_start_bounds_.x()); x 231 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int x = animation_start_bounds_.x() + x 235 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gdk_window_move(gdk_window, x, y); x 296 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gint x, y, width, height; x 297 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gtk_window_get_position(GTK_WINDOW(container_), &x, &y); x 299 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc return gfx::Rect(x, y, width, height); x 169 chrome/browser/ui/gtk/tabs/tab_gtk.cc event->x >= 0 && event->y >= 0 && x 170 chrome/browser/ui/gtk/tabs/tab_gtk.cc event->x < allocation.width && x 242 chrome/browser/ui/gtk/tabs/tab_gtk.cc static_cast<int>(last_mouse_down_->button.x), x 474 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc x() + favicon_bounds_.x(), x 484 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc cairo_matrix_init_translate(&cairo_matrix, x(), y()); x 502 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc tab_bg.ToCairo()->SetSource(cr, widget, -x(), -offset_y); x 505 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc favicon_bounds_.x(), favicon_bounds_.y(), x 515 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc active_bg.ToCairo()->SetSource(cr, widget, -x(), 0); x 519 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc favicon_bounds_.x(), favicon_bounds_.y(), x 538 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc icon_bounds->set_x(icon_bounds->x() + static_cast<int>( x 540 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc (ideal_x - icon_bounds->x()))); x 592 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc return gfx::Rect(requisition_.x(), requisition_.y(), x 751 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc favicon_bounds_.SetRect(local_bounds.x(), favicon_top, x 755 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc favicon_bounds_.SetRect(local_bounds.x(), local_bounds.y(), 0, 0); x 795 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc close_button_bounds_.x() : local_bounds.right(); x 797 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc local_bounds.x(), right - media_indicator_bounds_.width())); x 800 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc media_indicator_bounds_.SetRect(local_bounds.x(), local_bounds.y(), 0, 0); x 818 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc title_width = media_indicator_bounds_.x() - kTitleCloseButtonSpacing - x 821 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc title_width = close_button_bounds_.x() - kTitleCloseButtonSpacing - x 845 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc close_button_bounds_.x(), close_button_bounds_.y()); x 861 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc cairo_matrix_init_translate(&cairo_matrix, event->area.x, event->area.y); x 865 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc background_offset_x_ = event->area.x; x 923 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc to_display->SetSource(cr, widget, favicon_bounds_.x(), x 940 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc cr, widget, media_indicator_bounds_.x(), media_indicator_bounds_.y()); x 1055 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc throbber.ToCairo()->SetSource(cr, widget, favicon_bounds_.x() - image_offset, x 1057 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc cairo_rectangle(cr, favicon_bounds_.x(), favicon_bounds_.y(), x 1155 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc gfx::Rect bounds = gfx::Rect(allocation->x, allocation->y, x 200 chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h int x() const { return bounds_.x(); } x 92 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc inline int Round(double x) { x 93 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return static_cast<int>(x + 0.5); x 107 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int p1_x = static_cast<const GdkRectangle*>(p1)->x; x 108 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int p2_x = static_cast<const GdkRectangle*>(p2)->x; x 118 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return gdk_rect.x == favicon_bounds.x() + tab->x() && x 446 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc double distance = start_tab_b_bounds_.x() - start_tab_a_bounds_.x(); x 448 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc double new_x = start_tab_a_bounds_.x() + delta; x 454 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc distance = start_tab_a_bounds_.x() - start_tab_b_bounds_.x(); x 456 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc new_x = start_tab_b_bounds_.x() + delta; x 636 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int x = animation_.CurrentValueBetween(start_bounds_.x(), x 637 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc target_bounds_.x()); x 640 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gfx::Rect tab_bounds(x, start_bounds_.y(), width, x 875 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc favicon_bounds.x() + current_tab->x(), x 935 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int x, y; x 939 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc -widget_allocation.x, 0, &x, &y)) { x 943 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gtk_widget_get_toplevel(widget()), target, 0, 0, &x, &y)) { x 950 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc x += target_allocation.x; x 953 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return gfx::Point(x, y); x 1364 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return last_tab->x() - bounds_.x() + last_tab->width(); x 1366 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return bounds_.width() - last_tab->x(); x 1482 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc bounds.x(), bounds.y()); x 1622 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gint x, y; x 1623 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gdk_display_get_pointer(display, NULL, &x, &y, NULL); x 1624 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gfx::Point cursor_point(x, y); x 1674 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc center_x = bounds.x() - (kTabHOffset / 2); x 1676 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc center_x = bounds.x() + (bounds.width() / 2); x 1680 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc center_x = bounds.x() + bounds.width() + (kTabHOffset / 2); x 1689 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(), drop_indicator_width, x 1701 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc void TabStripGtk::UpdateDropIndex(GdkDragContext* context, gint x, gint y) { x 1705 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc x = gtk_util::MirroredXCoordinate(tabstrip_.get(), x); x 1710 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc const int tab_max_x = bounds.x() + bounds.width(); x 1712 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc if (x < tab_max_x) { x 1713 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc if (x < bounds.x() + hot_width) x 1715 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc else if (x >= tab_max_x - hot_width) x 1757 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc drop_bounds.x(), drop_bounds.y()); x 2061 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc event->area.width += event->area.x; x 2064 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc event->area.x = 0; x 2101 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gfx::Rect bounds = gfx::Rect(allocation->x, allocation->y, x 2130 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gint x, gint y, guint time) { x 2131 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc UpdateDropIndex(context, x, y); x 2136 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gint x, gint y, guint time) { x 2162 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gint x, gint y, x 2215 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc bds.x(), bds.y()); x 390 chrome/browser/ui/gtk/tabs/tab_strip_gtk.h void UpdateDropIndex(GdkDragContext* context, gint x, gint y); x 823 chrome/browser/ui/gtk/task_manager_gtk.cc placement_pref->SetInteger("left", dialog_bounds.x()); x 64 chrome/browser/ui/gtk/throbber_gtk.cc cairo_translate(cairo_context, allocation.x, allocation.y); x 669 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc tab_bounds.x - tab_shadow_width, allocation.y); x 675 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc tab_bounds.x + tab_bounds.width, allocation.y); x 682 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc tiling_shadow->SetSource(cr, widget, allocation.x, allocation.y); x 686 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc { allocation.x, allocation.y, x 687 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc tab_bounds.x - tab_shadow_width, allocation.height }; x 696 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc { tab_bounds.x + tab_bounds.width + tab_shadow_width, x 175 chrome/browser/ui/libgtk2ui/gtk2_border.cc canvas->DrawImageInt(*image, rect.x(), rect.y()); x 75 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc for (int x = 0; x < w; ++x) { x 76 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc guchar* pixel = gdk_pixels + row + (x * 3); x 81 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc skia_data[y * w + x] = SkPreMultiplyARGB(255, red, green, blue); x 112 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc for (int x = 0; x < width; x++) { x 113 chrome/browser/ui/libgtk2ui/skia_utils_gtk2.cc uint32 pixel = bitmap.getAddr32(0, y)[x]; x 171 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc gint x = 0; x 173 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc gdk_window_get_origin(event->key.window, &x, &y); x 174 chrome/browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2.cc GdkRectangle rect = {last_caret_bounds_.x() - x, x 60 chrome/browser/ui/ntp_background_util.cc x_pos += area.x(); x 32 chrome/browser/ui/panels/detached_panel_browsertest.cc EXPECT_EQ(bounds.x(), panel->GetBounds().x()); x 167 chrome/browser/ui/panels/detached_panel_browsertest.cc EXPECT_LE(primary_work_area.x(), bounds.x()); x 168 chrome/browser/ui/panels/detached_panel_browsertest.cc EXPECT_LE(bounds.x(), primary_work_area.right()); x 203 chrome/browser/ui/panels/detached_panel_browsertest.cc EXPECT_LE(secondary_work_area.x(), bounds.x()); x 204 chrome/browser/ui/panels/detached_panel_browsertest.cc EXPECT_LE(bounds.x(), secondary_work_area.right()); x 57 chrome/browser/ui/panels/detached_panel_collection.cc if (bounds.x() < work_area.x()) x 58 chrome/browser/ui/panels/detached_panel_collection.cc bounds.set_x(work_area.x()); x 274 chrome/browser/ui/panels/detached_panel_collection.cc if (!default_panel_origin_.x() && !default_panel_origin_.y()) { x 277 chrome/browser/ui/panels/detached_panel_collection.cc default_panel_origin_.SetPoint(kPanelTilePixels + work_area.x(), x 288 chrome/browser/ui/panels/detached_panel_collection.cc default_panel_origin_.SetPoint(kPanelTilePixels + work_area.x(), x 62 chrome/browser/ui/panels/docked_panel_browsertest.cc EXPECT_GT(panel7->GetBounds().x(), docked_collection->work_area().x()); x 74 chrome/browser/ui/panels/docked_panel_collection.cc work_area_.set_x(work_area_.x() + kPanelCollectionLeftMargin); x 108 chrome/browser/ui/panels/docked_panel_collection.cc int x = panel->GetBounds().x(); x 111 chrome/browser/ui/panels/docked_panel_collection.cc if (x > (*iter)->GetBounds().x()) x 126 chrome/browser/ui/panels/docked_panel_collection.cc int x = 0; x 128 chrome/browser/ui/panels/docked_panel_collection.cc panels_.back()->GetBounds().x() < work_area_.x()) { x 133 chrome/browser/ui/panels/docked_panel_collection.cc if ((*iter)->GetBounds().x() >= work_area_.x()) { x 134 chrome/browser/ui/panels/docked_panel_collection.cc x = (*iter)->GetBounds().x(); x 139 chrome/browser/ui/panels/docked_panel_collection.cc DCHECK(x > work_area_.x()); x 141 chrome/browser/ui/panels/docked_panel_collection.cc x = std::max(GetRightMostAvailablePosition() - full_size.width(), x 142 chrome/browser/ui/panels/docked_panel_collection.cc work_area_.x()); x 144 chrome/browser/ui/panels/docked_panel_collection.cc return gfx::Point(x, work_area_.bottom() - full_size.height()); x 153 chrome/browser/ui/panels/docked_panel_collection.cc (panels_.back()->GetBounds().x() - kPanelsHorizontalSpacing); x 319 chrome/browser/ui/panels/docked_panel_collection.cc if (bounds.x() <= mouse_position.x() && x 320 chrome/browser/ui/panels/docked_panel_collection.cc mouse_position.x() <= bounds.right() && x 504 chrome/browser/ui/panels/docked_panel_collection.cc if (bounds.x() <= mouse_x && mouse_x <= bounds.right() && x 624 chrome/browser/ui/panels/docked_panel_collection.cc bool bring_up_titlebars = ShouldBringUpTitlebars(mouse_position.x(), x 691 chrome/browser/ui/panels/docked_panel_collection.cc int x = rightmost_position - new_bounds.width(); x 692 chrome/browser/ui/panels/docked_panel_collection.cc new_bounds.set_x(x); x 694 chrome/browser/ui/panels/docked_panel_collection.cc if (x < old_bounds.x() || x 695 chrome/browser/ui/panels/docked_panel_collection.cc (x == old_bounds.x() && new_bounds.width() <= old_bounds.width())) x 700 chrome/browser/ui/panels/docked_panel_collection.cc rightmost_position = x - kPanelsHorizontalSpacing; x 25 chrome/browser/ui/panels/docked_panel_drag_handler.cc new_bounds.set_x(target_position.x()); x 26 chrome/browser/ui/panels/docked_panel_drag_handler.cc int delta_x = new_bounds.x() - panel->GetBounds().x(); x 56 chrome/browser/ui/panels/docked_panel_drag_handler.cc int dragging_panel_left_boundary = panel->GetBounds().x(); x 71 chrome/browser/ui/panels/docked_panel_drag_handler.cc if (dragging_panel_left_boundary > current_panel->GetBounds().x() + x 90 chrome/browser/ui/panels/docked_panel_drag_handler.cc int dragging_panel_right_boundary = panel->GetBounds().x() + x 105 chrome/browser/ui/panels/docked_panel_drag_handler.cc if (dragging_panel_right_boundary < current_panel->GetBounds().x() + x 61 chrome/browser/ui/panels/panel_browsertest.cc << ", x=" << panels[i]->GetBounds().x() x 329 chrome/browser/ui/panels/panel_browsertest.cc EXPECT_GT(bounds.x(), 0); x 549 chrome/browser/ui/panels/panel_browsertest.cc EXPECT_EQ(bounds.x(), restored.x()); x 558 chrome/browser/ui/panels/panel_browsertest.cc EXPECT_EQ(bounds.x(), restored.x()); x 567 chrome/browser/ui/panels/panel_browsertest.cc EXPECT_EQ(bounds.x(), restored.x()); x 64 chrome/browser/ui/panels/panel_drag_browsertest.cc return gfx::Rect(above_bounds.x(), x 75 chrome/browser/ui/panels/panel_drag_browsertest.cc return gfx::Rect(below_bounds.x(), x 120 chrome/browser/ui/panels/panel_drag_browsertest.cc bounds2.x() - bounds1.x(), x 143 chrome/browser/ui/panels/panel_drag_browsertest.cc bounds2.x() - bounds1.x(), x 164 chrome/browser/ui/panels/panel_drag_browsertest.cc bounds2.x() - bounds1.width() - bounds1.x() - x 176 chrome/browser/ui/panels/panel_drag_browsertest.cc bounds2.right() - bounds1.x() + x 966 chrome/browser/ui/panels/panel_drag_browsertest.cc panel_new_bounds.Offset(drag_delta_to_remain_docked.x(), 0); x 978 chrome/browser/ui/panels/panel_drag_browsertest.cc drag_delta_to_detach.x(), x 1028 chrome/browser/ui/panels/panel_drag_browsertest.cc panel_new_bounds.Offset(drag_delta_to_remain_docked.x(), 0); x 1040 chrome/browser/ui/panels/panel_drag_browsertest.cc drag_delta_to_detach.x(), x 1366 chrome/browser/ui/panels/panel_drag_browsertest.cc gfx::Point drag_to_location(panel5->GetBounds().x() + 10, x 1429 chrome/browser/ui/panels/panel_drag_browsertest.cc gfx::Point drag_to_location3(panel3->GetBounds().x() - 10, x 1466 chrome/browser/ui/panels/panel_drag_browsertest.cc EXPECT_EQ(drag_to_location.x(), panel->GetBounds().origin().x()); x 1496 chrome/browser/ui/panels/panel_drag_browsertest.cc gfx::Point drag_to_location(secondary_display_area.x() + 100, x 1523 chrome/browser/ui/panels/panel_drag_browsertest.cc gfx::Point drag_to_location(initial_panel_bounds.x(), x 1570 chrome/browser/ui/panels/panel_drag_browsertest.cc gfx::Rect panel2_new_bounds(panel2_old_bounds.x() + drag_delta_to_stack.x(), x 1604 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_new_bounds.set_x(panel2_new_bounds.x() + drag_delta_to_stack.x()); x 1619 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_new_bounds.set_x(panel2_new_bounds.x() + small_delta.x()); x 1633 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_new_bounds.set_x(panel1_old_bounds.x()); x 1677 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_old_bounds.x() + drag_delta_to_stack.x(), x 1711 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_new_bounds.set_x(panel2_new_bounds.x() + drag_delta_to_stack.x()); x 1726 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_new_bounds.set_x(panel2_new_bounds.x() + small_delta.x()); x 1742 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_new_bounds.set_x(panel1_new_bounds.x()); x 1782 chrome/browser/ui/panels/panel_drag_browsertest.cc gfx::Rect panel2_new_bounds(panel1_old_bounds.x(), x 2628 chrome/browser/ui/panels/panel_drag_browsertest.cc panel1_expected_bounds.x() - panel2_expected_bounds.width()); x 2649 chrome/browser/ui/panels/panel_drag_browsertest.cc panel1_expected_bounds.x() - panel2_expected_bounds.width()); x 2778 chrome/browser/ui/panels/panel_drag_browsertest.cc panel1_expected_bounds.x() - panel2_expected_bounds.width()); x 2835 chrome/browser/ui/panels/panel_drag_browsertest.cc panel1_expected_bounds.x() - panel3_expected_bounds.width()); x 3008 chrome/browser/ui/panels/panel_drag_browsertest.cc primary_work_area.x() + small_distance, x 3060 chrome/browser/ui/panels/panel_drag_browsertest.cc primary_work_area.x() + small_distance, panel1->GetBounds().y()); x 3063 chrome/browser/ui/panels/panel_drag_browsertest.cc panel1_expected_bounds.set_x(primary_work_area.x()); x 3065 chrome/browser/ui/panels/panel_drag_browsertest.cc panel2_expected_bounds.set_x(primary_work_area.x()); x 3089 chrome/browser/ui/panels/panel_drag_browsertest.cc secondary_work_area.x() + small_distance, x 3093 chrome/browser/ui/panels/panel_drag_browsertest.cc expected_x = secondary_work_area.x(); x 38 chrome/browser/ui/panels/panel_drag_controller.cc if (bounds1.right() <= bounds2.x() || bounds1.x() >= bounds2.right()) x 42 chrome/browser/ui/panels/panel_drag_controller.cc if (bounds2.x() <= bounds1.x() && bounds1.right() <= bounds2.right()) x 45 chrome/browser/ui/panels/panel_drag_controller.cc if (bounds1.x() <= bounds2.x() && bounds2.right() <= bounds1.right()) x 49 chrome/browser/ui/panels/panel_drag_controller.cc return (bounds1.x() < bounds2.x()) ? (bounds1.right() - bounds2.x()) x 50 chrome/browser/ui/panels/panel_drag_controller.cc : (bounds2.right() - bounds1.x()); x 81 chrome/browser/ui/panels/panel_drag_controller.cc return abs(right_bounds.x() - left_bounds.right()); x 616 chrome/browser/ui/panels/panel_drag_controller.cc if (abs(target_position->x() - work_area.x()) < x 618 chrome/browser/ui/panels/panel_drag_controller.cc target_position->set_x(work_area.x()); x 621 chrome/browser/ui/panels/panel_drag_controller.cc if (abs(work_area.right() - target_position->x() - width) < x 703 chrome/browser/ui/panels/panel_drag_controller.cc target_bounds->set_x(panel_bounds.x() - target_bounds->width()); x 735 chrome/browser/ui/panels/panel_drag_controller.cc potential_dragging_bounds.x(), x 754 chrome/browser/ui/panels/panel_drag_controller.cc target_bounds->SetRect(potential_dragging_bounds.x(), x 62 chrome/browser/ui/panels/panel_manager.cc if (bounds1.x() > bounds2.x()) x 64 chrome/browser/ui/panels/panel_manager.cc if (bounds1.x() < bounds2.x()) x 268 chrome/browser/ui/panels/panel_manager.cc requested_bounds.x(), requested_bounds.y(), width, height); x 42 chrome/browser/ui/panels/panel_resize_browsertest.cc mouse_location.SetPoint(bounds.x() + bounds.width() / 2, bounds.y()); x 48 chrome/browser/ui/panels/panel_resize_browsertest.cc mouse_location.SetPoint(bounds.x(), bounds.y() + bounds.height() / 2); x 55 chrome/browser/ui/panels/panel_resize_browsertest.cc mouse_location.SetPoint(bounds.x(), bounds.bottom()); x 58 chrome/browser/ui/panels/panel_resize_browsertest.cc mouse_location.SetPoint(bounds.x() + bounds.width() / 2, x 502 chrome/browser/ui/panels/panel_resize_browsertest.cc bounds.set_width(bounds.width() + bounds.x() - mouse_location.x()); x 504 chrome/browser/ui/panels/panel_resize_browsertest.cc bounds.set_x(mouse_location.x()); x 513 chrome/browser/ui/panels/panel_resize_browsertest.cc bounds.set_width(bounds.width() + bounds.x() - mouse_location.x()); x 515 chrome/browser/ui/panels/panel_resize_browsertest.cc bounds.set_x(mouse_location.x()); x 555 chrome/browser/ui/panels/panel_resize_browsertest.cc gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), x 560 chrome/browser/ui/panels/panel_resize_browsertest.cc gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), x 583 chrome/browser/ui/panels/panel_resize_browsertest.cc panel1_expected_bounds.x() - top_resize_width, x 588 chrome/browser/ui/panels/panel_resize_browsertest.cc panel2_expected_bounds.set_x(panel2_expected_bounds.x() - top_resize_width); x 592 chrome/browser/ui/panels/panel_resize_browsertest.cc panel3_expected_bounds.set_x(panel3_expected_bounds.x() - top_resize_width); x 104 chrome/browser/ui/panels/panel_resize_controller.cc mouse_location.x() - mouse_location_at_start_.x(), 0)); x 112 chrome/browser/ui/panels/panel_resize_controller.cc mouse_location_at_start_.x() - mouse_location.x(), 0)); x 67 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), x 72 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), x 170 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), x 175 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), x 235 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), x 310 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), x 553 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Vector2d drag_delta_to_stack(bounds2.x() - bounds1.x(), x 631 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), x 636 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), x 1216 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel2_expected_bounds(panel1_expected_bounds.x(), x 1221 chrome/browser/ui/panels/stacked_panel_browsertest.cc gfx::Rect panel3_expected_bounds(panel2_expected_bounds.x(), x 1428 chrome/browser/ui/panels/stacked_panel_browsertest.cc EXPECT_EQ(primary_work_area.x(), bounds1.x()); x 1429 chrome/browser/ui/panels/stacked_panel_browsertest.cc EXPECT_LE(bounds1.x(), primary_work_area.right()); x 1434 chrome/browser/ui/panels/stacked_panel_browsertest.cc EXPECT_EQ(bounds1.x(), bounds2.x()); x 1439 chrome/browser/ui/panels/stacked_panel_browsertest.cc EXPECT_EQ(bounds2.x(), bounds3.x()); x 1444 chrome/browser/ui/panels/stacked_panel_browsertest.cc EXPECT_EQ(bounds3.x(), bounds4.x()); x 1449 chrome/browser/ui/panels/stacked_panel_browsertest.cc EXPECT_EQ(bounds4.x(), bounds5.x()); x 54 chrome/browser/ui/panels/stacked_panel_collection.cc int common_x = top_bounds.x(); x 57 chrome/browser/ui/panels/stacked_panel_collection.cc if (common_x < work_area.x()) x 58 chrome/browser/ui/panels/stacked_panel_collection.cc common_x = work_area.x(); x 102 chrome/browser/ui/panels/stacked_panel_collection.cc int common_x = start_position.x(); x 243 chrome/browser/ui/panels/stacked_panel_collection.cc top_panel()->GetBounds().x() == bottom_panel()->GetBounds().x() && x 578 chrome/browser/ui/panels/stacked_panel_collection.cc int delta_x = new_bounds.x() - other_bounds.x(); x 597 chrome/browser/ui/panels/stacked_panel_collection.cc bounds.set_x(bounds.x() + delta_x); x 674 chrome/browser/ui/panels/stacked_panel_collection.cc return gfx::Rect(bottom_panel_bounds.x(), x 79 chrome/browser/ui/panels/stacked_panel_drag_handler.cc first_non_dragging_panel->GetBounds().x() - panel->GetBounds().x(), x 179 chrome/browser/ui/pdf/pdf_browsertest.cc for (int x = 0; x < x_max && !snapshot_different_; ++x) { x 180 chrome/browser/ui/pdf/pdf_browsertest.cc if (pixels[y * stride / sizeof(int32) + x + snapshot_x_offset] != x 181 chrome/browser/ui/pdf/pdf_browsertest.cc ref_pixels[y * w + x + ref_x_offset]) x 54 chrome/browser/ui/tabs/dock_info.h int x, x 60 chrome/browser/ui/tabs/dock_info.h int x, x 151 chrome/browser/ui/tabs/dock_info.h int x, x 118 chrome/browser/ui/toolbar/wrench_icon_painter.cc center.x() - image->width() / 2, x 125 chrome/browser/ui/toolbar/wrench_icon_painter.cc int x = center.x() - image->width() / 2; x 128 chrome/browser/ui/toolbar/wrench_icon_painter.cc canvas->DrawImageInt(*image, x, y); x 138 chrome/browser/ui/toolbar/wrench_icon_painter.cc int x = center.x() - image->width() / 2; x 161 chrome/browser/ui/toolbar/wrench_icon_painter.cc x, y, width, image->height(), false, paint); x 59 chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc void SetWorkArea(int x, int y, int width, int height) { x 60 chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc display_.set_work_area(gfx::Rect(x, y, width, height)); x 101 chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc void PlaceCursor(int x, int y) { x 102 chrome/browser/ui/views/app_list/linux/app_list_linux_unittest.cc cursor_ = gfx::Point(x, y); x 60 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc void SetWorkArea(int x, int y, int width, int height) { x 61 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc display_.set_work_area(gfx::Rect(x, y, width, height)); x 74 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc work_area.x(), work_area.y(), kTaskbarSize, work_area.height()); x 78 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc gfx::Rect(work_area.x() + work_area.width() - kTaskbarSize, x 85 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc work_area.x(), work_area.y(), work_area.width(), kTaskbarSize); x 89 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc gfx::Rect(work_area.x(), x 98 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc void PlaceCursor(int x, int y) { x 99 chrome/browser/ui/views/app_list/win/app_list_win_unittest.cc cursor_ = gfx::Point(x, y); x 243 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc window_bounds.x() != BoundsSpecification::kUnspecifiedPosition && x 317 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc gfx::Rect window_bounds(initial_window_bounds.x(), x 45 chrome/browser/ui/views/ash/tab_scrubber.cc float x = direction == LEFT ? x 46 chrome/browser/ui/views/ash/tab_scrubber.cc tab_bounds.x() + initial_tab_offset : x 48 chrome/browser/ui/views/ash/tab_scrubber.cc return gfx::Point(x, tab_bounds.CenterPoint().y()); x 123 chrome/browser/ui/views/ash/tab_scrubber.cc swipe_x_ = start_point.x(); x 139 chrome/browser/ui/views/ash/tab_scrubber.cc swipe_x_ = start_point.x(); x 147 chrome/browser/ui/views/ash/tab_scrubber.cc int first_tab_center = first_tab->bounds().CenterPoint().x(); x 149 chrome/browser/ui/views/ash/tab_scrubber.cc int last_tab_tab_center = last_tab->bounds().CenterPoint().x(); x 71 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc GetTabStrip(browser), index, direction).x(); x 75 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc return GetTabStrip(browser)->tab_at(index)->bounds().CenterPoint().x(); x 189 chrome/browser/ui/views/autofill/autofill_dialog_views.cc int start_x = bounds.x(); x 206 chrome/browser/ui/views/autofill/autofill_dialog_views.cc end_x = textfield->bounds().x() - kAroundTextPadding; x 348 chrome/browser/ui/views/autofill/autofill_dialog_views.cc child_at(0)->SetBounds(bounds.x(), bounds.y(), x 349 chrome/browser/ui/views/autofill/autofill_dialog_views.cc right_bound - bounds.x(), bounds.height()); x 617 chrome/browser/ui/views/autofill/autofill_dialog_views.cc message_view_->SetBounds(bounds.x(), y, bounds.width(), message_height); x 621 chrome/browser/ui/views/autofill/autofill_dialog_views.cc image_view_->SetBounds(bounds.x(), y, bounds.width(), image_size.height()); x 648 chrome/browser/ui/views/autofill/autofill_dialog_views.cc arrow.moveTo(rect.x() - 1, y); x 654 chrome/browser/ui/views/autofill/autofill_dialog_views.cc arrow.lineTo(rect.x() - 1, rect.bottom() + 1); x 1480 chrome/browser/ui/views/autofill/autofill_dialog_views.cc const int x = content_bounds.x(); x 1485 chrome/browser/ui/views/autofill/autofill_dialog_views.cc notification_area_->SetBounds(x, y, width, notification_height); x 1499 chrome/browser/ui/views/autofill/autofill_dialog_views.cc scrollable_area_->SetBounds(x, scroll_y, width, scroll_bottom - scroll_y); x 64 chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc point.x(), x 123 chrome/browser/ui/views/autofill/decorated_textfield.cc int x = base::i18n::IsRTL() ? x 128 chrome/browser/ui/views/autofill/decorated_textfield.cc gfx::Rect icon_bounds(x, y, icon_size.width(), icon_size.height()); x 121 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc int x; x 123 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc x = web_contents_bounds.x() - border_insets.left() + kAnchorlessEndPadding; x 125 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc x = web_contents_bounds.right() + border_insets.right(); x 126 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc x -= bounds.width() + kAnchorlessEndPadding; x 133 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc return gfx::Rect(gfx::Point(x, y), gfx::Size(width, height)); x 27 chrome/browser/ui/views/autofill/tooltip_icon.cc origin.x(), x 29 chrome/browser/ui/views/autofill/tooltip_icon.cc local_bounds.right() - (origin.x() + pref_size.width())); x 56 chrome/browser/ui/views/avatar_menu_bubble_view.cc inline int Round(double x) { x 57 chrome/browser/ui/views/avatar_menu_bubble_view.cc return static_cast<int>(x + 0.5); x 76 chrome/browser/ui/views/avatar_menu_bubble_view.cc int x = dst_x + (dst_width - scaled_width) / 2; x 78 chrome/browser/ui/views/avatar_menu_bubble_view.cc return gfx::Rect(x, y, scaled_width, scaled_height); x 24 chrome/browser/ui/views/avatar_menu_button.cc static inline int Round(double x) { x 25 chrome/browser/ui/views/avatar_menu_button.cc return static_cast<int>(x + 0.5); x 73 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc int x = 0; x 84 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc view->SetBounds(x, y, view_width, pref.height()); x 85 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc x += view_width + kViewPadding; x 86 chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc remaining_width = std::max(0, width() - x); x 363 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x(0), x 374 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int x; x 524 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc if (loc.x() < 0 || loc.x() >= width() || loc.y() < 0 || loc.y() >= height()) x 527 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc gfx::Point adjusted_loc(GetMirroredXInView(loc.x()), loc.y()); x 604 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc screen_loc.x(), x 750 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int x = 0; x 755 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x = kLeftMargin; x 757 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x = GetBookmarkButton(index - 1)->x() + x 761 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x = GetBookmarkButton(index)->x(); x 770 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc gfx::Rect indicator_bounds(x - kDropIndicatorWidth / 2, x 817 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc (drop_info_->x == event.x() && drop_info_->y == event.y())) { x 822 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc drop_info_->x = event.x(); x 1128 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc gfx::Vector2d horizontal_offset(move_offset.x(), 0); x 1527 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int mirrored_x = GetMirroredXInView(event.x()); x 1530 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc const int other_delta_x = mirrored_x - other_bookmarked_button_->x(); x 1551 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int button_x = mirrored_x - button->x(); x 1577 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int overflow_delta_x = mirrored_x - overflow_button_->x(); x 1591 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc mirrored_x < other_bookmarked_button_->x()) { x 1717 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int x = kLeftMargin; x 1726 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += static_cast<int>(kNewtabHorizontalPadding * current_state); x 1756 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc apps_page_shortcut_->SetBounds(x, y, apps_page_shortcut_pref.width(), x 1759 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += apps_page_shortcut_pref.width() + kButtonPadding; x 1767 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x + kInstructionsPadding, y, x 1769 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc max_x - x), x 1780 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int next_x = x + pref.width() + kButtonPadding; x 1783 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc child->SetBounds(x, y, pref.width(), height); x 1785 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x = next_x; x 1795 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x = max_x + kButtonPadding; x 1797 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += kButtonPadding; x 1801 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc overflow_button_->SetBounds(x, y, overflow_pref.width(), height); x 1804 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += overflow_pref.width(); x 1809 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc bookmarks_separator_view_->SetBounds(x, x 1816 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += bookmarks_separator_pref.width(); x 1822 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc other_bookmarked_button_->SetBounds(x, y, other_bookmarked_pref.width(), x 1825 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += other_bookmarked_pref.width() + kButtonPadding; x 1830 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += kRightMargin; x 1831 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc prefsize.set_width(x); x 1833 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc x += static_cast<int>(kNewtabHorizontalPadding * x 59 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMove(screen_pos.x(), screen_pos.y()); x 78 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc #define MAYBE(x) DISABLED_##x x 80 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc #define MAYBE(x) x x 572 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x() + 10, loc.y(), x 576 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ScheduleMouseMoveInBackground(loc.x(), loc.y()); x 585 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMove(loc.x(), loc.y()); x 683 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x() + 10, loc.y(), x 687 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x() + 10, loc.y(), x 691 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ScheduleMouseMoveInBackground(loc.x(), loc.y()); x 702 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x(), loc.y(), x 715 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x(), loc.y(), x 784 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x() + 10, loc.y(), x 787 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x() + 10, loc.y(), x 790 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ScheduleMouseMoveInBackground(loc.x(), loc.y()); x 801 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x() + 10, loc.y(), x 814 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMoveNotifyWhenDone(loc.x(), loc.y(), x 887 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMove(loc.x() - 1 , loc.y() - 1); x 889 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc loc.x(), loc.y(), CreateEventTask(this, &BookmarkBarViewTest9::Step3)); x 1083 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ui_controls::SendMouseMove(mouse_loc.x(), mouse_loc.y()); x 1558 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc button_center.x(), button_center.y(), x 1630 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc button_center.x() + 1, button_center.y() + 1, x 71 chrome/browser/ui/views/bookmarks/bookmark_context_menu.cc parent_widget_, NULL, gfx::Rect(point.x(), point.y(), 0, 0), x 59 chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.cc gfx::Rect bounds(screen_loc.x(), screen_loc.y(), menu_button->width(), x 87 chrome/browser/ui/views/chrome_views_delegate.cc window_preferences->SetInteger("left", bounds.x()); x 95 chrome/browser/ui/views/chrome_views_delegate.cc window_preferences->SetInteger("work_area_left", work_area.x()); x 201 chrome/browser/ui/views/create_application_shortcut_view.cc SkIntToScalar(bounds.x()), x 373 chrome/browser/ui/views/desktop_media_picker_views.cc int x = 0; x 377 chrome/browser/ui/views/desktop_media_picker_views.cc if (x + kListItemWidth > kTotalListWidth) { x 378 chrome/browser/ui/views/desktop_media_picker_views.cc x = 0; x 383 chrome/browser/ui/views/desktop_media_picker_views.cc source_view->SetBounds(x, y, kListItemWidth, kListItemHeight); x 385 chrome/browser/ui/views/desktop_media_picker_views.cc x += kListItemWidth; x 558 chrome/browser/ui/views/desktop_media_picker_views.cc gfx::Rect label_rect(rect.x(), rect.y(), rect.width(), x 564 chrome/browser/ui/views/desktop_media_picker_views.cc rect.x(), scroll_view_top, x 35 chrome/browser/ui/views/detachable_toolbar_view.cc background_origin.x(), background_origin.y(), bounds.x(), x 43 chrome/browser/ui/views/detachable_toolbar_view.cc bounds.x(), bounds.y(), x 111 chrome/browser/ui/views/detachable_toolbar_view.cc int x, x 122 chrome/browser/ui/views/detachable_toolbar_view.cc SkRect rc = { SkIntToScalar(x), x 124 chrome/browser/ui/views/detachable_toolbar_view.cc SkIntToScalar(x + 1), x 133 chrome/browser/ui/views/detachable_toolbar_view.cc SkRect rc_down = { SkIntToScalar(x), x 135 chrome/browser/ui/views/detachable_toolbar_view.cc SkIntToScalar(x + 1), x 85 chrome/browser/ui/views/detachable_toolbar_view.h int x, x 346 chrome/browser/ui/views/download/download_item_view.cc int x = kLeftPadding + body_image_set->top_left->width() + x 349 chrome/browser/ui/views/download/download_item_view.cc dangerous_download_label_->SetBounds(x, y, x 353 chrome/browser/ui/views/download/download_item_view.cc x += dangerous_download_label_->width() + kLabelPadding; x 356 chrome/browser/ui/views/download/download_item_view.cc save_button_->SetBounds(x, y, button_size.width(), button_size.height()); x 357 chrome/browser/ui/views/download/download_item_view.cc x += button_size.width() + kButtonPadding; x 359 chrome/browser/ui/views/download/download_item_view.cc discard_button_->SetBounds(x, y, button_size.width(), button_size.height()); x 456 chrome/browser/ui/views/download/download_item_view.cc bool on_body = !InDropDownButtonXCoordinateRange(event.x()); x 701 chrome/browser/ui/views/download/download_item_view.cc int x = kLeftPadding; x 715 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, body_image_set->top_left->width()); x 716 chrome/browser/ui/views/download/download_item_view.cc x += body_image_set->top_left->width(); x 720 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, center_width); x 721 chrome/browser/ui/views/download/download_item_view.cc x += center_width; x 725 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, body_image_set->top_right->width()); x 733 chrome/browser/ui/views/download/download_item_view.cc int x = kLeftPadding; x 737 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, hot_body_image_set_.top_left->width()); x 738 chrome/browser/ui/views/download/download_item_view.cc x += body_image_set->top_left->width(); x 742 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, center_width); x 743 chrome/browser/ui/views/download/download_item_view.cc x += center_width; x 747 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, x 752 chrome/browser/ui/views/download/download_item_view.cc x += body_image_set->top_right->width(); x 759 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, drop_down_image_set->top->width()); x 769 chrome/browser/ui/views/download/download_item_view.cc x, box_y_, box_height_, drop_down_image_set->top->width()); x 1019 chrome/browser/ui/views/download/download_item_view.cc if (InDropDownButtonXCoordinateRange(event.x())) { x 1052 chrome/browser/ui/views/download/download_item_view.cc InDropDownButtonXCoordinateRange(event.x()) || x 1067 chrome/browser/ui/views/download/download_item_view.cc int x, int y, int height, int width) { x 1072 chrome/browser/ui/views/download/download_item_view.cc x, y, width, top_image->height(), false); x 1077 chrome/browser/ui/views/download/download_item_view.cc x, y, width, middle_height, false); x 1082 chrome/browser/ui/views/download/download_item_view.cc x, y, width, bottom_image->height(), false); x 1306 chrome/browser/ui/views/download/download_item_view.cc bool DownloadItemView::InDropDownButtonXCoordinateRange(int x) { x 1307 chrome/browser/ui/views/download/download_item_view.cc if (x > drop_down_x_left_ && x < drop_down_x_right_) x 179 chrome/browser/ui/views/download/download_item_view.h int x, x 217 chrome/browser/ui/views/download/download_item_view.h bool InDropDownButtonXCoordinateRange(int x); x 258 chrome/browser/ui/views/download/download_shelf_view.cc int x = next_x; x 272 chrome/browser/ui/views/download/download_shelf_view.cc (*ri)->SetBounds(x, CenterPosition(view_size.height(), height()), x 95 chrome/browser/ui/views/download/download_started_animation_views.cc int x = base::i18n::IsRTL() ? x 96 chrome/browser/ui/views/download/download_started_animation_views.cc web_contents_bounds_.right() - size.width() : web_contents_bounds_.x(); x 98 chrome/browser/ui/views/download/download_started_animation_views.cc x, x 256 chrome/browser/ui/views/dropdown_bar_host.cc max_x = std::max(max_x, static_cast<int>(polygon[i].x)); x 321 chrome/browser/ui/views/dropdown_bar_host.cc exclude[0].x = max_x - difference; // Top left corner. x 324 chrome/browser/ui/views/dropdown_bar_host.cc exclude[1].x = max_x; // Top right corner. x 327 chrome/browser/ui/views/dropdown_bar_host.cc exclude[2].x = max_x; // Bottom right corner. x 330 chrome/browser/ui/views/dropdown_bar_host.cc exclude[3].x = max_x - difference; // Bottom left corner. x 74 chrome/browser/ui/views/dropdown_bar_view.cc canvas->TileImageInt(background, origin.x(), origin.y(), x 121 chrome/browser/ui/views/dropdown_bar_view.cc bounds().x(), animation_offset()); x 112 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc bounds.set_x(screen_loc.x()); x 92 chrome/browser/ui/views/extensions/extension_dialog.cc int x = center.x() - width / 2; x 98 chrome/browser/ui/views/extensions/extension_dialog.cc gfx::Rect bounds_rect = gfx::Rect(x, y, width, height); x 401 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc SetBounds(x(), y(), width(), GetHeightForWidth(width())); x 741 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc for (size_t x = 0; x < entry.details.size(); ++x) x 742 chrome/browser/ui/views/extensions/extension_install_dialog_view.cc details.push_back(entry.details[x]); x 349 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc contents_area.origin().x() + offset_x, x 414 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc int x = kHorizOuterMargin; x 417 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc icon_->SetBounds(x, y, kIconSize, kIconSize); x 418 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc x += kIconSize; x 419 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc x += views::kPanelHorizMargin; x 423 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc heading_->SetX(x); x 430 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc how_to_use_->SetX(x); x 438 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc manage_->SetX(x); x 445 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc height_of_signin_promo_ = LayoutSigninPromo(x, y); x 461 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc x += kRightColumnWidth + 2 * views::kPanelHorizMargin + kHorizOuterMargin - x 467 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc close_button_->SetBounds(x - 1, y - 1, sz.width(), sz.height()); x 216 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc int x = views::kButtonHEdgeMarginNew; x 222 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc icon_->SetBounds(x, y, kIconSize, kIconSize); x 223 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc x += kIconSize; x 224 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc x += views::kRelatedControlHorizontalSpacing; x 226 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc heading_->SetX(x); x 229 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc icon_->SetBounds(x, x 233 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc x += kIconSize; x 234 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc x += views::kRelatedControlHorizontalSpacing; x 236 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc heading_->SetX(x); x 58 chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc SetBounds(x(), y(), width, height); x 346 chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc GetWidget(), NULL, gfx::Rect(point.x(), point.y(), 0, 0), x 55 chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.cc SetBounds(x(), y(), width, height); x 274 chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.cc GetWidget(), NULL, gfx::Rect(point.x(), point.y(), 0, 0), x 111 chrome/browser/ui/views/extensions/media_gallery_checkbox_view.cc checkbox_->SetBounds(area.x(), area.y(), checkbox_width, area.height()); x 113 chrome/browser/ui/views/extensions/media_gallery_checkbox_view.cc folder_viewer_button_->SetBounds(checkbox_->x() + checkbox_width, area.y(), x 118 chrome/browser/ui/views/extensions/media_gallery_checkbox_view.cc checkbox_->x() + checkbox_width + folder_viewer_width, x 284 chrome/browser/ui/views/find_bar_host.cc int x = widget_bounds.x(); x 286 chrome/browser/ui/views/find_bar_host.cc x += widget_bounds.width() - prefsize.width(); x 288 chrome/browser/ui/views/find_bar_host.cc view_location.SetRect(x, y, prefsize.width(), prefsize.height()); x 258 chrome/browser/ui/views/find_bar_view.cc canvas->ClipRect(gfx::Rect(0, 0, find_previous_button_->x(), height())); x 297 chrome/browser/ui/views/find_bar_view.cc find_next_button_->SetBounds(close_button_->x() - x 306 chrome/browser/ui/views/find_bar_view.cc find_previous_button_->SetBounds(find_next_button_->x() - x 319 chrome/browser/ui/views/find_bar_view.cc find_previous_button_->x() - kWhiteSpaceAfterMatchCountLabel - sz.width(); x 335 chrome/browser/ui/views/find_bar_view.cc int find_text_edge = find_text_->x() + find_text_->width(); x 338 chrome/browser/ui/views/find_bar_view.cc find_previous_button_->x() - find_text_edge, x 138 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc return gfx::Rect(std::max(0, client_bounds.x() - border_thickness), x 436 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc canvas->DrawImageInt(*top_left, client_area_bounds.x() - top_left->width(), x 438 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc canvas->TileImageInt(*top, client_area_bounds.x(), top_edge_y, x 452 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc canvas->TileImageInt(*bottom, client_area_bounds.x(), client_area_bottom, x 455 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc client_area_bounds.x() - bottom_left->width(), client_area_bottom); x 458 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc canvas->TileImageInt(*left, client_area_bounds.x() - left->width(), x 463 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc client_area_bounds.x() - kClientEdgeThickness, x 504 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc std::max(0, close_button_->x() - kTitleCloseButtonSpacing - title_x), x 154 chrome/browser/ui/views/frame/browser_header_painter_ash.cc return GetTitleBounds().x() + x 470 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc int x = toolbar_bounds.x(); x 486 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height), x 497 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc x + GetThemeBackgroundXInset(), x 499 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc x, bottom_y, x 508 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc x, y - kContentShadowHeight, x 515 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc x + kClientEdgeThickness, x 528 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc gfx::Rect(x + kClientEdgeThickness, x 154 chrome/browser/ui/views/frame/browser_root_view.cc event->location().x() <= browser_view_->GetBounds().width()) { x 1692 chrome/browser/ui/views/frame/browser_view.cc if (window_rect.x() == 0 && window_rect.y() == 0) { x 1924 chrome/browser/ui/views/frame/browser_view.cc bool BrowserView::DrawInfoBarArrows(int* x) const { x 1925 chrome/browser/ui/views/frame/browser_view.cc if (x) { x 1928 chrome/browser/ui/views/frame/browser_view.cc *x = anchor.x(); x 451 chrome/browser/ui/views/frame/browser_view.h virtual bool DrawInfoBarArrows(int* x) const OVERRIDE; x 84 chrome/browser/ui/views/frame/browser_view_layout.cc const int middle_x = content_area.x() + content_area.width() / 2; x 248 chrome/browser/ui/views/frame/browser_view_layout.cc bounding_box.set_x(bounding_box.x() + scrollbar_width); x 337 chrome/browser/ui/views/frame/browser_view_layout.cc int x = tab_strip_->GetMirroredX() + x 341 chrome/browser/ui/views/frame/browser_view_layout.cc tab_strip_->SetBackgroundOffset(gfx::Point(x, y)); x 448 chrome/browser/ui/views/frame/browser_view_layout.cc toolbar_->SetBounds(vertical_layout_rect_.x(), y, browser_view_width, height); x 486 chrome/browser/ui/views/frame/browser_view_layout.cc bookmark_bar_->SetBounds(vertical_layout_rect_.x(), x 508 chrome/browser/ui/views/frame/browser_view_layout.cc infobar_container_->SetBounds(vertical_layout_rect_.x(), x 518 chrome/browser/ui/views/frame/browser_view_layout.cc gfx::Rect contents_container_bounds(vertical_layout_rect_.x(), x 579 chrome/browser/ui/views/frame/browser_view_layout.cc download_shelf_->SetBounds(vertical_layout_rect_.x(), bottom - height, x 92 chrome/browser/ui/views/frame/browser_view_unittest.cc EXPECT_EQ(0, top_container->x()); x 97 chrome/browser/ui/views/frame/browser_view_unittest.cc EXPECT_EQ(expected_tabstrip_origin.x(), tabstrip->x()); x 99 chrome/browser/ui/views/frame/browser_view_unittest.cc EXPECT_EQ(0, toolbar->x()); x 104 chrome/browser/ui/views/frame/browser_view_unittest.cc EXPECT_EQ(0, contents_container->x()); x 107 chrome/browser/ui/views/frame/browser_view_unittest.cc EXPECT_EQ(0, devtools_web_view->x()); x 109 chrome/browser/ui/views/frame/browser_view_unittest.cc EXPECT_EQ(0, contents_web_view->x()); x 138 chrome/browser/ui/views/frame/browser_view_unittest.cc EXPECT_EQ(0, bookmark_bar->x()); x 130 chrome/browser/ui/views/frame/glass_browser_frame_view.cc tabstrip_x += avatar_bounds_.x(); x 209 chrome/browser/ui/views/frame/glass_browser_frame_view.cc return gfx::Rect(std::max(0, client_bounds.x() - insets.left()), x 328 chrome/browser/ui/views/frame/glass_browser_frame_view.cc int x = toolbar_bounds.x(); x 330 chrome/browser/ui/views/frame/glass_browser_frame_view.cc int left_x = x - kContentEdgeShadowThickness; x 345 chrome/browser/ui/views/frame/glass_browser_frame_view.cc x + GetThemeBackgroundXInset(), x 346 chrome/browser/ui/views/frame/glass_browser_frame_view.cc dest_y - GetTopInset(), x, x 367 chrome/browser/ui/views/frame/glass_browser_frame_view.cc x + w + kContentEdgeShadowThickness - toolbar_right_mask->width(); x 384 chrome/browser/ui/views/frame/glass_browser_frame_view.cc gfx::Rect(x + kClientEdgeThickness, x 413 chrome/browser/ui/views/frame/glass_browser_frame_view.cc canvas->TileImageInt(*bottom, client_area_bounds.x(), x 419 chrome/browser/ui/views/frame/glass_browser_frame_view.cc client_area_bounds.x() - bottom_left->width(), client_area_bottom); x 421 chrome/browser/ui/views/frame/glass_browser_frame_view.cc canvas->TileImageInt(*left, client_area_bounds.x() - left->width(), x 429 chrome/browser/ui/views/frame/glass_browser_frame_view.cc canvas->FillRect(gfx::Rect(client_area_bounds.x() - kClientEdgeThickness, x 433 chrome/browser/ui/views/frame/glass_browser_frame_view.cc canvas->FillRect(gfx::Rect(client_area_bounds.x(), client_area_bottom, x 39 chrome/browser/ui/views/frame/minimize_button_metrics_win.cc if (minimize_button_corner.x > window_rect.right) { x 40 chrome/browser/ui/views/frame/minimize_button_metrics_win.cc minimize_button_corner.x = x 41 chrome/browser/ui/views/frame/minimize_button_metrics_win.cc static_cast<int>(minimize_button_corner.x / x 45 chrome/browser/ui/views/frame/minimize_button_metrics_win.cc return minimize_button_corner.x / gfx::win::GetDeviceScaleFactor(); x 676 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc int x = toolbar_bounds.x(); x 695 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc 255, gfx::Rect(x - kClientEdgeThickness, y, w + kClientEdgeThickness * 3, x 699 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height), x 706 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc x + GetThemeBackgroundXInset(), x 708 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc x, bottom_y, w, theme_toolbar->height()); x 723 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc int left_x = x - kContentEdgeShadowThickness; x 734 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc x + w - toolbar_right_mask->width() + kContentEdgeShadowThickness; x 768 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc gfx::Rect(x + kClientEdgeThickness, x 804 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc client_area_bounds.x() - top_left->width(), top_edge_y, x 806 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->TileImageInt(*top_center, 0, 0, client_area_bounds.x(), top_edge_y, x 813 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->FillRect(gfx::Rect(client_area_bounds.x() - kClientEdgeThickness, x 831 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->TileImageInt(*bottom, client_area_bounds.x(), x 837 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc client_area_bounds.x() - bottom_left->width(), client_area_bottom); x 839 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->TileImageInt(*left, client_area_bounds.x() - left->width(), x 846 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->FillRect(gfx::Rect(client_area_bounds.x() - kClientEdgeThickness, x 850 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->FillRect(gfx::Rect(client_area_bounds.x(), client_area_bottom, x 199 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout.cc return gfx::Rect(std::max(0, client_bounds.x() - border_thickness), x 460 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc EXPECT_GT(tab_strip_bounds.x(), maximize_button_->bounds().x()); x 461 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc EXPECT_GT(maximize_button_->bounds().right(), tab_strip_bounds.x()); x 464 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc EXPECT_GT(avatar_label_->bounds().x(), tab_strip_bounds.right()); x 471 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc EXPECT_GT(menu_button_->bounds().x(), avatar_label_->bounds().x()); x 550 chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc EXPECT_EQ(menu_button_->bounds().x() - 2, avatar_label_->bounds().x()); x 52 chrome/browser/ui/views/frame/taskbar_decorator_win.cc int x = 2; x 53 chrome/browser/ui/views/frame/taskbar_decorator_win.cc bitmap->extractSubset(&squarer_bitmap, SkIRect::MakeXYWH(x, 0, x 54 chrome/browser/ui/views/frame/taskbar_decorator_win.cc profiles::kAvatarIconWidth - x * 2, profiles::kAvatarIconHeight)); x 441 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc int x = screen_bounds.x() + (screen_bounds.width() - size.width()) / 2; x 467 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc return gfx::Rect(gfx::Point(x, y), size); x 40 chrome/browser/ui/views/infobars/after_translate_infobar.cc int x = StartX(); x 45 chrome/browser/ui/views/infobars/after_translate_infobar.cc AssignWidths(&labels, std::max(0, EndX() - x - NonLabelWidth())); x 47 chrome/browser/ui/views/infobars/after_translate_infobar.cc label_1_->SetPosition(gfx::Point(x, OffsetY(label_1_))); x 49 chrome/browser/ui/views/infobars/after_translate_infobar.cc x = label_1_->bounds().right() + kButtonInLabelSpacing; x 53 chrome/browser/ui/views/infobars/after_translate_infobar.cc first_button->SetPosition(gfx::Point(x, OffsetY(first_button))); x 54 chrome/browser/ui/views/infobars/after_translate_infobar.cc x = first_button->bounds().right(); x 57 chrome/browser/ui/views/infobars/after_translate_infobar.cc gfx::Point(x + kButtonInLabelSpacing, OffsetY(label_2_))); x 59 chrome/browser/ui/views/infobars/after_translate_infobar.cc x = label_2_->bounds().right(); x 62 chrome/browser/ui/views/infobars/after_translate_infobar.cc x += label_2_->text().empty() ? x 64 chrome/browser/ui/views/infobars/after_translate_infobar.cc second_button->SetPosition(gfx::Point(x, OffsetY(second_button))); x 65 chrome/browser/ui/views/infobars/after_translate_infobar.cc x = second_button->bounds().right(); x 68 chrome/browser/ui/views/infobars/after_translate_infobar.cc gfx::Point(x + kButtonInLabelSpacing, OffsetY(label_3_))); x 70 chrome/browser/ui/views/infobars/after_translate_infobar.cc x = label_3_->bounds().right(); x 74 chrome/browser/ui/views/infobars/after_translate_infobar.cc gfx::Point(x + kEndOfLabelSpacing, OffsetY(revert_button_))); x 37 chrome/browser/ui/views/infobars/before_translate_infobar.cc int x = StartX(); x 41 chrome/browser/ui/views/infobars/before_translate_infobar.cc AssignWidths(&labels, std::max(0, EndX() - x - NonLabelWidth())); x 43 chrome/browser/ui/views/infobars/before_translate_infobar.cc label_1_->SetPosition(gfx::Point(x, OffsetY(label_1_))); x 45 chrome/browser/ui/views/infobars/before_translate_infobar.cc x = label_1_->bounds().right() + kButtonInLabelSpacing; x 48 chrome/browser/ui/views/infobars/before_translate_infobar.cc gfx::Point(x, OffsetY(language_menu_button_))); x 49 chrome/browser/ui/views/infobars/before_translate_infobar.cc x = language_menu_button_->bounds().right(); x 52 chrome/browser/ui/views/infobars/before_translate_infobar.cc gfx::Point(x + kButtonInLabelSpacing, OffsetY(label_2_))); x 53 chrome/browser/ui/views/infobars/before_translate_infobar.cc x = (label_2_->text().empty() ? x : label_2_->bounds().right()) + x 56 chrome/browser/ui/views/infobars/before_translate_infobar.cc accept_button_->SetPosition(gfx::Point(x, OffsetY(accept_button_))); x 57 chrome/browser/ui/views/infobars/before_translate_infobar.cc x = accept_button_->bounds().right() + kButtonButtonSpacing; x 59 chrome/browser/ui/views/infobars/before_translate_infobar.cc deny_button_->SetPosition(gfx::Point(x, OffsetY(deny_button_))); x 60 chrome/browser/ui/views/infobars/before_translate_infobar.cc x = deny_button_->bounds().right() + kButtonButtonSpacing; x 64 chrome/browser/ui/views/infobars/before_translate_infobar.cc gfx::Point(x, OffsetY(never_translate_button_))); x 65 chrome/browser/ui/views/infobars/before_translate_infobar.cc x = never_translate_button_->bounds().right() + kButtonButtonSpacing; x 70 chrome/browser/ui/views/infobars/before_translate_infobar.cc gfx::Point(x, OffsetY(always_translate_button_))); x 40 chrome/browser/ui/views/infobars/confirm_infobar.cc int x = StartX(); x 44 chrome/browser/ui/views/infobars/confirm_infobar.cc AssignWidths(&labels, std::max(0, EndX() - x - NonLabelWidth())); x 46 chrome/browser/ui/views/infobars/confirm_infobar.cc label_->SetPosition(gfx::Point(x, OffsetY(label_))); x 48 chrome/browser/ui/views/infobars/confirm_infobar.cc x = label_->bounds().right() + kEndOfLabelSpacing; x 51 chrome/browser/ui/views/infobars/confirm_infobar.cc ok_button_->SetPosition(gfx::Point(x, OffsetY(ok_button_))); x 52 chrome/browser/ui/views/infobars/confirm_infobar.cc x = ok_button_->bounds().right() + kButtonButtonSpacing; x 56 chrome/browser/ui/views/infobars/confirm_infobar.cc cancel_button_->SetPosition(gfx::Point(x, OffsetY(cancel_button_))); x 351 chrome/browser/ui/views/infobars/infobar_view.cc return close_button_->x() - kCloseButtonSpacing; x 24 chrome/browser/ui/views/infobars/translate_message_infobar.cc int x = StartX(); x 26 chrome/browser/ui/views/infobars/translate_message_infobar.cc std::min(label_->width(), std::max(0, EndX() - x - NonLabelWidth())); x 27 chrome/browser/ui/views/infobars/translate_message_infobar.cc label_->SetBounds(x, OffsetY(label_), width, label_->height()); x 29 chrome/browser/ui/views/infobars/translate_message_infobar.cc x = label_->bounds().right() + kEndOfLabelSpacing; x 32 chrome/browser/ui/views/infobars/translate_message_infobar.cc button_->SetPosition(gfx::Point(x, OffsetY(button_))); x 171 chrome/browser/ui/views/location_bar/location_bar_layout.cc int x = (position_ == LEFT_EDGE) ? (bounds->x() + padding) : x 173 chrome/browser/ui/views/location_bar/location_bar_layout.cc (*i)->view->SetBounds(x, (*i)->y, (*i)->computed_width, (*i)->height); x 178 chrome/browser/ui/views/location_bar/location_bar_layout.cc bounds->x() + padding + (*i)->computed_width - (*i)->builtin_padding); x 183 chrome/browser/ui/views/location_bar/location_bar_layout.cc bounds->set_x(bounds->x() + item_edit_padding_); x 530 chrome/browser/ui/views/location_bar/location_bar_view.cc *left_margin = location_bar_bounds.x(); x 683 chrome/browser/ui/views/location_bar/location_bar_view.cc origin.set_x(width() - origin.x()); x 955 chrome/browser/ui/views/location_bar/location_bar_view.cc gfx::Rect suggested_text_bounds(location_bounds.x(), location_bounds.y(), x 969 chrome/browser/ui/views/location_bar/location_bar_view.cc suggested_text_bounds.set_x(location_bounds.x() + 1); x 989 chrome/browser/ui/views/location_bar/location_bar_view.cc int x = location_needed_width; x 991 chrome/browser/ui/views/location_bar/location_bar_view.cc x = 0; x 993 chrome/browser/ui/views/location_bar/location_bar_view.cc x = entry_width - width; x 994 chrome/browser/ui/views/location_bar/location_bar_view.cc location_bounds.set_width(x); x 1087 chrome/browser/ui/views/location_bar/location_bar_view.cc gfx::Point point(icon_center.x(), icon_bottom.y()); x 1262 chrome/browser/ui/views/location_bar/location_bar_view.cc bounds().x()); x 324 chrome/browser/ui/views/location_bar/origin_chip_view.cc int host_label_x = location_icon_view_->x() + location_icon_view_->width() + x 71 chrome/browser/ui/views/location_bar/origin_chip_view.h int host_label_x() const { return host_label_->x(); } x 147 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc screen_bounds.x() + bubble_half_width + kFullscreenPaddingEnd : x 174 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc int click_point_x = tray_->mouse_click_point().x(); x 178 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc pos_info_.inital_anchor_point.x() - insetted_width; x 183 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc corrected_anchor.set_x(pos_info_.inital_anchor_point.x() - x 187 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc pos_info_.inital_anchor_point.x() + insetted_width; x 190 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc corrected_anchor.set_x(pos_info_.inital_anchor_point.x() + x 232 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc bounds.set_x(corrected_anchor.x()); x 234 chrome/browser/ui/views/message_center/message_center_widget_delegate.cc bounds.set_x(corrected_anchor.x() - size.width()); x 83 chrome/browser/ui/views/message_center/web_notification_tray.cc if (work_area.x() > screen_bounds.x()) x 95 chrome/browser/ui/views/message_center/web_notification_tray.cc if (query.x() > center_point.x()) x 98 chrome/browser/ui/views/message_center/web_notification_tray.cc rv.set_x(rect.x()); x 116 chrome/browser/ui/views/message_center/web_notification_tray.cc (center.x() > corner.x() ? ALIGNMENT_LEFT : ALIGNMENT_RIGHT)); x 271 chrome/browser/ui/views/notifications/balloon_view_views.cc bounds.set_x(GetCloseButtonBounds().x() - kOptionsDismissSpacing - x 283 chrome/browser/ui/views/notifications/balloon_view_views.cc GetOptionsButtonBounds().x() + kLabelOptionsSpacing, 0); x 426 chrome/browser/ui/views/notifications/balloon_view_views.cc SkScalar left = SkIntToScalar(rect.x()); x 451 chrome/browser/ui/views/notifications/balloon_view_views.cc return gfx::Rect(balloon_->GetPosition().x(), balloon_->GetPosition().y(), x 486 chrome/browser/ui/views/notifications/balloon_view_views.cc return gfx::Rect(frame_rect.x() + offset.x(), x 129 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc v->SetBounds(contents_rect.x(), top, contents_rect.width(), x 468 chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc rect.set(SkIntToScalar(bounding_rect.x()), x 108 chrome/browser/ui/views/omnibox/omnibox_result_view.cc void Initialize(int x, int width) { x 109 chrome/browser/ui/views/omnibox/omnibox_result_view.cc center_ = x + width / 2; x 110 chrome/browser/ui/views/omnibox/omnibox_result_view.cc right_ = x + width; x 122 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int remaining_width(int x) const { x 123 chrome/browser/ui/views/omnibox/omnibox_result_view.cc return right_ - x; x 237 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int x) const { x 253 chrome/browser/ui/views/omnibox/omnibox_result_view.cc mirroring_context_->remaining_width(x), x 258 chrome/browser/ui/views/omnibox/omnibox_result_view.cc x = DrawRenderText(match, contents, true, canvas, x, y, contents_max_width); x 261 chrome/browser/ui/views/omnibox/omnibox_result_view.cc x = DrawRenderText(match, separator_rendertext_.get(), false, canvas, x, y, x 263 chrome/browser/ui/views/omnibox/omnibox_result_view.cc DrawRenderText(match, description, false, canvas, x, y, x 273 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int x, x 278 chrome/browser/ui/views/omnibox/omnibox_result_view.cc const int remaining_width = mirroring_context_->remaining_width(x); x 279 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int right_x = x + max_width; x 297 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int prefix_x = x; x 308 chrome/browser/ui/views/omnibox/omnibox_result_view.cc right_x = x + std::min(remaining_width - prefix_width, x 323 chrome/browser/ui/views/omnibox/omnibox_result_view.cc right_x = x + std::min(remaining_width, start_offset + max_width); x 324 chrome/browser/ui/views/omnibox/omnibox_result_view.cc x += start_offset; x 325 chrome/browser/ui/views/omnibox/omnibox_result_view.cc prefix_x = x - prefix_width; x 340 chrome/browser/ui/views/omnibox/omnibox_result_view.cc mirroring_context_->mirrored_left_coord(x, right_x), y, x 341 chrome/browser/ui/views/omnibox/omnibox_result_view.cc right_x - x, height())); x 472 chrome/browser/ui/views/omnibox/omnibox_result_view.cc (keyword_icon_->x() <= icon_bounds_.right()); x 535 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int x = GetMirroredXForRect(text_bounds_); x 536 chrome/browser/ui/views/omnibox/omnibox_result_view.cc mirroring_context_->Initialize(x, text_bounds_.width()); x 544 chrome/browser/ui/views/omnibox/omnibox_result_view.cc description_rendertext_.get(), canvas, x); x 549 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int x = GetMirroredXForRect(keyword_text_bounds_); x 550 chrome/browser/ui/views/omnibox/omnibox_result_view.cc mirroring_context_->Initialize(x, keyword_text_bounds_.width()); x 565 chrome/browser/ui/views/omnibox/omnibox_result_view.cc keyword_description_rendertext_.get(), canvas, x); x 85 chrome/browser/ui/views/omnibox/omnibox_result_view.h int x) const; x 97 chrome/browser/ui/views/omnibox/omnibox_result_view.h int x, x 39 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc int x) const { x 45 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc DrawRenderText(match, description, false, canvas, x, y, -1); x 52 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc DrawRenderText(match, contents, true, canvas, x, y, -1); x 100 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc canvas->DrawLine(gfx::Point(bounds.x(), line_y), x 38 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h int x) const OVERRIDE; x 189 chrome/browser/ui/views/panels/panel_frame_view.cc int x = point.x(); x 193 chrome/browser/ui/views/panels/panel_frame_view.cc if (x < resize_area_size) { x 202 chrome/browser/ui/views/panels/panel_frame_view.cc } else if (x >= width - resize_area_size) { x 408 chrome/browser/ui/views/panels/panel_frame_view.cc return gfx::Rect(client_bounds.x() - border_thickness, x 528 chrome/browser/ui/views/panels/panel_frame_view.cc right = close_button_->x(); x 539 chrome/browser/ui/views/panels/panel_frame_view.cc right = minimize_button_->x(); x 584 chrome/browser/ui/views/panels/panel_stack_view.cc bounds.x(), x 1104 chrome/browser/ui/views/panels/panel_view.cc return mouse_location.x() < bounds.x() + kResizeInsideBoundsSize || x 1105 chrome/browser/ui/views/panels/panel_view.cc mouse_location.x() >= bounds.right() - kResizeInsideBoundsSize || x 133 chrome/browser/ui/views/panels/panel_view_browsertest.cc EXPECT_LT(title_icon->x() + title_icon->width(), title_text->x()); x 134 chrome/browser/ui/views/panels/panel_view_browsertest.cc EXPECT_LT(title_text->x() + title_text->width(), minimize_button->x()); x 135 chrome/browser/ui/views/panels/panel_view_browsertest.cc EXPECT_LT(minimize_button->x() + minimize_button->width(), close_button->x()); x 244 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc screen_bounds.x() + bubble_half_width + kFullscreenPaddingEnd : x 206 chrome/browser/ui/views/screen_capture_notification_ui_views.cc work_area.x() + work_area.width() / 2 - size.width() / 2, x 247 chrome/browser/ui/views/screen_capture_notification_ui_views.cc hide_link_rect.x() - kHorizontalMargin - stop_button_rect.width()); x 253 chrome/browser/ui/views/screen_capture_notification_ui_views.cc stop_button_rect.x() - kHorizontalMargin - label_rect.x()); x 258 chrome/browser/ui/views/screen_capture_notification_ui_views.cc stop_button_rect.x(), stop_button_rect.y(), x 280 chrome/browser/ui/views/speech_recognition_bubble_views.cc int x = kBubbleHorizMargin; x 292 chrome/browser/ui/views/speech_recognition_bubble_views.cc x += (available_width - cancel_width - try_again_width - x 294 chrome/browser/ui/views/speech_recognition_bubble_views.cc try_again_->SetBounds(x, y, try_again_width, control_height); x 295 chrome/browser/ui/views/speech_recognition_bubble_views.cc cancel_->SetBounds(x + try_again_width + views::kRelatedButtonHSpacing, y, x 312 chrome/browser/ui/views/speech_recognition_bubble_views.cc icon_->SetBounds(x, y, available_width, control_height); x 317 chrome/browser/ui/views/speech_recognition_bubble_views.cc heading_->SetBounds(x, y, available_width, control_height); x 324 chrome/browser/ui/views/speech_recognition_bubble_views.cc cancel_->SetBounds(x + (available_width - width) / 2, y, width, x 650 chrome/browser/ui/views/status_bubble_views.cc SetBounds(origin.x(), origin.y(), base_view()->bounds().width() / 3, height); x 658 chrome/browser/ui/views/status_bubble_views.cc popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(), x 668 chrome/browser/ui/views/status_bubble_views.cc void StatusBubbleViews::SetBounds(int x, int y, int w, int h) { x 669 chrome/browser/ui/views/status_bubble_views.cc original_position_.SetPoint(x, y); x 670 chrome/browser/ui/views/status_bubble_views.cc position_.SetPoint(base_view_->GetMirroredXWithWidthInView(x, w), y); x 793 chrome/browser/ui/views/status_bubble_views.cc int top_right_x = top_left.x() + window_width; x 794 chrome/browser/ui/views/status_bubble_views.cc relative_location.set_x(top_right_x - relative_location.x()); x 797 chrome/browser/ui/views/status_bubble_views.cc relative_location.x() - (top_left.x() + position_.x())); x 805 chrome/browser/ui/views/status_bubble_views.cc relative_location.x() < size_.width() + kMousePadding) { x 813 chrome/browser/ui/views/status_bubble_views.cc if (relative_location.x() > size_.width()) { x 816 chrome/browser/ui/views/status_bubble_views.cc (relative_location.x() - size_.width())) / x 849 chrome/browser/ui/views/status_bubble_views.cc int right_position_x = window_width - (position_.x() + size_.width()); x 850 chrome/browser/ui/views/status_bubble_views.cc popup_->SetBounds(gfx::Rect(top_left.x() + right_position_x, x 855 chrome/browser/ui/views/status_bubble_views.cc popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(), x 863 chrome/browser/ui/views/status_bubble_views.cc popup_->SetBounds(gfx::Rect(top_left.x() + position_.x(), x 915 chrome/browser/ui/views/status_bubble_views.cc SetBounds(original_position_.x(), original_position_.y(), x 101 chrome/browser/ui/views/status_bubble_views.h void SetBounds(int x, int y, int w, int h); x 138 chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc gfx::Point screen_point(params.x, params.y); x 33 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc void StackedTabStripLayout::SetXAndMiniCount(int x, int mini_tab_count) { x 34 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc first_tab_x_ = x; x 35 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc x_ = x; x 43 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc mini_tab_to_non_mini_tab_ = x - ideal_x(mini_tab_count - 1); x 87 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = delta > 0 ? x 90 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc if (x != initial_x) { x 91 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(active_index(), x); x 93 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc PushTabsAfter(active_index(), (x - initial_x)); x 96 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc PushTabsBefore(active_index(), initial_x - x); x 99 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc delta -= (x - initial_x); x 228 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc void StackedTabStripLayout::SetActiveTabLocation(int x) { x 236 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc x = std::min(GetMaxX(index), std::max(x, GetMinX(index))); x 237 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc if (x == ideal_x(index)) x 240 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(index, x); x 253 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc result += base::IntToString(view_model_->ideal_bounds(i).x()); x 261 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc void StackedTabStripLayout::Reset(int x, x 265 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc x_ = x; x 269 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc x - ideal_x(mini_tab_count - 1) : 0; x 270 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc first_tab_x_ = mini_tab_count > 0 ? ideal_x(0) : x; x 338 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = std::min(GetMaxX(index), active_x + ideal_delta); x 339 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(index, x); x 341 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc for (int next_x = x, i = index - 1; i > active_index(); --i) { x 349 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int StackedTabStripLayout::ConstrainActiveX(int x) const { x 351 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc std::max(GetMinX(active_index()), x)); x 355 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = ConstrainActiveX(ideal_x(active_index())); x 356 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(active_index(), x); x 366 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = std::min(max_x, x 367 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc view_model_->ideal_bounds(i - 1).x() + tab_offset()); x 368 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(i, x); x 375 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = std::max(min_x, ideal_x(i + 1) - (tab_offset())); x 376 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(i, x); x 383 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = std::max(min_x, x 385 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc x = std::min(GetMaxX(i), x); x 386 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(i, x); x 496 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = x_; x 499 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(index, x); x 500 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc for (; index < max_stacked; ++index, x += stacked_padding_) x 501 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(index, x); x 520 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc int x = width_ - size_.width() - x 524 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc ++index, x += stacked_padding_) { x 525 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(index, x); x 528 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc SetIdealBoundsAt(index, x); x 531 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc void StackedTabStripLayout::SetIdealBoundsAt(int index, int x) { x 532 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.cc view_model_->set_ideal_bounds(index, gfx::Rect(gfx::Point(x, 0), size_)); x 44 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h void SetXAndMiniCount(int x, int mini_tab_count); x 91 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h void SetActiveTabLocation(int x); x 102 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h void Reset(int x, int width, int mini_tab_count, int active_index); x 113 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h int ConstrainActiveX(int x) const; x 156 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h void SetIdealBoundsAt(int index, int x); x 190 chrome/browser/ui/views/tabs/stacked_tab_strip_layout.h int ideal_x(int index) const { return view_model_->ideal_bounds(index).x(); } x 37 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc int x, x 41 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc layout->Reset(x, width, mini_tab_count, active_index); x 88 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc int x = 0; x 90 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc ASSERT_TRUE(base::StringToInt(positions[i], &x)); x 91 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc bounds.set_x(x); x 101 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc result += base::IntToString(view_model_.ideal_bounds(i).x()); x 113 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc result += base::IntToString(view_model_.ideal_bounds(i).x()); x 128 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc return view_model_.ideal_bounds(index).x(); x 390 chrome/browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc int old_x = view_model_.ideal_bounds(test_data[i].remove_index).x(); x 280 chrome/browser/ui/views/tabs/tab.cc int dst_x = bounds.x() - (icon_width - bounds.width()) / 2; x 801 chrome/browser/ui/views/tabs/tab.cc int favicon_left = lb.x(); x 806 chrome/browser/ui/views/tabs/tab.cc favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0); x 851 chrome/browser/ui/views/tabs/tab.cc close_button_->x() + close_button_->GetInsets().left() : lb.right(); x 853 chrome/browser/ui/views/tabs/tab.cc std::max(lb.x(), right - media_indicator_bounds_.width())); x 856 chrome/browser/ui/views/tabs/tab.cc media_indicator_bounds_.SetRect(lb.x(), lb.y(), 0, 0); x 876 chrome/browser/ui/views/tabs/tab.cc title_width = media_indicator_bounds_.x() - kTitleCloseButtonSpacing - x 882 chrome/browser/ui/views/tabs/tab.cc title_width = close_button_->x() + close_button_->GetInsets().left() - x 945 chrome/browser/ui/views/tabs/tab.cc origin->set_x(title_bounds_.x() + 10); x 1102 chrome/browser/ui/views/tabs/tab.cc bounds->set_x(bounds->x() + static_cast<int>( x 1104 chrome/browser/ui/views/tabs/tab.cc (ideal_x - bounds->x()))); x 1185 chrome/browser/ui/views/tabs/tab.cc bar_rect.x() + eye_offset, 0, eye_width, kImmersiveBarHeight); x 1192 chrome/browser/ui/views/tabs/tab.cc bar_rect.x() + eye_offset, 0, right_eye_width, kImmersiveBarHeight); x 1197 chrome/browser/ui/views/tabs/tab.cc bar_rect.x(), 0, left_eye_width, kImmersiveBarHeight); x 1242 chrome/browser/ui/views/tabs/tab.cc int x; x 1244 chrome/browser/ui/views/tabs/tab.cc x = animation->CurrentValueBetween(x0, x1); x 1246 chrome/browser/ui/views/tabs/tab.cc x = x1; x 1248 chrome/browser/ui/views/tabs/tab.cc x = animation->CurrentValueBetween(x1, x2); x 1251 chrome/browser/ui/views/tabs/tab.cc center_point.iset(x, 0); x 1260 chrome/browser/ui/views/tabs/tab.cc hover_canvas.DrawRect(gfx::Rect(x - radius, -radius, radius * 2, radius * 2), x 1323 chrome/browser/ui/views/tabs/tab.cc int offset = GetMirroredX() + background_offset_.x(); x 1398 chrome/browser/ui/views/tabs/tab.cc int offset = GetMirroredX() + background_offset_.x(); x 1490 chrome/browser/ui/views/tabs/tab.cc bounds.x(), bounds.y(), media_indicator_image.width(), x 122 chrome/browser/ui/views/tabs/tab_drag_controller.cc (*rects)[i].set_x((*rects)[i].x() + x_offset); x 255 chrome/browser/ui/views/tabs/tab_drag_controller.cc last_move_screen_loc_ = start_point_in_screen_.x(); x 336 chrome/browser/ui/views/tabs/tab_drag_controller.cc OffsetX(GetAttachedDragPoint(point_in_screen).x(), &drag_bounds); x 340 chrome/browser/ui/views/tabs/tab_drag_controller.cc new_bounds.Offset(-widget->GetRestoredBounds().x() + x 341 chrome/browser/ui/views/tabs/tab_drag_controller.cc point_in_screen.x() - x 342 chrome/browser/ui/views/tabs/tab_drag_controller.cc mouse_offset_.x(), 0); x 542 chrome/browser/ui/views/tabs/tab_drag_controller.cc window_create_point_.Offset(mouse_offset_.x(), mouse_offset_.y()); x 552 chrome/browser/ui/views/tabs/tab_drag_controller.cc if (create_point.x() < work_area.x()) x 553 chrome/browser/ui/views/tabs/tab_drag_controller.cc create_point.set_x(work_area.x()); x 554 chrome/browser/ui/views/tabs/tab_drag_controller.cc else if (create_point.x() > work_area.right()) x 561 chrome/browser/ui/views/tabs/tab_drag_controller.cc return gfx::Point(create_point.x() - window_create_point_.x(), x 596 chrome/browser/ui/views/tabs/tab_drag_controller.cc int x_offset = abs(point_in_screen.x() - start_point_in_screen_.x()); x 613 chrome/browser/ui/views/tabs/tab_drag_controller.cc int move_delta = point_in_screen.x() - last_point_in_screen_.x(); x 743 chrome/browser/ui/views/tabs/tab_drag_controller.cc int delta = point_in_screen.x() - start_point_in_screen_.x(); x 795 chrome/browser/ui/views/tabs/tab_drag_controller.cc if ((abs(point_in_screen.x() - last_move_screen_loc_) > threshold || x 816 chrome/browser/ui/views/tabs/tab_drag_controller.cc attached_tabstrip_->GetMirroredXInView(tab_strip_point.x()); x 846 chrome/browser/ui/views/tabs/tab_drag_controller.cc last_move_screen_loc_ = point_in_screen.x(); x 894 chrome/browser/ui/views/tabs/tab_drag_controller.cc if (attached_point.x() < 0) x 896 chrome/browser/ui/views/tabs/tab_drag_controller.cc if (attached_point.x() >= attached_tabstrip_->width()) x 950 chrome/browser/ui/views/tabs/tab_drag_controller.cc return point_in_screen.x() < tabstrip_bounds.right() && x 951 chrome/browser/ui/views/tabs/tab_drag_controller.cc point_in_screen.x() >= tabstrip_bounds.x() && x 990 chrome/browser/ui/views/tabs/tab_drag_controller.cc last_move_screen_loc_ = point_in_screen.x(); x 999 chrome/browser/ui/views/tabs/tab_drag_controller.cc attached_tabstrip_->GetMirroredXInView(tab_strip_point.x())); x 1004 chrome/browser/ui/views/tabs/tab_drag_controller.cc attach_x_ = tab_strip_point.x(); x 1133 chrome/browser/ui/views/tabs/tab_drag_controller.cc OffsetX(GetAttachedDragPoint(point_in_screen).x(), &drag_bounds); x 1250 chrome/browser/ui/views/tabs/tab_drag_controller.cc if (dragged_bounds.x() >= right_half.x() && x 1251 chrome/browser/ui/views/tabs/tab_drag_controller.cc dragged_bounds.x() < right_half.right()) { x 1253 chrome/browser/ui/views/tabs/tab_drag_controller.cc } else if (dragged_bounds.x() >= left_half.x() && x 1254 chrome/browser/ui/views/tabs/tab_drag_controller.cc dragged_bounds.x() < left_half.right()) { x 1311 chrome/browser/ui/views/tabs/tab_drag_controller.cc int active_x = attached_tabstrip_->ideal_bounds(index).x(); x 1312 chrome/browser/ui/views/tabs/tab_drag_controller.cc int next_x = attached_tabstrip_->ideal_bounds(index + 1).x(); x 1315 chrome/browser/ui/views/tabs/tab_drag_controller.cc return dragged_bounds.x() >= mid_x; x 1326 chrome/browser/ui/views/tabs/tab_drag_controller.cc int active_x = attached_tabstrip_->ideal_bounds(index).x(); x 1327 chrome/browser/ui/views/tabs/tab_drag_controller.cc int previous_x = attached_tabstrip_->ideal_bounds(index - 1).x(); x 1330 chrome/browser/ui/views/tabs/tab_drag_controller.cc return dragged_bounds.x() <= mid_x; x 1366 chrome/browser/ui/views/tabs/tab_drag_controller.cc return gfx::Rect(tab_strip_point.x(), tab_strip_point.y(), x 1373 chrome/browser/ui/views/tabs/tab_drag_controller.cc return gfx::Rect(tab_strip_point.x(), tab_strip_point.y(), x 1384 chrome/browser/ui/views/tabs/tab_drag_controller.cc const int x = x 1385 chrome/browser/ui/views/tabs/tab_drag_controller.cc attached_tabstrip_->GetMirroredXInView(tab_loc.x()) - mouse_offset_.x(); x 1393 chrome/browser/ui/views/tabs/tab_drag_controller.cc return gfx::Point(std::min(std::max(x, 0), max_x), 0); x 1674 chrome/browser/ui/views/tabs/tab_drag_controller.cc view_screen_bounds.Offset(view_topleft.x(), view_topleft.y()); x 1784 chrome/browser/ui/views/tabs/tab_drag_controller.cc new_bounds.set_x(point_in_screen.x() - center.x()); x 1785 chrome/browser/ui/views/tabs/tab_drag_controller.cc new_bounds.Offset(-mouse_offset_.x(), 0); x 1790 chrome/browser/ui/views/tabs/tab_drag_controller.cc new_bounds.set_x(point_in_screen.x() - right_edge.x()); x 1791 chrome/browser/ui/views/tabs/tab_drag_controller.cc new_bounds.Offset(drag_bounds->back().right() - mouse_offset_.x(), 0); x 1792 chrome/browser/ui/views/tabs/tab_drag_controller.cc OffsetX(-(*drag_bounds)[0].x(), drag_bounds); x 1818 chrome/browser/ui/views/tabs/tab_drag_controller.cc drag_bounds->front().x() / static_cast<float>(last_tabstrip_width); x 1826 chrome/browser/ui/views/tabs/tab_drag_controller.cc drag_bounds->front().x())); x 1835 chrome/browser/ui/views/tabs/tab_drag_controller.cc (*drag_bounds)[source_tab_index_].x(), 0); x 1838 chrome/browser/ui/views/tabs/tab_drag_controller.cc bounds.set_x(point_in_screen.x() - offset.x()); x 186 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc work_area.x() + half_size.width(), work_area.y(), x 332 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc ui::GestureEvent gesture_begin(ui::ET_GESTURE_BEGIN, tab_1_center.x(), x 333 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_1_center.x(), 0, base::TimeDelta(), x 340 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc ui::GestureEvent gesture_end(ui::ET_GESTURE_END, tab_1_center.x(), x 341 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_1_center.x(), 0, base::TimeDelta(), x 434 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc return ui_controls::SendMouseMove(location.x(), location.y()); x 443 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc bool DragInputToNotifyWhenDone(int x, x 447 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc return ui_controls::SendMouseMoveNotifyWhenDone(x, y, task); x 450 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc event_generator_->MoveTouch(gfx::Point(x, y)); x 457 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc bool DragInputToDelayedNotifyWhenDone(int x, x 462 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc return ui_controls::SendMouseMoveNotifyWhenDone(x, y, task); x 465 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc event_generator_->MoveTouch(gfx::Point(x, y)); x 472 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc bool DragInput2ToNotifyWhenDone(int x, x 476 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc return ui_controls::SendMouseMoveNotifyWhenDone(x, y, task); x 479 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc event_generator_->MoveTouchId(gfx::Point(x, y), 1); x 617 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 692 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 759 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 846 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc gfx::Point(tab_0_center.x() + 20, tab_0_center.y()))); x 893 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 941 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 990 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1046 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1115 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1190 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1299 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1365 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1427 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1494 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc target_point.x(), target_point.y(), x 1521 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1523 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc this, gfx::Point(600 + tab_0_center.x(), x 1576 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc target_point.x() - target_tab_strip->tab_at(0)->width() / 2 + 10); x 1617 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1672 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc work_area2.set_x(work_area2.x() + work_area2.width()/2); x 1687 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1758 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1830 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1899 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc int x; x 1936 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc p.x, p.y, base::Bind(&CursorDeviceScaleFactorStep, x 1971 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 1999 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc position.x(), position.y(), task); x 2185 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 2227 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc target_point.x(), target_point.y(), x 2230 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc gfx::Point(target_point.x(), 1 + target_point.y()), x 2271 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc tab_0_center.x(), tab_0_center.y() + GetDetachY(tab_strip), x 91 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc gfx::Point(tab_0_center.x(), x 98 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ASSERT_TRUE(ui_controls::SendMouseMove(target_point.x(), target_point.y())); x 125 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc tab_0_center.x(), tab_0_center.y() + tab_strip->height() + 20)); x 183 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc gfx::Point(tab_0_center.x() + 20, tab_0_center.y()))); x 213 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc gfx::Point(tab_0_center.x(), x 238 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc gfx::Point(tab_0_center.x(), x 284 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc gfx::Point(tab_0_center.x(), x 296 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ASSERT_TRUE(ui_controls::SendMouseMove(target_point.x(), target_point.y())); x 333 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc gfx::Point(tab_0_center.x(), x 344 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ASSERT_TRUE(ui_controls::SendMouseMove(target_point.x(), target_point.y())); x 90 chrome/browser/ui/views/tabs/tab_strip.cc static inline int Round(double x) { x 92 chrome/browser/ui/views/tabs/tab_strip.cc return static_cast<int>(floor(x + 0.5)); x 487 chrome/browser/ui/views/tabs/tab_strip.cc int x = GetMirroredX() + background_offset_.x(); x 492 chrome/browser/ui/views/tabs/tab_strip.cc x += width; x 494 chrome/browser/ui/views/tabs/tab_strip.cc canvas.TileImageInt(*background, x, newtab_button_v_offset() + offset_y, x 674 chrome/browser/ui/views/tabs/tab_strip.cc active_center = ideal_bounds(active_index).x() + x 779 chrome/browser/ui/views/tabs/tab_strip.cc int old_x = tabs_.ideal_bounds(model_index).x(); x 834 chrome/browser/ui/views/tabs/tab_strip.cc available_width_for_tabs_ = last_tab->x() + last_tab->width() - x 1100 chrome/browser/ui/views/tabs/tab_strip.cc int x = tab->GetMirroredXInView(event.x()); x 1110 chrome/browser/ui/views/tabs/tab_strip.cc x = size_to_selected - tab->width() + x; x 1151 chrome/browser/ui/views/tabs/tab_strip.cc this, tab, tabs, gfx::Point(x, y), event.x(), selection_model, x 1207 chrome/browser/ui/views/tabs/tab_strip.cc if (tab_at(index)->x() == tab_at(index + 1)->x()) x 1210 chrome/browser/ui/views/tabs/tab_strip.cc if (tab_at(index)->x() > tab_at(index + 1)->x()) x 1213 chrome/browser/ui/views/tabs/tab_strip.cc clip->SetRect(0, 0, tab_at(index + 1)->x() - tab_at(index)->x() + x 1219 chrome/browser/ui/views/tabs/tab_strip.cc if (tab_bounds.x() == previous_tab_bounds.x()) x 1222 chrome/browser/ui/views/tabs/tab_strip.cc if (tab_bounds.x() < previous_tab_bounds.x()) x 1225 chrome/browser/ui/views/tabs/tab_strip.cc if (previous_tab_bounds.right() + tab_h_offset() != tab_bounds.x()) { x 1226 chrome/browser/ui/views/tabs/tab_strip.cc int x = previous_tab_bounds.right() - tab_bounds.x() - x 1228 chrome/browser/ui/views/tabs/tab_strip.cc clip->SetRect(x, 0, tab_bounds.width() - x, tab_bounds.height()); x 1818 chrome/browser/ui/views/tabs/tab_strip.cc std::min(ideal_bounds(active_index).x() - x 1824 chrome/browser/ui/views/tabs/tab_strip.cc new_bounds.set_x(std::max(min_x, new_bounds.x() - adjusted_delta)); x 1830 chrome/browser/ui/views/tabs/tab_strip.cc const int max_x = ideal_bounds(active_index).x() + x 1833 chrome/browser/ui/views/tabs/tab_strip.cc int new_x = std::max(new_bounds.x() + delta, max_x); x 1845 chrome/browser/ui/views/tabs/tab_strip.cc ideal_bounds(tab_count() - 1).x() == last_tab_x) x 1851 chrome/browser/ui/views/tabs/tab_strip.cc ideal_bounds(active_index).x(), x 1858 chrome/browser/ui/views/tabs/tab_strip.cc int new_x = std::min(max_x, new_bounds.x() + adjusted_delta); x 1868 chrome/browser/ui/views/tabs/tab_strip.cc const int min_x = ideal_bounds(active_index).x() - x 1871 chrome/browser/ui/views/tabs/tab_strip.cc new_bounds.set_x(std::min(min_x, new_bounds.x() + delta)); x 1874 chrome/browser/ui/views/tabs/tab_strip.cc if (ideal_bounds(tab_count() - 1).right() >= newtab_button_->x()) x 1903 chrome/browser/ui/views/tabs/tab_strip.cc new_bounds.Offset(location.x(), location.y()); x 1921 chrome/browser/ui/views/tabs/tab_strip.cc int x = 0; x 1925 chrome/browser/ui/views/tabs/tab_strip.cc x += kMiniToNonMiniGap; x 1927 chrome/browser/ui/views/tabs/tab_strip.cc new_bounds.set_origin(gfx::Point(x, 0)); x 1929 chrome/browser/ui/views/tabs/tab_strip.cc x += tab->width() + tab_h_offset(); x 2343 chrome/browser/ui/views/tabs/tab_strip.cc center_x = tab->x() - (tab_h_offset() / 2); x 2345 chrome/browser/ui/views/tabs/tab_strip.cc center_x = tab->x() + (tab->width() / 2); x 2348 chrome/browser/ui/views/tabs/tab_strip.cc center_x = last_tab->x() + last_tab->width() + (tab_h_offset() / 2); x 2358 chrome/browser/ui/views/tabs/tab_strip.cc gfx::Rect drop_bounds(drop_loc.x(), drop_loc.y(), drop_indicator_width, x 2375 chrome/browser/ui/views/tabs/tab_strip.cc const int x = GetMirroredXInView(event.x()); x 2379 chrome/browser/ui/views/tabs/tab_strip.cc const int tab_max_x = tab->x() + tab->width(); x 2381 chrome/browser/ui/views/tabs/tab_strip.cc if (x < tab_max_x) { x 2382 chrome/browser/ui/views/tabs/tab_strip.cc if (x < tab->x() + hot_width) x 2384 chrome/browser/ui/views/tabs/tab_strip.cc else if (x >= tab_max_x - hot_width) x 2600 chrome/browser/ui/views/tabs/tab_strip.cc bounds.set_x(bounds.x() - delta); x 2604 chrome/browser/ui/views/tabs/tab_strip.cc newtab_button_bounds_.set_x(newtab_button_bounds_.x() - delta); x 2695 chrome/browser/ui/views/tabs/tab_strip.cc results.push_back(ideal_bounds(i).x()); x 2738 chrome/browser/ui/views/tabs/tab_strip.cc int x = GetStartXForNormalTabs(); x 2739 chrome/browser/ui/views/tabs/tab_strip.cc int available_width = width() - x - new_tab_button_width(); x 449 chrome/browser/ui/views/tabs/tab_strip_unittest.cc (active_tab->x() + left_tab->bounds().right() + 1) / 2, x 461 chrome/browser/ui/views/tabs/tab_strip_unittest.cc gfx::Point right_overlap((active_tab->bounds().right() + right_tab->x()) / 2, x 473 chrome/browser/ui/views/tabs/tab_strip_unittest.cc (right_tab->x() + most_right_tab->bounds().right() + 1) / 2, x 512 chrome/browser/ui/views/tabs/tab_strip_unittest.cc (active_tab->x() + left_tab->bounds().right() + 1) / 2, x 524 chrome/browser/ui/views/tabs/tab_strip_unittest.cc gfx::Point right_overlap((active_tab->bounds().right() + right_tab->x()) / 2, x 536 chrome/browser/ui/views/tabs/tab_strip_unittest.cc (right_tab->x() + most_right_tab->bounds().right() + 1) / 2, x 152 chrome/browser/ui/views/tabs/tab_unittest.cc EXPECT_LE(contents_bounds.x(), tab.favicon_bounds_.x()); x 154 chrome/browser/ui/views/tabs/tab_unittest.cc EXPECT_LE(tab.favicon_bounds_.right(), tab.title_bounds_.x()); x 159 chrome/browser/ui/views/tabs/tab_unittest.cc EXPECT_LE(tab.favicon_bounds_.right(), tab.media_indicator_bounds_.x()); x 162 chrome/browser/ui/views/tabs/tab_unittest.cc EXPECT_LE(tab.title_bounds_.right(), tab.media_indicator_bounds_.x()); x 171 chrome/browser/ui/views/tabs/tab_unittest.cc tab.close_button_->bounds().x() + x 179 chrome/browser/ui/views/tabs/tab_unittest.cc tab.close_button_->bounds().x() + x 117 chrome/browser/ui/views/tabs/window_finder_win.cc screen_loc_.x() - r.left, screen_loc_.y() - r.top); x 434 chrome/browser/ui/views/task_manager_view.cc int x = width() - size.width() - horizontal_margin; x 436 chrome/browser/ui/views/task_manager_view.cc kill_button_->SetBounds(x, y_buttons, size.width(), size.height()); x 255 chrome/browser/ui/views/toolbar/browser_actions_container.cc int x = ToolbarView::kStandardSpacing + (i * IconWidth(true)); x 256 chrome/browser/ui/views/toolbar/browser_actions_container.cc if (x + icon_width <= max_x) { x 257 chrome/browser/ui/views/toolbar/browser_actions_container.cc view->SetBounds(x, 0, icon_width, height()); x 303 chrome/browser/ui/views/toolbar/browser_actions_container.cc int offset_into_icon_area = event.x() - width_before_icons; x 364 chrome/browser/ui/views/toolbar/browser_actions_container.cc int view_x = browser_action_views_[i]->GetMirroredBounds().x(); x 225 chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc gfx::Point point(action_view->x(), action_view->y()); x 178 chrome/browser/ui/views/toolbar/toolbar_button.cc int left_bound = display.bounds().x(); x 186 chrome/browser/ui/views/toolbar/toolbar_button.cc int left_bound = display.bounds().x(); x 188 chrome/browser/ui/views/toolbar/toolbar_button.cc if (menu_position.x() < left_bound) x 88 chrome/browser/ui/views/toolbar/toolbar_button_test.cc view_center.x(), view_center.y() + 50, x 286 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc int host_label_x = location_icon_view_->x() + location_icon_view_->width() + x 498 chrome/browser/ui/views/toolbar/wrench_menu.cc for (int x = 0; x < bitmap.width(); ++x) { x 499 chrome/browser/ui/views/toolbar/wrench_menu.cc uint32 image_pixel = image_row[x]; x 501 chrome/browser/ui/views/toolbar/wrench_menu.cc dst_row[x] = (image_pixel & 0xFF000000) == 0x0 ? 0x0 : color_; x 706 chrome/browser/ui/views/toolbar/wrench_menu.cc int x = 0; x 713 chrome/browser/ui/views/toolbar/wrench_menu.cc x += bounds.width(); x 714 chrome/browser/ui/views/toolbar/wrench_menu.cc bounds.set_x(x); x 718 chrome/browser/ui/views/toolbar/wrench_menu.cc x += bounds.width(); x 719 chrome/browser/ui/views/toolbar/wrench_menu.cc bounds.set_x(x); x 723 chrome/browser/ui/views/toolbar/wrench_menu.cc x += bounds.width() + (menu()->use_new_menu() ? 0 : kZoomPadding); x 724 chrome/browser/ui/views/toolbar/wrench_menu.cc bounds.set_x(x); x 78 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h virtual void AddRectangularHole(int x, int y, int width, int height) = 0; x 81 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h virtual void AddRoundHole(int x, int y, float radius) = 0; x 92 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h int x, x 27 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc void FirstRunHandler::AddRectangularHole(int x, int y, int width, int height) { x 29 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc base::FundamentalValue(x), x 35 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc void FirstRunHandler::AddRoundHole(int x, int y, float radius) { x 37 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc base::FundamentalValue(x), x 54 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc int x, x 59 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.cc point_with_offset.AppendInteger(x); x 25 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.h virtual void AddRectangularHole(int x, int y, int width, int height) OVERRIDE; x 26 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.h virtual void AddRoundHole(int x, int y, float radius) OVERRIDE; x 31 chrome/browser/ui/webui/chromeos/first_run/first_run_handler.h int x, x 151 chrome/browser/ui/webui/ntp/ntp_login_handler.cc double x = 0; x 155 chrome/browser/ui/webui/ntp/ntp_login_handler.cc bool success = args->GetDouble(0, &x); x 165 chrome/browser/ui/webui/ntp/ntp_login_handler.cc gfx::Rect rect(x * zoom, y * zoom, width * zoom, height * zoom); x 210 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc js_display->SetInteger("x", bounds.x()); x 501 chrome/browser/ui/webui/print_preview/print_preview_ui.cc layout.SetInteger(printing::kSettingPrintableAreaX, printable_area.x()); x 338 chrome/browser/ui/window_sizer/window_sizer.cc default_bounds->SetRect(kWindowTilePixels + work_area.x(), x 377 chrome/browser/ui/window_sizer/window_sizer.cc std::max(work_area.x(), x 378 chrome/browser/ui/window_sizer/window_sizer.cc std::min(bounds->x(), work_area.right() - bounds->width()))); x 395 chrome/browser/ui/window_sizer/window_sizer.cc if (bounds->x() < work_area.x() || bounds->right() > work_area.right()) x 396 chrome/browser/ui/window_sizer/window_sizer.cc bounds->set_x(work_area.x()); x 406 chrome/browser/ui/window_sizer/window_sizer.cc const int min_x = work_area.x() + kMinVisibleWidth - bounds->width(); x 410 chrome/browser/ui/window_sizer/window_sizer.cc bounds->set_x(std::max(min_x, std::min(max_x, bounds->x()))); x 63 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc center.Offset(- origin.x(), - origin.y()); x 131 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc release_point.x(), release_point.y(), x 157 chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc chrome_icon.x(), chrome_icon.y(), x 143 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc EXPECT_EQ(gfx::Rect(taskbar_left_work_area.x() + x 663 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc gfx::Rect(secondary_bounds.CenterPoint().x() - 100, 10, 200, 200), x 27 chrome/browser/ui/window_sizer/window_sizer_gtk.cc gfx::Point corner(monitor_bounds.x(), monitor_bounds.y()); x 32 chrome/browser/ui/window_sizer/window_sizer_gtk.cc int x = 0, y = 0; x 33 chrome/browser/ui/window_sizer/window_sizer_gtk.cc gtk_window_get_position(window, &x, &y); x 36 chrome/browser/ui/window_sizer/window_sizer_gtk.cc std::min(x + kWindowTilePixels, monitor_bounds.right() - size.width()), x 42 chrome/browser/ui/window_sizer/window_sizer_gtk.cc std::max(corner.x(), limit.x()), x 51 chrome/browser/ui/window_sizer/window_sizer_unittest.cc EXPECT_EQ(gfx::Rect(taskbar_left_work_area.x() + kWindowTilePixels, x 277 chrome/browser/ui/window_sizer/window_sizer_unittest.cc EXPECT_EQ(gfx::Rect(taskbar_left_work_area.x(), x 133 chrome/common/badge_util.cc SkScalar x = (badge_width - text_width)/2; x 136 chrome/common/badge_util.cc badge_text.c_str(), badge_text.size(), x, y, *paint); x 188 chrome/common/badge_util.cc bounds.x() + (bounds.width() - badge_width) / 2 : x 207 chrome/common/badge_util.cc canvas->DrawImageInt(*gradient_left, rect.x(), rect.y()); x 209 chrome/common/badge_util.cc rect.x() + gradient_left->width(), x 222 chrome/common/badge_util.cc SkFloatToScalar(rect.x() + x 78 chrome/common/net/x509_certificate_model_nss.cc inline void operator()(NSSCMSMessage* x) const { x 79 chrome/common/net/x509_certificate_model_nss.cc NSS_CMSMessage_Destroy(x); x 85 chrome/common/net/x509_certificate_model_nss.cc inline void operator()(NSSCMSSignedData* x) const { x 86 chrome/common/net/x509_certificate_model_nss.cc NSS_CMSSignedData_Destroy(x); x 11 chrome/common/pref_font_script_names-inl.h #define ALL_FONT_SCRIPTS(x) \ x 12 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Afak") \ x 13 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Arab") \ x 14 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Armi") \ x 15 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Armn") \ x 16 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Avst") \ x 17 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Bali") \ x 18 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Bamu") \ x 19 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Bass") \ x 20 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Batk") \ x 21 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Beng") \ x 22 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Blis") \ x 23 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Bopo") \ x 24 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Brah") \ x 25 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Brai") \ x 26 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Bugi") \ x 27 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Buhd") \ x 28 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cakm") \ x 29 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cans") \ x 30 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cari") \ x 31 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cham") \ x 32 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cher") \ x 33 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cirt") \ x 34 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Copt") \ x 35 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cprt") \ x 36 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cyrl") \ x 37 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Cyrs") \ x 38 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Deva") \ x 39 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Dsrt") \ x 40 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Dupl") \ x 41 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Egyd") \ x 42 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Egyh") \ x 43 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Egyp") \ x 44 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Elba") \ x 45 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Ethi") \ x 46 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Geor") \ x 47 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Geok") \ x 48 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Glag") \ x 49 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Goth") \ x 50 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Gran") \ x 51 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Grek") \ x 52 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Gujr") \ x 53 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Guru") \ x 54 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hang") \ x 55 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hani") \ x 56 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hano") \ x 57 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hans") \ x 58 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hant") \ x 59 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hebr") \ x 60 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hluw") \ x 61 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hmng") \ x 62 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Hung") \ x 63 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Inds") \ x 64 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Ital") \ x 65 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Java") \ x 66 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Jpan") \ x 67 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Jurc") \ x 68 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Kali") \ x 69 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Khar") \ x 70 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Khmr") \ x 71 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Khoj") \ x 72 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Knda") \ x 73 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Kpel") \ x 74 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Kthi") \ x 75 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Lana") \ x 76 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Laoo") \ x 77 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Latf") \ x 78 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Latg") \ x 79 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Latn") \ x 80 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Lepc") \ x 81 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Limb") \ x 82 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Lina") \ x 83 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Linb") \ x 84 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Lisu") \ x 85 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Loma") \ x 86 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Lyci") \ x 87 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Lydi") \ x 88 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mand") \ x 89 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mani") \ x 90 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Maya") \ x 91 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mend") \ x 92 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Merc") \ x 93 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mero") \ x 94 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mlym") \ x 95 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Moon") \ x 96 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mong") \ x 97 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mroo") \ x 98 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mtei") \ x 99 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Mymr") \ x 100 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Narb") \ x 101 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Nbat") \ x 102 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Nkgb") \ x 103 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Nkoo") \ x 104 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Nshu") \ x 105 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Ogam") \ x 106 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Olck") \ x 107 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Orkh") \ x 108 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Orya") \ x 109 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Osma") \ x 110 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Palm") \ x 111 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Perm") \ x 112 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Phag") \ x 113 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Phli") \ x 114 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Phlp") \ x 115 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Phlv") \ x 116 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Phnx") \ x 117 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Plrd") \ x 118 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Prti") \ x 119 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Rjng") \ x 120 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Roro") \ x 121 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Runr") \ x 122 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Samr") \ x 123 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sara") \ x 124 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sarb") \ x 125 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Saur") \ x 126 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sgnw") \ x 127 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Shaw") \ x 128 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Shrd") \ x 129 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sind") \ x 130 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sinh") \ x 131 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sora") \ x 132 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sund") \ x 133 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Sylo") \ x 134 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Syrc") \ x 135 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Syre") \ x 136 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Syrj") \ x 137 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Syrn") \ x 138 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tagb") \ x 139 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Takr") \ x 140 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tale") \ x 141 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Talu") \ x 142 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Taml") \ x 143 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tang") \ x 144 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tavt") \ x 145 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Telu") \ x 146 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Teng") \ x 147 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tfng") \ x 148 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tglg") \ x 149 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Thaa") \ x 150 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Thai") \ x 151 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tibt") \ x 152 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Tirh") \ x 153 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Ugar") \ x 154 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Vaii") \ x 155 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Visp") \ x 156 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Wara") \ x 157 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Wole") \ x 158 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Xpeo") \ x 159 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Xsux") \ x 160 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Yiii") \ x 161 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Zmth") \ x 162 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Zsym") \ x 163 chrome/common/pref_font_script_names-inl.h EXPAND_SCRIPT_FONT(x, "Zyyy") x 161 chrome/common/pref_names.cc #define EXPAND_SCRIPT_FONT(x, script_name) script_name , x 350 chrome/installer/gcapi/gcapi.cc int x; x 367 chrome/installer/gcapi/gcapi.cc ::SetWindowPos(hwnd, params->window_insert_after, params->x, x 524 chrome/installer/gcapi/gcapi.cc BOOL __stdcall LaunchGoogleChromeWithDimensions(int x, x 556 chrome/installer/gcapi/gcapi.cc if (x == -1 && y == -1) x 562 chrome/installer/gcapi/gcapi.cc SetWindowPosParams enum_params = { x, y, width, height, set_window_flags, x 84 chrome/installer/gcapi/gcapi.h BOOL __stdcall LaunchGoogleChromeWithDimensions(int x, x 45 chrome/installer/mac/third_party/bsdiff/goobsdiff.c #define htole64(x) OSSwapHostToLittleInt64(x) x 49 chrome/installer/mac/third_party/bsdiff/goobsdiff.c #define htole64(x) (x) x 56 chrome/installer/mac/third_party/bsdiff/goobsdiff.c #define MIN(x,y) (((x)<(y)) ? (x) : (y)) x 60 chrome/installer/mac/third_party/bsdiff/goobsdiff.c off_t i,j,k,x,tmp,jj,kk; x 64 chrome/installer/mac/third_party/bsdiff/goobsdiff.c j=1;x=V[I[k]+h]; x 66 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[k+i]+h]<x) { x 67 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=V[I[k+i]+h]; x 70 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[k+i]+h]==x) { x 81 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=V[I[start+len/2]+h]; x 84 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]<x) jj++; x 85 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]==x) kk++; x 91 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[i]+h]<x) { x 93 chrome/installer/mac/third_party/bsdiff/goobsdiff.c } else if(V[I[i]+h]==x) { x 103 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(V[I[jj+j]+h]==x) { x 170 chrome/installer/mac/third_party/bsdiff/goobsdiff.c off_t x,y; x 173 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=matchlen(old+I[st],oldsize-I[st],new,newsize); x 176 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(x>y) { x 178 chrome/installer/mac/third_party/bsdiff/goobsdiff.c return x; x 185 chrome/installer/mac/third_party/bsdiff/goobsdiff.c x=st+(en-st)/2; x 186 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(memcmp(old+I[x],new,MIN(oldsize-I[x],newsize))<0) { x 187 chrome/installer/mac/third_party/bsdiff/goobsdiff.c return search(I,old,oldsize,new,newsize,x,en,pos); x 189 chrome/installer/mac/third_party/bsdiff/goobsdiff.c return search(I,old,oldsize,new,newsize,st,x,pos); x 193 chrome/installer/mac/third_party/bsdiff/goobsdiff.c static inline void offtout(off_t x,u_char *buf) x 195 chrome/installer/mac/third_party/bsdiff/goobsdiff.c *((off_t*)buf) = htole64(x); x 45 chrome/installer/mac/third_party/bsdiff/goobspatch.c #define le64toh(x) OSSwapLittleToHostInt64(x) x 49 chrome/installer/mac/third_party/bsdiff/goobspatch.c #define le64toh(x) (x) x 151 chrome/renderer/pepper/pepper_flash_menu_host.cc params.x = location.x; x 160 chrome/renderer/pepper/pepper_flash_menu_host.cc pp_instance(), gfx::Point(location.x, location.y)); x 161 chrome/renderer/pepper/pepper_flash_menu_host.cc params.x = render_frame_pt.x(); x 240 chrome/renderer/pepper/pepper_flash_renderer_host.cc SkIntToScalar(params.clip.point.x), x 242 chrome/renderer/pepper/pepper_flash_renderer_host.cc SkIntToScalar(params.clip.point.x + params.clip.size.width), x 272 chrome/renderer/pepper/pepper_flash_renderer_host.cc SkScalar x = SkIntToScalar(params.position.x); x 282 chrome/renderer/pepper/pepper_flash_renderer_host.cc sk_positions[i].set(x, y); x 283 chrome/renderer/pepper/pepper_flash_renderer_host.cc x += SkFloatToScalar(params.glyph_advances[i].x); x 376 chrome/renderer/pepper/pepper_flash_renderer_host.cc gfx::Rect(rect.point.x, rect.point.y,rect.size.width, rect.size.height))) x 349 chrome/renderer/plugins/chrome_plugin_placeholder.cc params.x = event.windowX; x 261 chrome/renderer/printing/print_web_view_helper.cc webkit_print_params->printableArea.x = x 262 chrome/renderer/printing/print_web_view_helper.cc ConvertUnit(print_params.printable_area.x(), dpi, x 516 chrome/renderer/printing/print_web_view_helper.cc canvas->translate((content_area.x() - canvas_area.x()) / scale_factor, x 519 chrome/renderer/printing/print_web_view_helper.cc SkRect::MakeXYWH(content_area.origin().x() / scale_factor, x 1086 chrome/renderer/printing/print_web_view_helper.cc ConvertUnit(print_params.printable_area.x(), dpi, kPointsPerInch), x 271 chrome/renderer/printing/print_web_view_helper_browsertest.cc mouse_event.x = bounds.CenterPoint().x(); x 147 chrome/renderer/printing/print_web_view_helper_win.cc static_cast<int>(ConvertUnitDouble(content_area.x(), kPointsPerInch, x 47 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java int x = spannable.getSpanStart(clickable[0]) + 1; x 52 chrome/test/android/javatests/src/org/chromium/chrome/test/util/TranslateUtil.java float xPos = text.getPaddingLeft() + (sizePerChar * x); x 95 chrome/test/base/interactive_test_utils.cc location.x(), location.y(), runner->QuitClosure())) { x 79 chrome/test/base/interactive_test_utils_gtk.cc bounds.x() + bounds.width() / 2, x 62 chrome/test/base/interactive_test_utils_views.cc view_center.x(), x 241 chrome/test/base/view_event_test_base.cc void ViewEventTestBase::ScheduleMouseMoveInBackground(int x, int y) { x 248 chrome/test/base/view_event_test_base.cc base::Bind(base::IgnoreResult(&ui_controls::SendMouseMove), x, y), x 133 chrome/test/base/view_event_test_base.h void ScheduleMouseMoveInBackground(int x, int y); x 32 chrome/test/base/web_ui_browsertest.h #define WEB_UI_UNITTEST_F(x, y) \ x 33 chrome/test/base/web_ui_browsertest.h IN_PROC_BROWSER_TEST_F(x, y) { \ x 7 chrome/test/chromedriver/basic_types.cc WebPoint::WebPoint() : x(0), y(0) {} x 9 chrome/test/chromedriver/basic_types.cc WebPoint::WebPoint(int x, int y) : x(x), y(y) {} x 14 chrome/test/chromedriver/basic_types.cc x += x_; x 26 chrome/test/chromedriver/basic_types.cc WebRect::WebRect(int x, int y, int width, int height) x 27 chrome/test/chromedriver/basic_types.cc : origin(x, y), size(width, height) {} x 34 chrome/test/chromedriver/basic_types.cc int WebRect::X() const { return origin.x; } x 10 chrome/test/chromedriver/basic_types.h WebPoint(int x, int y); x 15 chrome/test/chromedriver/basic_types.h int x; x 30 chrome/test/chromedriver/basic_types.h WebRect(int x, int y, int width, int height); x 33 chrome/test/chromedriver/chrome/automation_extension.cc Status AutomationExtension::GetWindowPosition(int* x, int* y) { x 35 chrome/test/chromedriver/chrome/automation_extension.cc return GetWindowInfo(x, y, &temp_width, &temp_height); x 38 chrome/test/chromedriver/chrome/automation_extension.cc Status AutomationExtension::SetWindowPosition(int x, int y) { x 40 chrome/test/chromedriver/chrome/automation_extension.cc update_info.SetInteger("left", x); x 65 chrome/test/chromedriver/chrome/automation_extension.cc Status AutomationExtension::GetWindowInfo(int* x, x 88 chrome/test/chromedriver/chrome/automation_extension.cc *x = temp_x; x 34 chrome/test/chromedriver/chrome/automation_extension.h Status GetWindowPosition(int* x, int* y); x 37 chrome/test/chromedriver/chrome/automation_extension.h Status SetWindowPosition(int x, int y); x 49 chrome/test/chromedriver/chrome/automation_extension.h Status GetWindowInfo(int* x, int* y, int* width, int* height); x 9 chrome/test/chromedriver/chrome/ui_events.cc int x, x 15 chrome/test/chromedriver/chrome/ui_events.cc x(x), x 23 chrome/test/chromedriver/chrome/ui_events.cc int x, x 26 chrome/test/chromedriver/chrome/ui_events.cc x(x), x 30 chrome/test/chromedriver/chrome/ui_events.h int x, x 38 chrome/test/chromedriver/chrome/ui_events.h int x; x 54 chrome/test/chromedriver/chrome/ui_events.h int x, x 59 chrome/test/chromedriver/chrome/ui_events.h int x; x 239 chrome/test/chromedriver/chrome/web_view_impl.cc params.SetInteger("x", it->x); x 250 chrome/test/chromedriver/chrome/web_view_impl.cc args.AppendInteger(it->x); x 269 chrome/test/chromedriver/chrome/web_view_impl.cc point->SetInteger("x", event.x); x 143 chrome/test/chromedriver/element_commands.cc kMovedMouseEventType, kNoneMouseButton, location.x, location.y, x 183 chrome/test/chromedriver/element_commands.cc location.x, location.y, session->sticky_modifiers, 0)); x 186 chrome/test/chromedriver/element_commands.cc location.x, location.y, session->sticky_modifiers, 1)); x 189 chrome/test/chromedriver/element_commands.cc location.x, location.y, session->sticky_modifiers, 1)); x 217 chrome/test/chromedriver/element_commands.cc TouchEvent(kTouchStart, location.x, location.y)); x 219 chrome/test/chromedriver/element_commands.cc TouchEvent(kTouchEnd, location.x, location.y)); x 246 chrome/test/chromedriver/element_commands.cc TouchEvent(kTouchStart, location.x, location.y)); x 261 chrome/test/chromedriver/element_commands.cc location.x + xoffset_per_event * i, x 269 chrome/test/chromedriver/element_commands.cc TouchEvent(kTouchEnd, location.x + xoffset, location.y + yoffset)); x 29 chrome/test/chromedriver/element_util.cc double x, y; x 30 chrome/test/chromedriver/element_util.cc if (!dict_value->GetDouble("x", &x) || x 33 chrome/test/chromedriver/element_util.cc point->x = static_cast<int>(x); x 55 chrome/test/chromedriver/element_util.cc double x, y, width, height; x 56 chrome/test/chromedriver/element_util.cc if (!dict_value->GetDouble("left", &x) || x 61 chrome/test/chromedriver/element_util.cc rect->origin.x = static_cast<int>(x); x 212 chrome/test/chromedriver/element_util.cc dict->SetInteger("x", point.x); x 462 chrome/test/chromedriver/session_commands.cc int x, y; x 463 chrome/test/chromedriver/session_commands.cc status = extension->GetWindowPosition(&x, &y); x 468 chrome/test/chromedriver/session_commands.cc position.SetInteger("x", x); x 478 chrome/test/chromedriver/session_commands.cc double x, y; x 479 chrome/test/chromedriver/session_commands.cc if (!params.GetDouble("x", &x) || !params.GetDouble("y", &y)) x 494 chrome/test/chromedriver/session_commands.cc return extension->SetWindowPosition(static_cast<int>(x), static_cast<int>(y)); x 128 chrome/test/chromedriver/window_commands.cc Session* session, WebView* web_view, int x, int y, int* offset_x, x 132 chrome/test/chromedriver/window_commands.cc args.AppendInteger(x); x 160 chrome/test/chromedriver/window_commands.cc *offset_x = x - view_x; x 171 chrome/test/chromedriver/window_commands.cc int x, y; x 172 chrome/test/chromedriver/window_commands.cc if (!params.GetInteger("x", &x)) x 176 chrome/test/chromedriver/window_commands.cc int relative_x = x; x 179 chrome/test/chromedriver/window_commands.cc session, web_view, x, y, &relative_x, &relative_y); x 483 chrome/test/chromedriver/window_commands.cc location.x, location.y, session->sticky_modifiers, 0)); x 503 chrome/test/chromedriver/window_commands.cc session->mouse_position.x, session->mouse_position.y, x 507 chrome/test/chromedriver/window_commands.cc session->mouse_position.x, session->mouse_position.y, x 524 chrome/test/chromedriver/window_commands.cc session->mouse_position.x, session->mouse_position.y, x 541 chrome/test/chromedriver/window_commands.cc session->mouse_position.x, session->mouse_position.y, x 558 chrome/test/chromedriver/window_commands.cc session->mouse_position.x, session->mouse_position.y, x 562 chrome/test/chromedriver/window_commands.cc session->mouse_position.x, session->mouse_position.y, x 48 chrome/test/data/nacl/ppapi/ppp_instance/ppapi_ppp_instance.cc EXPECT(clip.point.x == 0 && clip.point.y == 0); x 417 chrome/test/remoting/remote_desktop_browsertest.cc void RemoteDesktopBrowserTest::SimulateMouseLeftClickAt(int x, int y) { x 418 chrome/test/remoting/remote_desktop_browsertest.cc SimulateMouseClickAt(0, blink::WebMouseEvent::ButtonLeft, x, y); x 422 chrome/test/remoting/remote_desktop_browsertest.cc int modifiers, blink::WebMouseEvent::Button button, int x, int y) { x 435 chrome/test/remoting/remote_desktop_browsertest.cc ASSERT_GT(x, 0); x 436 chrome/test/remoting/remote_desktop_browsertest.cc ASSERT_LT(x, width); x 444 chrome/test/remoting/remote_desktop_browsertest.cc gfx::Point(left + x, top + y)); x 114 chrome/test/remoting/remote_desktop_browsertest.h void SimulateMouseLeftClickAt(int x, int y); x 118 chrome/test/remoting/remote_desktop_browsertest.h int modifiers, blink::WebMouseEvent::Button button, int x, int y); x 18 chrome/test/security_tests/security_tests.cc #define SECURITY_CHECK(x) (*test_count)++; \ x 19 chrome/test/security_tests/security_tests.cc if (sandbox::SBOX_TEST_DENIED != x) { \ x 665 chrome/utility/chrome_content_utility_client.cc settings.dpi(), settings.dpi(), settings.area().x(), x 15 chrome/utility/importer/firefox_importer_unittest.cc #define MAYBE_NSS(x) DISABLED_##x x 17 chrome/utility/importer/firefox_importer_unittest.cc #define MAYBE_NSS(x) x x 12 chromeos/network/network_ip_config.cc #define ENUM_CASE(x) case x: return std::string(#x) x 1174 components/autofill/content/renderer/form_autofill_util.cc return gfx::RectF(bounding_box.x() * scale, x 702 components/autofill/content/renderer/password_autofill_agent.cc gfx::RectF bounding_box_scaled(bounding_box.x() * scale, x 218 components/autofill/core/browser/autofill_profile.cc bool operator()(const base::string16& x, const base::string16& y) const { x 220 components/autofill/core/browser/autofill_profile.cc x.size() == y.size() && StringToLowerASCII(x) == StringToLowerASCII(y); x 56 components/autofill/core/browser/crypto/rc4_decryptor.h uint8 x; x 76 components/autofill/core/browser/crypto/rc4_decryptor.h key_.x = key_.y = 0; x 86 components/autofill/core/browser/crypto/rc4_decryptor.h uint8 x, y; x 91 components/autofill/core/browser/crypto/rc4_decryptor.h x = key_.x; x 95 components/autofill/core/browser/crypto/rc4_decryptor.h x = (x + 1) % kKeyDataSize; x 96 components/autofill/core/browser/crypto/rc4_decryptor.h y = (state[x] + y) % kKeyDataSize; x 97 components/autofill/core/browser/crypto/rc4_decryptor.h SwapByte(&state[x], &state[y]); x 98 components/autofill/core/browser/crypto/rc4_decryptor.h xor_index = (state[x] + state[y]) % kKeyDataSize; x 101 components/autofill/core/browser/crypto/rc4_decryptor.h key_.x = x; x 70 components/breakpad/app/breakpad_linux.cc #define IGNORE_RET(x) do { if (x); } while (0) x 134 components/plugins/renderer/webview_plugin.cc paint_rect.Offset(-rect_.x(), -rect_.y()); x 136 components/plugins/renderer/webview_plugin.cc canvas->translate(SkIntToScalar(rect_.x()), SkIntToScalar(rect_.y())); x 970 components/policy/core/common/schema_unittest.cc Schema x = policy.GetProperty("x"); x 971 components/policy/core/common/schema_unittest.cc ASSERT_TRUE(x.valid()); x 972 components/policy/core/common/schema_unittest.cc EXPECT_EQ(base::Value::TYPE_BOOLEAN, x.type()); x 21 components/signin/core/browser/signin_internals_util.cc #define ENUM_CASE(x) case x: return (std::string(kSigninPrefPrefix) + #x) x 63 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java contentViewCore.getContainerView(), Gravity.NO_GRAVITY, origin.x, origin.y); x 90 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java mPopup.update(origin.x, origin.y, mPopup.getWidth(), mPopup.getHeight()); x 145 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java private Point adjustWindowPosition(ContentViewCore contentViewCore, int x, int y) { x 152 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java if (x < 0) { x 153 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java x = 0; x 154 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java } else if (x + width > viewWidth) { x 155 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java x = viewWidth - width; x 160 components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ValidationMessageBubble.java return new Point(x, y); x 40 components/web_contents_delegate_android/validation_message_bubble_android.cc anchor_in_root_view.x(), x 59 components/web_contents_delegate_android/validation_message_bubble_android.cc anchor_in_root_view.x(), x 166 content/browser/accessibility/accessibility_tree_formatter.cc int x, y; x 167 content/browser/accessibility/accessibility_tree_formatter.cc value.GetInteger(x_name, &x); x 169 content/browser/accessibility/accessibility_tree_formatter.cc std::string xy_str(base::StringPrintf("%s=(%d, %d)", name, x, y)); x 45 content/browser/accessibility/accessibility_tree_formatter_utils_win.cc #define IA_ROLE_MAP(x) ia_role_string_map[x] = L#x; \ x 46 content/browser/accessibility/accessibility_tree_formatter_utils_win.cc ia2_role_string_map[x] = L#x; x 47 content/browser/accessibility/accessibility_tree_formatter_utils_win.cc #define IA2_ROLE_MAP(x) ia2_role_string_map[x] = L#x; x 48 content/browser/accessibility/accessibility_tree_formatter_utils_win.cc #define IA_STATE_MAP(x) ia_state_string_map[STATE_SYSTEM_##x] = L#x; x 49 content/browser/accessibility/accessibility_tree_formatter_utils_win.cc #define IA2_STATE_MAP(x) ia2_state_string_map[x] = L#x; x 29 content/browser/accessibility/accessibility_win_browsertest.cc #define MAYBE(x) DISABLED_##x x 31 content/browser/accessibility/accessibility_win_browsertest.cc #define MAYBE(x) x x 170 content/browser/accessibility/browser_accessibility.cc bounds.Offset(parent->location().x(), parent->location().y()); x 264 content/browser/accessibility/browser_accessibility.cc int left = child_rect.x() + start_pixel_offset; x 265 content/browser/accessibility/browser_accessibility.cc int right = child_rect.x() + end_pixel_offset; x 280 content/browser/accessibility/browser_accessibility.cc child_overlap_rect = gfx::Rect(child_rect.x(), top, x 287 content/browser/accessibility/browser_accessibility.cc child_overlap_rect = gfx::Rect(child_rect.x(), top, x 38 content/browser/accessibility/browser_accessibility_gtk.cc AtkComponent* component, gint x, gint y, AtkCoordType coord_type) { x 43 content/browser/accessibility/browser_accessibility_gtk.cc gfx::Point point(x, y); x 57 content/browser/accessibility/browser_accessibility_gtk.cc AtkComponent* component, gint* x, gint* y, gint* width, gint* height, x 64 content/browser/accessibility/browser_accessibility_gtk.cc *x = bounds.x(); x 197 content/browser/accessibility/browser_accessibility_manager_android.cc JNIEnv* env, jobject obj, jint x, jint y) { x 200 content/browser/accessibility/browser_accessibility_manager_android.cc root_->BrowserAccessibilityForPoint(gfx::Point(x, y))); x 210 content/browser/accessibility/browser_accessibility_manager_android.cc BrowserAccessibility* nearest_node = FuzzyHitTest(x, y, result); x 262 content/browser/accessibility/browser_accessibility_manager_android.cc absolute_rect.x(), absolute_rect.y(), x 263 content/browser/accessibility/browser_accessibility_manager_android.cc parent_relative_rect.x(), parent_relative_rect.y(), x 417 content/browser/accessibility/browser_accessibility_manager_android.cc int x, int y, BrowserAccessibility* start_node) { x 420 content/browser/accessibility/browser_accessibility_manager_android.cc FuzzyHitTestImpl(x, y, start_node, &nearest_node, &min_distance); x 426 content/browser/accessibility/browser_accessibility_manager_android.cc int x, int y, BrowserAccessibility* start_node, x 430 content/browser/accessibility/browser_accessibility_manager_android.cc int distance = CalculateDistanceSquared(x, y, node); x 452 content/browser/accessibility/browser_accessibility_manager_android.cc FuzzyHitTestImpl(x, y, child, nearest_candidate, nearest_distance); x 458 content/browser/accessibility/browser_accessibility_manager_android.cc int x, int y, BrowserAccessibility* node) { x 460 content/browser/accessibility/browser_accessibility_manager_android.cc int nearest_x = Clamp(x, node_bounds.x(), node_bounds.right()); x 462 content/browser/accessibility/browser_accessibility_manager_android.cc int dx = std::abs(x - nearest_x); x 46 content/browser/accessibility/browser_accessibility_manager_android.h jint HitTest(JNIEnv* env, jobject obj, jint x, jint y); x 89 content/browser/accessibility/browser_accessibility_manager_android.h int x, int y, BrowserAccessibility* start_node); x 91 content/browser/accessibility/browser_accessibility_manager_android.h static void FuzzyHitTestImpl(int x, int y, BrowserAccessibility* start_node, x 96 content/browser/accessibility/browser_accessibility_manager_android.h static int CalculateDistanceSquared(int x, int y, BrowserAccessibility* node); x 283 content/browser/accessibility/browser_accessibility_win.cc *x_left = bounds.x(); x 816 content/browser/accessibility/browser_accessibility_win.cc manager()->ScrollToMakeVisible(*this, gfx::Rect(r.x(), r.y(), 0, 0)); x 824 content/browser/accessibility/browser_accessibility_win.cc *this, gfx::Rect(r.x(), r.y(), r.width(), 0)); x 828 content/browser/accessibility/browser_accessibility_win.cc *this, gfx::Rect(r.x(), r.bottom(), r.width(), 0)); x 832 content/browser/accessibility/browser_accessibility_win.cc *this, gfx::Rect(r.x(), r.y(), 0, r.height())); x 851 content/browser/accessibility/browser_accessibility_win.cc LONG x, x 856 content/browser/accessibility/browser_accessibility_win.cc gfx::Point scroll_to(x, y); x 984 content/browser/accessibility/browser_accessibility_win.cc LONG* x, x 989 content/browser/accessibility/browser_accessibility_win.cc if (!x || !y) x 997 content/browser/accessibility/browser_accessibility_win.cc *x = location().x() + top_left.x; x 1000 content/browser/accessibility/browser_accessibility_win.cc *x = location().x(); x 1003 content/browser/accessibility/browser_accessibility_win.cc *x -= parent()->location().x(); x 1952 content/browser/accessibility/browser_accessibility_win.cc *out_x = character_bounds.x(); x 2165 content/browser/accessibility/browser_accessibility_win.cc LONG x, x 2194 content/browser/accessibility/browser_accessibility_win.cc LONG x, LONG y) { x 2196 content/browser/accessibility/browser_accessibility_win.cc return scrollToPoint(coordinate_type, x, y); x 2730 content/browser/accessibility/browser_accessibility_win.cc *out_x = bounds.x(); x 226 content/browser/accessibility/browser_accessibility_win.h LONG x, x 279 content/browser/accessibility/browser_accessibility_win.h LONG* x, x 492 content/browser/accessibility/browser_accessibility_win.h LONG x, x 506 content/browser/accessibility/browser_accessibility_win.h LONG x, LONG y); x 34 content/browser/accessibility/dump_accessibility_tree_browsertest.cc #define MAYBE(x) DISABLED_##x x 36 content/browser/accessibility/dump_accessibility_tree_browsertest.cc #define MAYBE(x) x x 113 content/browser/android/content_view_core_impl.cc static_cast<int>(rect.x()), x 480 content/browser/android/content_view_core_impl.cc scroll_offset.x(), x 483 content/browser/android/content_view_core_impl.cc page_scale_factor_limits.x(), x 644 content/browser/android/content_view_core_impl.cc gesture.x * dpi_scale(), x 1081 content/browser/android/content_view_core_impl.cc jfloat x, x 1090 content/browser/android/content_view_core_impl.cc time_ms / 1000.0, x / dpi_scale(), y / dpi_scale(), 0, 1); x 1099 content/browser/android/content_view_core_impl.cc jfloat x, x 1115 content/browser/android/content_view_core_impl.cc direction, time_ms / 1000.0, x / dpi_scale(), y / dpi_scale()); x 1122 content/browser/android/content_view_core_impl.cc WebInputEvent::Type type, int64 time_ms, float x, float y) const { x 1124 content/browser/android/content_view_core_impl.cc type, time_ms / 1000.0, x / dpi_scale(), y / dpi_scale()); x 1157 content/browser/android/content_view_core_impl.cc jfloat x, x 1162 content/browser/android/content_view_core_impl.cc WebInputEvent::GestureScrollBegin, time_ms, x, y); x 1176 content/browser/android/content_view_core_impl.cc jfloat x, jfloat y, jfloat dx, jfloat dy) { x 1178 content/browser/android/content_view_core_impl.cc WebInputEvent::GestureScrollUpdate, time_ms, x, y); x 1186 content/browser/android/content_view_core_impl.cc jfloat x, jfloat y, jfloat vx, jfloat vy) { x 1188 content/browser/android/content_view_core_impl.cc WebInputEvent::GestureFlingStart, time_ms, x, y); x 1202 content/browser/android/content_view_core_impl.cc jfloat x, jfloat y) { x 1204 content/browser/android/content_view_core_impl.cc WebInputEvent::GestureTap, time_ms, x, y); x 1211 content/browser/android/content_view_core_impl.cc jfloat x, jfloat y) { x 1213 content/browser/android/content_view_core_impl.cc WebInputEvent::GestureDoubleTap, time_ms, x, y); x 1222 content/browser/android/content_view_core_impl.cc jfloat x, jfloat y) { x 1224 content/browser/android/content_view_core_impl.cc WebInputEvent::GestureLongPress, time_ms, x, y); x 1230 content/browser/android/content_view_core_impl.cc jfloat x, jfloat y) { x 1232 content/browser/android/content_view_core_impl.cc WebInputEvent::GesturePinchBegin, time_ms, x, y); x 1265 content/browser/android/content_view_core_impl.cc jfloat x, jfloat y) { x 1268 content/browser/android/content_view_core_impl.cc gfx::Point(x / dpi_scale(), y / dpi_scale())); x 1748 content/browser/android/content_view_core_impl.cc jint x, x 1753 content/browser/android/content_view_core_impl.cc static_cast<int>(x / dpi_scale()), x 58 content/browser/android/content_view_core_impl.h virtual void ShowPastePopup(int x, int y) OVERRIDE; x 117 content/browser/android/content_view_core_impl.h jfloat x, x 122 content/browser/android/content_view_core_impl.h jfloat x, x 126 content/browser/android/content_view_core_impl.h jfloat x, jfloat y, jfloat hintx, jfloat hinty); x 129 content/browser/android/content_view_core_impl.h jfloat x, jfloat y, jfloat dx, jfloat dy); x 131 content/browser/android/content_view_core_impl.h jfloat x, jfloat y, jfloat vx, jfloat vy); x 134 content/browser/android/content_view_core_impl.h jfloat x, jfloat y); x 136 content/browser/android/content_view_core_impl.h jfloat x, jfloat y) ; x 138 content/browser/android/content_view_core_impl.h jfloat x, jfloat y); x 139 content/browser/android/content_view_core_impl.h void PinchBegin(JNIEnv* env, jobject obj, jlong time_ms, jfloat x, jfloat y); x 142 content/browser/android/content_view_core_impl.h jfloat x, jfloat y, jfloat delta); x 146 content/browser/android/content_view_core_impl.h void MoveCaret(JNIEnv* env, jobject obj, jfloat x, jfloat y); x 230 content/browser/android/content_view_core_impl.h jint x, x 346 content/browser/android/content_view_core_impl.h blink::WebInputEvent::Type type, int64 time_ms, float x, float y) const; x 169 content/browser/android/in_process/synchronous_compositor_output_surface.cc transform->matrix().postTranslate(-viewport.x(), -viewport.y(), 0); x 75 content/browser/android/overscroll_glow.cc if (IsApproxZero(vector.x())) x 164 content/browser/android/overscroll_glow.cc if (velocity.x() * old_velocity_.x() < 0) x 172 content/browser/android/overscroll_glow.cc if (overscroll.x() * old_overscroll_.x() < 0 || x 173 content/browser/android/overscroll_glow.cc std::abs(overscroll.x()) < std::abs(old_overscroll_.x())) x 282 content/browser/android/overscroll_glow.cc min(overscroll_pull.x(), 0.f), // Left x 284 content/browser/android/overscroll_glow.cc max(overscroll_pull.x(), 0.f) // Right x 307 content/browser/android/overscroll_glow.cc old_overscroll.x() >= 0 && overscroll.x() < 0 ? min(velocity.x(), 0.f) : 0, x 309 content/browser/android/overscroll_glow.cc old_overscroll.x() <= 0 && overscroll.x() > 0 ? max(velocity.x(), 0.f) : 0 x 135 content/browser/browser_plugin/browser_plugin_embedder.cc guest_started_drag_->DragSourceEndedAt(client_x - guest_offset.x(), x 28 content/browser/child_process_security_policy_unittest.cc #define TEST_PATH(x) FILE_PATH_LITERAL("c:") FILE_PATH_LITERAL(x) x 30 content/browser/child_process_security_policy_unittest.cc #define TEST_PATH(x) FILE_PATH_LITERAL(x) x 207 content/browser/compositor/reflector_impl.cc gfx::Rect new_rect(rect.x(), y, rect.width(), rect.height()); x 90 content/browser/compositor/software_output_device_win.cc skia::DrawToNativeContext(canvas, hdc, rect.x(), rect.y(), &src_rect); x 100 content/browser/compositor/software_output_device_win.cc info, pixels, info.minRowBytes(), rect.x(), rect.y()); x 64 content/browser/compositor/software_output_device_x11.cc rect.x(), x 66 content/browser/compositor/software_output_device_x11.cc rect.x(), x 75 content/browser/device_orientation/sensor_manager_android.cc JNIEnv*, jobject, double x, double y, double z) { x 82 content/browser/device_orientation/sensor_manager_android.cc device_motion_buffer_->data.accelerationX = x; x 97 content/browser/device_orientation/sensor_manager_android.cc JNIEnv*, jobject, double x, double y, double z) { x 104 content/browser/device_orientation/sensor_manager_android.cc device_motion_buffer_->data.accelerationIncludingGravityX = x; x 36 content/browser/device_orientation/sensor_manager_android.h double x, double y, double z); x 38 content/browser/device_orientation/sensor_manager_android.h double x, double y, double z); x 48 content/browser/devtools/devtools_agent_host_impl.cc void DevToolsAgentHostImpl::InspectElement(int x, int y) { x 46 content/browser/devtools/devtools_agent_host_impl.h virtual void InspectElement(int x, int y) OVERRIDE; x 27 content/browser/devtools/ipc_devtools_agent_host.cc void IPCDevToolsAgentHost::InspectElement(int x, int y) { x 29 content/browser/devtools/ipc_devtools_agent_host.cc x, y)); x 22 content/browser/devtools/ipc_devtools_agent_host.h virtual void InspectElement(int x, int y) OVERRIDE; x 589 content/browser/devtools/renderer_overrides_handler.cc metadata.root_scroll_offset.x()); x 853 content/browser/devtools/renderer_overrides_handler.cc &mouse_event.x) || x 859 content/browser/devtools/renderer_overrides_handler.cc mouse_event.windowX = mouse_event.x; x 861 content/browser/devtools/renderer_overrides_handler.cc mouse_event.globalX = mouse_event.x; x 938 content/browser/devtools/renderer_overrides_handler.cc &event.x) || x 943 content/browser/devtools/renderer_overrides_handler.cc event.globalX = event.x; x 18 content/browser/fileapi/file_system_context_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 457 content/browser/frame_host/render_widget_host_view_guest.cc guest_bounds.x() - embedder_bounds.x(), x 563 content/browser/frame_host/render_widget_host_view_guest.cc web_gesture.x = client_point.x(); x 565 content/browser/frame_host/render_widget_host_view_guest.cc web_gesture.globalX = screen_point.x(); x 69 content/browser/gamepad/xbox_data_fetcher_mac.cc bool x : 1; x 93 content/browser/gamepad/xbox_data_fetcher_mac.cc bool x : 1; x 127 content/browser/gamepad/xbox_data_fetcher_mac.cc void NormalizeAxis(int16 x, x 132 content/browser/gamepad/xbox_data_fetcher_mac.cc float x_val = x; x 176 content/browser/gamepad/xbox_data_fetcher_mac.cc normalized_data->buttons[2] = data.x; x 207 content/browser/gamepad/xbox_data_fetcher_mac.cc normalized_data->buttons[2] = data.x; x 792 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = CompareTypes(KeyTypeByteToKeyType(type_a), x 794 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 947 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = prefix_a.Compare(prefix_b)) x 948 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 967 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = type_byte_a - type_byte_b) x 968 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 1003 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = type_byte_a - type_byte_b) x 1004 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 1387 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = origin_.compare(other.origin_)) x 1388 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 1463 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = CompareInts(object_store_id_, other.object_store_id_)) x 1464 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 1523 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = CompareInts(object_store_id_, other.object_store_id_)) x 1524 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 1525 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = CompareInts(index_id_, other.index_id_)) x 1526 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 1620 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = CompareInts(object_store_id_, other.object_store_id_)) x 1621 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 1704 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (int x = CompareInts(object_store_id_, other.object_store_id_)) x 1705 content/browser/indexed_db/indexed_db_leveldb_coding.cc return x; x 29 content/browser/media/capture/content_video_capture_device_core.h IntType MakeEven(IntType x) { x 30 content/browser/media/capture/content_video_capture_device_core.h return x & static_cast<IntType>(-2); x 43 content/browser/media/capture/desktop_capture_device.cc result.x(), result.y(), result.right(), result.bottom()); x 33 content/browser/media/capture/desktop_capture_device_aura.cc int clip_byte(int x) { x 34 content/browser/media/capture/desktop_capture_device_aura.cc return std::max(0, std::min(x, 255)); x 51 content/browser/media/capture/desktop_capture_device_aura.cc gfx::Vector2d(cursor_position.x(), cursor_position.y()), x 63 content/browser/media/capture/desktop_capture_device_aura.cc for (int x = rect.x(); x < rect.right(); ++x) { x 64 content/browser/media/capture/desktop_capture_device_aura.cc int cursor_x = x - cursor_position.x(); x 72 content/browser/media/capture/desktop_capture_device_aura.cc yplane[x] = alpha_blend(alpha, color_y, yplane[x]); x 75 content/browser/media/capture/desktop_capture_device_aura.cc if ((x % 2 == 0) && (y % 2 == 0)) { x 80 content/browser/media/capture/desktop_capture_device_aura.cc uplane[x / 2] = alpha_blend(alpha, color_u, uplane[x / 2]); x 81 content/browser/media/capture/desktop_capture_device_aura.cc vplane[x / 2] = alpha_blend(alpha, color_v, vplane[x / 2]); x 307 content/browser/media/capture/desktop_capture_device_aura.cc region_in_frame = gfx::Rect(region_in_frame.x() & ~1, x 381 content/browser/media/capture/desktop_capture_device_aura.cc cursor_position.Offset(-desktop_bounds.x() - hot_point_in_dip.x(), x 384 content/browser/media/capture/desktop_capture_device_aura.cc region_in_frame.x() + cursor_position.x() * region_in_frame.width() / x 95 content/browser/media/capture/web_contents_video_capture_device.cc result.set_x(MakeEven(result.x())); x 17 content/browser/media/media_browsertest.cc #define MAYBE(x) DISABLED_##x x 19 content/browser/media/media_browsertest.cc #define MAYBE(x) x x 31 content/browser/plugin_browsertest.cc #define MAYBE(x) DISABLED_##x x 33 content/browser/plugin_browsertest.cc #define MAYBE(x) x x 37 content/browser/plugin_process_host_mac.cc { window_rect.x(), window_rect.y() }, x 56 content/browser/renderer_host/backing_store_aura.cc canvas->DrawImageInt(image, point.x(), point.y()); x 126 content/browser/renderer_host/backing_store_aura.cc int x = pixel_copy_rect.x() - pixel_bitmap_rect.x(); x 128 content/browser/renderer_host/backing_store_aura.cc SkIRect srcrect = SkIRect::MakeXYWH(x, y, x 135 content/browser/renderer_host/backing_store_aura.cc SkIntToScalar(pixel_copy_dst_rect.x()), x 151 content/browser/renderer_host/backing_store_aura.cc int x = std::min(pixel_rect.x(), pixel_rect.x() - pixel_delta.x()); x 153 content/browser/renderer_host/backing_store_aura.cc int w = pixel_rect.width() + abs(pixel_delta.x()); x 155 content/browser/renderer_host/backing_store_aura.cc SkIRect rect = SkIRect::MakeXYWH(x, y, w, h); x 156 content/browser/renderer_host/backing_store_aura.cc bitmap_.scrollRect(&rect, pixel_delta.x(), pixel_delta.y()); x 168 content/browser/renderer_host/backing_store_aura.cc SkIRect skrect = SkIRect::MakeXYWH(rect.x(), rect.y(), width, height); x 172 content/browser/renderer_host/backing_store_aura.cc SkCanvas(output->GetBitmap()).writePixels(b, rect.x(), rect.y()); x 333 content/browser/renderer_host/backing_store_gtk.cc copy_rect.x() - bitmap_rect.x(), // src_x x 337 content/browser/renderer_host/backing_store_gtk.cc copy_rect.x(), // dest_x x 423 content/browser/renderer_host/backing_store_gtk.cc pixel_copy_rect.x() - pixel_bitmap_rect.x(), /* source x */ x 425 content/browser/renderer_host/backing_store_gtk.cc pixel_copy_rect.x() - pixel_bitmap_rect.x(), /* dest x */ x 485 content/browser/renderer_host/backing_store_gtk.cc copy_rect.x() - bitmap_rect.x(), // src_x x 489 content/browser/renderer_host/backing_store_gtk.cc copy_rect.x(), // dest_x x 569 content/browser/renderer_host/backing_store_gtk.cc !XShmGetImage(display_, pixmap_, image, rect.x(), rect.y(), x 582 content/browser/renderer_host/backing_store_gtk.cc rect.x(), rect.y(), width, height, x 609 content/browser/renderer_host/backing_store_gtk.cc for (int x = 0; x < width; ++x, ++dest_row) { x 611 content/browser/renderer_host/backing_store_gtk.cc *dest_row = src_row[x] | 0xff000000; x 632 content/browser/renderer_host/backing_store_gtk.cc DCHECK(delta.x() == 0 || delta.y() == 0); x 638 content/browser/renderer_host/backing_store_gtk.cc clip_rect.x() /* source x */, x 642 content/browser/renderer_host/backing_store_gtk.cc clip_rect.x() /* dest x */, x 646 content/browser/renderer_host/backing_store_gtk.cc } else if (delta.x()) { x 648 content/browser/renderer_host/backing_store_gtk.cc if (abs(delta.x()) < clip_rect.width()) { x 650 content/browser/renderer_host/backing_store_gtk.cc std::max(clip_rect.x(), clip_rect.x() - delta.x()), x 652 content/browser/renderer_host/backing_store_gtk.cc clip_rect.width() - abs(delta.x()), x 654 content/browser/renderer_host/backing_store_gtk.cc std::max(clip_rect.x(), clip_rect.x() + delta.x()) /* dest x */, x 663 content/browser/renderer_host/backing_store_gtk.cc rect.x(), rect.y(), rect.width(), rect.height(), x 664 content/browser/renderer_host/backing_store_gtk.cc rect.x() + origin.x(), rect.y() + origin.y()); x 674 content/browser/renderer_host/backing_store_gtk.cc cairo_translate(cr, rect.x(), rect.y()); x 686 content/browser/renderer_host/backing_store_gtk.cc cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height()); x 209 content/browser/renderer_host/backing_store_manager.cc bitmap_rect.x() != 0 || bitmap_rect.y() != 0 || x 112 content/browser/renderer_host/compositing_iosurface_mac.h void set(float x, float y, float tx, float ty) { x 113 content/browser/renderer_host/compositing_iosurface_mac.h x_ = x; x 118 content/browser/renderer_host/compositing_iosurface_mac.h void set_position(float x, float y) { x 119 content/browser/renderer_host/compositing_iosurface_mac.h x_ = x; x 153 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc DrawQuad(src_subrect.x(), src_subrect.y(), x 224 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc DrawQuad(src_subrect.x(), src_subrect.y(), x 119 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc for (int x = 0; x < size.width(); ++x, ++p) { x 120 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc if ((x < (size.width() / 2)) && (y < (size.height() / 2))) x 123 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc x % 4 < 2 ? 255 : 0, x 125 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc x % 4 < 2 ? 0 : 255); x 185 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc SkIRect::MakeXYWH(src_rect.x(), src_rect.y(), x 226 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc for (int x = 0; x < expected.width(); ++x, ++p, ++q) { x 293 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc << "src_rect=(" << src_rect.x() << ',' << src_rect.y() x 323 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc << "src_rect=(" << src_rect.x() << ',' << src_rect.y() x 110 content/browser/renderer_host/gtk_plugin_container_manager.cc if (move.window_rect.x() != current_x || x 116 content/browser/renderer_host/gtk_plugin_container_manager.cc move.window_rect.x(), x 54 content/browser/renderer_host/gtk_window_utils.cc int x, y; x 57 content/browser/renderer_host/gtk_window_utils.cc display, root, &root_ret, &x, &y, &width, &height, &border, &depth); x 63 content/browser/renderer_host/gtk_window_utils.cc results.rect = blink::WebRect(x, y, width, height); x 79 content/browser/renderer_host/gtk_window_utils.cc results->rect = blink::WebRect(monitor_rect.x, monitor_rect.y, x 312 content/browser/renderer_host/input/gesture_event_queue.cc pinch_event.event.x = gesture_event.event.type == x 314 content/browser/renderer_host/input/gesture_event_queue.cc gesture_event.event.x : last_event->event.x; x 342 content/browser/renderer_host/input/gesture_event_queue.cc (combined_scroll_pinch_x + pinch_event.event.x) / combined_scale - x 343 content/browser/renderer_host/input/gesture_event_queue.cc pinch_event.event.x; x 373 content/browser/renderer_host/input/gesture_event_queue.cc gesture_transform.Translate(-gesture_event.event.x, -gesture_event.event.y); x 375 content/browser/renderer_host/input/gesture_event_queue.cc gesture_transform.Translate(gesture_event.event.x, gesture_event.event.y); x 104 content/browser/renderer_host/input/input_router_impl.cc int x, x 111 content/browser/renderer_host/input/input_router_impl.cc result.x = x; x 731 content/browser/renderer_host/input/input_router_impl.cc int x = mouse_event.x, y = mouse_event.y; x 738 content/browser/renderer_host/input/input_router_impl.cc startX = x; x 742 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 747 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency); x 755 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 760 content/browser/renderer_host/input/input_router_impl.cc startX = x; x 764 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 767 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 772 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 777 content/browser/renderer_host/input/input_router_impl.cc startX = x; x 781 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 784 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 797 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 800 content/browser/renderer_host/input/input_router_impl.cc x, y, 0, event.latency)); x 122 content/browser/renderer_host/input/input_router_impl_perftest.cc gesture.x = origin.x(); x 127 content/browser/renderer_host/input/input_router_impl_perftest.cc gesture.data.scrollUpdate.deltaX = delta.x(); x 130 content/browser/renderer_host/input/input_router_impl_perftest.cc gesture.x += delta.x(); x 152 content/browser/renderer_host/input/input_router_impl_perftest.cc touch.touches[0].position.x = origin.x(); x 154 content/browser/renderer_host/input/input_router_impl_perftest.cc touch.touches[0].screenPosition.x = origin.x(); x 161 content/browser/renderer_host/input/input_router_impl_perftest.cc touch.touches[0].position.x += delta.x(); x 163 content/browser/renderer_host/input/input_router_impl_perftest.cc touch.touches[0].screenPosition.x += delta.x(); x 159 content/browser/renderer_host/input/input_router_impl_unittest.cc void SimulateMouseEvent(WebInputEvent::Type type, int x, int y) { x 161 content/browser/renderer_host/input/input_router_impl_unittest.cc SyntheticWebMouseEventBuilder::Build(type, x, y, 0), x 240 content/browser/renderer_host/input/input_router_impl_unittest.cc int PressTouchPoint(int x, int y) { x 241 content/browser/renderer_host/input/input_router_impl_unittest.cc return touch_event_.PressPoint(x, y); x 244 content/browser/renderer_host/input/input_router_impl_unittest.cc void MoveTouchPoint(int index, int x, int y) { x 245 content/browser/renderer_host/input/input_router_impl_unittest.cc touch_event_.MovePoint(index, x, y); x 175 content/browser/renderer_host/input/motion_event_android.cc return cached_positions_[pointer_index].x(); x 280 content/browser/renderer_host/input/motion_event_android.cc float x, x 286 content/browser/renderer_host/input/motion_event_android.cc x, x 80 content/browser/renderer_host/input/motion_event_android.h float x, x 91 content/browser/renderer_host/input/motion_event_web.cc return event_.touches[pointer_index].position.x; x 164 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc start_.SetPoint(touch_event.touches[0].position.x, x 172 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc gfx::PointF touch_point(touch_event.touches[0].position.x, x 333 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc position_ = gfx::PointF(mouse_event.x, mouse_event.y); x 342 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_EQ(position_, gfx::PointF(mouse_event.x, mouse_event.y)); x 524 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc int x = vector.x(); x 525 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc if (x > 0) x 526 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc x += kTouchSlop; x 527 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc else if (x < 0) x 528 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc x -= kTouchSlop; x 536 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc return gfx::Vector2d(x, y); x 581 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc EXPECT_EQ(AddTouchSlopToVector(params.distances[0], target_).x(), x 582 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc scroll_target->start_to_end_distance().x()); x 605 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc CheckIsWithinRangeSingle(scroll_distance.x(), target_distance.x(), target); x 830 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc CheckIsWithinRangeMulti(scroll_distance.x(), target_distance.x(), target); x 34 content/browser/renderer_host/input/synthetic_gesture_target_android.cc JNIEnv* env, int index, int x, int y, int id) { x 37 content/browser/renderer_host/input/synthetic_gesture_target_android.cc index, x, y, id); x 73 content/browser/renderer_host/input/synthetic_gesture_target_android.cc TouchSetPointer(env, i, point->position.x, point->position.y, point->id); x 48 content/browser/renderer_host/input/synthetic_gesture_target_android.h void TouchSetPointer(JNIEnv* env, int index, int x, int y, int id); x 49 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc gfx::Point location(web_wheel.x, web_wheel.y); x 117 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc gfx::Point location(web_mouse.x, web_mouse.y); x 81 content/browser/renderer_host/input/synthetic_pinch_gesture.cc touch_event_.PressPoint(params_.anchor.x(), start_y_0_); x 82 content/browser/renderer_host/input/synthetic_pinch_gesture.cc touch_event_.PressPoint(params_.anchor.x(), start_y_1_); x 98 content/browser/renderer_host/input/synthetic_pinch_gesture.cc touch_event_.MovePoint(0, params_.anchor.x(), floor(current_y_0)); x 99 content/browser/renderer_host/input/synthetic_pinch_gesture.cc touch_event_.MovePoint(1, params_.anchor.x(), floor(current_y_1)); x 14 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc int x = vector.x() > 0 ? floor(vector.x()) : ceil(vector.x()); x 16 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc return gfx::Vector2d(x, y); x 20 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc int x = vector.x() > 0 ? ceil(vector.x()) : floor(vector.x()); x 22 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc return gfx::Vector2d(x, y); x 189 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc SyntheticWebMouseWheelEventBuilder::Build(delta.x(), delta.y(), 0, false); x 191 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc mouse_wheel_event.x = params_.anchor.x(); x 202 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc touch_event_.PressPoint(params_.anchor.x(), params_.anchor.y()); x 214 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc touch_event_.MovePoint(0, touch_position.x(), touch_position.y()); x 77 content/browser/renderer_host/input/synthetic_tap_gesture.cc touch_event_.PressPoint(params_.position.x(), params_.position.y()); x 83 content/browser/renderer_host/input/synthetic_tap_gesture.cc params_.position.x(), x 103 content/browser/renderer_host/input/synthetic_tap_gesture.cc params_.position.x(), x 128 content/browser/renderer_host/input/touch_event_queue_unittest.cc void PressTouchPoint(float x, float y) { x 129 content/browser/renderer_host/input/touch_event_queue_unittest.cc touch_event_.PressPoint(x, y); x 133 content/browser/renderer_host/input/touch_event_queue_unittest.cc void MoveTouchPoint(int index, float x, float y) { x 134 content/browser/renderer_host/input/touch_event_queue_unittest.cc touch_event_.MovePoint(index, x, y); x 65 content/browser/renderer_host/input/web_input_event_builders_android.cc result.x = window_x; x 88 content/browser/renderer_host/input/web_input_event_builders_android.cc result.x = window_x; x 122 content/browser/renderer_host/input/web_input_event_builders_android.cc int x, x 128 content/browser/renderer_host/input/web_input_event_builders_android.cc result.x = x; x 56 content/browser/renderer_host/input/web_input_event_builders_android.h int x, x 31 content/browser/renderer_host/input/web_input_event_builders_gtk.cc bool ShouldForgetPreviousClick(GdkWindow* window, gint time, gint x, gint y) { x 46 content/browser/renderer_host/input/web_input_event_builders_gtk.cc std::abs(x - last_click_x) > double_click_distance || x 426 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.x = static_cast<int>(event->x); x 428 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.windowX = result.x; x 457 content/browser/renderer_host/input/web_input_event_builders_gtk.cc event->window, event->time, event->x, event->y); x 465 content/browser/renderer_host/input/web_input_event_builders_gtk.cc last_click_x = event->x; x 481 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.x = static_cast<int>(event->x); x 483 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.windowX = result.x; x 504 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (ShouldForgetPreviousClick(event->window, event->time, event->x, event->y)) x 515 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.x = static_cast<int>(event->x); x 517 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.windowX = result.x; x 542 content/browser/renderer_host/input/web_input_event_builders_gtk.cc if (ShouldForgetPreviousClick(event->window, event->time, event->x, event->y)) x 573 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.x = static_cast<int>(event->x); x 575 content/browser/renderer_host/input/web_input_event_builders_gtk.cc result.windowX = result.x; x 26 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc first_click.x = first_click.y = first_click.x_root = first_click.y_root = 100; x 62 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc second_click.x = first_click.x + 100; x 74 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc second_click.x = first_click.y + 100; x 96 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc mouse_down.x = mouse_down.y = mouse_down.x_root = mouse_down.y_root = 100; x 133 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc mouse_move.x = mouse_move.y = mouse_move.x_root = mouse_move.y_root = x 134 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc mouse_down.x + 100; x 148 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc mouse_move.x = mouse_move.y = mouse_move.x_root = mouse_move.y_root = x 149 content/browser/renderer_host/input/web_input_event_builders_gtk_unittest.cc mouse_down.x; x 181 content/browser/renderer_host/input/web_input_event_builders_win.cc return MAKELPARAM(pos.x, pos.y); x 246 content/browser/renderer_host/input/web_input_event_builders_win.cc result.x = static_cast<short>(LOWORD(lparam)); x 248 content/browser/renderer_host/input/web_input_event_builders_win.cc result.windowX = result.x; x 251 content/browser/renderer_host/input/web_input_event_builders_win.cc POINT global_point = { result.x, result.y }; x 254 content/browser/renderer_host/input/web_input_event_builders_win.cc result.globalX = global_point.x; x 267 content/browser/renderer_host/input/web_input_event_builders_win.cc (abs(last_click_position_x - result.x) > x 278 content/browser/renderer_host/input/web_input_event_builders_win.cc last_click_position_x = result.x; x 351 content/browser/renderer_host/input/web_input_event_builders_win.cc result.globalX = cursor_position.x; x 412 content/browser/renderer_host/input/web_input_event_builders_win.cc result.x = client_point.x; x 414 content/browser/renderer_host/input/web_input_event_builders_win.cc result.windowX = result.x; x 187 content/browser/renderer_host/input/web_input_event_util.cc touch.position.x = event.GetX(pointer_index) * scale; x 241 content/browser/renderer_host/input/web_input_event_util.cc gesture.x = data.x * scale; x 250 content/browser/renderer_host/java/java_bound_object.cc double RoundDoubleTowardsZero(const double& x) { x 251 content/browser/renderer_host/java/java_bound_object.cc if (std::isnan(x)) { x 254 content/browser/renderer_host/java/java_bound_object.cc return x > 0.0 ? floor(x) : ceil(x); x 258 content/browser/renderer_host/java/java_bound_object.cc jlong RoundDoubleToLong(const double& x) { x 259 content/browser/renderer_host/java/java_bound_object.cc double intermediate = RoundDoubleTowardsZero(x); x 278 content/browser/renderer_host/java/java_bound_object.cc jint RoundDoubleToInt(const double& x) { x 279 content/browser/renderer_host/java/java_bound_object.cc double intermediate = RoundDoubleTowardsZero(x); x 76 content/browser/renderer_host/legacy_render_widget_host_win.cc ::SetWindowPos(hwnd(), NULL, bounds.x(), bounds.y(), bounds.width(), x 171 content/browser/renderer_host/legacy_render_widget_host_win.cc mouse_coords.x = GET_X_LPARAM(l_param); x 174 content/browser/renderer_host/legacy_render_widget_host_win.cc l_param = MAKELPARAM(mouse_coords.x, mouse_coords.y); x 36 content/browser/renderer_host/pepper/pepper_print_settings_manager.cc result.point.x = DeviceUnitsInPoints(print_area.origin().x(), x 64 content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc return lhs.point.x == rhs.point.x && x 702 content/browser/renderer_host/render_view_host_impl.cc float x, x 705 content/browser/renderer_host/render_view_host_impl.cc request_id, x, y)); x 1669 content/browser/renderer_host/render_view_host_impl.cc void RenderViewHostImpl::CopyImageAt(int x, int y) { x 1670 content/browser/renderer_host/render_view_host_impl.cc Send(new ViewMsg_CopyImageAt(GetRoutingID(), x, y)); x 161 content/browser/renderer_host/render_view_host_impl.h virtual void CopyImageAt(int x, int y) OVERRIDE; x 226 content/browser/renderer_host/render_view_host_impl.h float x, x 981 content/browser/renderer_host/render_widget_host_impl.cc "x", mouse_event.x, "y", mouse_event.y); x 678 content/browser/renderer_host/render_widget_host_unittest.cc void SimulateMouseMove(int x, int y, int modifiers) { x 681 content/browser/renderer_host/render_widget_host_unittest.cc x, x 757 content/browser/renderer_host/render_widget_host_unittest.cc int PressTouchPoint(int x, int y) { x 758 content/browser/renderer_host/render_widget_host_unittest.cc return touch_event_.PressPoint(x, y); x 761 content/browser/renderer_host/render_widget_host_unittest.cc void MoveTouchPoint(int index, int x, int y) { x 762 content/browser/renderer_host/render_widget_host_unittest.cc touch_event_.MovePoint(index, x, y); x 241 content/browser/renderer_host/render_widget_host_view_android.cc DCHECK_LE(src_subrect.width() + src_subrect.x(), bounds.width()); x 783 content/browser/renderer_host/render_widget_host_view_android.cc gfx::Size(texture_size_in_layer_.width() - offset.x(), x 182 content/browser/renderer_host/render_widget_host_view_aura.cc offset.x = offset.y = 0; x 199 content/browser/renderer_host/render_widget_host_view_aura.cc HRGN hrgn = CreateRectRgn(i->second.clip_rect.x(), x 208 content/browser/renderer_host/render_widget_host_view_aura.cc offset_cutout.Offset(-offset.x, -offset.y); x 831 content/browser/renderer_host/render_widget_host_view_aura.cc gfx::Rect view_port(scroll_offset.x(), scroll_offset.y(), view_bounds.width(), x 1026 content/browser/renderer_host/render_widget_host_view_aura.cc invalid_screen_rect.Offset(screen_rect.x(), screen_rect.y()); x 1696 content/browser/renderer_host/render_widget_host_view_aura.cc gfx::Rect(damage_rect.x(), x 1718 content/browser/renderer_host/render_widget_host_view_aura.cc gfx::Rect damage_rect(params_in_pixel.x, x 1960 content/browser/renderer_host/render_widget_host_view_aura.cc region_in_frame = gfx::Rect(region_in_frame.x() & ~1, x 2322 content/browser/renderer_host/render_widget_host_view_aura.cc return gfx::Rect(origin.x(), x 2324 content/browser/renderer_host/render_widget_host_view_aura.cc end.x() - origin.x(), x 2339 content/browser/renderer_host/render_widget_host_view_aura.cc return gfx::Rect(origin.x(), x 2341 content/browser/renderer_host/render_widget_host_view_aura.cc end.x() - origin.x(), x 2719 content/browser/renderer_host/render_widget_host_view_aura.cc mouse_event.x == center.x() && mouse_event.y == center.y(); x 3284 content/browser/renderer_host/render_widget_host_view_aura.cc event->movementX = event->globalX - global_mouse_position_.x(); x 3292 content/browser/renderer_host/render_widget_host_view_aura.cc event->x = unlocked_mouse_position_.x(); x 3294 content/browser/renderer_host/render_widget_host_view_aura.cc event->windowX = unlocked_mouse_position_.x(); x 3296 content/browser/renderer_host/render_widget_host_view_aura.cc event->globalX = unlocked_global_mouse_position_.x(); x 3333 content/browser/renderer_host/render_widget_host_view_aura.cc return global_mouse_position_.x() < rect.x() + border_x || x 3334 content/browser/renderer_host/render_widget_host_view_aura.cc global_mouse_position_.x() > rect.right() - border_x || x 1007 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc post_params.x = 40; x 174 content/browser/renderer_host/render_widget_host_view_base.cc WPARAM wparam = MAKEWPARAM(rect_in_pixels.x(), rect_in_pixels.y()); x 287 content/browser/renderer_host/render_widget_host_view_base.cc HRGN hrgn = ::CreateRectRgn(clip_rect_in_pixel.x(), x 319 content/browser/renderer_host/render_widget_host_view_base.cc window_rect_in_pixel.x(), x 99 content/browser/renderer_host/render_widget_host_view_gtk.cc return mouse_event.globalX == center.x() && x 331 content/browser/renderer_host/render_widget_host_view_gtk.cc int x = 0; x 333 content/browser/renderer_host/render_widget_host_view_gtk.cc gtk_widget_get_pointer(widget, &x, &y); x 339 content/browser/renderer_host/render_widget_host_view_gtk.cc bool click_in_popup = x >= 0 && y >= 0 && x < allocation.width && x 349 content/browser/renderer_host/render_widget_host_view_gtk.cc event->x = x; x 379 content/browser/renderer_host/render_widget_host_view_gtk.cc int x = 0; x 381 content/browser/renderer_host/render_widget_host_view_gtk.cc gtk_widget_get_pointer(widget, &x, &y); x 382 content/browser/renderer_host/render_widget_host_view_gtk.cc event->x = x; x 403 content/browser/renderer_host/render_widget_host_view_gtk.cc gdk_display_warp_pointer(display, screen, center.x(), center.y()); x 682 content/browser/renderer_host/render_widget_host_view_gtk.cc gtk_window_move(window, bounds.x(), bounds.y()); x 734 content/browser/renderer_host/render_widget_host_view_gtk.cc rect.x(), rect.y()); x 814 content/browser/renderer_host/render_widget_host_view_gtk.cc gdk_window_get_origin(gdk_window, &window_rect.x, &window_rect.y); x 815 content/browser/renderer_host/render_widget_host_view_gtk.cc return gfx::Rect(window_rect.x, window_rect.y, x 1031 content/browser/renderer_host/render_widget_host_view_gtk.cc gtk_window_move(window, bounds.x(), bounds.y()); x 1143 content/browser/renderer_host/render_widget_host_view_gtk.cc if (event->x == 0 && event->x_root == 0) { x 1145 content/browser/renderer_host/render_widget_host_view_gtk.cc } else if (allocation.width - 1 == static_cast<gint>(event->x) && x 1158 content/browser/renderer_host/render_widget_host_view_gtk.cc event->x += new_dragged_at_horizontal_edge; x 1297 content/browser/renderer_host/render_widget_host_view_gtk.cc return gfx::Rect(frame_extents.x, frame_extents.y, x 1388 content/browser/renderer_host/render_widget_host_view_gtk.cc unlocked_global_mouse_position_.x(), x 1481 content/browser/renderer_host/render_widget_host_view_gtk.cc event->movementX = event->globalX - global_mouse_position_.x(); x 1498 content/browser/renderer_host/render_widget_host_view_gtk.cc event->x = unlocked_mouse_position_.x(); x 1500 content/browser/renderer_host/render_widget_host_view_gtk.cc event->windowX = unlocked_mouse_position_.x(); x 1502 content/browser/renderer_host/render_widget_host_view_gtk.cc event->globalX = unlocked_global_mouse_position_.x(); x 310 content/browser/renderer_host/ui_events_helper.cc if (point->position.x == event.x() && point->position.y == event.y()) x 313 content/browser/renderer_host/ui_events_helper.cc point->position.x = event.x(); x 317 content/browser/renderer_host/ui_events_helper.cc point->screenPosition.x = root_point.x(); x 230 content/browser/renderer_host/web_input_event_aura.cc webkit_event.windowX = webkit_event.x = event->x(); x 238 content/browser/renderer_host/web_input_event_aura.cc webkit_event.globalX = root_point.x(); x 257 content/browser/renderer_host/web_input_event_aura.cc webkit_event.windowX = webkit_event.x = event->x(); x 261 content/browser/renderer_host/web_input_event_aura.cc webkit_event.globalX = root_point.x(); x 279 content/browser/renderer_host/web_input_event_aura.cc webkit_event.windowX = webkit_event.x = event->x(); x 283 content/browser/renderer_host/web_input_event_aura.cc webkit_event.globalX = root_point.x(); x 318 content/browser/renderer_host/web_input_event_aura.cc gesture_event.x = event->x(); x 322 content/browser/renderer_host/web_input_event_aura.cc gesture_event.globalX = root_point.x(); x 337 content/browser/renderer_host/web_input_event_aura.cc gesture_event.x = event->x(); x 341 content/browser/renderer_host/web_input_event_aura.cc gesture_event.globalX = root_point.x(); x 46 content/browser/speech/input_tag_speech_browsertest.cc mouse_event.x = 0; x 208 content/browser/web_contents/aura/gesture_nav_simple.cc int x = (resource_id == IDR_BACK_ARROW) ? 0 : x 212 content/browser/web_contents/aura/gesture_nav_simple.cc arrow_->SetBounds(gfx::Rect(x, y, kArrowWidth, kArrowHeight)); x 56 content/browser/web_contents/aura/window_slider_unittest.cc total_delta_x += delta.x(); x 165 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc generator.GestureTapAt(gfx::Point(bounds.x() + 10, bounds.y() + 10)); x 326 content/browser/web_contents/touch_editable_impl_aura_browsertest.cc generator.GestureTapAt(gfx::Point(bounds.x() + 50, bounds.y() + 40)); x 699 content/browser/web_contents/web_contents_view_aura.cc web_contents_->DragSourceEndedAt(client_loc.x(), client_loc.y(), x 700 content/browser/web_contents/web_contents_view_aura.cc screen_loc.x(), screen_loc.y(), ops); x 1213 content/browser/web_contents/web_contents_view_aura.cc transform.Translate(translate.x(), translate.y()); x 196 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 214 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 233 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 328 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + bounds.width() / 2, bounds.y() + 5), x 345 content/browser/web_contents/web_contents_view_aura_browsertest.cc for (int x = bounds.right() - 10; x >= bounds.x() + 10; x-= 10) { x 348 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(x, bounds.y() + 5), x 355 content/browser/web_contents/web_contents_view_aura_browsertest.cc for (int x = bounds.x() + 10; x <= bounds.width() - 10; x+= 10) { x 358 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(x, bounds.y() + 5), x 365 content/browser/web_contents/web_contents_view_aura_browsertest.cc for (int x = bounds.width() - 10; x >= bounds.x() + 10; x-= 10) { x 368 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(x, bounds.y() + 5), x 449 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 589 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 611 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 659 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 665 content/browser/web_contents/web_contents_view_aura_browsertest.cc gfx::Point(bounds.x() + 2, bounds.y() + 10), x 135 content/browser/web_contents/web_contents_view_gtk.cc int x = 0; x 139 content/browser/web_contents/web_contents_view_gtk.cc gdk_window_get_origin(expanded_window, &x, &y); x 143 content/browser/web_contents/web_contents_view_gtk.cc out->SetRect(x + allocation.x, y + allocation.y, x 190 content/browser/web_contents/web_contents_view_gtk.cc int x = 0, y = 0, w, h; x 191 content/browser/web_contents/web_contents_view_gtk.cc gdk_window_get_geometry(window, &x, &y, &w, &h, NULL); x 192 content/browser/web_contents/web_contents_view_gtk.cc rect.SetRect(x, y, w, h); x 78 content/browser/web_contents/web_contents_view_guest.cc out->Offset(guest_coordinates.x(), guest_coordinates.y()); x 232 content/browser/web_contents/web_contents_view_guest.cc params_in_embedder.x += offset.x(); x 109 content/browser/web_contents/web_drag_dest_gtk.cc gint x, gint y, x 172 content/browser/web_contents/web_drag_dest_gtk.cc GtkWidget* sender, GdkDragContext* context, gint x, gint y, x 322 content/browser/web_contents/web_drag_dest_gtk.cc gint x, gint y, guint time) { x 290 content/browser/web_contents/web_drag_source_gtk.cc client.x(), client.y(), root.x(), root.y(), x 338 content/browser/web_contents/web_drag_source_gtk.cc image_offset_.x(), image_offset_.y()); x 360 content/browser/web_contents/web_drag_source_gtk.cc client.x(), client.y(), root.x(), root.y(), x 380 content/child/browser_font_resource_trusted.cc return cur_pixel_offset + static_cast<int>(rect.x); x 398 content/child/browser_font_resource_trusted.cc WebFloatPoint web_position(static_cast<float>(position->x), x 409 content/child/browser_font_resource_trusted.cc web_clip = WebRect(clip->point.x, clip->point.y, x 425 content/child/browser_font_resource_trusted.cc web_position.x += font_->calculateWidth(run); x 38 content/child/fling_animator_impl_android.cc DCHECK(velocity.x() || velocity.y()); x 45 content/child/fling_animator_impl_android.cc velocity.x(), x 608 content/child/npapi/plugin_instance.cc flipped_screen_x += plugin_origin_.x(); x 612 content/child/npapi/plugin_instance.cc flipped_screen_x += containing_window_frame_.x(); x 617 content/child/npapi/plugin_instance.cc flipped_screen_x += containing_window_frame_.x(); x 634 content/child/npapi/plugin_instance.cc target_x -= plugin_origin_.x(); x 638 content/child/npapi/plugin_instance.cc target_x -= containing_window_frame_.x(); x 643 content/child/npapi/plugin_instance.cc target_x -= containing_window_frame_.x(); x 376 content/child/npapi/webplugin_delegate_impl.h static BOOL WINAPI TrackPopupMenuPatch(HMENU menu, unsigned int flags, int x, x 200 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.clipRect.left = clip_rect_.x(); x 202 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.clipRect.right = clip_rect_.x() + clip_rect_.width(); x 205 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.x = window_rect_.x(); x 262 content/child/npapi/webplugin_delegate_impl_gtk.cc cairo_rectangle(cairo, rect.x(), rect.y(), x 359 content/child/npapi/webplugin_delegate_impl_gtk.cc clip_rect_window.Offset(window_rect_.x(), window_rect_.y()); x 367 content/child/npapi/webplugin_delegate_impl_gtk.cc offset_x = -draw_rect.x(); x 375 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.x = window_rect_.x() - draw_rect.x(); x 394 content/child/npapi/webplugin_delegate_impl_gtk.cc event.x = pixmap_draw_rect.x(); x 407 content/child/npapi/webplugin_delegate_impl_gtk.cc plugin_draw_rect.Offset(-window_rect_.x(), -window_rect_.y()); x 411 content/child/npapi/webplugin_delegate_impl_gtk.cc if (plugin_draw_rect.x() != pixmap_draw_rect.x() || x 420 content/child/npapi/webplugin_delegate_impl_gtk.cc plugin_draw_rect.x(), plugin_draw_rect.y(), x 422 content/child/npapi/webplugin_delegate_impl_gtk.cc pixmap_draw_rect.x(), pixmap_draw_rect.y()); x 438 content/child/npapi/webplugin_delegate_impl_gtk.cc pixmap_draw_rect.x(), pixmap_draw_rect.y(), x 440 content/child/npapi/webplugin_delegate_impl_gtk.cc plugin_draw_rect.x(), plugin_draw_rect.y()); x 467 content/child/npapi/webplugin_delegate_impl_gtk.cc cairo_rectangle(context, draw_rect.x(), draw_rect.y(), x 496 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.clipRect.left = clip_rect_.x() + window_rect_.x(); x 500 content/child/npapi/webplugin_delegate_impl_gtk.cc clip_rect_.x() + clip_rect_.width() + window_rect_.x(); x 503 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.x = window_rect_.x(); x 580 content/child/npapi/webplugin_delegate_impl_gtk.cc motion_event.x = event.x; x 599 content/child/npapi/webplugin_delegate_impl_gtk.cc crossing_event.x = event.x; x 623 content/child/npapi/webplugin_delegate_impl_gtk.cc button_event.x = event.x; x 677 content/child/npapi/webplugin_delegate_impl_gtk.cc key_event.x = 0; x 840 content/child/npapi/webplugin_delegate_impl_win.cc window_.clipRect.left = std::max(0, clip_rect_.x()); x 842 content/child/npapi/webplugin_delegate_impl_win.cc window_.clipRect.right = std::max(0, clip_rect_.x() + clip_rect_.width()); x 845 content/child/npapi/webplugin_delegate_impl_win.cc window_.x = 0; x 1060 content/child/npapi/webplugin_delegate_impl_win.cc win_pos.x = window_rect_.x(); x 1079 content/child/npapi/webplugin_delegate_impl_win.cc damage_rect_win.left = damage_rect.x(); // + window_rect_.x(); x 1109 content/child/npapi/webplugin_delegate_impl_win.cc window_.clipRect.left = clip_rect_.x(); x 1111 content/child/npapi/webplugin_delegate_impl_win.cc window_.clipRect.right = clip_rect_.x() + clip_rect_.width(); x 1114 content/child/npapi/webplugin_delegate_impl_win.cc window_.x = window_rect_.x(); x 1396 content/child/npapi/webplugin_delegate_impl_win.cc HMENU menu, unsigned int flags, int x, int y, int reserved, x 1417 content/child/npapi/webplugin_delegate_impl_win.cc BOOL result = TrackPopupMenu(menu, flags, x, y, reserved, window, rect); x 97 content/child/touch_fling_gesture_curve.cc float max_start_velocity = std::max(fabs(initial_velocity.x), x 111 content/child/touch_fling_gesture_curve.cc displacement_ratio_ = WebFloatPoint(initial_velocity.x / max_start_velocity, x 143 content/child/touch_fling_gesture_curve.cc WebFloatSize scroll(displacement * displacement_ratio_.x, x 147 content/child/touch_fling_gesture_curve.cc WebFloatSize scroll_velocity(speed * displacement_ratio_.x, x 40 content/child/webthemeengine_impl_mac.cc trackInfo.bounds = CGRectMake(rect.x, rect.y, rect.width, rect.height); x 137 content/common/cursors/webcursor.cc !pickle->WriteInt(hotspot_.x()) || x 260 content/common/cursors/webcursor.cc std::min(custom_size_.width() - 1, hotspot_.x()))); x 184 content/common/cursors/webcursor_gtk.cc hotspot_.x(), x 34 content/common/frame_messages.h IPC_STRUCT_TRAITS_MEMBER(x) x 545 content/common/gpu/client/gl_helper.cc gl_->ReadPixels(src_rect.x(), x 814 content/common/gpu/client/gl_helper.cc rect.x(), x 816 content/common/gpu/client/gl_helper.cc rect.x(), x 884 content/common/gpu/client/gl_helper.cc rect.x(), x 886 content/common/gpu/client/gl_helper.cc rect.x(), x 912 content/common/gpu/client/gl_helper.cc (dst_subrect.x() >> size_shift); x 993 content/common/gpu/client/gl_helper.cc DCHECK(!(dst_subrect.x() & 1)); x 1124 content/common/gpu/client/gl_helper.cc DCHECK(!(dst_subrect.x() & 1)); x 909 content/common/gpu/client/gl_helper_scaling.cc static_cast<float>(src_subrect.x()) / src_size.width(), x 89 content/common/gpu/client/gl_helper_scaling.h ScaleOp(int factor, bool x, int size) x 90 content/common/gpu/client/gl_helper_scaling.h : scale_factor(factor), scale_x(x), scale_size(size) { x 132 content/common/gpu/client/gl_helper_unittest.cc static float Bicubic(float x) { x 134 content/common/gpu/client/gl_helper_unittest.cc x = std::abs(x); x 135 content/common/gpu/client/gl_helper_unittest.cc float x2 = x * x; x 136 content/common/gpu/client/gl_helper_unittest.cc float x3 = x2 * x; x 137 content/common/gpu/client/gl_helper_unittest.cc if (x <= 1) { x 139 content/common/gpu/client/gl_helper_unittest.cc } else if (x < 2) { x 140 content/common/gpu/client/gl_helper_unittest.cc return a * x3 - 5 * a * x2 + 8 * a * x - 4 * a; x 148 content/common/gpu/client/gl_helper_unittest.cc int Channel(SkBitmap* pixels, int x, int y, int c) { x 150 content/common/gpu/client/gl_helper_unittest.cc pixels->getAddr32(std::max(0, std::min(x, pixels->width() - 1)), x 156 content/common/gpu/client/gl_helper_unittest.cc void SetChannel(SkBitmap* pixels, int x, int y, int c, int v) { x 157 content/common/gpu/client/gl_helper_unittest.cc DCHECK_GE(x, 0); x 159 content/common/gpu/client/gl_helper_unittest.cc DCHECK_LT(x, pixels->width()); x 161 content/common/gpu/client/gl_helper_unittest.cc uint32* data = pixels->getAddr32(x, y); x 171 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < pixels->width(); x++) { x 172 content/common/gpu/client/gl_helper_unittest.cc formatted.append(base::StringPrintf("%3d, ", Channel(pixels, x, y, c))); x 275 content/common/gpu/client/gl_helper_unittest.cc EXPECT_EQ(scaler_stages[i].src_subrect.x(), 0); x 389 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < truth->width(); x++) { x 392 content/common/gpu/client/gl_helper_unittest.cc int a = Channel(truth, x, y, c); x 393 content/common/gpu/client/gl_helper_unittest.cc int b = Channel(other, x, y, c); x 394 content/common/gpu/client/gl_helper_unittest.cc EXPECT_NEAR(a, b, maxdiff) << " x=" << x << " y=" << y << " c=" << c x 415 content/common/gpu/client/gl_helper_unittest.cc float ChannelAsFloat(SkBitmap* pixels, int x, int y, int c) { x 416 content/common/gpu/client/gl_helper_unittest.cc return Channel(pixels, x, y, c) / 255.0; x 420 content/common/gpu/client/gl_helper_unittest.cc float Bilinear(SkBitmap* pixels, float x, float y, int c) { x 421 content/common/gpu/client/gl_helper_unittest.cc x -= 0.5; x 423 content/common/gpu/client/gl_helper_unittest.cc int base_x = static_cast<int>(floorf(x)); x 425 content/common/gpu/client/gl_helper_unittest.cc x -= base_x; x 427 content/common/gpu/client/gl_helper_unittest.cc return (ChannelAsFloat(pixels, base_x, base_y, c) * (1 - x) * (1 - y) + x 428 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(pixels, base_x + 1, base_y, c) * x * (1 - y) + x 429 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(pixels, base_x, base_y + 1, c) * (1 - x) * y + x 430 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(pixels, base_x + 1, base_y + 1, c) * x * y); x 487 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < xmag; x++) { x 490 content/common/gpu/client/gl_helper_unittest.cc (dst_x * xmag + x + 0.5) * xscale / xmag, x 518 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < bitmap->width(); x++) { x 519 content/common/gpu/client/gl_helper_unittest.cc std::swap(*bitmap->getAddr32(x, top_line), x 520 content/common/gpu/client/gl_helper_unittest.cc *bitmap->getAddr32(x, bottom_line)); x 593 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < xsize; ++x) { x 597 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 0, x * 10); x 598 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 1, y * 10); x 599 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 2, (x + y) * 10); x 600 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 3, 255); x 603 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 0, x & 1 ? 255 : 0); x 604 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 1, y & 1 ? 255 : 0); x 605 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 2, (x + y) & 1 ? 255 : 0); x 606 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 3, 255); x 609 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 0, 10 + x / 2 * 50); x 610 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 1, 10 + y / 3 * 50); x 611 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 2, (x + y) / 5 * 50 + 5); x 612 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 3, 255); x 804 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < xsize; x++) { x 805 content/common/gpu/client/gl_helper_unittest.cc formatted.append(base::StringPrintf("%3d, ", plane[y * stride + x])); x 822 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < xsize; x++) { x 824 content/common/gpu/client/gl_helper_unittest.cc int a = other[y * stride + x]; x 825 content/common/gpu/client/gl_helper_unittest.cc int b = truth[y * stride + x]; x 826 content/common/gpu/client/gl_helper_unittest.cc EXPECT_NEAR(a, b, maxdiff) << " x=" << x << " y=" << y << " " x 860 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < w; ++x) { x 861 content/common/gpu/client/gl_helper_unittest.cc bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width)); x 864 content/common/gpu/client/gl_helper_unittest.cc *bmp.getAddr32(x, y) = (on_grid ? grid_color : background_color); x 866 content/common/gpu/client/gl_helper_unittest.cc *bmp.getAddr16(x, y) = (on_grid ? grid_color : background_color); x 883 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < w; ++x) { x 884 content/common/gpu/client/gl_helper_unittest.cc bool x_bit = (((x / rect_w) & 0x1) == 0); x 888 content/common/gpu/client/gl_helper_unittest.cc *bmp.getAddr32(x, y) = (use_color2 ? color2 : color1); x 890 content/common/gpu/client/gl_helper_unittest.cc *bmp.getAddr16(x, y) = (use_color2 ? color2 : color1); x 948 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < bmp1.width(); ++x) { x 949 content/common/gpu/client/gl_helper_unittest.cc if (!ColorsClose(bmp1.getColor(x,y), x 950 content/common/gpu/client/gl_helper_unittest.cc bmp2.getColor(x,y), x 1096 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < xsize; ++x) { x 1100 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 0, x * 10); x 1101 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 1, y * 10); x 1102 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 2, (x + y) * 10); x 1103 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 3, 255); x 1106 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 0, x & 1 ? 255 : 0); x 1107 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 1, y & 1 ? 255 : 0); x 1108 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 2, (x + y) & 1 ? 255 : 0); x 1109 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 3, 255); x 1112 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 0, 10 + x / 2 * 50); x 1113 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 1, 10 + y / 3 * 50); x 1114 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 2, (x + y) / 5 * 50 + 5); x 1115 content/common/gpu/client/gl_helper_unittest.cc SetChannel(&input_pixels, x, y, 3, 255); x 1199 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < xsize; x++) { x 1200 content/common/gpu/client/gl_helper_unittest.cc Y[(y + ymargin) * y_stride + x + xmargin] = float_to_byte( x 1201 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(&input_pixels, x, y, 0) * 0.257 + x 1202 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(&input_pixels, x, y, 1) * 0.504 + x 1203 content/common/gpu/client/gl_helper_unittest.cc ChannelAsFloat(&input_pixels, x, y, 2) * 0.098 + 0.0625); x 1208 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < xsize / 2; x++) { x 1209 content/common/gpu/client/gl_helper_unittest.cc U[(y + ymargin / 2) * u_stride + x + xmargin / 2] = float_to_byte( x 1210 content/common/gpu/client/gl_helper_unittest.cc Bilinear(&input_pixels, x * 2 + 1.0, y * 2 + 1.0, 0) * -0.148 + x 1211 content/common/gpu/client/gl_helper_unittest.cc Bilinear(&input_pixels, x * 2 + 1.0, y * 2 + 1.0, 1) * -0.291 + x 1212 content/common/gpu/client/gl_helper_unittest.cc Bilinear(&input_pixels, x * 2 + 1.0, y * 2 + 1.0, 2) * 0.439 + 0.5); x 1213 content/common/gpu/client/gl_helper_unittest.cc V[(y + ymargin / 2) * v_stride + x + xmargin / 2] = float_to_byte( x 1214 content/common/gpu/client/gl_helper_unittest.cc Bilinear(&input_pixels, x * 2 + 1.0, y * 2 + 1.0, 0) * 0.439 + x 1215 content/common/gpu/client/gl_helper_unittest.cc Bilinear(&input_pixels, x * 2 + 1.0, y * 2 + 1.0, 1) * -0.368 + x 1216 content/common/gpu/client/gl_helper_unittest.cc Bilinear(&input_pixels, x * 2 + 1.0, y * 2 + 1.0, 2) * -0.071 + x 1529 content/common/gpu/client/gl_helper_unittest.cc for (unsigned int x = 0; x < arraysize(sizes); x++) { x 1531 content/common/gpu/client/gl_helper_unittest.cc for (unsigned int ox = x; ox < arraysize(sizes); ox++) { x 1535 content/common/gpu/client/gl_helper_unittest.cc for (Margin xm = x < ox ? MarginLeft : MarginRight; x 1542 content/common/gpu/client/gl_helper_unittest.cc TestYUVReadback(sizes[x], x 1546 content/common/gpu/client/gl_helper_unittest.cc compute_margin(sizes[x], sizes[ox], xm), x 1572 content/common/gpu/client/gl_helper_unittest.cc for (int x = 0; x < 3; x++) { x 1577 content/common/gpu/client/gl_helper_unittest.cc TestScale(sizes[x], x 1600 content/common/gpu/client/gl_helper_unittest.cc for (size_t x = 0; x < arraysize(sizes); x++) { x 1605 content/common/gpu/client/gl_helper_unittest.cc q, sizes[x], sizes[y], sizes[dst_x], sizes[dst_y]); x 520 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc int x, int y, int width, int height) { x 180 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void postSubBufferCHROMIUM(int x, int y, int width, int height); x 236 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dint x, x 245 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dint x, x 369 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void readPixels(WGC3Dint x, x 383 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void scissor(WGC3Dint x, WGC3Dint y, x 428 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void uniform1f(WGC3Dint location, WGC3Dfloat x); x 431 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void uniform1i(WGC3Dint location, WGC3Dint x); x 434 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y); x 437 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void uniform2i(WGC3Dint location, WGC3Dint x, WGC3Dint y); x 441 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z); x 445 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dint x, WGC3Dint y, WGC3Dint z); x 449 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, x 454 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dint x, WGC3Dint y, WGC3Dint z, WGC3Dint w); x 473 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void vertexAttrib1f(WGC3Duint index, WGC3Dfloat x); x 475 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void vertexAttrib2f(WGC3Duint index, WGC3Dfloat x, WGC3Dfloat y); x 478 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z); x 481 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, x 491 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h virtual void viewport(WGC3Dint x, WGC3Dint y, x 83 content/common/gpu/gpu_messages.h IPC_STRUCT_MEMBER(int, x) x 287 content/common/gpu/image_transport_surface.cc int x, int y, int width, int height) { x 289 content/common/gpu/image_transport_surface.cc bool result = gfx::GLSurfaceAdapter::PostSubBuffer(x, y, width, height); x 305 content/common/gpu/image_transport_surface.cc params.x = x; x 191 content/common/gpu/image_transport_surface.h virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 52 content/common/gpu/image_transport_surface_mac.cc virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 262 content/common/gpu/image_transport_surface_mac.cc int x, int y, int width, int height) { x 270 content/common/gpu/image_transport_surface_mac.cc params.x = x; x 22 content/common/gpu/media/exynos_video_encode_accelerator.cc #define NOTIFY_ERROR(x) \ x 25 content/common/gpu/media/exynos_video_encode_accelerator.cc DLOG(ERROR) << "calling NotifyError(): " << x; \ x 26 content/common/gpu/media/exynos_video_encode_accelerator.cc NotifyError(x); \ x 20 content/common/gpu/media/rendering_helper.cc void operator()(void* x) const { ::XFree(x); } x 294 content/common/gpu/media/rendering_helper.cc interp_tc = vec2(in_tc.x, 1.0 - in_tc.y); x 432 content/common/gpu/media/rendering_helper.cc const int x = col * thumbnail_size_.width(); x 435 content/common/gpu/media/rendering_helper.cc glViewport(x, y, thumbnail_size_.width(), thumbnail_size_.height()); x 436 content/common/gpu/media/rendering_helper.cc glScissor(x, y, thumbnail_size_.width(), thumbnail_size_.height()); x 27 content/common/gpu/media/v4l2_video_decode_accelerator.cc #define NOTIFY_ERROR(x) \ x 30 content/common/gpu/media/v4l2_video_decode_accelerator.cc DLOG(ERROR) << "calling NotifyError(): " << x; \ x 31 content/common/gpu/media/v4l2_video_decode_accelerator.cc NotifyError(x); \ x 256 content/common/gpu/media/vaapi_video_decode_accelerator.cc void operator()(void* x) const { x 257 content/common/gpu/media/vaapi_video_decode_accelerator.cc ::XFree(x); x 240 content/common/gpu/texture_image_transport_surface.cc int x, int y, int width, int height) { x 245 content/common/gpu/texture_image_transport_surface.cc const gfx::Rect new_damage_rect(x, y, width, height); x 261 content/common/gpu/texture_image_transport_surface.cc params.x = x; x 42 content/common/gpu/texture_image_transport_surface.h virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 11 content/common/gpu/x_util.cc void ScopedPtrXFree::operator()(void* x) const { x 12 content/common/gpu/x_util.cc ::XFree(x); x 43 content/common/gpu/x_util.h void operator()(void* x) const; x 162 content/common/input/input_param_traits_unittest.cc mouse_event.x = 10; x 168 content/common/input/input_param_traits_unittest.cc gesture_event.x = -1; x 34 content/common/input/synthetic_web_input_event_builders.cc result.x = window_x; x 129 content/common/input/synthetic_web_input_event_builders.cc result.x = anchor_x; x 162 content/common/input/synthetic_web_input_event_builders.cc int SyntheticWebTouchEvent::PressPoint(float x, float y) { x 167 content/common/input/synthetic_web_input_event_builders.cc point.position.x = point.screenPosition.x = x; x 176 content/common/input/synthetic_web_input_event_builders.cc void SyntheticWebTouchEvent::MovePoint(int index, float x, float y) { x 179 content/common/input/synthetic_web_input_event_builders.cc point.position.x = point.screenPosition.x = x; x 69 content/common/input/synthetic_web_input_event_builders.h int PressPoint(float x, float y); x 70 content/common/input/synthetic_web_input_event_builders.h void MovePoint(int index, float x, float y); x 42 content/common/input/web_input_event_traits.cc int x = event->movementX; x 45 content/common/input/web_input_event_traits.cc event->movementX += x; x 159 content/common/input/web_input_event_traits.cc event.x == event_to_coalesce.x && x 40 content/common/input/web_input_event_traits_unittest.cc float x, x 44 content/common/input/web_input_event_traits_unittest.cc event.x = x; x 503 content/common/page_state_serialization.cc WriteInteger(state.scroll_offset.x(), obj); x 551 content/common/page_state_serialization.cc int x = ReadInteger(obj); x 553 content/common/page_state_serialization.cc state->scroll_offset = gfx::Point(x, y); x 606 content/common/page_state_serialization.cc gfx::Point(state->scroll_offset.x() / state->page_scale_factor, x 119 content/common/view_messages.h IPC_STRUCT_TRAITS_MEMBER(x) x 124 content/common/view_messages.h IPC_STRUCT_TRAITS_MEMBER(x) x 395 content/plugin/webplugin_proxy.cc SkRect sk_rect = { SkIntToScalar(rect.x()), x 408 content/plugin/webplugin_proxy.cc saved_canvas->translate(SkIntToScalar(-delegate_->GetRect().x()), x 443 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java public void setAnchorViewPosition(View view, float x, float y, float width, float height) { x 222 content/public/android/java/src/org/chromium/content/browser/ContentView.java public void fling(long timeMs, int x, int y, int velocityX, int velocityY) { x 223 content/public/android/java/src/org/chromium/content/browser/ContentView.java mContentViewCore.flingForTest(timeMs, x, y, velocityX, velocityY); x 391 content/public/android/java/src/org/chromium/content/browser/ContentView.java public void scrollBy(int x, int y) { x 392 content/public/android/java/src/org/chromium/content/browser/ContentView.java mContentViewCore.scrollBy(x, y); x 396 content/public/android/java/src/org/chromium/content/browser/ContentView.java public void scrollTo(int x, int y) { x 397 content/public/android/java/src/org/chromium/content/browser/ContentView.java mContentViewCore.scrollTo(x, y); x 539 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View view, float x, float y, float width, float height) { x 545 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java int leftMargin = Math.round(x * scale); x 690 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java public void onPositionChanged(int x, int y) { x 1300 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java private boolean filterTapOrPressEvent(int type, int x, int y) { x 1304 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java updateForTapOrPress(type, x, y); x 1309 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java public void sendDoubleTapForTest(long timeMs, int x, int y) { x 1311 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java nativeDoubleTap(mNativeContentViewCore, timeMs, x, y); x 1315 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java public void flingForTest(long timeMs, int x, int y, int velocityX, int velocityY) { x 1318 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java nativeScrollBegin(mNativeContentViewCore, timeMs, x, y, velocityX, velocityY); x 1319 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java nativeFlingStart(mNativeContentViewCore, timeMs, x, y, velocityX, velocityY); x 1594 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java public void onLocationInWindowChanged(int x, int y) { x 1595 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java mLocationInWindowX = x; x 1904 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java private void setClickXAndY(int x, int y) { x 1905 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java mSingleTapX = x; x 2004 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java public void setCursorPosition(int x, int y) { x 2007 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java x, y - mRenderCoordinates.getContentOffsetYPix()); x 3090 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java private static Rect createRect(int x, int y, int right, int bottom) { x 3091 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java return new Rect(x, y, right, bottom); x 3106 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java public void extractSmartClipData(int x, int y, int width, int height) { x 3108 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java nativeExtractSmartClipData(mNativeContentViewCore, x, y, width, height); x 3199 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y); x 3202 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y, float verticalAxis); x 3205 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y, float hintX, x 3211 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y, x 3215 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y, float vx, float vy); x 3220 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y); x 3223 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y); x 3226 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y); x 3229 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java long nativeContentViewCoreImpl, long timeMs, float x, float y); x 3239 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java private native void nativeMoveCaret(long nativeContentViewCoreImpl, float x, float y); x 3327 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java int x, int y, int w, int h); x 404 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java protected void gotAcceleration(double x, double y, double z) { x 407 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java nativeGotAcceleration(mNativePtr, x, y, z); x 412 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java protected void gotAccelerationIncludingGravity(double x, double y, double z) { x 415 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java nativeGotAccelerationIncludingGravity(mNativePtr, x, y, z); x 469 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java double x, double y, double z); x 476 content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java double x, double y, double z); x 205 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java float x = e.getX(); x 207 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java if (isTouchOutsideArea(x, y)) { x 211 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java PointF converted = convertTouchPoint(x, y); x 213 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java event.setLocation(converted.x, converted.y); x 264 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java private void scroll(float x, float y) { x 265 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mPopupScrollX = constrain(mPopupScrollX - x, mMinScrollX, mMaxScrollX); x 311 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java public void setLastTouch(float x, float y) { x 312 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mTouch.x = x; x 326 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java float l = mTouch.x - mScale * (mTouch.x - mTargetBounds.left); x 386 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mLeftExtrusion = mTouch.x - mClipRect.left; x 387 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mRightExtrusion = mClipRect.right - mTouch.x; x 393 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java (mTouch.x - mTargetBounds.centerX()) / (mTargetBounds.width() / 2.f) + .5f; x 467 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java rect.left = mTouch.x - mLeftExtrusion * scale + unshiftX; x 469 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java rect.right = mTouch.x + mRightExtrusion * scale + unshiftX; x 520 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java private PointF convertTouchPoint(float x, float y) { x 521 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java x -= mShiftX; x 523 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java x = mTouch.x + (x - mTouch.x - mPopupScrollX) / mScale; x 525 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java return new PointF(x, y); x 531 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java private boolean isTouchOutsideArea(float x, float y) { x 532 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java return !mClipRect.contains(x, y); x 38 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java void setPointer(int index, int x, int y, int id) { x 45 content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java coords.x = scaleFactor * x; x 246 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java float x = event.getX(); x 250 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java int cssX = (int) (mRenderCoordinates.fromPixToLocalCss(x) + x 674 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java private native int nativeHitTest(long nativeBrowserAccessibilityManagerAndroid, int x, int y); x 36 content/public/android/java/src/org/chromium/content/browser/input/CursorController.java abstract void updatePosition(HandleView handle, int x, int y); x 119 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java public void onPositionChanged(int x, int y) { x 120 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java updateParentPosition(x, y); x 270 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java void moveTo(int x, int y) { x 274 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java mPositionX = x; x 376 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java void positionAt(int x, int y) { x 377 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java moveTo(x - Math.round(mHotspotX), y - Math.round(mHotspotY)); x 100 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java public void setHandlePosition(float x, float y) { x 101 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java mHandle.positionAt((int) x, (int) y); x 155 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java public void updatePosition(HandleView handle, int x, int y) { x 156 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java setCursorPosition(x, y); x 166 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java protected abstract void setCursorPosition(int x, int y); x 82 content/public/android/java/src/org/chromium/content/browser/input/SelectionHandleController.java public void updatePosition(HandleView handle, int x, int y) { x 83 content/public/android/java/src/org/chromium/content/browser/input/SelectionHandleController.java selectBetweenCoordinates(mFixedHandleX, mFixedHandleY, x, y); x 130 content/public/android/java/src/org/chromium/content/browser/input/SelectionHandleController.java public void setStartHandlePosition(float x, float y) { x 131 content/public/android/java/src/org/chromium/content/browser/input/SelectionHandleController.java mStartHandle.positionAt((int) x, (int) y); x 139 content/public/android/java/src/org/chromium/content/browser/input/SelectionHandleController.java public void setEndHandlePosition(float x, float y) { x 140 content/public/android/java/src/org/chromium/content/browser/input/SelectionHandleController.java mEndHandle.positionAt((int) x, (int) y); x 131 content/public/android/javatests/src/org/chromium/content/browser/ContentViewScrollingTest.java private void scrollTo(final int x, final int y) throws Throwable { x 135 content/public/android/javatests/src/org/chromium/content/browser/ContentViewScrollingTest.java getContentView().scrollTo(x, y); x 357 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java protected void gotAcceleration(double x, double y, double z) { x 358 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java value1 = x; x 365 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java protected void gotAccelerationIncludingGravity(double x, double y, double z) { x 366 content/public/android/javatests/src/org/chromium/content/browser/DeviceMotionAndOrientationTest.java value1 = x; x 51 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setBooleanArray(boolean[] x) { x 52 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mBooleanArray = x; x 55 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setByteArray(byte[] x) { x 56 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mByteArray = x; x 59 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setCharArray(char[] x) { x 60 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mCharArray = x; x 63 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setShortArray(short[] x) { x 64 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mShortArray = x; x 67 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setIntArray(int[] x) { x 68 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mIntArray = x; x 71 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setLongArray(long[] x) { x 72 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mLongArray = x; x 75 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setFloatArray(float[] x) { x 76 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mFloatArray = x; x 79 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setDoubleArray(double[] x) { x 80 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mDoubleArray = x; x 83 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setStringArray(String[] x) { x 84 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mStringArray = x; x 87 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setObjectArray(Object[] x) { x 88 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mObjectArray = x; x 91 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java public synchronized void setCustomTypeArray(CustomType[] x) { x 92 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayCoercionTest.java mCustomTypeArray = x; x 32 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java public synchronized void setBooleanValue(boolean x) { x 33 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java mBooleanValue = x; x 36 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java public synchronized void setIntValue(int x) { x 37 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java mIntValue = x; x 40 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java public synchronized void setStringValue(String x) { x 41 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java mStringValue = x; x 58 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java public synchronized void setIntArray(int[] x) { x 59 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java mIntArray = x; x 62 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java public synchronized void setIntIntArray(int[][] x) { x 63 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeArrayTest.java mIntIntArray = x; x 42 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public synchronized void setIntValue(int x) { x 43 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java mIntValue = x; x 46 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public synchronized void setLongValue(long x) { x 47 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java mLongValue = x; x 50 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public synchronized void setStringValue(String x) { x 51 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java mStringValue = x; x 54 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public synchronized void setBooleanValue(boolean x) { x 55 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java mBooleanValue = x; x 304 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public void method(int x) { mTestController.setStringValue("1 arg"); } x 305 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public void method(int x, int y) { mTestController.setStringValue("2 args"); } x 378 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public void method(int x) { mTestController.setIntValue(x); } x 517 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public void method(int x) { mTestController.setIntValue(x); } x 816 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeBasicsTest.java public String m2(int x) { return "bar " + x; } x 21 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java public synchronized void setStringValue(String x) { x 22 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeChildFrameTest.java mStringValue = x; x 57 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setBooleanValue(boolean x) { x 58 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mBooleanValue = x; x 61 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setByteValue(byte x) { x 62 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mByteValue = x; x 65 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setCharValue(char x) { x 66 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mCharValue = x; x 69 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setShortValue(short x) { x 70 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mShortValue = x; x 73 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setIntValue(int x) { x 74 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mIntValue = x; x 77 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setLongValue(long x) { x 78 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mLongValue = x; x 81 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setFloatValue(float x) { x 82 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mFloatValue = x; x 85 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setDoubleValue(double x) { x 86 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mDoubleValue = x; x 89 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setStringValue(String x) { x 90 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mStringValue = x; x 93 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setObjectValue(Object x) { x 94 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mObjectValue = x; x 97 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java public synchronized void setCustomTypeValue(CustomType x) { x 98 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeCoercionTest.java mCustomTypeValue = x; x 20 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeFieldsTest.java public synchronized void setStringValue(String x) { x 21 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeFieldsTest.java mStringValue = x; x 30 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java public synchronized void setStringValue(String x) { x 31 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java mStringValue = x; x 38 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java public synchronized void setBooleanValue(boolean x) { x 39 content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java mBooleanValue = x; x 66 content/public/android/javatests/src/org/chromium/content/browser/PopupZoomerTest.java private void sendSingleTapTouchEventOnView(View view, float x, float y) { x 69 content/public/android/javatests/src/org/chromium/content/browser/PopupZoomerTest.java MotionEvent.obtain(downEvent, downEvent, MotionEvent.ACTION_DOWN, x, y, 0)); x 71 content/public/android/javatests/src/org/chromium/content/browser/PopupZoomerTest.java MotionEvent.obtain(downEvent, downEvent + 10, MotionEvent.ACTION_UP, x, y, 0)); x 359 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java private static boolean isHandleNear(HandleView handle, int x, int y) { x 360 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java return (Math.abs(handle.getPositionX() - x) < HANDLE_POSITION_TOLERANCE) && x 364 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java private void assertWaitForHandleNear(final int x, final int y) throws Throwable { x 370 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java return isHandleNear(handle, x, y); x 205 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int visibleBoundsLeftX = Math.round(affineTopLeft.x * nodeWindowBounds.left x 207 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int visibleBoundsTopY = Math.round(affineTopLeft.x * nodeWindowBounds.top x 210 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int visibleBoundsRightX = Math.round(affineBottomRight.x * nodeWindowBounds.left x 212 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int visibleBoundsBottomY = Math.round(affineBottomRight.x * nodeWindowBounds.top x 365 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java private static boolean isHandleNear(HandleView handle, int x, int y) { x 367 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java return (Math.abs(position.x - x) < HANDLE_POSITION_X_TOLERANCE_PIX) && x 371 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java private void assertWaitForHandleNear(final HandleView handle, final int x, final int y) x 376 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java return isHandleNear(handle, x, y); x 381 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java private void assertWaitForEitherHandleNear(final int x, final int y) throws Throwable { x 387 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java return isHandleNear(startHandle, x, y) || isHandleNear(endHandle, x, y); x 434 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int x = fromLocation[0] + (int) (scale * (toLocation[0] - fromLocation[0])); x 438 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java x, y, 0); x 51 content/public/browser/android/content_view_core.h virtual void ShowPastePopup(int x, int y) = 0; x 242 content/public/browser/browser_thread.h static void Destruct(const T* x) { x 244 content/public/browser/browser_thread.h delete x; x 246 content/public/browser/browser_thread.h if (!DeleteSoon(thread, FROM_HERE, x)) { x 54 content/public/browser/devtools_agent_host.h virtual void InspectElement(int x, int y) = 0; x 95 content/public/browser/render_view_host.h virtual void CopyImageAt(int x, int y) = 0; x 224 content/public/browser/render_view_host.h virtual void ActivateNearestFindResult(int request_id, float x, float y) = 0; x 181 content/public/common/common_param_traits.cc m->WriteInt(p.x()); x 187 content/public/common/common_param_traits.cc int x, y; x 188 content/public/common/common_param_traits.cc if (!m->ReadInt(iter, &x) || x 191 content/public/common/common_param_traits.cc r->set_x(x); x 197 content/public/common/common_param_traits.cc l->append(base::StringPrintf("(%d, %d)", p.x(), p.y())); x 201 content/public/common/common_param_traits.cc ParamTraits<float>::Write(m, v.x()); x 208 content/public/common/common_param_traits.cc float x, y; x 209 content/public/common/common_param_traits.cc if (!ParamTraits<float>::Read(m, iter, &x) || x 212 content/public/common/common_param_traits.cc r->set_x(x); x 218 content/public/common/common_param_traits.cc l->append(base::StringPrintf("(%f, %f)", v.x(), v.y())); x 268 content/public/common/common_param_traits.cc int values[2] = { p.x(), p.y() }; x 285 content/public/common/common_param_traits.cc l->append(base::StringPrintf("(%d, %d)", v.x(), v.y())); x 289 content/public/common/common_param_traits.cc float values[2] = { p.x(), p.y() }; x 306 content/public/common/common_param_traits.cc l->append(base::StringPrintf("(%f, %f)", v.x(), v.y())); x 310 content/public/common/common_param_traits.cc int values[4] = { p.x(), p.y(), p.width(), p.height() }; x 328 content/public/common/common_param_traits.cc l->append(base::StringPrintf("(%d, %d, %d, %d)", p.x(), p.y(), x 333 content/public/common/common_param_traits.cc float values[4] = { p.x(), p.y(), p.width(), p.height() }; x 349 content/public/common/common_param_traits.cc l->append(base::StringPrintf("(%f, %f, %f, %f)", p.x(), p.y(), x 45 content/public/common/common_param_traits_macros.h IPC_STRUCT_TRAITS_MEMBER(x) x 50 content/public/common/common_param_traits_macros.h IPC_STRUCT_TRAITS_MEMBER(x) x 212 content/public/common/common_param_traits_macros.h IPC_STRUCT_TRAITS_MEMBER(x) x 19 content/public/common/context_menu_params.cc x(0), x 55 content/public/common/context_menu_params.h int x; x 29 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java public static int[] getAbsoluteLocationFromRelative(View v, int x, int y) { x 32 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java location[0] += x; x 38 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java float x, float y) { x 40 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java MotionEvent event = MotionEvent.obtain(downTime, eventTime, action, x, y, 0); x 52 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java public static void singleClick(Instrumentation instrumentation, float x, float y) { x 54 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java sendAction(instrumentation, MotionEvent.ACTION_DOWN, downTime, x, y); x 55 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java sendAction(instrumentation, MotionEvent.ACTION_UP, downTime, x, y); x 66 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java public static void singleClickView(Instrumentation instrumentation, View v, int x, int y) { x 67 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java int location[] = getAbsoluteLocationFromRelative(v, x, y); x 80 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java int x = v.getWidth() / 2; x 82 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java singleClickView(instrumentation, v, x, y); x 102 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java public static void longClickView(Instrumentation instrumentation, View v, int x, int y) { x 103 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java int location[] = getAbsoluteLocationFromRelative(v, x, y); x 120 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java int x = v.getWidth() / 2; x 122 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java longClickView(instrumentation, v, x, y); x 133 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java public static long dragStart(Instrumentation instrumentation, float x, float y) { x 135 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java sendAction(instrumentation, MotionEvent.ACTION_DOWN, downTime, x, y); x 153 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java float x = fromX; x 159 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java x += xStep; x 160 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java sendAction(instrumentation, MotionEvent.ACTION_MOVE, downTime, x, y); x 173 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java public static void dragEnd(Instrumentation instrumentation, float x, float y, long downTime) { x 174 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestTouchUtils.java sendAction(instrumentation, MotionEvent.ACTION_UP, downTime, x, y); x 35 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java public void dragStart(float x, float y, long downTime) { x 37 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java MotionEvent.ACTION_DOWN, x, y, 0); x 55 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java float x = fromX; x 61 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java x += xStep; x 64 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java MotionEvent.ACTION_MOVE, x, y, 0); x 78 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java public void dragEnd(float x, float y, long downTime) { x 81 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java MotionEvent.ACTION_UP, x, y, 0); x 92 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java public void singleClick(float x, float y) { x 98 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java MotionEvent.ACTION_DOWN, x, y, 0); x 103 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java x, y, 0); x 114 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java public void singleClickView(View v, int x, int y) { x 115 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java int location[] = getAbsoluteLocationFromRelative(v, x, y); x 137 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java public void singleClickViewRelative(View view, int x, int y) { x 142 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java MotionEvent.ACTION_DOWN, x, y, 0); x 147 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java x, y, 0); x 158 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java public void longPress(float x, float y) { x 164 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java MotionEvent.ACTION_DOWN, x, y, 0); x 175 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java x, y, 0); x 186 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java public void longPressView(View v, int x, int y) { x 187 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java int location[] = getAbsoluteLocationFromRelative(v, x, y); x 230 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java private static int[] getAbsoluteLocationFromRelative(View v, int x, int y) { x 233 content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java location[0] += x; x 224 content/public/test/browser_test_utils.cc int x = web_contents->GetView()->GetContainerSize().width() / 2; x 226 content/public/test/browser_test_utils.cc SimulateMouseClickAt(web_contents, modifiers, button, gfx::Point(x, y)); x 236 content/public/test/browser_test_utils.cc mouse_event.x = point.x(); x 242 content/public/test/browser_test_utils.cc mouse_event.globalX = point.x() + offset.x(); x 255 content/public/test/browser_test_utils.cc mouse_event.x = point.x(); x 306 content/public/test/render_view_test.cc mouse_event.x = bounds.CenterPoint().x(); x 291 content/renderer/accessibility/renderer_accessibility_complete.cc WebRect(subfocus.x(), subfocus.y(), x 316 content/renderer/accessibility/renderer_accessibility_complete.cc obj.scrollToGlobalPoint(WebPoint(point.x(), point.y())); x 1005 content/renderer/browser_plugin/browser_plugin.cc canvas->translate(plugin_rect_.x(), plugin_rect_.y()); x 63 content/renderer/browser_plugin/browser_plugin_backing_store.cc int x = pixel_copy_rect.x() - pixel_bitmap_rect.x(); x 65 content/renderer/browser_plugin/browser_plugin_backing_store.cc SkIRect srcrect = SkIRect::MakeXYWH(x, y, x 70 content/renderer/browser_plugin/browser_plugin_backing_store.cc SkIntToScalar(pixel_copy_rect.x()), x 87 content/renderer/browser_plugin/browser_plugin_backing_store.cc int x = std::min(pixel_rect.x(), pixel_rect.x() - pixel_delta.x()); x 89 content/renderer/browser_plugin/browser_plugin_backing_store.cc int w = pixel_rect.width() + abs(pixel_delta.x()); x 91 content/renderer/browser_plugin/browser_plugin_backing_store.cc SkIRect rect = SkIRect::MakeXYWH(x, y, w, h); x 92 content/renderer/browser_plugin/browser_plugin_backing_store.cc bitmap_.scrollRect(&rect, pixel_delta.x(), pixel_delta.y()); x 22 content/renderer/context_menu_params_builder.cc params.x = data.mousePosition.x; x 234 content/renderer/devtools/devtools_agent.cc params.viewInsets = blink::WebSize(device_rect.x, device_rect.y); x 304 content/renderer/devtools/devtools_agent.cc void DevToolsAgent::OnInspectElement(int x, int y) { x 308 content/renderer/devtools/devtools_agent.cc web_agent->inspectElementAt(WebPoint(x, y)); x 84 content/renderer/devtools/devtools_agent.h void OnInspectElement(int x, int y); x 73 content/renderer/disambiguation_popup_helper.cc int left = touch_point.x() - zoom_rect.x(); x 74 content/renderer/disambiguation_popup_helper.cc int right = zoom_rect.right() - touch_point.x(); x 80 content/renderer/disambiguation_popup_helper.cc return gfx::Rect(touch_point.x() - left, x 34 content/renderer/external_popup_menu.cc rect.x *= origin_scale_for_emulation_; x 37 content/renderer/external_popup_menu.cc rect.x += origin_offset_for_emulation_.x(); x 486 content/renderer/gpu/render_widget_compositor.cc gfx::Vector2d(destination.x, destination.y), x 136 content/renderer/input/input_handler_proxy.cc gfx::Point(wheel_event.x, wheel_event.y), cc::InputHandler::Wheel); x 148 content/renderer/input/input_handler_proxy.cc gfx::Point(wheel_event.x, wheel_event.y), x 171 content/renderer/input/input_handler_proxy.cc gfx::Point(gesture_event.x, gesture_event.y), x 196 content/renderer/input/input_handler_proxy.cc gfx::Point(gesture_event.x, gesture_event.y), x 228 content/renderer/input/input_handler_proxy.cc gfx::Point(gesture_event.x, gesture_event.y)); x 246 content/renderer/input/input_handler_proxy.cc gfx::Point(touch_event.touches[i].position.x, x 261 content/renderer/input/input_handler_proxy.cc input_handler_->MouseMoveAt(gfx::Point(mouse_event.x, mouse_event.y)); x 274 content/renderer/input/input_handler_proxy.cc gfx::Point(gesture_event.x, gesture_event.y), x 314 content/renderer/input/input_handler_proxy.cc fling_parameters_.point = WebPoint(gesture_event.x, gesture_event.y); x 393 content/renderer/input/input_handler_proxy.cc std::abs(params.accumulated_overscroll.x()) >= x 436 content/renderer/input/input_handler_proxy.cc synthetic_wheel.x = fling_parameters_.point.x; x 438 content/renderer/input/input_handler_proxy.cc synthetic_wheel.globalX = fling_parameters_.globalPoint.x; x 131 content/renderer/input/input_handler_proxy_unittest.cc blink::WebFloatSize(velocity.x, velocity.y), x 142 content/renderer/input/input_handler_proxy_unittest.cc WebTouchPoint CreateWebTouchPoint(WebTouchPoint::State state, float x, x 146 content/renderer/input/input_handler_proxy_unittest.cc point.screenPosition = WebFloatPoint(x, y); x 147 content/renderer/input/input_handler_proxy_unittest.cc point.position = WebFloatPoint(x, y); x 306 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = 7; x 315 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = 9; x 357 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = 7; x 377 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = 9; x 483 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 486 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = fling_point.x; x 488 content/renderer/input/input_handler_proxy_unittest.cc gesture_.globalX = fling_global_point.x; x 517 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Vector2dF::x, testing::Lt(0)))) x 593 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 596 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = fling_point.x; x 598 content/renderer/input/input_handler_proxy_unittest.cc gesture_.globalX = fling_global_point.x; x 625 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Vector2dF::x, testing::Lt(0)))) x 699 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 702 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = fling_point.x; x 704 content/renderer/input/input_handler_proxy_unittest.cc gesture_.globalX = fling_global_point.x; x 879 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 882 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = fling_point.x; x 884 content/renderer/input/input_handler_proxy_unittest.cc gesture_.globalX = fling_global_point.x; x 908 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Vector2dF::x, testing::Lt(0)))) x 943 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 946 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = fling_point.x; x 948 content/renderer/input/input_handler_proxy_unittest.cc gesture_.globalX = fling_global_point.x; x 965 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Vector2dF::x, testing::Lt(0)))) x 1003 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 1006 content/renderer/input/input_handler_proxy_unittest.cc gesture_.x = fling_point.x; x 1008 content/renderer/input/input_handler_proxy_unittest.cc gesture_.globalX = fling_global_point.x; x 1036 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Vector2dF::x, testing::Lt(0)))) x 1061 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 1134 content/renderer/input/input_handler_proxy_unittest.cc gesture_.data.flingStart.velocityX = fling_delta.x; x 1194 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Vector2dF::x, testing::Gt(0)))))); x 1216 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Point::x, testing::Gt(0)))) x 1220 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Point::x, testing::Lt(0)))) x 1241 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Point::x, testing::Eq(0)))) x 1245 content/renderer/input/input_handler_proxy_unittest.cc testing::Property(&gfx::Point::x, testing::Gt(0)))) x 410 content/renderer/media/media_stream_video_source.cc const int horiz_crop = frame->visible_rect().x() + x 212 content/renderer/media/renderer_gpu_video_accelerator_factories.cc gles2->ReadPixels(visible_rect.x(), x 22 content/renderer/media/rtc_video_encoder.cc #define NOTIFY_ERROR(x) \ x 24 content/renderer/media/rtc_video_encoder.cc DLOG(ERROR) << "calling NotifyError(): " << x; \ x 25 content/renderer/media/rtc_video_encoder.cc NotifyError(x); \ x 326 content/renderer/media/webmediaplayer_ms.cc gfx::RectF dest_rect(rect.x, rect.y, rect.width, rect.height); x 129 content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc const int horiz_crop = src->visible_rect().x(); x 700 content/renderer/npapi/webplugin_delegate_proxy.cc offset_rect.Offset(-plugin_rect_.x(), -plugin_rect_.y()); x 1028 content/renderer/npapi/webplugin_delegate_proxy.cc rect.y() * stride + 4 * rect.x(); x 1031 content/renderer/npapi/webplugin_delegate_proxy.cc rect.y() * stride + 4 * rect.x(); x 49 content/renderer/paint_aggregator.cc DCHECK(!(scroll_delta.x() && scroll_delta.y())); x 55 content/renderer/paint_aggregator.cc if (scroll_delta.x()) { x 56 content/renderer/paint_aggregator.cc int dx = scroll_delta.x(); x 60 content/renderer/paint_aggregator.cc damaged_rect.set_x(scroll_rect.x()); x 68 content/renderer/paint_aggregator.cc damaged_rect.set_x(scroll_rect.x()); x 164 content/renderer/paint_aggregator.cc if (delta.x() != 0 && delta.y() != 0) { x 177 content/renderer/paint_aggregator.cc if ((delta.x() && update_.scroll_delta.y()) || x 178 content/renderer/paint_aggregator.cc (delta.y() && update_.scroll_delta.x())) { x 92 content/renderer/paint_aggregator_unittest.cc EXPECT_EQ(delta.x(), update.scroll_delta.x()); x 197 content/renderer/pepper/event_conversion.cc result.mouse_position.x = mouse_event.x; x 200 content/renderer/pepper/event_conversion.cc result.mouse_movement.x = mouse_event.movementX; x 211 content/renderer/pepper/event_conversion.cc result.wheel_delta.x = mouse_wheel_event.deltaX; x 213 content/renderer/pepper/event_conversion.cc result.wheel_ticks.x = mouse_wheel_event.wheelTicksX; x 225 content/renderer/pepper/event_conversion.cc pp_pt.position.x = touch_point.position.x; x 227 content/renderer/pepper/event_conversion.cc pp_pt.radius.x = touch_point.radiusX; x 274 content/renderer/pepper/event_conversion.cc pt.position.x = pp_pt.position.x; x 277 content/renderer/pepper/event_conversion.cc pt.screenPosition.x = 0; x 280 content/renderer/pepper/event_conversion.cc pt.radiusX = pp_pt.radius.x; x 419 content/renderer/pepper/event_conversion.cc mouse_event->x = event.mouse_position.x; x 422 content/renderer/pepper/event_conversion.cc mouse_event->movementX = event.mouse_movement.x; x 433 content/renderer/pepper/event_conversion.cc mouse_wheel_event->deltaX = event.wheel_delta.x; x 435 content/renderer/pepper/event_conversion.cc mouse_wheel_event->wheelTicksX = event.wheel_ticks.x; x 633 content/renderer/pepper/event_conversion.cc web_mouse_wheel_event->x = plugin_x; x 21 content/renderer/pepper/gfx_conversion.h return gfx::Point(p.x, p.y); x 25 content/renderer/pepper/gfx_conversion.h return PP_MakePoint(p.x(), p.y()); x 29 content/renderer/pepper/gfx_conversion.h return gfx::Rect(r.point.x, r.point.y, r.size.width, r.size.height); x 33 content/renderer/pepper/gfx_conversion.h return PP_MakeRectFromXYWH(r.x(), r.y(), r.width(), r.height()); x 63 content/renderer/pepper/pepper_graphics_2d_host.cc if (rect->point.x < 0 || rect->point.y < 0 || x 68 content/renderer/pepper/pepper_graphics_2d_host.cc if (static_cast<int64>(rect->point.x) + x 77 content/renderer/pepper/pepper_graphics_2d_host.cc *dest = gfx::Rect(rect->point.x, rect->point.y, x 264 content/renderer/pepper/pepper_graphics_2d_host.cc int x = top_left->x; x 265 content/renderer/pepper/pepper_graphics_2d_host.cc if (x < 0 || x 266 content/renderer/pepper/pepper_graphics_2d_host.cc static_cast<int64>(x) + static_cast<int64>(image_resource->width()) > x 279 content/renderer/pepper/pepper_graphics_2d_host.cc SkIRect src_irect = { x, y, x 280 content/renderer/pepper/pepper_graphics_2d_host.cc x + image_resource->width(), x 385 content/renderer/pepper/pepper_graphics_2d_host.cc origin.set(SkIntToScalar(plugin_rect.x()), SkIntToScalar(plugin_rect.y())); x 391 content/renderer/pepper/pepper_graphics_2d_host.cc pixel_origin.set(pixel_origin.x() * (1.0f / scale_), x 394 content/renderer/pepper/pepper_graphics_2d_host.cc canvas->drawBitmap(image, pixel_origin.x(), pixel_origin.y(), &paint); x 453 content/renderer/pepper/pepper_graphics_2d_host.cc int64 x64 = static_cast<int64>(top_left.x); x 455 content/renderer/pepper/pepper_graphics_2d_host.cc if (x64 + static_cast<int64>(operation.paint_src_rect.x()) < 0 || x 463 content/renderer/pepper/pepper_graphics_2d_host.cc operation.paint_x = top_left.x; x 484 content/renderer/pepper/pepper_graphics_2d_host.cc int32 dx = amount.x; x 658 content/renderer/pepper/pepper_graphics_2d_host.cc bound_instance_->ScrollRect(scroll_delta.x(), scroll_delta.y(), x 685 content/renderer/pepper/pepper_graphics_2d_host.cc int x, int y, x 694 content/renderer/pepper/pepper_graphics_2d_host.cc SkIRect src_irect = { src_rect.x(), src_rect.y(), x 699 content/renderer/pepper/pepper_graphics_2d_host.cc invalidated_rect->Offset(x, y); x 700 content/renderer/pepper/pepper_graphics_2d_host.cc SkRect dest_rect = { SkIntToScalar(invalidated_rect->x()), x 126 content/renderer/pepper/pepper_graphics_2d_host.h int x, int y, x 78 content/renderer/pepper/pepper_graphics_2d_host_unittest.cc int width = plugin_rect.point.x + plugin_rect.size.width; x 1025 content/renderer/pepper/pepper_plugin_instance_impl.cc return gfx::Rect(view_data_.rect.point.x, x 1036 content/renderer/pepper/pepper_plugin_instance_impl.cc caret.Offset(view_data_.rect.point.x, view_data_.rect.point.y); x 1327 content/renderer/pepper/pepper_plugin_instance_impl.cc p.x = point.x(); x 2099 content/renderer/pepper/pepper_plugin_instance_impl.cc view_data_.rect.point.x + view_data_.rect.size.width / 2, x 2460 content/renderer/pepper/pepper_plugin_instance_impl.cc tickmarks_converted[i] = blink::WebRect(tickmarks[i].point.x, x 2600 content/renderer/pepper/pepper_plugin_instance_impl.cc custom_cursor->hotSpot.x = hot_spot->x; x 101 content/renderer/pepper/ppb_scrollbar_impl.cc tickmarks_[i] = WebRect(tick_marks[i].point.x, x 147 content/renderer/pepper/ppb_scrollbar_impl.cc skia::MakeOpaque(canvas, rect.x(), rect.y(), rect.width(), rect.height()); x 165 content/renderer/pepper/ppb_scrollbar_impl.cc scrollbar_->setLocation(WebRect(location->point.x, x 211 content/renderer/pepper/ppb_scrollbar_impl.cc gfx::Rect gfx_rect(rect.x, x 243 content/renderer/pepper/ppb_scrollbar_impl.cc pp_rect.point.x = dirty_.x(); x 40 content/renderer/pepper/ppb_widget_impl.cc return PaintInternal(gfx::Rect(rect->point.x, rect->point.y, x 211 content/renderer/pepper/renderer_ppapi_host_impl.cc return gfx::Point(pt.x() + plugin_instance->view_data().rect.point.x, x 2023 content/renderer/render_frame_impl.cc params.x = GetRenderWidget()->touch_editing_context_menu_location().x(); x 2058 content/renderer/render_frame_impl.cc params.selection_start = gfx::Point(start_rect.x(), start_rect.bottom()); x 1776 content/renderer/render_view_browsertest.cc mouse_event.x = 250; x 1225 content/renderer/render_view_impl.cc void RenderViewImpl::OnCopyImageAt(int x, int y) { x 1226 content/renderer/render_view_impl.cc webview()->copyImageAt(WebPoint(x, y)); x 1918 content/renderer/render_view_impl.cc gfx::Vector2d imageOffset(webImageOffset.x, webImageOffset.y); x 3205 content/renderer/render_view_impl.cc float x, float y) { x 3211 content/renderer/render_view_impl.cc int ordinal = main_frame->selectNearestFindMatch(WebFloatPoint(x, y), x 4269 content/renderer/render_view_impl.cc blink::WebSize(root_layer_offset.x(), root_layer_offset.y()), x 4607 content/renderer/render_view_impl.cc event.x - event.data.tap.width / 2, event.y - event.data.tap.height / 2, x 4642 content/renderer/render_view_impl.cc canvas->translate(-zoom_rect.x() * device_scale_factor_, x 4701 content/renderer/render_view_impl.cc gfx::Rect new_position(rootWindowRect().x, x 852 content/renderer/render_view_impl.h void OnCopyImageAt(int x, int y); x 921 content/renderer/render_view_impl.h void OnActivateNearestFindResult(int request_id, float x, float y); x 340 content/renderer/render_widget.cc params->x *= scale_; x 341 content/renderer/render_widget.cc params->x += offset_.x(); x 549 content/renderer/render_widget.cc emulator->original_screen_rect().origin().x() + emulator->offset().x(), x 1102 content/renderer/render_widget.cc "x", mouse_event.x, "y", mouse_event.y); x 1280 content/renderer/render_widget.cc canvas->translate(static_cast<SkScalar>(-canvas_origin.x()), x 1384 content/renderer/render_widget.cc irect.set(rect.x(), rect.y(), rect.right() - 1, rect.bottom() - 1); x 1819 content/renderer/render_widget.cc WebRect new_pos(rootWindowRect().x, x 2134 content/renderer/render_widget.cc pos.x = popup_screen_origin_for_emulation_.x() + x 2135 content/renderer/render_widget.cc (pos.x - popup_view_origin_for_emulation_.x()) * scale; x 106 content/renderer/render_widget_fullscreen_pepper.cc mouse.x = gesture.x; x 219 content/renderer/render_widget_fullscreen_pepper.cc mouse.x = gesture_event->x; x 26 content/renderer/sad_plugin.cc canvas->translate(plugin_rect.x(), plugin_rect.y()); x 165 content/renderer/skia_benchmarking_extension.cc canvas.translate(SkFloatToScalar(-clip.x()), SkFloatToScalar(-clip.y())); x 168 content/renderer/skia_benchmarking_extension.cc canvas.translate(picture->LayerRect().x(), picture->LayerRect().y()); x 222 content/shell/browser/shell.cc void Shell::ShowDevToolsForElementAt(int x, int y) { x 224 content/shell/browser/shell.cc devtools_frontend_->InspectElementAt(x, y); x 71 content/shell/browser/shell.h void ShowDevToolsForElementAt(int x, int y); x 92 content/shell/browser/shell_devtools_frontend.cc void ShellDevToolsFrontend::InspectElementAt(int x, int y) { x 93 content/shell/browser/shell_devtools_frontend.cc agent_host_->InspectElement(x, y); x 33 content/shell/browser/shell_devtools_frontend.h void InspectElementAt(int x, int y); x 99 content/shell/browser/shell_views.cc shell_->ShowDevToolsForElementAt(params_.x, params_.y); x 173 content/shell/browser/shell_views.cc gfx::Point screen_point(params.x, params.y); x 37 content/shell/browser/shell_web_contents_view_delegate_android.cc content_view_core->ShowPastePopup(params.selection_start.x(), x 176 content/shell/browser/shell_web_contents_view_delegate_win.cc gfx::Point screen_point(params.x, params.y); x 183 content/shell/browser/shell_web_contents_view_delegate_win.cc point.x, point.y, x 25 content/shell/renderer/test_runner/MockWebSpeechInputController.cpp snprintf(buffer, sizeof(buffer), "%d,%d,%d,%d", rect.x, rect.y, rect.width, rect.height); x 95 content/shell/renderer/test_runner/TestPlugin.cpp points[i].position.x, x 112 content/shell/renderer/test_runner/TestPlugin.cpp snprintf(buffer, sizeof(buffer), "* %d, %d\n", mouse.x, mouse.y); x 117 content/shell/renderer/test_runner/TestPlugin.cpp snprintf(buffer, sizeof(buffer), "* %d, %d\n", gesture.x, gesture.y); x 525 content/shell/renderer/test_runner/WebTestProxy.cpp for (WebRect column(0, 0, 1, height); column.x < width; column.x++) x 550 content/shell/renderer/test_runner/WebTestProxy.cpp rect.set(wr.x, wr.y, wr.x + wr.width, wr.y + wr.height); x 569 content/shell/renderer/test_runner/WebTestProxy.cpp int scaledX = static_cast<int>(static_cast<float>(rect.x) * deviceScaleFactor); x 593 content/shell/renderer/test_runner/WebTestProxy.cpp int left = max(damageRect.x, clientRect.x); x 595 content/shell/renderer/test_runner/WebTestProxy.cpp int right = min(damageRect.x + damageRect.width, clientRect.x + clientRect.width); x 711 content/shell/renderer/test_runner/WebTestProxy.cpp int left = min(m_paintRect.x, rect.x); x 713 content/shell/renderer/test_runner/WebTestProxy.cpp int right = max(m_paintRect.x + m_paintRect.width, rect.x + rect.width); x 83 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp irect.set(webRect.x, webRect.y, x 84 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp webRect.x + webRect.width - 1, webRect.y + webRect.height - 1); x 444 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp SkIRect cornerRect = {rect.x, rect.y, rect.x + rect.width, rect.y + rect.height}; x 564 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp lirect.set(rect.x, rect.y, rect.x + rect.width - 1, rect.y + halfHeight - 1); x 574 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp lirect.set(rect.x, rect.y + halfHeight, rect.x + rect.width - 1, x 72 content/shell/renderer/test_runner/event_sender.cc e->x = pos.x; x 74 content/shell/renderer/test_runner/event_sender.cc e->globalX = pos.x; x 140 content/shell/renderer/test_runner/event_sender.cc return ((a.x - b.x) * (a.x - b.x) + (a.y - b.y) * (a.y - b.y)) > x 346 content/shell/renderer/test_runner/event_sender.cc void UpdateTouchPoint(unsigned index, int x, int y); x 351 content/shell/renderer/test_runner/event_sender.cc void GestureFlingStart(float x, float y, float velocity_x, float velocity_y); x 352 content/shell/renderer/test_runner/event_sender.cc void GestureScrollFirstPoint(int x, int y); x 593 content/shell/renderer/test_runner/event_sender.cc int x; x 600 content/shell/renderer/test_runner/event_sender.cc args->GetNext(&x); x 604 content/shell/renderer/test_runner/event_sender.cc sender_->SetPageScaleFactor(scale_factor, x, y); x 617 content/shell/renderer/test_runner/event_sender.cc void EventSenderBindings::UpdateTouchPoint(unsigned index, int x, int y) { x 619 content/shell/renderer/test_runner/event_sender.cc sender_->UpdateTouchPoint(index, x, y); x 643 content/shell/renderer/test_runner/event_sender.cc void EventSenderBindings::GestureFlingStart(float x, x 648 content/shell/renderer/test_runner/event_sender.cc sender_->GestureFlingStart(x, y, velocity_x, velocity_y); x 651 content/shell/renderer/test_runner/event_sender.cc void EventSenderBindings::GestureScrollFirstPoint(int x, int y) { x 653 content/shell/renderer/test_runner/event_sender.cc sender_->GestureScrollFirstPoint(x, y); x 1088 content/shell/renderer/test_runner/event_sender.cc WebPoint client_point(event.x, event.y); x 1392 content/shell/renderer/test_runner/event_sender.cc void EventSender::SetPageScaleFactor(float scale_factor, int x, int y) { x 1394 content/shell/renderer/test_runner/event_sender.cc view_->setPageScaleFactor(scale_factor, WebPoint(x, y)); x 1408 content/shell/renderer/test_runner/event_sender.cc void EventSender::UpdateTouchPoint(unsigned index, int x, int y) { x 1413 content/shell/renderer/test_runner/event_sender.cc touch_point->position = WebFloatPoint(x, y); x 1466 content/shell/renderer/test_runner/event_sender.cc void EventSender::GestureFlingStart(float x, x 1473 content/shell/renderer/test_runner/event_sender.cc event.x = x; x 1475 content/shell/renderer/test_runner/event_sender.cc event.globalX = event.x; x 1488 content/shell/renderer/test_runner/event_sender.cc void EventSender::GestureScrollFirstPoint(int x, int y) { x 1489 content/shell/renderer/test_runner/event_sender.cc current_gesture_location_ = WebPoint(x, y); x 1549 content/shell/renderer/test_runner/event_sender.cc int x; x 1551 content/shell/renderer/test_runner/event_sender.cc args->GetNext(&x); x 1556 content/shell/renderer/test_runner/event_sender.cc touch_point.position = WebFloatPoint(x, y); x 1699 content/shell/renderer/test_runner/event_sender.cc int x; x 1701 content/shell/renderer/test_runner/event_sender.cc args->GetNext(&x); x 1703 content/shell/renderer/test_runner/event_sender.cc WebPoint mouse_pos(x, y); x 1803 content/shell/renderer/test_runner/event_sender.cc double x; x 1805 content/shell/renderer/test_runner/event_sender.cc args->GetNext(&x); x 1807 content/shell/renderer/test_runner/event_sender.cc WebPoint point(x, y); x 1815 content/shell/renderer/test_runner/event_sender.cc event.data.scrollUpdate.deltaX = static_cast<float>(x); x 1817 content/shell/renderer/test_runner/event_sender.cc event.x = current_gesture_location_.x; x 1819 content/shell/renderer/test_runner/event_sender.cc current_gesture_location_.x = x 1820 content/shell/renderer/test_runner/event_sender.cc current_gesture_location_.x + event.data.scrollUpdate.deltaX; x 1825 content/shell/renderer/test_runner/event_sender.cc current_gesture_location_ = WebPoint(point.x, point.y); x 1826 content/shell/renderer/test_runner/event_sender.cc event.x = current_gesture_location_.x; x 1831 content/shell/renderer/test_runner/event_sender.cc event.x = current_gesture_location_.x; x 1846 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1860 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1864 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1884 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1904 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1908 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1928 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1948 content/shell/renderer/test_runner/event_sender.cc event.x = point.x; x 1971 content/shell/renderer/test_runner/event_sender.cc event.globalX = event.x; x 2065 content/shell/renderer/test_runner/event_sender.cc WebPoint client_point(e.x, e.y); x 2092 content/shell/renderer/test_runner/event_sender.cc WebPoint client_point(e.x, e.y); x 2101 content/shell/renderer/test_runner/event_sender.cc last_mouse_pos_ = WebPoint(e.x, e.y); x 2110 content/shell/renderer/test_runner/event_sender.cc WebPoint client_point(e.x, e.y); x 103 content/shell/renderer/test_runner/event_sender.h void SetPageScaleFactor(float scale_factor, int x, int y); x 107 content/shell/renderer/test_runner/event_sender.h void UpdateTouchPoint(unsigned index, int x, int y); x 114 content/shell/renderer/test_runner/event_sender.h void GestureFlingStart(float x, float y, float velocity_x, float velocity_y); x 115 content/shell/renderer/test_runner/event_sender.h void GestureScrollFirstPoint(int x, int y); x 239 content/shell/renderer/test_runner/text_input_controller.cc int_array[0] = rect.x; x 339 content/shell/renderer/test_runner/web_ax_object_proxy.cc int left = inline_text_box_rect.x + character_offsets[localIndex - 1]; x 346 content/shell/renderer/test_runner/web_ax_object_proxy.cc inline_text_box_rect.x, inline_text_box_rect.y, x 350 content/shell/renderer/test_runner/web_ax_object_proxy.cc int right = inline_text_box_rect.x + inline_text_box_rect.width; x 369 content/shell/renderer/test_runner/web_ax_object_proxy.cc return blink::WebRect(inline_text_box_rect.x, top, x 372 content/shell/renderer/test_runner/web_ax_object_proxy.cc return blink::WebRect(inline_text_box_rect.x, inline_text_box_rect.y, x 382 content/shell/renderer/test_runner/web_ax_object_proxy.cc return blink::WebRect(inline_text_box_rect.x, top, x 386 content/shell/renderer/test_runner/web_ax_object_proxy.cc return blink::WebRect(inline_text_box_rect.x, top, x 619 content/shell/renderer/test_runner/web_ax_object_proxy.cc return accessibility_object().boundingBoxRect().x; x 747 content/shell/renderer/test_runner/web_ax_object_proxy.cc return accessibility_object().clickPoint().x; x 802 content/shell/renderer/test_runner/web_ax_object_proxy.cc int right = std::max(bounds.x + bounds.width, next.x + next.width); x 804 content/shell/renderer/test_runner/web_ax_object_proxy.cc bounds.x = std::min(bounds.x, next.x); x 806 content/shell/renderer/test_runner/web_ax_object_proxy.cc bounds.width = right - bounds.x; x 811 content/shell/renderer/test_runner/web_ax_object_proxy.cc bounds.x, bounds.y, bounds.width, bounds.height); x 818 content/shell/renderer/test_runner/web_ax_object_proxy.cc v8::Handle<v8::Object> WebAXObjectProxy::ElementAtPoint(int x, int y) { x 819 content/shell/renderer/test_runner/web_ax_object_proxy.cc blink::WebPoint point(x, y); x 937 content/shell/renderer/test_runner/web_ax_object_proxy.cc void WebAXObjectProxy::ScrollToMakeVisibleWithSubFocus(int x, int y, x 940 content/shell/renderer/test_runner/web_ax_object_proxy.cc blink::WebRect(x, y, width, height)); x 943 content/shell/renderer/test_runner/web_ax_object_proxy.cc void WebAXObjectProxy::ScrollToGlobalPoint(int x, int y) { x 944 content/shell/renderer/test_runner/web_ax_object_proxy.cc accessibility_object().scrollToGlobalPoint(blink::WebPoint(x, y)); x 105 content/shell/renderer/test_runner/web_ax_object_proxy.h v8::Handle<v8::Object> ElementAtPoint(int x, int y); x 126 content/shell/renderer/test_runner/web_ax_object_proxy.h void ScrollToMakeVisibleWithSubFocus(int x, int y, int width, int height); x 127 content/shell/renderer/test_runner/web_ax_object_proxy.h void ScrollToGlobalPoint(int x, int y); x 111 content/shell/renderer/webkit_test_runner.cc for (int x = 0; x < bitmap->width(); ++x) x 112 content/shell/renderer/webkit_test_runner.cc row[x] |= 0xFF000000; // Set alpha bits to 1. x 360 content/shell/tools/plugin/PluginObject.cpp (int)plugin->lastWindow.x, x 53 content/shell/tools/plugin/Tests/LogNPPSetWindow.cpp window->window ? "non-NULL" : "NULL", window->x, window->y, window->width, window->height, x 679 content/shell/tools/plugin/main.cpp pluginLog(instance, "mouseDown at (%d, %d)", event->xbutton.x, event->xbutton.y); x 685 content/shell/tools/plugin/main.cpp pluginLog(instance, "mouseUp at (%d, %d)", event->xbutton.x, event->xbutton.y); x 49 content/test/plugin/plugin_test.cc inline unsigned char toHex(const unsigned char x) { x 50 content/test/plugin/plugin_test.cc return x > 9 ? (x + 'A' - 10) : (x + '0'); x 26 content/test/plugin/plugin_window_size_test.cc window_rect.left = pNPWindow->x; x 43 content/test/plugin/plugin_window_size_test.cc origin_from_os.x = window_rect_from_os.left; x 46 content/test/plugin/plugin_window_size_test.cc if (origin_from_os.x != pNPWindow->x || origin_from_os.y != pNPWindow->y) x 213 content/test/plugin/plugin_windowless_test.cc std::string StringForPoint(int x, int y) { x 215 content/test/plugin/plugin_windowless_test.cc point_string.append(base::IntToString(x)); x 233 content/test/plugin/plugin_windowless_test.cc double x, y, round_trip_x, round_trip_y; x 234 content/test/plugin/plugin_windowless_test.cc if (!(browser->convertpoint(id(), 0, 0, spaces[i], &x, &y, spaces[j])) || x 235 content/test/plugin/plugin_windowless_test.cc !(browser->convertpoint(id(), x, y, spaces[j], &round_trip_x, x 241 content/test/plugin/plugin_windowless_test.cc if (i != j && x == 0 && y == 0) { x 22 content/test/web_gesture_curve_mock.cc blink::WebSize displacement(velocity_.x * time, velocity_.y * time); x 26 content/test/web_gesture_curve_mock.cc blink::WebFloatSize velocity(velocity_.x, velocity_.y); x 55 courgette/third_party/bsdiff_create.cc int i,j,k,x,tmp,jj,kk; x 59 courgette/third_party/bsdiff_create.cc j=1;x=V[I[k]+h]; x 61 courgette/third_party/bsdiff_create.cc if(V[I[k+i]+h]<x) { x 62 courgette/third_party/bsdiff_create.cc x=V[I[k+i]+h]; x 65 courgette/third_party/bsdiff_create.cc if(V[I[k+i]+h]==x) { x 76 courgette/third_party/bsdiff_create.cc x=V[I[start+len/2]+h]; x 79 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]<x) jj++; x 80 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]==x) kk++; x 86 courgette/third_party/bsdiff_create.cc if(V[I[i]+h]<x) { x 88 courgette/third_party/bsdiff_create.cc } else if(V[I[i]+h]==x) { x 98 courgette/third_party/bsdiff_create.cc if(V[I[jj+j]+h]==x) { x 168 courgette/third_party/bsdiff_create.cc int x,y; x 171 courgette/third_party/bsdiff_create.cc x=matchlen(old+I[st],oldsize-I[st],newbuf,newsize); x 174 courgette/third_party/bsdiff_create.cc if(x>y) { x 176 courgette/third_party/bsdiff_create.cc return x; x 183 courgette/third_party/bsdiff_create.cc x=st+(en-st)/2; x 184 courgette/third_party/bsdiff_create.cc if(memcmp(old+I[x],newbuf,std::min(oldsize-I[x],newsize))<0) { x 185 courgette/third_party/bsdiff_create.cc return search(I,old,oldsize,newbuf,newsize,x,en,pos); x 187 courgette/third_party/bsdiff_create.cc return search(I,old,oldsize,newbuf,newsize,st,x,pos); x 398 crypto/curve25519-donna.c limb *x, limb *z, /* input Q */ x 404 crypto/curve25519-donna.c memcpy(origx, x, 10 * sizeof(limb)); x 405 crypto/curve25519-donna.c fsum(x, z); x 412 crypto/curve25519-donna.c fproduct(zzprime, x, zprime); x 428 crypto/curve25519-donna.c fsquare(xx, x); x 577 crypto/curve25519-donna.c limb bp[10], x[10], z[10], zmone[10]; x 587 crypto/curve25519-donna.c cmult(x, z, e, bp); x 589 crypto/curve25519-donna.c fmul(z, x, zmone); x 37 crypto/ghash.cc void Put64(uint8 bytes[8], uint64 x) { x 38 crypto/ghash.cc x = base::HostToNet64(x); x 39 crypto/ghash.cc memcpy(bytes, &x, sizeof(x)); x 59 crypto/ghash.cc FieldElement x = {Get64(key), Get64(key+8)}; x 62 crypto/ghash.cc product_table_[Reverse(1)] = x; x 66 crypto/ghash.cc product_table_[Reverse(i+1)] = Add(product_table_[Reverse(i)], x); x 137 crypto/ghash.cc const FieldElement& x, x 140 crypto/ghash.cc FieldElement z = {x.low^y.low, x.hi^y.hi}; x 145 crypto/ghash.cc GaloisHash::FieldElement GaloisHash::Double(const FieldElement& x) { x 146 crypto/ghash.cc const bool msb_set = x.hi & 1; x 150 crypto/ghash.cc xx.hi = x.hi >> 1; x 151 crypto/ghash.cc xx.hi |= x.low << 63; x 152 crypto/ghash.cc xx.low = x.low >> 1; x 167 crypto/ghash.cc FieldElement* x) { x 182 crypto/ghash.cc word = x->hi; x 184 crypto/ghash.cc word = x->low; x 198 crypto/ghash.cc *x = z; x 214 crypto/ghash.cc void GaloisHash::Mul16(FieldElement* x) { x 215 crypto/ghash.cc const unsigned msw = x->hi & 0xf; x 216 crypto/ghash.cc x->hi >>= 4; x 217 crypto/ghash.cc x->hi |= x->low << 60; x 218 crypto/ghash.cc x->low >>= 4; x 219 crypto/ghash.cc x->low ^= static_cast<uint64>(kReductionTable[msw]) << 48; x 60 crypto/ghash.h static FieldElement Add(const FieldElement& x, const FieldElement& y); x 62 crypto/ghash.h static FieldElement Double(const FieldElement& x); x 66 crypto/ghash.h FieldElement* x); x 68 crypto/ghash.h static void Mul16(FieldElement* x); x 444 crypto/p224.cc Mul(&u1, a.x, z2z2); x 447 crypto/p224.cc Mul(&u2, b.x, z1z1); x 506 crypto/p224.cc Square(&out->x, r); x 507 crypto/p224.cc Subtract(&out->x, out->x, z1z1); x 508 crypto/p224.cc Reduce(&out->x); x 515 crypto/p224.cc Subtract(&z1z1, v, out->x); x 532 crypto/p224.cc Mul(&beta, a.x, gamma); x 535 crypto/p224.cc Add(&t, a.x, delta); x 540 crypto/p224.cc Subtract(&alpha, a.x, delta); x 558 crypto/p224.cc Square(&out->x, alpha); x 559 crypto/p224.cc Subtract(&out->x, out->x, delta); x 560 crypto/p224.cc Reduce(&out->x); x 567 crypto/p224.cc Subtract(&beta, beta, out->x); x 585 crypto/p224.cc out->x[i] ^= mask & (a.x[i] ^ out->x[i]); x 651 crypto/p224.cc Get224Bits(x, inwords); x 662 crypto/p224.cc Square(&rhs, x); x 663 crypto/p224.cc Mul(&rhs, x, rhs); x 667 crypto/p224.cc three_x[i] = x[i] * 3; x 679 crypto/p224.cc FieldElement zinv, zinv_sq, x, y; x 689 crypto/p224.cc Mul(&x, this->x, zinv_sq); x 693 crypto/p224.cc Contract(&x); x 697 crypto/p224.cc Put224Bits(outwords, x); x 730 crypto/p224.cc Mul(&out->x, in.x, zinv_sq); x 35 crypto/p224.h FieldElement x, y, z; x 75 crypto/third_party/nss/chromium-prtypes.h #define PR_MIN(x,y) ((x)<(y)?(x):(y)) x 66 crypto/third_party/nss/sha512.cc #define SHR(x,n) (x >> n) x 67 crypto/third_party/nss/sha512.cc #define SHL(x,n) (x << n) x 68 crypto/third_party/nss/sha512.cc #define Ch(x,y,z) ((x & y) ^ (~x & z)) x 69 crypto/third_party/nss/sha512.cc #define Maj(x,y,z) ((x & y) ^ (x & z) ^ (y & z)) x 125 crypto/third_party/nss/sha512.cc #define SHA_HTONL(x) swap4b(x) x 126 crypto/third_party/nss/sha512.cc #define BYTESWAP4(x) x = SHA_HTONL(x) x 134 crypto/third_party/nss/sha512.cc #define SHA_HTONL(x) bswap_32(x) x 135 crypto/third_party/nss/sha512.cc #define BYTESWAP4(x) x = SHA_HTONL(x) x 139 crypto/third_party/nss/sha512.cc #define SHA_HTONL(x) (t1 = (x), t1 = (t1 << 16) | (t1 >> 16), \ x 141 crypto/third_party/nss/sha512.cc #define BYTESWAP4(x) x = SHA_HTONL(x) x 146 crypto/third_party/nss/sha512.cc #define ROTR32(x,n) _lrotr(x,n) x 147 crypto/third_party/nss/sha512.cc #define ROTL32(x,n) _lrotl(x,n) x 149 crypto/third_party/nss/sha512.cc #define ROTR32(x,n) ((x >> n) | (x << ((8 * sizeof x) - n))) x 150 crypto/third_party/nss/sha512.cc #define ROTL32(x,n) ((x << n) | (x >> ((8 * sizeof x) - n))) x 154 crypto/third_party/nss/sha512.cc #define S0(x) (ROTR32(x, 2) ^ ROTR32(x,13) ^ ROTR32(x,22)) x 155 crypto/third_party/nss/sha512.cc #define S1(x) (ROTR32(x, 6) ^ ROTR32(x,11) ^ ROTR32(x,25)) x 156 crypto/third_party/nss/sha512.cc #define s0(x) (t1 = x, ROTR32(t1, 7) ^ ROTR32(t1,18) ^ SHR(t1, 3)) x 157 crypto/third_party/nss/sha512.cc #define s1(x) (t2 = x, ROTR32(t2,17) ^ ROTR32(t2,19) ^ SHR(t2,10)) x 532 crypto/third_party/nss/sha512.cc #define ROTR64(x,n) ((x >> n) | (x << (64 - n))) x 533 crypto/third_party/nss/sha512.cc #define ROTL64(x,n) ((x << n) | (x >> (64 - n))) x 535 crypto/third_party/nss/sha512.cc #define S0(x) (ROTR64(x,28) ^ ROTR64(x,34) ^ ROTR64(x,39)) x 536 crypto/third_party/nss/sha512.cc #define S1(x) (ROTR64(x,14) ^ ROTR64(x,18) ^ ROTR64(x,41)) x 537 crypto/third_party/nss/sha512.cc #define s0(x) (t1 = x, ROTR64(t1, 1) ^ ROTR64(t1, 8) ^ SHR(t1,7)) x 538 crypto/third_party/nss/sha512.cc #define s1(x) (t2 = x, ROTR64(t2,19) ^ ROTR64(t2,61) ^ SHR(t2,6)) x 550 crypto/third_party/nss/sha512.cc #define SHA_HTONLL(x) (t1 = x, \ x 554 crypto/third_party/nss/sha512.cc #define BYTESWAP8(x) x = SHA_HTONLL(x) x 564 crypto/third_party/nss/sha512.cc #define SHA_HTONLL(x) ( BYTESWAP4(x.lo), BYTESWAP4(x.hi), \ x 565 crypto/third_party/nss/sha512.cc x.hi ^= x.lo ^= x.hi ^= x.lo, x) x 566 crypto/third_party/nss/sha512.cc #define BYTESWAP8(x) do { PRUint32 tmp; BYTESWAP4(x.lo); BYTESWAP4(x.hi); \ x 567 crypto/third_party/nss/sha512.cc tmp = x.lo; x.lo = x.hi; x.hi = tmp; } while (0) x 721 crypto/third_party/nss/sha512.cc #define ADDTO(x,y) y += x x 736 crypto/third_party/nss/sha512.cc #define ADDTO(x,y) y.lo += x.lo; y.hi += x.hi + (x.lo > y.lo) x 738 crypto/third_party/nss/sha512.cc #define ROTR64a(x,n,lo,hi) (x.lo >> n | x.hi << (32-n)) x 739 crypto/third_party/nss/sha512.cc #define ROTR64A(x,n,lo,hi) (x.lo << (64-n) | x.hi >> (n-32)) x 740 crypto/third_party/nss/sha512.cc #define SHR64a(x,n,lo,hi) (x.lo >> n | x.hi << (32-n)) x 743 crypto/third_party/nss/sha512.cc #define s0lo(x) (ROTR64a(x,1,lo,hi) ^ ROTR64a(x,8,lo,hi) ^ SHR64a(x,7,lo,hi)) x 744 crypto/third_party/nss/sha512.cc #define s0hi(x) (ROTR64a(x,1,hi,lo) ^ ROTR64a(x,8,hi,lo) ^ (x.hi >> 7)) x 746 crypto/third_party/nss/sha512.cc #define s1lo(x) (ROTR64a(x,19,lo,hi) ^ ROTR64A(x,61,lo,hi) ^ SHR64a(x,6,lo,hi)) x 747 crypto/third_party/nss/sha512.cc #define s1hi(x) (ROTR64a(x,19,hi,lo) ^ ROTR64A(x,61,hi,lo) ^ (x.hi >> 6)) x 749 crypto/third_party/nss/sha512.cc #define S0lo(x)(ROTR64a(x,28,lo,hi) ^ ROTR64A(x,34,lo,hi) ^ ROTR64A(x,39,lo,hi)) x 750 crypto/third_party/nss/sha512.cc #define S0hi(x)(ROTR64a(x,28,hi,lo) ^ ROTR64A(x,34,hi,lo) ^ ROTR64A(x,39,hi,lo)) x 752 crypto/third_party/nss/sha512.cc #define S1lo(x)(ROTR64a(x,14,lo,hi) ^ ROTR64a(x,18,lo,hi) ^ ROTR64A(x,41,lo,hi)) x 753 crypto/third_party/nss/sha512.cc #define S1hi(x)(ROTR64a(x,14,hi,lo) ^ ROTR64a(x,18,hi,lo) ^ ROTR64A(x,41,hi,lo)) x 756 crypto/third_party/nss/sha512.cc #define Chxx(x,y,z,lo) ((x.lo & y.lo) ^ (~x.lo & z.lo)) x 757 crypto/third_party/nss/sha512.cc #define Majx(x,y,z,lo) ((x.lo & y.lo) ^ (x.lo & z.lo) ^ (y.lo & z.lo)) x 27 extensions/browser/extension_function.cc void ExtensionFunctionDeleteTraits::Destruct(const ExtensionFunction* x) { x 28 extensions/browser/extension_function.cc x->Destruct(); x 78 extensions/browser/extension_function.h static void Destruct(const ExtensionFunction* x); x 155 google_apis/gaia/google_service_auth_error.cc #define STATE_CASE(x) case x: state_str = #x; break x 213 gpu/GLES2/gl2extchromium.h GLint x, GLint y, GLint width, GLint height); x 216 gpu/GLES2/gl2extchromium.h GLint x, GLint y, GLint width, GLint height); x 118 gpu/command_buffer/client/gles2_c_lib_autogen.h GLint x, x 124 gpu/command_buffer/client/gles2_c_lib_autogen.h target, level, internalformat, x, y, width, height, border); x 130 gpu/command_buffer/client/gles2_c_lib_autogen.h GLint x, x 135 gpu/command_buffer/client/gles2_c_lib_autogen.h target, level, xoffset, yoffset, x, y, width, height); x 364 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2ReadPixels(GLint x, x 371 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->ReadPixels(x, y, width, height, format, type, pixels); x 386 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Scissor(GLint x, GLint y, GLsizei width, GLsizei height) { x 387 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Scissor(x, y, width, height); x 473 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform1f(GLint location, GLfloat x) { x 474 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform1f(location, x); x 479 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform1i(GLint location, GLint x) { x 480 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform1i(location, x); x 485 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform2f(GLint location, GLfloat x, GLfloat y) { x 486 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform2f(location, x, y); x 491 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform2i(GLint location, GLint x, GLint y) { x 492 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform2i(location, x, y); x 497 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) { x 498 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform3f(location, x, y, z); x 503 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform3i(GLint location, GLint x, GLint y, GLint z) { x 504 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform3i(location, x, y, z); x 510 gpu/command_buffer/client/gles2_c_lib_autogen.h GLfloat x, x 514 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform4f(location, x, y, z, w); x 519 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Uniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) { x 520 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Uniform4i(location, x, y, z, w); x 549 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2VertexAttrib1f(GLuint indx, GLfloat x) { x 550 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->VertexAttrib1f(indx, x); x 555 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { x 556 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->VertexAttrib2f(indx, x, y); x 561 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { x 562 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->VertexAttrib3f(indx, x, y, z); x 568 gpu/command_buffer/client/gles2_c_lib_autogen.h GLfloat x, x 572 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->VertexAttrib4f(indx, x, y, z, w); x 586 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2Viewport(GLint x, GLint y, GLsizei width, GLsizei height) { x 587 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->Viewport(x, y, width, height); x 788 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) { x 789 gpu/command_buffer/client/gles2_c_lib_autogen.h gles2::GetGLContext()->PostSubBufferCHROMIUM(x, y, width, height); x 278 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLint x, x 285 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(target, level, internalformat, x, y, width, height, border); x 293 gpu/command_buffer/client/gles2_cmd_helper_autogen.h GLint x, x 300 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(target, level, xoffset, yoffset, x, y, width, height); x 934 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void ReadPixels(GLint x, x 947 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(x, x 987 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) { x 990 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(x, y, width, height); x 1182 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform1f(GLint location, GLfloat x) { x 1185 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x); x 1208 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform1i(GLint location, GLint x) { x 1211 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x); x 1234 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform2f(GLint location, GLfloat x, GLfloat y) { x 1237 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x, y); x 1260 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform2i(GLint location, GLint x, GLint y) { x 1263 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x, y); x 1286 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) { x 1289 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x, y, z); x 1312 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform3i(GLint location, GLint x, GLint y, GLint z) { x 1315 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x, y, z); x 1338 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { x 1341 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x, y, z, w); x 1364 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Uniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) { x 1367 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(location, x, y, z, w); x 1482 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void VertexAttrib1f(GLuint indx, GLfloat x) { x 1485 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(indx, x); x 1508 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { x 1511 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(indx, x, y); x 1534 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { x 1537 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(indx, x, y, z); x 1560 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void VertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { x 1563 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(indx, x, y, z, w); x 1599 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) { x 1602 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(x, y, width, height); x 1931 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) { x 1935 gpu/command_buffer/client/gles2_cmd_helper_autogen.h c->Init(x, y, width, height); x 2827 gpu/command_buffer/client/gles2_implementation.cc PostSubBufferCHROMIUM(sub_buffer.x(), x 3266 gpu/command_buffer/client/gles2_implementation.cc GLint x, GLint y, GLint width, GLint height) { x 3269 gpu/command_buffer/client/gles2_implementation.cc << x << ", " << y << ", " << width << ", " << height << ")"); x 3275 gpu/command_buffer/client/gles2_implementation.cc helper_->PostSubBufferCHROMIUM(x, y, width, height); x 100 gpu/command_buffer/client/gles2_implementation_autogen.h GLint x, x 110 gpu/command_buffer/client/gles2_implementation_autogen.h GLint x, x 296 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void ReadPixels(GLint x, x 313 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE; x 380 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE; x 386 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform1i(GLint location, GLint x) OVERRIDE; x 390 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE; x 396 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform2i(GLint location, GLint x, GLint y) OVERRIDE; x 400 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) x 407 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform3i(GLint location, GLint x, GLint y, GLint z) OVERRIDE; x 412 gpu/command_buffer/client/gles2_implementation_autogen.h GLfloat x, x 421 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Uniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) x 445 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void VertexAttrib1f(GLuint indx, GLfloat x) OVERRIDE; x 449 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) OVERRIDE; x 453 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) x 459 gpu/command_buffer/client/gles2_implementation_autogen.h GLfloat x, x 473 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE; x 628 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) x 215 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLint x, x 225 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ", " << width << ", " << height << ", " << border x 236 gpu/command_buffer/client/gles2_implementation_impl_autogen.h target, level, internalformat, x, y, width, height, border); x 244 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLint x, x 251 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << level << ", " << xoffset << ", " << yoffset << ", " << x x 262 gpu/command_buffer/client/gles2_implementation_impl_autogen.h target, level, xoffset, yoffset, x, y, width, height); x 1109 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Scissor(GLint x, x 1114 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glScissor(" << x << ", " << y x 1124 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Scissor(x, y, width, height); x 1240 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Uniform1f(GLint location, GLfloat x) { x 1243 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ")"); x 1244 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform1f(location, x); x 1267 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Uniform1i(GLint location, GLint x) { x 1270 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ")"); x 1271 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform1i(location, x); x 1294 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Uniform2f(GLint location, GLfloat x, GLfloat y) { x 1297 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ")"); x 1298 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform2f(location, x, y); x 1321 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Uniform2i(GLint location, GLint x, GLint y) { x 1324 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ")"); x 1325 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform2i(location, x, y); x 1349 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLfloat x, x 1354 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ", " << z << ")"); x 1355 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform3f(location, x, y, z); x 1379 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Uniform3i(GLint location, GLint x, GLint y, GLint z) { x 1382 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ", " << z << ")"); x 1383 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform3i(location, x, y, z); x 1408 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLfloat x, x 1414 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ", " << z << ", " << w << ")"); x 1415 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform4f(location, x, y, z, w); x 1440 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLint x, x 1446 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ", " << z << ", " << w << ")"); x 1447 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Uniform4i(location, x, y, z, w); x 1573 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::VertexAttrib1f(GLuint indx, GLfloat x) { x 1576 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ")"); x 1577 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->VertexAttrib1f(indx, x); x 1590 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { x 1593 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ")"); x 1594 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->VertexAttrib2f(indx, x, y); x 1608 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLfloat x, x 1613 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ", " << z << ")"); x 1614 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->VertexAttrib3f(indx, x, y, z); x 1629 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLfloat x, x 1635 gpu/command_buffer/client/gles2_implementation_impl_autogen.h << x << ", " << y << ", " << z << ", " << w << ")"); x 1636 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->VertexAttrib4f(indx, x, y, z, w); x 1650 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::Viewport(GLint x, x 1655 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glViewport(" << x << ", " << y x 1665 gpu/command_buffer/client/gles2_implementation_impl_autogen.h helper_->Viewport(x, y, width, height); x 65 gpu/command_buffer/client/gles2_implementation_unittest.cc : x(_x), x 71 gpu/command_buffer/client/gles2_implementation_unittest.cc float x; x 2496 gpu/command_buffer/client/gles2_implementation_unittest.cc for (int x = 0; x < kSubImageWidth; ++x) { x 2497 gpu/command_buffer/client/gles2_implementation_unittest.cc pixels.get()[kSubImageWidth * y + x] = x | (y << 16); x 77 gpu/command_buffer/client/gles2_interface_autogen.h GLint x, x 86 gpu/command_buffer/client/gles2_interface_autogen.h GLint x, x 205 gpu/command_buffer/client/gles2_interface_autogen.h virtual void ReadPixels(GLint x, x 218 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) = 0; x 268 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform1f(GLint location, GLfloat x) = 0; x 270 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform1i(GLint location, GLint x) = 0; x 272 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) = 0; x 274 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform2i(GLint location, GLint x, GLint y) = 0; x 276 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) = 0; x 278 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform3i(GLint location, GLint x, GLint y, GLint z) = 0; x 281 gpu/command_buffer/client/gles2_interface_autogen.h GLfloat x, x 286 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Uniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) = 0; x 302 gpu/command_buffer/client/gles2_interface_autogen.h virtual void VertexAttrib1f(GLuint indx, GLfloat x) = 0; x 304 gpu/command_buffer/client/gles2_interface_autogen.h virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) = 0; x 306 gpu/command_buffer/client/gles2_interface_autogen.h virtual void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) = 0; x 309 gpu/command_buffer/client/gles2_interface_autogen.h GLfloat x, x 320 gpu/command_buffer/client/gles2_interface_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) = 0; x 427 gpu/command_buffer/client/gles2_interface_autogen.h virtual void PostSubBufferCHROMIUM(GLint x, x 76 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLint x, x 85 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLint x, x 215 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void ReadPixels(GLint x, x 228 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE; x 278 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE; x 282 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform1i(GLint location, GLint x) OVERRIDE; x 284 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE; x 288 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform2i(GLint location, GLint x, GLint y) OVERRIDE; x 290 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) x 295 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform3i(GLint location, GLint x, GLint y, GLint z) OVERRIDE; x 298 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLfloat x, x 305 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Uniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) x 322 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void VertexAttrib1f(GLuint indx, GLfloat x) OVERRIDE; x 324 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) OVERRIDE; x 326 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) x 330 gpu/command_buffer/client/gles2_interface_stub_autogen.h GLfloat x, x 341 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE; x 451 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) x 76 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLint x, x 85 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLint x, x 215 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void ReadPixels(GLint x, x 228 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Scissor(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE; x 278 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform1f(GLint location, GLfloat x) OVERRIDE; x 282 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform1i(GLint location, GLint x) OVERRIDE; x 284 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform2f(GLint location, GLfloat x, GLfloat y) OVERRIDE; x 288 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform2i(GLint location, GLint x, GLint y) OVERRIDE; x 290 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) x 295 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform3i(GLint location, GLint x, GLint y, GLint z) OVERRIDE; x 298 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLfloat x, x 305 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Uniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) x 322 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void VertexAttrib1f(GLuint indx, GLfloat x) OVERRIDE; x 324 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) OVERRIDE; x 326 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) x 330 gpu/command_buffer/client/gles2_trace_implementation_autogen.h GLfloat x, x 341 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) OVERRIDE; x 451 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) x 173 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLint x, x 180 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h target, level, internalformat, x, y, width, height, border); x 187 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLint x, x 192 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->CopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); x 607 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::ReadPixels(GLint x, x 615 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->ReadPixels(x, y, width, height, format, type, pixels); x 637 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::Scissor(GLint x, x 642 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Scissor(x, y, width, height); x 775 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) { x 777 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform1f(location, x); x 787 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::Uniform1i(GLint location, GLint x) { x 789 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform1i(location, x); x 799 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::Uniform2f(GLint location, GLfloat x, GLfloat y) { x 801 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform2f(location, x, y); x 811 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::Uniform2i(GLint location, GLint x, GLint y) { x 813 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform2i(location, x, y); x 824 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLfloat x, x 828 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform3f(location, x, y, z); x 839 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLint x, x 843 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform3i(location, x, y, z); x 854 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLfloat x, x 859 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform4f(location, x, y, z, w); x 870 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLint x, x 875 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Uniform4i(location, x, y, z, w); x 919 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::VertexAttrib1f(GLuint indx, GLfloat x) { x 921 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->VertexAttrib1f(indx, x); x 931 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLfloat x, x 934 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->VertexAttrib2f(indx, x, y); x 944 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLfloat x, x 948 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->VertexAttrib3f(indx, x, y, z); x 958 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLfloat x, x 963 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->VertexAttrib4f(indx, x, y, z, w); x 982 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::Viewport(GLint x, x 987 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->Viewport(x, y, width, height); x 1302 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::PostSubBufferCHROMIUM(GLint x, x 1307 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h gl_->PostSubBufferCHROMIUM(x, y, width, height); x 120 gpu/command_buffer/client/transfer_buffer.cc uint32 x = value >> shift; x 121 gpu/command_buffer/client/transfer_buffer.cc if (x != 0) { x 122 gpu/command_buffer/client/transfer_buffer.cc value = x; x 1278 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 1303 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 1319 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CopyTexImage2D, x) == 16, x 1355 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 1380 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 1398 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(CopyTexSubImage2D, x) == 20, x 4602 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 4642 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 4658 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ReadPixels, x) == 4, OffsetOf_ReadPixels_x_not_4); x 4809 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 4821 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 4829 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Scissor, x) == 4, OffsetOf_Scissor_x_not_4); x 5723 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 5733 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 5741 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1f, x) == 8, OffsetOf_Uniform1f_x_not_8); x 5856 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 5866 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 5874 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform1i, x) == 8, OffsetOf_Uniform1i_x_not_8); x 5989 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 6000 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 6009 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform2f, x) == 8, OffsetOf_Uniform2f_x_not_8); x 6125 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 6136 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 6145 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform2i, x) == 8, OffsetOf_Uniform2i_x_not_8); x 6261 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 6273 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 6283 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform3f, x) == 8, OffsetOf_Uniform3f_x_not_8); x 6400 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 6412 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 6422 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform3i, x) == 8, OffsetOf_Uniform3i_x_not_8); x 6539 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 6557 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 6568 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4f, x) == 8, OffsetOf_Uniform4f_x_not_8); x 6686 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 6704 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 6715 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Uniform4i, x) == 8, OffsetOf_Uniform4i_x_not_8); x 7245 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 7255 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 7263 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(VertexAttrib1f, x) == 8, x 7365 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 7376 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 7385 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(VertexAttrib2f, x) == 8, x 7489 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 7501 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 7511 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(VertexAttrib3f, x) == 8, x 7617 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 7635 gpu/command_buffer/common/gles2_cmd_format_autogen.h float x; x 7646 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(VertexAttrib4f, x) == 8, x 7818 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 7830 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 7838 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(Viewport, x) == 4, OffsetOf_Viewport_x_not_4); x 9373 gpu/command_buffer/common/gles2_cmd_format_autogen.h x = _x; x 9385 gpu/command_buffer/common/gles2_cmd_format_autogen.h int32 x; x 9395 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(PostSubBufferCHROMIUM, x) == 4, x 434 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(14), cmd.x); x 460 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(15), cmd.x); x 1500 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(11), cmd.x); x 1562 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(11), cmd.x); x 1871 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 1919 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(12), cmd.x); x 1968 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 2021 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(12), cmd.x); x 2074 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 2131 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(12), cmd.x); x 2188 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 2249 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(12), cmd.x); x 2512 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 2558 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 2607 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 2659 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLfloat>(12), cmd.x); x 2731 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(11), cmd.x); x 3256 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h EXPECT_EQ(static_cast<GLint>(11), cmd.x); x 553 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc bool IsPowerOfTwo (unsigned int x) { x 554 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc return ((x != 0) && !(x & (x - 1))); x 557 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc bool IsMultipleOfEight(unsigned int x) { x 558 gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc return (x & 7) == 0; x 22 gpu/command_buffer/service/gl_surface_mock.h MOCK_METHOD4(PostSubBuffer, bool(int x, int y, int width, int height)); x 871 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint x, x 886 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint x, x 1449 gpu/command_buffer/service/gles2_cmd_decoder.cc void DoViewport(GLint x, GLint y, GLsizei width, GLsizei height); x 7161 gpu/command_buffer/service/gles2_cmd_decoder.cc void GLES2DecoderImpl::DoViewport(GLint x, GLint y, GLsizei width, x 7163 gpu/command_buffer/service/gles2_cmd_decoder.cc state_.viewport_x = x; x 7167 gpu/command_buffer/service/gles2_cmd_decoder.cc glViewport(x, y, width, height); x 7328 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint x = c.x; x 7393 gpu/command_buffer/service/gles2_cmd_decoder.cc if (!SafeAddInt32(x, width, &max_x) || !SafeAddInt32(y, height, &max_y)) { x 7407 gpu/command_buffer/service/gles2_cmd_decoder.cc if (x < 0 || y < 0 || max_x > max_size.width() || max_y > max_size.height()) { x 7421 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint dest_x_offset = std::max(-x, 0); x 7433 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint read_x = std::max(0, x); x 7457 gpu/command_buffer/service/gles2_cmd_decoder.cc glReadPixels(x, y, width, height, format, type, 0); x 7472 gpu/command_buffer/service/gles2_cmd_decoder.cc glReadPixels(x, y, width, height, format, type, pixels); x 7551 gpu/command_buffer/service/gles2_cmd_decoder.cc if (surface_->PostSubBuffer(c.x, c.y, c.width, c.height)) { x 8306 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint x, x 8386 gpu/command_buffer/service/gles2_cmd_decoder.cc Clip(x, width, size.width(), ©X, ©Width); x 8389 gpu/command_buffer/service/gles2_cmd_decoder.cc if (copyX != x || x 8403 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint dx = copyX - x; x 8430 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint x, x 8489 gpu/command_buffer/service/gles2_cmd_decoder.cc Clip(x, width, size.width(), ©X, ©Width); x 8498 gpu/command_buffer/service/gles2_cmd_decoder.cc if (copyX != x || x 8520 gpu/command_buffer/service/gles2_cmd_decoder.cc GLint dx = copyX - x; x 382 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 409 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoCopyTexImage2D(target, level, internalformat, x, y, width, height, border); x 424 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 440 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); x 1596 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 1608 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h if (state_.scissor_x != x || state_.scissor_y != y || x 1610 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h state_.scissor_x = x; x 1614 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h glScissor(x, y, width, height); x 1961 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 1962 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat temp[1] = {x, }; x 2010 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 2011 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoUniform1i(location, x); x 2058 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 2060 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat temp[2] = {x, y, }; x 2108 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 2110 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint temp[2] = {x, y, }; x 2158 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 2161 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat temp[3] = {x, y, z, }; x 2209 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 2212 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint temp[3] = {x, y, z, }; x 2260 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 2264 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat temp[4] = {x, y, z, w, }; x 2312 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 2316 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint temp[4] = {x, y, z, w, }; x 2533 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 2534 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoVertexAttrib1f(indx, x); x 2579 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 2581 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoVertexAttrib2f(indx, x, y); x 2626 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 2629 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoVertexAttrib3f(indx, x, y, z); x 2674 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLfloat x = static_cast<GLfloat>(c.x); x 2678 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoVertexAttrib4f(indx, x, y, z, w); x 2721 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h GLint x = static_cast<GLint>(c.x); x 2733 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h DoViewport(x, y, width, height); x 2292 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc GLint x, GLint y, GLsizei width, GLsizei height, x 2294 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc DCHECK_GE(x, 0); x 2296 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc DCHECK_LE(x + width, width_); x 2299 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const int8* src = GetPixelAddress(src_pixels_, x, y + yy); x 2306 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc GLint x, GLint y, GLsizei width, const void* data) const { x 2307 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc DCHECK(x + width <= width_ || width == 0); x 2308 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc return memcmp(data, GetPixelAddress(expected_pixels_, x, y), x 2314 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc GLint x, GLint y, GLsizei width, const void* address) const { x 2318 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc GLint offset = y * padded_row_size + x * bytes_per_pixel_; x 2335 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc const int8* GetPixelAddress(const int8* base, GLint x, GLint y) const { x 2336 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc return base + (width_ * y + x) * bytes_per_pixel_; x 2447 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc GLint x = std::max(in_read_x, 0); x 2451 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc x, y, num_middle_pixels, row + num_left_bytes)); x 5012 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc GLint x = 0; x 5027 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc *gl_, ReadPixels(x, y, width, height, kFormat, GL_UNSIGNED_BYTE, _)) x 5031 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc cmd.Init(x, y, width, height, kFormat, GL_UNSIGNED_BYTE, x 67 gpu/command_buffer/service/gpu_state_tracer.cc for (int x = 0; x < bytes_per_row; x++) { x 68 gpu/command_buffer/service/gpu_state_tracer.cc std::swap(screenshot_pixels_[y * bytes_per_row + x], x 70 gpu/command_buffer/service/gpu_state_tracer.cc [(screenshot_size_.height() - y - 1) * bytes_per_row + x]); x 82 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < 2; ++x) { x 84 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][0] = x + y; x 85 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][1] = x + y; x 86 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][2] = x + y; x 87 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][3] = 255u; x 102 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < 2; ++x) { x 104 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][0], copied_pixels[y][x][0]); x 105 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][1], copied_pixels[y][x][1]); x 106 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][2], copied_pixels[y][x][2]); x 107 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][3], copied_pixels[y][x][3]); x 164 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < 2; ++x) { x 166 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc uint8 color = 16 * x + 16 * y; x 167 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][0] = color; x 168 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][1] = color; x 169 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][2] = color; x 170 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][3] = 128u; x 186 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < 2; ++x) { x 188 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][0] / 2, copied_pixels[y][x][0]); x 189 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][1] / 2, copied_pixels[y][x][1]); x 190 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][2] / 2, copied_pixels[y][x][2]); x 191 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][3], copied_pixels[y][x][3]); x 200 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < 2; ++x) { x 202 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc uint8 color = 16 * x + 16 * y; x 203 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][0] = color; x 204 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][1] = color; x 205 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][2] = color; x 206 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc pixels[y][x][3] = 128u; x 222 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < 2; ++x) { x 224 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][0] * 2, copied_pixels[y][x][0]); x 225 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][1] * 2, copied_pixels[y][x][1]); x 226 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][2] * 2, copied_pixels[y][x][2]); x 227 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(pixels[1-y][x][3], copied_pixels[y][x][3]); x 257 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < 2; ++x) { x 258 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc GLboolean setting = reference_settings[x]; x 267 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc glActiveTexture(GL_TEXTURE1 + x); x 292 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(GL_TEXTURE1 + x, active_texture); x 508 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc for (int x = 0; x < kWidth; ++x) { x 510 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(0, pixels[y][x][0]); x 511 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(0, pixels[y][x][1]); x 512 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(0, pixels[y][x][2]); x 513 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc EXPECT_EQ(0, pixels[y][x][3]); x 162 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc for (int x = 0; x < kImageWidth; ++x) { x 164 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc mapped_buffer[y * stride + x * kImageBytesPerPixel + 0] = pixels[0]; x 165 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc mapped_buffer[y * stride + x * kImageBytesPerPixel + 1] = pixels[1]; x 166 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc mapped_buffer[y * stride + x * kImageBytesPerPixel + 2] = pixels[2]; x 167 gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc mapped_buffer[y * stride + x * kImageBytesPerPixel + 3] = pixels[3]; x 91 gpu/command_buffer/tests/gl_pointcoord_unittest.cc gl_PointCoord.x, x 39 gpu/command_buffer/tests/gl_program_unittest.cc int x; x 52 gpu/command_buffer/tests/gl_program_unittest.cc vec4(u_struct.x, u_struct.y, 0, 1) + x 130 gpu/command_buffer/tests/gl_test_utils.cc GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance, x 135 gpu/command_buffer/tests/gl_test_utils.cc glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels.get()); x 146 gpu/command_buffer/tests/gl_test_utils.cc EXPECT_EQ(expected, actual) << " at " << (xx + x) << ", " << (yy + y) x 45 gpu/command_buffer/tests/gl_test_utils.h GLint x, GLint y, GLsizei width, GLsizei height, GLint tolerance, x 21 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc uint32 ReadTexel(GLuint id, GLint x, GLint y) { x 44 gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, &texel); x 27 gpu/command_buffer/tests/occlusion_query_unittest.cc void DrawRect(float x, float z, float scale, float* color); x 36 gpu/command_buffer/tests/occlusion_query_unittest.cc static void SetMatrix(float x, float z, float scale, float* matrix) { x 52 gpu/command_buffer/tests/occlusion_query_unittest.cc matrix[12] = x; x 58 gpu/command_buffer/tests/occlusion_query_unittest.cc void OcclusionQueryTest::DrawRect(float x, float z, float scale, float* color) { x 61 gpu/command_buffer/tests/occlusion_query_unittest.cc SetMatrix(x, z, scale, matrix); x 37 gpu/tools/compositor_model_bench/forward_render_model.cc DrawTileQuad(i->texID, i->x, i->y); x 146 gpu/tools/compositor_model_bench/render_model_utils.cc for (int x = 0; x < width; ++x) { x 148 gpu/tools/compositor_model_bench/render_model_utils.cc int pix_addr = (y * width + x) * bytes_per_pixel; x 150 gpu/tools/compositor_model_bench/render_model_utils.cc bool on = ((x/8) + (y/8)) % 2; x 264 gpu/tools/compositor_model_bench/render_tree.cc tdict->GetInteger("x", &t.x); x 26 gpu/tools/compositor_model_bench/render_tree.h int x; x 138 gpu/tools/compositor_model_bench/shaders.cc y_texCoord = vec2(y_widthScaleFactor * a_texCoord.x, x 140 gpu/tools/compositor_model_bench/shaders.cc uv_texCoord = vec2(uv_widthScaleFactor * a_texCoord.x, x 182 gpu/tools/compositor_model_bench/shaders.cc float y_raw = texture2D(y_texture, y_texCoord).x; x 183 gpu/tools/compositor_model_bench/shaders.cc float u_unsigned = texture2D(u_texture, uv_texCoord).x; x 184 gpu/tools/compositor_model_bench/shaders.cc float v_unsigned = texture2D(v_texture, uv_texCoord).x; x 200 gpu/tools/compositor_model_bench/shaders.cc vec2(v_texCoord.x, 1.0 - v_texCoord.y)); x 201 gpu/tools/compositor_model_bench/shaders.cc gl_FragColor = vec4(texColor.x, x 411 gpu/tools/compositor_model_bench/shaders.cc void DrawTileQuad(GLuint texID, int x, int y) { x 412 gpu/tools/compositor_model_bench/shaders.cc float left = g_current_tile_width*x; x 50 gpu/tools/compositor_model_bench/shaders.h void DrawTileQuad(GLuint texID, int x, int y); x 892 ipc/ipc_message_macros.h #define IPC_COMMA_AND_0(x) x 893 ipc/ipc_message_macros.h #define IPC_COMMA_AND_1(x) x x 894 ipc/ipc_message_macros.h #define IPC_COMMA_AND_2(x) x x 895 ipc/ipc_message_macros.h #define IPC_COMMA_AND_3(x) x x 896 ipc/ipc_message_macros.h #define IPC_COMMA_AND_4(x) x x 897 ipc/ipc_message_macros.h #define IPC_COMMA_AND_5(x) x x 899 ipc/ipc_message_macros.h #define IPC_COMMA_OR_0(x) x x 900 ipc/ipc_message_macros.h #define IPC_COMMA_OR_1(x) , x 901 ipc/ipc_message_macros.h #define IPC_COMMA_OR_2(x) , x 902 ipc/ipc_message_macros.h #define IPC_COMMA_OR_3(x) , x 903 ipc/ipc_message_macros.h #define IPC_COMMA_OR_4(x) , x 904 ipc/ipc_message_macros.h #define IPC_COMMA_OR_5(x) , x 22 media/base/container_names.cc #define RCHECK(x) \ x 24 media/base/container_names.cc if (!(x)) \ x 9 media/base/simd/convert_rgb_to_yuv_c.cc static int clip_byte(int x) { x 10 media/base/simd/convert_rgb_to_yuv_c.cc if (x > 255) x 12 media/base/simd/convert_rgb_to_yuv_c.cc else if (x < 0) x 15 media/base/simd/convert_rgb_to_yuv_c.cc return x; x 19 media/base/simd/convert_rgb_to_yuv_sse2.cc #define FIX(x) ((x) * (1 << FIX_SHIFT)) x 22 media/base/simd/convert_rgb_to_yuv_sse2.cc #define INT16_FIX(x) static_cast<int16>(FIX(x)) x 10 media/base/simd/convert_yuv_to_rgb_c.cc #define packuswb(x) ((x) < 0 ? 0 : ((x) > 255 ? 255 : (x))) x 11 media/base/simd/convert_yuv_to_rgb_c.cc #define paddsw(x, y) (((x) + (y)) < -32768 ? -32768 : \ x 12 media/base/simd/convert_yuv_to_rgb_c.cc (((x) + (y)) > 32767 ? 32767 : ((x) + (y)))) x 104 media/base/simd/convert_yuv_to_rgb_c.cc for (int x = 0; x < width; x += 2) { x 105 media/base/simd/convert_yuv_to_rgb_c.cc uint8 u = u_buf[x >> 1]; x 106 media/base/simd/convert_yuv_to_rgb_c.cc uint8 v = v_buf[x >> 1]; x 107 media/base/simd/convert_yuv_to_rgb_c.cc uint8 y0 = y_buf[x]; x 109 media/base/simd/convert_yuv_to_rgb_c.cc if ((x + 1) < width) { x 110 media/base/simd/convert_yuv_to_rgb_c.cc uint8 y1 = y_buf[x + 1]; x 123 media/base/simd/convert_yuv_to_rgb_c.cc for (int x = 0; x < width; x += 2) { x 124 media/base/simd/convert_yuv_to_rgb_c.cc uint8 u = u_buf[x >> 1]; x 125 media/base/simd/convert_yuv_to_rgb_c.cc uint8 v = v_buf[x >> 1]; x 126 media/base/simd/convert_yuv_to_rgb_c.cc uint8 y0 = y_buf[x]; x 127 media/base/simd/convert_yuv_to_rgb_c.cc uint8 a0 = a_buf[x]; x 129 media/base/simd/convert_yuv_to_rgb_c.cc if ((x + 1) < width) { x 130 media/base/simd/convert_yuv_to_rgb_c.cc uint8 y1 = y_buf[x + 1]; x 131 media/base/simd/convert_yuv_to_rgb_c.cc uint8 a1 = a_buf[x + 1]; x 148 media/base/simd/convert_yuv_to_rgb_c.cc int x = 0; x 150 media/base/simd/convert_yuv_to_rgb_c.cc int y = y_buf[x >> 16]; x 151 media/base/simd/convert_yuv_to_rgb_c.cc int u = u_buf[(x >> 17)]; x 152 media/base/simd/convert_yuv_to_rgb_c.cc int v = v_buf[(x >> 17)]; x 154 media/base/simd/convert_yuv_to_rgb_c.cc x += source_dx; x 156 media/base/simd/convert_yuv_to_rgb_c.cc y = y_buf[x >> 16]; x 158 media/base/simd/convert_yuv_to_rgb_c.cc x += source_dx; x 183 media/base/simd/convert_yuv_to_rgb_c.cc int x, x 186 media/base/simd/convert_yuv_to_rgb_c.cc int y0 = y_buf[x >> 16]; x 187 media/base/simd/convert_yuv_to_rgb_c.cc int y1 = y_buf[(x >> 16) + 1]; x 188 media/base/simd/convert_yuv_to_rgb_c.cc int u0 = u_buf[(x >> 17)]; x 189 media/base/simd/convert_yuv_to_rgb_c.cc int u1 = u_buf[(x >> 17) + 1]; x 190 media/base/simd/convert_yuv_to_rgb_c.cc int v0 = v_buf[(x >> 17)]; x 191 media/base/simd/convert_yuv_to_rgb_c.cc int v1 = v_buf[(x >> 17) + 1]; x 192 media/base/simd/convert_yuv_to_rgb_c.cc int y_frac = (x & 65535); x 193 media/base/simd/convert_yuv_to_rgb_c.cc int uv_frac = ((x >> 1) & 65535); x 198 media/base/simd/convert_yuv_to_rgb_c.cc x += source_dx; x 200 media/base/simd/convert_yuv_to_rgb_c.cc y0 = y_buf[x >> 16]; x 201 media/base/simd/convert_yuv_to_rgb_c.cc y1 = y_buf[(x >> 16) + 1]; x 202 media/base/simd/convert_yuv_to_rgb_c.cc y_frac = (x & 65535); x 205 media/base/simd/convert_yuv_to_rgb_c.cc x += source_dx; x 214 media/base/sinc_resampler.cc const float x = (i - subsample_offset) / kKernelSize; x 216 media/base/sinc_resampler.cc kA0 - kA1 * cos(2.0 * M_PI * x) + kA2 * cos(4.0 * M_PI * x); x 307 media/base/sinc_resampler_unittest.cc #define DBFS(x) 20 * log10(x) x 206 media/base/user_input_monitor_win.cc position.x = 0; x 211 media/base/user_input_monitor_win.cc SkIPoint::Make(position.x, position.y)); x 121 media/base/video_decoder_config.cc << " visible rect: [" << visible_rect().x() x 94 media/base/video_frame.cc visible_rect.x() < 0 || visible_rect.y() < 0 || x 109 media/base/video_util.cc CHECK_GE(view_area.x(), 0); x 121 media/base/video_util.cc if (view_area.x() > 0) { x 122 media/base/video_util.cc memset(ptr, fill_byte, view_area.x()); x 142 media/base/video_util.cc DCHECK(!(view_area.x() & 1)); x 150 media/base/video_util.cc gfx::Rect half_view_area(view_area.x() / 2, x 266 media/base/video_util.cc int64 x = static_cast<int64>(content.width()) * bounds.height(); x 270 media/base/video_util.cc if (y < x) x 273 media/base/video_util.cc letterbox.set_width(static_cast<int>(x / content.height())); x 293 media/base/video_util.cc const int y_offset = region_in_frame.x() x 295 media/base/video_util.cc const int uv_offset = region_in_frame.x() / 2 x 368 media/base/video_util_unittest.cc for (int x = 0; x < width; x++) { x 370 media/base/video_util_unittest.cc bool inside = x >= view_area.x() && x 371 media/base/video_util_unittest.cc x < view_area.x() + view_area.width() && x 375 media/base/video_util_unittest.cc y * frame->stride(VideoFrame::kYPlane) + x], x 378 media/base/video_util_unittest.cc (y / 2) * frame->stride(VideoFrame::kUPlane) + (x / 2)], x 381 media/base/video_util_unittest.cc (y / 2) * frame->stride(VideoFrame::kVPlane) + (x / 2)], x 473 media/base/yuv_convert_unittest.cc sub_rect.x(), sub_rect.y(), // Dest rect x 494 media/base/yuv_convert_unittest.cc sub_rect.x(), sub_rect.y(), // Dest rect x 507 media/base/yuv_convert_unittest.cc sub_rect.set_x(sub_rect.x() + sub_rect.width() / 2); x 169 media/cdm/ppapi/linked_ptr.h bool operator==(T* ptr, const linked_ptr<T>& x) { x 170 media/cdm/ppapi/linked_ptr.h return ptr == x.get(); x 174 media/cdm/ppapi/linked_ptr.h bool operator!=(T* ptr, const linked_ptr<T>& x) { x 175 media/cdm/ppapi/linked_ptr.h return ptr != x.get(); x 45 media/ffmpeg/ffmpeg_common.h inline void ScopedPtrAVFree::operator()(void* x) const { x 46 media/ffmpeg/ffmpeg_common.h av_free(x); x 49 media/ffmpeg/ffmpeg_common.h inline void ScopedPtrAVFreePacket::operator()(void* x) const { x 50 media/ffmpeg/ffmpeg_common.h AVPacket* packet = static_cast<AVPacket*>(x); x 55 media/ffmpeg/ffmpeg_common.h inline void ScopedPtrAVFreeContext::operator()(void* x) const { x 56 media/ffmpeg/ffmpeg_common.h AVCodecContext* codec_context = static_cast<AVCodecContext*>(x); x 62 media/ffmpeg/ffmpeg_common.h inline void ScopedPtrAVFreeFrame::operator()(void* x) const { x 63 media/ffmpeg/ffmpeg_common.h AVFrame* frame = static_cast<AVFrame*>(x); x 18 media/ffmpeg/ffmpeg_deleters.h void operator()(void* x) const; x 25 media/ffmpeg/ffmpeg_deleters.h void operator()(void* x) const; x 31 media/ffmpeg/ffmpeg_deleters.h void operator()(void* x) const; x 37 media/ffmpeg/ffmpeg_deleters.h void operator()(void* x) const; x 246 media/filters/ffmpeg_demuxer_unittest.cc EXPECT_EQ(0, video_config.visible_rect().x()); x 140 media/filters/skcanvas_video_renderer.cc video_frame->visible_rect().x() + x 218 media/filters/skcanvas_video_renderer.cc video_frame->visible_rect().x(); x 223 media/filters/skcanvas_video_renderer.cc (video_frame->visible_rect().x() >> 1); x 301 media/filters/skcanvas_video_renderer.cc dest.set(dest_rect.x(), dest_rect.y(), dest_rect.right(), dest_rect.bottom()); x 25 media/filters/skcanvas_video_renderer_unittest.cc SkColor GetColorAt(SkCanvas* canvas, int x, int y) { x 29 media/filters/skcanvas_video_renderer_unittest.cc if (!canvas->readPixels(&bitmap, x, y)) x 12 media/formats/mp2t/mp2t_common.h #define RCHECK(x) \ x 14 media/formats/mp2t/mp2t_common.h if (!(x)) { \ x 15 media/formats/mp2t/mp2t_common.h DLOG(WARNING) << "Failure while parsing Mpeg2TS: " << #x; \ x 10 media/formats/mp4/rcheck.h #define RCHECK(x) \ x 12 media/formats/mp4/rcheck.h if (!(x)) { \ x 13 media/formats/mp4/rcheck.h DLOG(ERROR) << "Failure while parsing MP4: " << #x; \ x 237 media/tools/player_x11/gl_video_renderer.cc float x0 = static_cast<float>(visible_rect.x()) / coded_size.width(); x 197 media/tools/player_x11/player_x11.cc int x, y; x 202 media/tools/player_x11/player_x11.cc &x, x 209 media/tools/player_x11/player_x11.cc pipeline->Seek(time*e.xbutton.x/width, base::Bind(&OnStatus)); x 150 media/tools/player_x11/x11_video_renderer.cc video_frame->visible_rect().x(), x 176 media/tools/player_x11/x11_video_renderer.cc video_frame->visible_rect().x(), x 159 mojo/examples/aura_demo/window_tree_host_mojo.cc bounds_ = gfx::Rect(bounds.position().x(), bounds.position().y(), x 178 mojo/examples/aura_demo/window_tree_host_mojo.cc gfx::Point location(event.location().x(), event.location().y()); x 250 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLint x, x 258 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc target, level, internalformat, x, y, width, height, border); x 267 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLint x, x 273 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); x 871 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLint x, x 880 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glReadPixels(x, y, width, height, format, type, pixels); x 910 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLint x, x 916 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glScissor(x, y, width, height); x 1077 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { x 1080 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform1f(location, x); x 1094 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void Uniform1i(PP_Resource context_id, GLint location, GLint x) { x 1097 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform1i(location, x); x 1111 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void Uniform2f(PP_Resource context_id, GLint location, GLfloat x, GLfloat y) { x 1114 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform2f(location, x, y); x 1128 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void Uniform2i(PP_Resource context_id, GLint location, GLint x, GLint y) { x 1131 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform2i(location, x, y); x 1147 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLfloat x, x 1152 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform3f(location, x, y, z); x 1168 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLint x, x 1173 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform3i(location, x, y, z); x 1189 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLfloat x, x 1195 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform4f(location, x, y, z, w); x 1211 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLint x, x 1217 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glUniform4i(location, x, y, z, w); x 1278 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void VertexAttrib1f(PP_Resource context_id, GLuint indx, GLfloat x) { x 1281 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glVertexAttrib1f(indx, x); x 1294 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void VertexAttrib2f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y) { x 1297 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glVertexAttrib2f(indx, x, y); x 1312 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLfloat x, x 1317 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glVertexAttrib3f(indx, x, y, z); x 1332 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLfloat x, x 1338 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glVertexAttrib4f(indx, x, y, z, w); x 1365 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLint x, x 1371 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc glViewport(x, y, width, height); x 21 mojo/examples/pepper_container_app/type_converters.h point.set_x(input.x); x 27 mojo/examples/pepper_container_app/type_converters.h return PP_MakePoint(static_cast<int32_t>(input.x()), x 19 mojo/examples/sample_app/gles2_client_impl.cc return hypot(start.x() - end.x(), start.y() - end.y()); x 51 mojo/examples/sample_app/gles2_client_impl.cc capture_point_.SetPoint(event.location().x(), event.location().y()); x 59 mojo/examples/sample_app/gles2_client_impl.cc event.location().x() > last_drag_point_.x() ? 1 : -1; x 66 mojo/examples/sample_app/gles2_client_impl.cc last_drag_point_.SetPoint(event.location().x(), event.location().y()); x 246 mojo/examples/sample_app/spinning_cube.cc void Rotate(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { x 247 mojo/examples/sample_app/spinning_cube.cc GLfloat mag = sqrtf(x * x + y * y + z * z); x 256 mojo/examples/sample_app/spinning_cube.cc x /= mag; x 260 mojo/examples/sample_app/spinning_cube.cc xx = x * x; x 263 mojo/examples/sample_app/spinning_cube.cc xy = x * y; x 265 mojo/examples/sample_app/spinning_cube.cc zx = z * x; x 266 mojo/examples/sample_app/spinning_cube.cc xs = x * sin_angle; x 105 mojo/public/c/gles2/gles2_call_visitor_autogen.h GLint x, x 110 mojo/public/c/gles2/gles2_call_visitor_autogen.h (target, level, internalformat, x, y, width, height, border)) x 117 mojo/public/c/gles2/gles2_call_visitor_autogen.h GLint x, x 121 mojo/public/c/gles2/gles2_call_visitor_autogen.h (target, level, xoffset, yoffset, x, y, width, height)) x 314 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint x, x 321 mojo/public/c/gles2/gles2_call_visitor_autogen.h (x, y, width, height, format, type, pixels)) x 334 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint x, GLint y, GLsizei width, GLsizei height), x 335 mojo/public/c/gles2/gles2_call_visitor_autogen.h (x, y, width, height)) x 421 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(Uniform1f, void, (GLint location, GLfloat x), (location, x)) x 426 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(Uniform1i, void, (GLint location, GLint x), (location, x)) x 433 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLfloat x, GLfloat y), x 434 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, x, y)) x 441 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLint x, GLint y), x 442 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, x, y)) x 449 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLfloat x, GLfloat y, GLfloat z), x 450 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, x, y, z)) x 457 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLint x, GLint y, GLint z), x 458 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, x, y, z)) x 465 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w), x 466 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, x, y, z, w)) x 473 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint location, GLint x, GLint y, GLint z, GLint w), x 474 mojo/public/c/gles2/gles2_call_visitor_autogen.h (location, x, y, z, w)) x 496 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(VertexAttrib1f, void, (GLuint indx, GLfloat x), (indx, x)) x 503 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLuint indx, GLfloat x, GLfloat y), x 504 mojo/public/c/gles2/gles2_call_visitor_autogen.h (indx, x, y)) x 511 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLuint indx, GLfloat x, GLfloat y, GLfloat z), x 512 mojo/public/c/gles2/gles2_call_visitor_autogen.h (indx, x, y, z)) x 519 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w), x 520 mojo/public/c/gles2/gles2_call_visitor_autogen.h (indx, x, y, z, w)) x 536 mojo/public/c/gles2/gles2_call_visitor_autogen.h (GLint x, GLint y, GLsizei width, GLsizei height), x 537 mojo/public/c/gles2/gles2_call_visitor_autogen.h (x, y, width, height)) x 19 mojo/public/c/system/tests/core_unittest_pure_c.c #define STRINGIFY(x) #x x 20 mojo/public/c/system/tests/core_unittest_pure_c.c #define STRINGIFY2(x) STRINGIFY(x) x 24 mojo/public/c/system/tests/macros_unittest.cc int x MOJO_ALLOW_UNUSED = 123; x 110 mojo/public/cpp/bindings/tests/sample_service_unittest.cc EXPECT_EQ(1, foo.x()); x 214 mojo/public/cpp/bindings/tests/sample_service_unittest.cc Print(depth, "x", foo.x()); x 344 mojo/public/cpp/bindings/tests/sample_service_unittest.cc EXPECT_EQ(7, full.point().x()); x 40 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc rect.left = input.x(); x 42 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc rect.right = input.x() + input.width(); x 147 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc EXPECT_EQ(rect.x(), rect2.x()); x 186 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc EXPECT_EQ(rects[i].x(), rects2[i].x()); x 197 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc EXPECT_EQ(rects[i].x(), rects3[i].x()); x 39 mojo/public/cpp/system/tests/macros_unittest.cc TestOverrideSubclass x; x 40 mojo/public/cpp/system/tests/macros_unittest.cc x.ToBeOverridden(); x 41 mojo/public/cpp/system/tests/macros_unittest.cc x.AlsoToBeOverridden(); x 57 mojo/public/cpp/system/tests/macros_unittest.cc TestDisallowCopyAndAssignClass x; x 58 mojo/public/cpp/system/tests/macros_unittest.cc x.NoOp(); x 106 mojo/public/cpp/system/tests/macros_unittest.cc MoveOnlyInt x(123); x 107 mojo/public/cpp/system/tests/macros_unittest.cc EXPECT_TRUE(x.is_set()); x 108 mojo/public/cpp/system/tests/macros_unittest.cc EXPECT_EQ(123, x.value()); x 111 mojo/public/cpp/system/tests/macros_unittest.cc y = x.Pass(); x 112 mojo/public/cpp/system/tests/macros_unittest.cc EXPECT_FALSE(x.is_set()); x 66 mojo/public/cpp/utility/mutex.h #define MutexLock(x) MOJO_COMPILE_ASSERT(0, mutex_lock_missing_variable_name); x 89 mojo/services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java float x, float y, x 18 mojo/services/native_viewport/geometry_conversions.h point.set_x(input.x()); x 23 mojo/services/native_viewport/geometry_conversions.h return gfx::Point(input.x(), input.y()); x 51 mojo/services/native_viewport/geometry_conversions.h return gfx::Rect(input.position().x(), input.position().y(), x 81 mojo/services/native_viewport/native_viewport_android.cc jfloat x, jfloat y, x 83 mojo/services/native_viewport/native_viewport_android.cc gfx::Point location(static_cast<int>(x), static_cast<int>(y)); x 41 mojo/services/native_viewport/native_viewport_android.h jfloat x, jfloat y, jlong time_ms); x 62 mojo/services/native_viewport/native_viewport_service.cc gfx::Rect gfx_bounds(bounds.position().x(), bounds.position().y(), x 130 mojo/services/native_viewport/native_viewport_service.cc location.set_x(located_event->location().x()); x 18 mojo/services/native_viewport/native_viewport_win.cc wr.left = bounds.x(); x 20 mojo/services/native_viewport/native_viewport_win.cc wr.right = bounds.x() + bounds.width(); x 71 mojo/services/native_viewport/native_viewport_win.cc SetWindowPos(hwnd(), NULL, window_bounds.x(), window_bounds.y(), x 139 mojo/services/native_viewport/native_viewport_win.cc delegate_->OnBoundsChanged(gfx::Rect(window_pos->x, window_pos->y, x 44 mojo/services/native_viewport/native_viewport_x11.cc bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(), x 120 native_client_sdk/src/examples/api/gamepad/gamepad.cc for (int x = std::max(0, left); x 121 native_client_sdk/src/examples/api/gamepad/gamepad.cc x < std::min(image->size().width() - 1, left + width); x 122 native_client_sdk/src/examples/api/gamepad/gamepad.cc x++) x 123 native_client_sdk/src/examples/api/gamepad/gamepad.cc *image->GetAddr32(pp::Point(x, y)) = color; x 147 native_client_sdk/src/examples/api/gamepad/gamepad.cc int x = static_cast<int>(pad.axes[i + 0] * width2 + width2) + offset; x 150 native_client_sdk/src/examples/api/gamepad/gamepad.cc FillRect(pixel_buffer_, x - 3, y - 3, 7, 7, box_bgra); x 157 native_client_sdk/src/examples/api/gamepad/gamepad.cc int x = i * 8 + 10 + offset; x 159 native_client_sdk/src/examples/api/gamepad/gamepad.cc FillRect(pixel_buffer_, x - 3, y - 3, 7, 7, colour); x 144 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc for (int x = 0; x < width; ++x) { x 149 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc buffer_[offset + x] = RandUint8(128, 255); x 152 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc buffer_[offset + x] = RandUint8(32, 96); x 163 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc for (int x = 1; x < width - 1; ++x) { x 165 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc sum += buffer_[offset - width + x - 1]; x 166 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc sum += buffer_[offset - width + x + 1]; x 167 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc sum += buffer_[offset + x - 1]; x 168 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc sum += buffer_[offset + x + 1]; x 169 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc sum += buffer_[offset + width + x - 1]; x 170 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc sum += buffer_[offset + width + x]; x 171 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc sum += buffer_[offset + width + x + 1]; x 172 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc buffer_[offset - width + x] = sum / 7; x 186 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc int cx = mouse_.x(); x 193 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc for (int x = minx; x < maxx; ++x) { x 194 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc if ((x - cx) * (x - cx) + (y - cy) * (y - cy) < radius * radius) x 195 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc buffer_[y * width + x] = RandUint8(192, 255); x 13 native_client_sdk/src/examples/api/graphics_3d/matrix.cc #define deg_to_rad(x) (x * (M_PI / 180.0f)) x 134 native_client_sdk/src/examples/api/graphics_3d/matrix.cc void translate_matrix(GLfloat x, GLfloat y, GLfloat z, Matrix_t mat) { x 136 native_client_sdk/src/examples/api/graphics_3d/matrix.cc mat[12] += x; x 41 native_client_sdk/src/examples/api/graphics_3d/matrix.h void translate_matrix(GLfloat x, GLfloat y, GLfloat z, Matrix_t mat); x 130 native_client_sdk/src/examples/api/input_event/input_event.cc << " x:" << view.GetRect().x() x 163 native_client_sdk/src/examples/api/input_event/input_event.cc << " x:" << mouse_event.GetPosition().x() x 178 native_client_sdk/src/examples/api/input_event/input_event.cc << " deltax:" << wheel_event.GetDelta().x() x 180 native_client_sdk/src/examples/api/input_event/input_event.cc << " wheel_ticks_x:" << wheel_event.GetTicks().x() x 217 native_client_sdk/src/examples/api/input_event/input_event.cc stream << " x[" << point.id() << "]:" << point.position().x() x 219 native_client_sdk/src/examples/api/input_event/input_event.cc << " radii_x[" << point.id() << "]:" << point.radii().x() x 132 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc for (int x = 0; x < size.width(); x++) x 133 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, y)) = kColorGrey1; x 140 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc for (int x = 0; x < size.width(); x++) { x 141 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, mid_height)) = kColorGrey3; x 142 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, mid_height + max_amplitude)) = kColorGrey2; x 143 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, mid_height - max_amplitude)) = kColorGrey2; x 148 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc for (int x = 0, i = 0; x 149 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc x < std::min(size.width(), static_cast<int>(sample_count_)); x 150 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc x++, i += channel_count_) { x 154 native_client_sdk/src/examples/api/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, y)) = (ch == 0 ? kColorRed : kColorGreen); x 82 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc for (int x = 0; x < size.width(); ++x) { x 83 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc int dx = (x - cx); x 95 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc data[y * size.width() + x] = MakeColor(r, g, b, a); x 105 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc for (int x = x1; x <= x2; ++x) { x 106 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc data[y * size.width() + x] = MakeColor(r, g, b, a); x 153 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc for (int x = 0; x < size_.width(); ++x) { x 258 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc for (int x = left_top.x(); x < right_bottom.x(); ++x) { x 259 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc if (GetDistance(x, y, center_x, center_y) < kCentralSpotRadius) { x 260 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc *image->GetAddr32(pp::Point(x, y)) = spot_color; x 272 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc if (GetDistance(mouse_movement_.x(), mouse_movement_.y(), 0, 0) <= x 277 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc int abs_mouse_x = std::abs(mouse_movement_.x()); x 281 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc pp::Point vertex(mouse_movement_.x() + center_x, x 292 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc direction = (mouse_movement_.x() < 0) ? kLeft : kRight; x 311 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc for (int x = left_top.x(); x < right_bottom.x(); ++x) { x 312 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc bool within_bound_1 = ((y - anchor_1.y()) * (vertex.x() - anchor_1.x())) > x 313 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc ((vertex.y() - anchor_1.y()) * (x - anchor_1.x())); x 314 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc bool within_bound_2 = ((y - anchor_2.y()) * (vertex.x() - anchor_2.x())) < x 315 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc ((vertex.y() - anchor_2.y()) * (x - anchor_2.x())); x 318 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc (direction == kLeft && x < center_x) || x 319 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc (direction == kRight && x > center_x); x 322 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc *image->GetAddr32(pp::Point(x, y)) = needle_color; x 52 native_client_sdk/src/examples/demo/drive/drive.cc std::string IntToString(int x) { x 54 native_client_sdk/src/examples/demo/drive/drive.cc snprintf(&buffer[0], 32, "%d", x); x 101 native_client_sdk/src/examples/demo/earth/earth.cc float TableLerp(float x); x 117 native_client_sdk/src/examples/demo/earth/earth.cc float x = (f + 1.0f) * 0.5f; x 118 native_client_sdk/src/examples/demo/earth/earth.cc x = x * kArcCosineTableSize; x 119 native_client_sdk/src/examples/demo/earth/earth.cc int ix = static_cast<int>(x); x 121 native_client_sdk/src/examples/demo/earth/earth.cc float dx = x - fx; x 131 native_client_sdk/src/examples/demo/earth/earth.cc Convert(int x) { i = x; } x 132 native_client_sdk/src/examples/demo/earth/earth.cc Convert(float x) { f = x; } x 149 native_client_sdk/src/examples/demo/earth/earth.cc inline float inline_quick_sqrt(float x) { x 151 native_client_sdk/src/examples/demo/earth/earth.cc i = (AsInteger(x) >> 1) + (kOneAsInteger >> 1); x 155 native_client_sdk/src/examples/demo/earth/earth.cc inline float inline_sqrt(float x) { x 157 native_client_sdk/src/examples/demo/earth/earth.cc y = inline_quick_sqrt(x); x 158 native_client_sdk/src/examples/demo/earth/earth.cc y = (y * y + x) / (2.0f * y); x 159 native_client_sdk/src/examples/demo/earth/earth.cc y = (y * y + x) / (2.0f * y); x 164 native_client_sdk/src/examples/demo/earth/earth.cc inline uint32_t Clamp255(float x) { x 165 native_client_sdk/src/examples/demo/earth/earth.cc if (x < 0.0f) { x 166 native_client_sdk/src/examples/demo/earth/earth.cc x = 0.0f; x 167 native_client_sdk/src/examples/demo/earth/earth.cc } else if (x > 1.0f) { x 168 native_client_sdk/src/examples/demo/earth/earth.cc x = 1.0f; x 170 native_client_sdk/src/examples/demo/earth/earth.cc return static_cast<uint32_t>(x * 255.0f); x 187 native_client_sdk/src/examples/demo/earth/earth.cc uint32_t* wGetAddr(int x, int y); x 189 native_client_sdk/src/examples/demo/earth/earth.cc void wMakeRect(int r, int *x, int *y, int *w, int *h); x 196 native_client_sdk/src/examples/demo/earth/earth.cc void SetPlanetXYZR(float x, float y, float z, float r); x 197 native_client_sdk/src/examples/demo/earth/earth.cc void SetPlanetPole(float x, float y, float z); x 198 native_client_sdk/src/examples/demo/earth/earth.cc void SetPlanetEquator(float x, float y, float z); x 199 native_client_sdk/src/examples/demo/earth/earth.cc void SetPlanetSpin(float x, float y); x 200 native_client_sdk/src/examples/demo/earth/earth.cc void SetEyeXYZ(float x, float y, float z); x 201 native_client_sdk/src/examples/demo/earth/earth.cc void SetLightXYZ(float x, float y, float z); x 367 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::wMakeRect(int r, int *x, int *y, int *w, int *h) { x 368 native_client_sdk/src/examples/demo/earth/earth.cc *x = 0; x 375 native_client_sdk/src/examples/demo/earth/earth.cc inline uint32_t* Planet::wGetAddr(int x, int y) { x 376 native_client_sdk/src/examples/demo/earth/earth.cc return ps_context_->data + x + y * ps_context_->stride / sizeof(uint32_t); x 404 native_client_sdk/src/examples/demo/earth/earth.cc for (int x = x0; x <= x1; ++x) { x 406 native_client_sdk/src/examples/demo/earth/earth.cc float x1 = (static_cast<float>(x - offset_x) * oowidth) * 2.0f - 1.0f; x 506 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::wRenderRect(int x, int y, int w, int h) { x 508 native_client_sdk/src/examples/demo/earth/earth.cc this->wRenderPixelSpan(x, x + w - 1, j); x 515 native_client_sdk/src/examples/demo/earth/earth.cc int x, y, w, h; x 516 native_client_sdk/src/examples/demo/earth/earth.cc wMakeRect(region, &x, &y, &w, &h); x 518 native_client_sdk/src/examples/demo/earth/earth.cc wRenderRect(x, y, w, h); x 554 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetPlanetXYZR(float x, float y, float z, float r) { x 555 native_client_sdk/src/examples/demo/earth/earth.cc planet_x_ = x; x 562 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetEyeXYZ(float x, float y, float z) { x 563 native_client_sdk/src/examples/demo/earth/earth.cc eye_x_ = x; x 569 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetLightXYZ(float x, float y, float z) { x 570 native_client_sdk/src/examples/demo/earth/earth.cc light_x_ = x; x 590 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetPlanetPole(float x, float y, float z) { x 591 native_client_sdk/src/examples/demo/earth/earth.cc planet_pole_x_ = x; x 597 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetPlanetEquator(float x, float y, float z) { x 599 native_client_sdk/src/examples/demo/earth/earth.cc planet_equator_x_ = x; x 605 native_client_sdk/src/examples/demo/earth/earth.cc void Planet::SetPlanetSpin(float x, float y) { x 606 native_client_sdk/src/examples/demo/earth/earth.cc planet_spin_x_ = x; x 614 native_client_sdk/src/examples/demo/earth/earth.cc float x = planet_spin_x_ + ui_spin_x_; x 617 native_client_sdk/src/examples/demo/earth/earth.cc if (x > (kPI * 2.0f)) x 618 native_client_sdk/src/examples/demo/earth/earth.cc x = x - kPI * 2.0f; x 619 native_client_sdk/src/examples/demo/earth/earth.cc else if (x < (-kPI * 2.0f)) x 620 native_client_sdk/src/examples/demo/earth/earth.cc x = x + kPI * 2.0f; x 625 native_client_sdk/src/examples/demo/earth/earth.cc SetPlanetSpin(x, y); x 673 native_client_sdk/src/examples/demo/earth/earth.cc float delta_x = static_cast<float>(new_point.x() - last_point.x()); x 713 native_client_sdk/src/examples/demo/earth/earth.cc SetZoom(ui_zoom_ + (ticks.x + ticks.y) * kWheelSpeed); x 726 native_client_sdk/src/examples/demo/earth/earth.cc pp::Point screen_point(touch.position().x(), x 74 native_client_sdk/src/examples/demo/flock/flock.cc pp::Point dest_point(goose.location().x() - sprite_side_length / 2, x 62 native_client_sdk/src/examples/demo/flock/goose.cc while (location_.x() < flock_box.x()) x 63 native_client_sdk/src/examples/demo/flock/goose.cc location_.set_x(location_.x() + flock_box.width()); x 65 native_client_sdk/src/examples/demo/flock/goose.cc while (location_.x() >= flock_box.right()) x 66 native_client_sdk/src/examples/demo/flock/goose.cc location_.set_x(location_.x() - flock_box.width()); x 66 native_client_sdk/src/examples/demo/flock/sprite.cc size_t src_byte_offset = src_rect_clipped.x() * sizeof(uint32_t) + x 73 native_client_sdk/src/examples/demo/flock/sprite.cc size_t dest_byte_offset = draw_rect_clipped.point().x() * sizeof(uint32_t) + x 82 native_client_sdk/src/examples/demo/flock/sprite.cc for (int32_t x = 0; x < src_rect_clipped.width(); ++x) { x 18 native_client_sdk/src/examples/demo/flock/vector2.h Vector2(double x, double y) : x_(x), y_(y) {} x 23 native_client_sdk/src/examples/demo/flock/vector2.h Vector2 diff(a.x() - b.x(), a.y() - b.y()); x 34 native_client_sdk/src/examples/demo/flock/vector2.h x_ += vec.x(); x 71 native_client_sdk/src/examples/demo/flock/vector2.h double x() const { return x_; } x 72 native_client_sdk/src/examples/demo/flock/vector2.h void set_x(double x) { x_ = x; } x 115 native_client_sdk/src/examples/demo/life/life.c void DrawCell(int32_t x, int32_t y) { x 121 native_client_sdk/src/examples/demo/life/life.c if (x > 0 && x < width - 1 && y > 0 && y < height - 1) { x 122 native_client_sdk/src/examples/demo/life/life.c g_Context.cell_in[x - 1 + y * width] = 1; x 123 native_client_sdk/src/examples/demo/life/life.c g_Context.cell_in[x + 1 + y * width] = 1; x 124 native_client_sdk/src/examples/demo/life/life.c g_Context.cell_in[x + (y - 1) * width] = 1; x 125 native_client_sdk/src/examples/demo/life/life.c g_Context.cell_in[x + (y + 1) * width] = 1; x 136 native_client_sdk/src/examples/demo/life/life.c int radius = (int)touch.radius.x; x 137 native_client_sdk/src/examples/demo/life/life.c int x = (int)touch.position.x; x 146 native_client_sdk/src/examples/demo/life/life.c DrawCell(x + dx, y + dy); x 174 native_client_sdk/src/examples/demo/life/life.c DrawCell(location.x, location.y); x 233 native_client_sdk/src/examples/demo/life/life.c uint32_t x, y; x 254 native_client_sdk/src/examples/demo/life/life.c for (x = 1; x < (desc.size.width - 1); ++x) { x 42 native_client_sdk/src/examples/demo/pi_generator/pi_generator.cc double x = static_cast<double>(rand()) / RAND_MAX; x 44 native_client_sdk/src/examples/demo/pi_generator/pi_generator.cc double distance = sqrt(x * x + y * y); x 45 native_client_sdk/src/examples/demo/pi_generator/pi_generator.cc int px = x * ctx->width; x 66 native_client_sdk/src/examples/demo/voronoi/voronoi.cc inline bool is_pow2(int x) { x 67 native_client_sdk/src/examples/demo/voronoi/voronoi.cc return (x & (x - 1)) == 0; x 87 native_client_sdk/src/examples/demo/voronoi/voronoi.cc float x, y; x 90 native_client_sdk/src/examples/demo/voronoi/voronoi.cc x = px; x 94 native_client_sdk/src/examples/demo/voronoi/voronoi.cc x = px; x 111 native_client_sdk/src/examples/demo/voronoi/voronoi.cc uint32_t* wGetAddr(int x, int y); x 112 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int wCell(float x, float y); x 114 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wRenderTile(int x, int y, int w, int h); x 115 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wProcessTile(int x, int y, int w, int h); x 116 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wSubdivide(int x, int y, int w, int h); x 117 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wMakeRect(int region, int *x, int *y, int *w, int *h); x 118 native_client_sdk/src/examples/demo/voronoi/voronoi.cc bool wTestRect(int *m, int x, int y, int w, int h); x 119 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void wFillRect(int x, int y, int w, int h, uint32_t color); x 127 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void RenderDot(float x, float y, uint32_t color1, uint32_t color2); x 160 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const float x = frand(); x 162 native_client_sdk/src/examples/demo/voronoi/voronoi.cc positions_[i].Set(x, y); x 188 native_client_sdk/src/examples/demo/voronoi/voronoi.cc inline uint32_t* Voronoi::wGetAddr(int x, int y) { x 189 native_client_sdk/src/examples/demo/voronoi/voronoi.cc return ps_context_->data + x + y * ps_context_->stride / sizeof(uint32_t); x 198 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int Voronoi::wCell(float x, float y) { x 204 native_client_sdk/src/examples/demo/voronoi/voronoi.cc float dx = x - pos[i].x; x 218 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wMakeRect(int r, int* x, int* y, int* w, int* h) { x 223 native_client_sdk/src/examples/demo/voronoi/voronoi.cc *x = *w * (r % parts); x 231 native_client_sdk/src/examples/demo/voronoi/voronoi.cc bool Voronoi::wTestRect(int* m, int x, int y, int w, int h) { x 233 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int m0 = wCell(x, y); x 234 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int m1 = wCell(x + w - 1, y); x 236 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int m2 = wCell(x, y + h - 1); x 238 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int m3 = wCell(x + w - 1, y + h - 1); x 264 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wFillRect(int x, int y, int w, int h, uint32_t color) { x 266 native_client_sdk/src/examples/demo/voronoi/voronoi.cc uint32_t* pixels = wGetAddr(x, y); x 279 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wRenderTile(int x, int y, int w, int h) { x 282 native_client_sdk/src/examples/demo/voronoi/voronoi.cc uint32_t* pixels = wGetAddr(x, y); x 285 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int ms = wCell(x + 0, y + j); x 286 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int me = wCell(x + w - 1, y + j); x 295 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int m = wCell(x + i, y + j); x 313 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wSubdivide(int x, int y, int w, int h) { x 316 native_client_sdk/src/examples/demo/voronoi/voronoi.cc if (wTestRect(&m, x, y, w, h)) { x 317 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wFillRect(x, y, w, h, colors_[m]); x 321 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wRenderTile(x, y, w, h); x 326 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wSubdivide(x, y, half_w, half_h); x 327 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wSubdivide(x + half_w, y, half_w, half_h); x 328 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wSubdivide(x, y + half_h, half_w, half_h); x 329 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wSubdivide(x + half_w, y + half_h, half_w, half_h); x 338 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::wRenderRect(int x, int y, int w, int h) { x 340 native_client_sdk/src/examples/demo/voronoi/voronoi.cc for (int ix = x; ix < (x + w); ix += kStartRecurseSize) { x 349 native_client_sdk/src/examples/demo/voronoi/voronoi.cc int x, y, w, h; x 350 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wMakeRect(region, &x, &y, &w, &h); x 352 native_client_sdk/src/examples/demo/voronoi/voronoi.cc wRenderRect(x, y, w, h); x 373 native_client_sdk/src/examples/demo/voronoi/voronoi.cc positions_[j].x += (velocities_[j].x) * z; x 375 native_client_sdk/src/examples/demo/voronoi/voronoi.cc screen_positions_[j].x = positions_[j].x * ps_context_->width; x 381 native_client_sdk/src/examples/demo/voronoi/voronoi.cc void Voronoi::RenderDot(float x, float y, uint32_t color1, uint32_t color2) { x 382 native_client_sdk/src/examples/demo/voronoi/voronoi.cc const int ix = static_cast<int>(x); x 405 native_client_sdk/src/examples/demo/voronoi/voronoi.cc screen_positions_[i].x, screen_positions_[i].y, white, gray); x 461 native_client_sdk/src/examples/demo/voronoi/voronoi.cc positions_[i].Set(point.x() / ps_context_->width, x 42 native_client_sdk/src/examples/tutorial/debugging/debugging.c void layer5(int x, int y) { x 44 native_client_sdk/src/examples/tutorial/debugging/debugging.c *(volatile int*)x = y; x 48 native_client_sdk/src/examples/tutorial/debugging/debugging.c void layer4(int x) { layer5(x, 1); } x 13 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc #define deg_to_rad(x) (x * (M_PI / 180.0f)) x 134 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc void translate_matrix(GLfloat x, GLfloat y, GLfloat z, Matrix_t mat) { x 136 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc mat[12] += x; x 41 native_client_sdk/src/gonacl_appengine/src/cube/matrix.h void translate_matrix(GLfloat x, GLfloat y, GLfloat z, Matrix_t mat); x 94 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc float TableLerp(float x); x 110 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc float x = (f + 1.0f) * 0.5f; x 111 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc x = x * kArcCosineTableSize; x 112 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int ix = static_cast<int>(x); x 114 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc float dx = x - fx; x 124 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc Convert(int x) { i = x; } x 125 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc Convert(float x) { f = x; } x 142 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc inline float inline_quick_sqrt(float x) { x 144 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc i = (AsInteger(x) >> 1) + (kOneAsInteger >> 1); x 148 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc inline float inline_sqrt(float x) { x 150 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc y = inline_quick_sqrt(x); x 151 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc y = (y * y + x) / (2.0f * y); x 152 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc y = (y * y + x) / (2.0f * y); x 157 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc inline uint32_t Clamp255(float x) { x 158 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc if (x < 0.0f) { x 159 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc x = 0.0f; x 160 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc } else if (x > 1.0f) { x 161 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc x = 1.0f; x 163 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc return static_cast<uint32_t>(x * 255.0f); x 186 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc uint32_t* wGetAddr(int x, int y); x 188 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void wMakeRect(int r, int *x, int *y, int *w, int *h); x 195 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void SetPlanetXYZR(float x, float y, float z, float r); x 196 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void SetPlanetPole(float x, float y, float z); x 197 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void SetPlanetEquator(float x, float y, float z); x 198 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void SetPlanetSpin(float x, float y); x 199 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void SetEyeXYZ(float x, float y, float z); x 200 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void SetLightXYZ(float x, float y, float z); x 405 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::wMakeRect(int r, int *x, int *y, int *w, int *h) { x 407 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc *x = 0; x 414 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc inline uint32_t* Planet::wGetAddr(int x, int y) { x 416 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc return (pixel_buffer_ + y * stride_in_pixels_) + x; x 442 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc for (int x = x0; x <= x1; ++x) { x 444 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc float x1 = (static_cast<float>(x - offset_x) * oowidth) * 2.0f - 1.0f; x 544 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::wRenderRect(int x, int y, int w, int h) { x 546 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc this->wRenderPixelSpan(x, x + w - 1, j); x 553 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc int x, y, w, h; x 554 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc wMakeRect(region, &x, &y, &w, &h); x 556 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc wRenderRect(x, y, w, h); x 596 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetPlanetXYZR(float x, float y, float z, float r) { x 597 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc planet_x_ = x; x 604 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetEyeXYZ(float x, float y, float z) { x 605 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc eye_x_ = x; x 611 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetLightXYZ(float x, float y, float z) { x 612 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc light_x_ = x; x 632 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetPlanetPole(float x, float y, float z) { x 633 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc planet_pole_x_ = x; x 639 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetPlanetEquator(float x, float y, float z) { x 641 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc planet_equator_x_ = x; x 647 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc void Planet::SetPlanetSpin(float x, float y) { x 648 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc planet_spin_x_ = x; x 656 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc float x = planet_spin_x_ + ui_spin_x_; x 659 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc if (x > (kPI * 2.0f)) x 660 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc x = x - kPI * 2.0f; x 661 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc else if (x < (-kPI * 2.0f)) x 662 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc x = x + kPI * 2.0f; x 667 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc SetPlanetSpin(x, y); x 753 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc float delta_x = static_cast<float>(mouse_pos.x - last_mouse_pos_.x); x 766 native_client_sdk/src/gonacl_appengine/src/earth/earth.cc SetZoom(ui_zoom_ + (ticks.x + ticks.y) * kWheelSpeed); x 119 native_client_sdk/src/gonacl_appengine/src/life/life.c void DrawCell(int32_t x, int32_t y) { x 125 native_client_sdk/src/gonacl_appengine/src/life/life.c if (x > 0 && x < width - 1 && y > 0 && y < height - 1) { x 126 native_client_sdk/src/gonacl_appengine/src/life/life.c g_Context.cell_in[x - 1 + y * width] = 1; x 127 native_client_sdk/src/gonacl_appengine/src/life/life.c g_Context.cell_in[x + 1 + y * width] = 1; x 128 native_client_sdk/src/gonacl_appengine/src/life/life.c g_Context.cell_in[x + (y - 1) * width] = 1; x 129 native_client_sdk/src/gonacl_appengine/src/life/life.c g_Context.cell_in[x + (y + 1) * width] = 1; x 140 native_client_sdk/src/gonacl_appengine/src/life/life.c int radius = (int)touch.radius.x; x 141 native_client_sdk/src/gonacl_appengine/src/life/life.c int x = (int)touch.position.x; x 150 native_client_sdk/src/gonacl_appengine/src/life/life.c DrawCell(x + dx, y + dy); x 178 native_client_sdk/src/gonacl_appengine/src/life/life.c DrawCell(location.x, location.y); x 230 native_client_sdk/src/gonacl_appengine/src/life/life.c uint32_t x, y; x 251 native_client_sdk/src/gonacl_appengine/src/life/life.c for (x = 1; x < (desc.size.width - 1); ++x) { x 62 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc inline uint32_t next_pow2(uint32_t x) { x 64 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc --x; x 65 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc x |= (x >> 1); x 66 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc x |= (x >> 2); x 67 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc x |= (x >> 4); x 68 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc x |= (x >> 8); x 69 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc x |= (x >> 16); x 70 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc return x + 1; x 81 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc float x, y; x 84 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc x = px; x 88 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc x = px; x 105 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc uint32_t* wGetAddr(int x, int y); x 106 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int wCell(float x, float y); x 108 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wRenderTile(int x, int y, int w, int h); x 109 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wProcessTile(int x, int y, int w, int h); x 110 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wSubdivide(int x, int y, int w, int h); x 111 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wMakeRect(int region, int *x, int *y, int *w, int *h); x 112 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc bool wTestRect(int *m, int x, int y, int w, int h); x 113 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void wFillRect(int x, int y, int w, int h, uint32_t color); x 121 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void RenderDot(float x, float y, uint32_t color1, uint32_t color2); x 149 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const float x = frand(); x 151 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc positions_[i].Set(x, y); x 177 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc inline uint32_t* Voronoi::wGetAddr(int x, int y) { x 178 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc return ps_context_->data + x + y * ps_context_->stride / sizeof(uint32_t); x 187 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int Voronoi::wCell(float x, float y) { x 193 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc float dx = x - pos[i].x; x 207 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wMakeRect(int r, int* x, int* y, int* w, int* h) { x 218 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc *x = *w * (r % parts); x 226 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc bool Voronoi::wTestRect(int* m, int x, int y, int w, int h) { x 228 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int m0 = wCell(x, y); x 229 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int m1 = wCell(x + w - 1, y); x 231 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int m2 = wCell(x, y + h - 1); x 233 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int m3 = wCell(x + w - 1, y + h - 1); x 254 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wFillRect(int x, int y, int w, int h, uint32_t color) { x 256 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc uint32_t* pixels = wGetAddr(x, y); x 269 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wRenderTile(int x, int y, int w, int h) { x 272 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc uint32_t* pixels = wGetAddr(x, y); x 275 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int ms = wCell(x + 0, y + j); x 276 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int me = wCell(x + w - 1, y + j); x 285 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int m = wCell(x + i, y + j); x 302 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wSubdivide(int x, int y, int w, int h) { x 305 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc if (wTestRect(&m, x, y, w, h)) { x 306 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wFillRect(x, y, w, h, colors_[m]); x 310 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wRenderTile(x, y, w, h); x 315 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wSubdivide(x, y, half_w, half_h); x 316 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wSubdivide(x + half_w, y, w - half_w, half_h); x 317 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wSubdivide(x, y + half_h, half_w, h - half_h); x 318 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wSubdivide(x + half_w, y + half_h, w - half_w, h - half_h); x 325 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::wRenderRect(int x, int y, int w, int h) { x 327 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc for (int ix = x; ix < (x + w); ix += kStartRecurseSize) { x 346 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc int x, y, w, h; x 347 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wMakeRect(region, &x, &y, &w, &h); x 349 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc wRenderRect(x, y, w, h); x 370 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc positions_[j].x += (velocities_[j].x) * z; x 372 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc screen_positions_[j].x = positions_[j].x * ps_context_->width; x 378 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc void Voronoi::RenderDot(float x, float y, uint32_t color1, uint32_t color2) { x 379 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc const int ix = static_cast<int>(x); x 402 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc screen_positions_[i].x, screen_positions_[i].y, white, gray); x 432 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc positions_[i].Set(point.x() / ps_context_->width, x 21 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc #define ON_NOSYS_RETURN(x) \ x 24 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return x; \ x 32 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h #define NAME(x) _##x x 38 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h #define NAME(x) x x 37 native_client_sdk/src/libraries/ppapi_simple/ps_interface.cc #define REQUEST_INTERFACE(x, y) \ x 38 native_client_sdk/src/libraries/ppapi_simple/ps_interface.cc s_##x = static_cast<const PPB_##x*>(PSGetInterface(PPB_ ## y ##_INTERFACE)); x 42 native_client_sdk/src/libraries/sdk_util/macros.h #define FORCE_LINK_THIS(x) int force_link_##x = 0; x 43 native_client_sdk/src/libraries/sdk_util/macros.h #define FORCE_LINK_THAT(x) \ x 44 native_client_sdk/src/libraries/sdk_util/macros.h void force_link_function_##x() { \ x 45 native_client_sdk/src/libraries/sdk_util/macros.h extern int force_link_##x; \ x 46 native_client_sdk/src/libraries/sdk_util/macros.h force_link_##x = 1; \ x 103 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c tid->x = 0; x 582 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h unsigned int x; /* Extra information - reuse count etc */ x 85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_detach.c || thread.x != tp->ptHandle.x) x 72 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_equal.c result = ( t1.p == t2.p && t1.x == t2.x ); x 93 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_join.c || thread.x != tp->ptHandle.x) x 87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_kill.c || thread.x != tp->ptHandle.x x 69 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_new.c t.x = tp->ptHandle.x = 0; x 130 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c tp->ptHandle.x += PTW32_THREAD_ID_REUSE_INCREMENT; x 132 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_reuse.c tp->ptHandle.x++; x 39 native_client_sdk/src/libraries/xray/hashtable.c uint32_t XRayHashTableHashKey(uint32_t x) { x 40 native_client_sdk/src/libraries/xray/hashtable.c uint32_t y = x * 7919; x 146 native_client_sdk/src/libraries/xray/symtable.c void *x = XRayHashTableLookup(symtab->hash_table, addr); x 147 native_client_sdk/src/libraries/xray/symtable.c struct XRaySymbol* r = (struct XRaySymbol*)x; x 46 native_client_sdk/src/libraries/xray/xray_priv.h #define XRAY_EXTRACT_ADDR(x) (((x) & XRAY_ADDR_MASK) >> XRAY_ADDR_SHIFT) x 47 native_client_sdk/src/libraries/xray/xray_priv.h #define XRAY_EXTRACT_DEPTH(x) ((x) & XRAY_DEPTH_MASK) x 48 native_client_sdk/src/libraries/xray/xray_priv.h #define XRAY_PACK_ADDR(x) (((x) << XRAY_ADDR_SHIFT) & XRAY_ADDR_MASK) x 49 native_client_sdk/src/libraries/xray/xray_priv.h #define XRAY_PACK_DEPTH(x) ((x) & XRAY_DEPTH_MASK) x 80 net/base/platform_mime_util_linux.cc for (size_t x = 0; x 81 net/base/platform_mime_util_linux.cc x < (sizeof(mime_type_ext_map) / sizeof(MimeToExt)); x 82 net/base/platform_mime_util_linux.cc x++) { x 83 net/base/platform_mime_util_linux.cc if (mime_type_ext_map[x].mime_type == mime_type) { x 84 net/base/platform_mime_util_linux.cc *ext = mime_type_ext_map[x].ext; x 36 net/cert/jwk_serializer_nss.cc base::StringPiece x( x 40 net/cert/jwk_serializer_nss.cc base::Base64Encode(x, &x_b64); x 15 net/cert/scoped_nss_types.h void operator()(CERTCertificate* x) const { x 16 net/cert/scoped_nss_types.h CERT_DestroyCertificate(x); x 23 net/disk_cache/blockfile/bitmap.cc } x; x 25 net/disk_cache/blockfile/bitmap.cc x.ieee_float = f; x 26 net/disk_cache/blockfile/bitmap.cc return (x.as_uint >> 23) - 0x7f; x 66 net/http/des.cc static uint8 DESSetKeyParity(uint8 x) { x 67 net/http/des.cc if ((((x >> 7) ^ (x >> 6) ^ (x >> 5) ^ x 68 net/http/des.cc (x >> 4) ^ (x >> 3) ^ (x >> 2) ^ x 69 net/http/des.cc (x >> 1)) & 0x01) == 0) { x 70 net/http/des.cc x |= 0x01; x 72 net/http/des.cc x &= 0xfe; x 74 net/http/des.cc return x; x 55 net/http/http_auth_cache.cc bool operator() (const std::string& x) const { x 56 net/http/http_auth_cache.cc return IsEnclosingPath(path, x); x 467 net/http/http_auth_gssapi_posix.cc #define BIND(lib, x) \ x 469 net/http/http_auth_gssapi_posix.cc gss_##x##_type x = reinterpret_cast<gss_##x##_type>( \ x 470 net/http/http_auth_gssapi_posix.cc base::GetFunctionPointerFromNativeLibrary(lib, "gss_" #x)); \ x 471 net/http/http_auth_gssapi_posix.cc if (x == NULL) { \ x 472 net/http/http_auth_gssapi_posix.cc LOG(WARNING) << "Unable to bind function \"" << "gss_" #x << "\""; \ x 476 net/http/http_auth_gssapi_posix.cc #define BIND(lib, x) gss_##x##_type x = gss_##x x 83 net/http/http_auth_handler_ntlm_portable.cc #define NTLM_LOG(x) ((void) 0) x 170 net/http/http_auth_handler_ntlm_portable.cc #define LogFlags(x) ((void) 0) x 177 net/http/http_auth_handler_ntlm_portable.cc #define SWAP16(x) ((((x) & 0xff) << 8) | (((x) >> 8) & 0xff)) x 178 net/http/http_auth_handler_ntlm_portable.cc #define SWAP32(x) ((SWAP16((x) & 0xffff) << 16) | (SWAP16((x) >> 16))) x 228 net/http/http_auth_handler_ntlm_portable.cc uint16 x = (static_cast<uint16>(buf[0])) | x 230 net/http/http_auth_handler_ntlm_portable.cc buf += sizeof(x); x 231 net/http/http_auth_handler_ntlm_portable.cc return x; x 235 net/http/http_auth_handler_ntlm_portable.cc uint32 x = (static_cast<uint32>(buf[0])) | x 239 net/http/http_auth_handler_ntlm_portable.cc buf += sizeof(x); x 240 net/http/http_auth_handler_ntlm_portable.cc return x; x 56 net/http/md4.cc #define F(x,y,z) (((x) & (y)) | (~(x) & (z))) x 59 net/http/md4.cc #define G(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) x 62 net/http/md4.cc #define H(x,y,z) ((x) ^ (y) ^ (z)) x 65 net/http/md4.cc #define ROTL(x,n) (((x) << (n)) | ((x) >> (0x20 - n))) x 86 net/proxy/proxy_config_service_linux_unittest.cc #define ENTRY(x) table[#x] = &values.x x 67 net/proxy/proxy_resolver_v8_tracing.cc void IncrementWithoutOverflow(uint8* x) { x 68 net/proxy/proxy_resolver_v8_tracing.cc if (*x != 0xFF) x 69 net/proxy/proxy_resolver_v8_tracing.cc *x += 1; x 1031 net/proxy/proxy_resolver_v8_tracing.cc const AlertOrError& x = alerts_and_errors_[i]; x 1032 net/proxy/proxy_resolver_v8_tracing.cc DispatchAlertOrError(x.is_alert, x.line_number, x.message); x 12 net/quic/congestion_control/cube_root.cc int FindMostSignificantBit(uint64 x) { x 13 net/quic/congestion_control/cube_root.cc if (!x) { x 17 net/quic/congestion_control/cube_root.cc if (x & 0xffffffff00000000ull) { x 18 net/quic/congestion_control/cube_root.cc x >>= 32; x 21 net/quic/congestion_control/cube_root.cc if (x & 0xffff0000u) { x 22 net/quic/congestion_control/cube_root.cc x >>= 16; x 25 net/quic/congestion_control/cube_root.cc if (x & 0xff00u) { x 26 net/quic/congestion_control/cube_root.cc x >>= 8; x 29 net/quic/congestion_control/cube_root.cc if (x & 0xf0u) { x 30 net/quic/congestion_control/cube_root.cc x >>= 4; x 33 net/quic/congestion_control/cube_root.cc if (x & 0xcu) { x 34 net/quic/congestion_control/cube_root.cc x >>= 2; x 37 net/quic/congestion_control/cube_root.cc if (x & 0x02u) { x 38 net/quic/congestion_control/cube_root.cc x >>= 1; x 41 net/quic/congestion_control/cube_root.cc if (x & 0x01u) { x 42 net/quic/crypto/channel_id_openssl.cc crypto::ScopedOpenSSL<BIGNUM, BN_free> x(BN_new()), y(BN_new()), x 53 net/quic/crypto/channel_id_openssl.cc if (BN_bin2bn(key_bytes + 0, 32, x.get()) == NULL || x 63 net/quic/crypto/channel_id_openssl.cc !EC_POINT_set_affine_coordinates_GFp(p256.get(), point.get(), x.get(), x 185 net/quic/quic_protocol.cc #define RETURN_STRING_LITERAL(x) \ x 186 net/quic/quic_protocol.cc case x: \ x 187 net/quic/quic_protocol.cc return #x x 127 net/quic/quic_utils.cc #define RETURN_STRING_LITERAL(x) \ x 128 net/quic/quic_utils.cc case x: \ x 129 net/quic/quic_utils.cc return #x; x 42 net/socket/socket_test_util.cc inline char AsciifyHigh(char x) { x 43 net/socket/socket_test_util.cc char nybble = static_cast<char>((x >> 4) & 0x0F); x 47 net/socket/socket_test_util.cc inline char AsciifyLow(char x) { x 48 net/socket/socket_test_util.cc char nybble = static_cast<char>((x >> 0) & 0x0F); x 52 net/socket/socket_test_util.cc inline char Asciify(char x) { x 53 net/socket/socket_test_util.cc if ((x < 0) || !isprint(x)) x 55 net/socket/socket_test_util.cc return x; x 135 net/socket/ssl_client_socket_nss.cc #define EnterFunction(x) x 136 net/socket/ssl_client_socket_nss.cc #define LeaveFunction(x) x 139 net/socket/ssl_client_socket_nss.cc #define EnterFunction(x)\ x 140 net/socket/ssl_client_socket_nss.cc VLOG(1) << (void *)this << " " << __FUNCTION__ << " enter " << x\ x 142 net/socket/ssl_client_socket_nss.cc #define LeaveFunction(x)\ x 143 net/socket/ssl_client_socket_nss.cc VLOG(1) << (void *)this << " " << __FUNCTION__ << " leave " << x\ x 386 net/socket/ssl_client_socket_openssl.cc X509* x = sk_X509_value(openssl_chain_.get(), i); x 387 net/socket/ssl_client_socket_openssl.cc CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); x 415 net/socket/ssl_client_socket_openssl.cc X509* x = sk_X509_value(openssl_chain_.get(), i); x 417 net/socket/ssl_client_socket_openssl.cc CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); x 434 net/socket/ssl_client_socket_openssl.cc X509* x = sk_X509_value(openssl_chain_.get(), i); x 437 net/socket/ssl_client_socket_openssl.cc CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); x 440 net/socket/ssl_client_socket_openssl.cc int cert_data_length = i2d_X509(x, &cert_data); x 17 net/spdy/hpack_string_util.cc uint8 x = 0; x 19 net/spdy/hpack_string_util.cc x |= str1[i] ^ str2[i]; x 21 net/spdy/hpack_string_util.cc return x == 0; x 58 net/spdy/spdy_buffer_unittest.cc void IncrementBy(size_t* x, x 63 net/spdy/spdy_buffer_unittest.cc *x += delta; x 95 net/spdy/spdy_buffer_unittest.cc size_t x = 0; x 100 net/spdy/spdy_buffer_unittest.cc base::Bind(&IncrementBy, &x, SpdyBuffer::DISCARD)); x 103 net/spdy/spdy_buffer_unittest.cc EXPECT_EQ(kDataSize, x); x 67 net/third_party/nss/ssl/ssl3con.c #define PK11_SETATTRS(x,id,v,l) (x)->type = (id); \ x 68 net/third_party/nss/ssl/ssl3con.c (x)->pValue=(v); (x)->ulValueLen = (l); x 639 net/third_party/nss/ssl/ssl3con.c void SSL_AtomicIncrementLong(long * x) x 641 net/third_party/nss/ssl/ssl3con.c if ((sizeof *x) == sizeof(PRInt32)) { x 642 net/third_party/nss/ssl/ssl3con.c PR_ATOMIC_INCREMENT((PRInt32 *)x); x 644 net/third_party/nss/ssl/ssl3con.c tooLong * tl = (tooLong *)x; x 11677 net/third_party/nss/ssl/ssl3con.c #define DUPLICATE_MSB_TO_ALL(x) ( (unsigned)( (int)(x) >> (sizeof(int)*8-1) ) ) x 11678 net/third_party/nss/ssl/ssl3con.c #define DUPLICATE_MSB_TO_ALL_8(x) ((unsigned char)(DUPLICATE_MSB_TO_ALL(x))) x 42 net/third_party/nss/ssl/ssl3ecc.c #define PK11_SETATTRS(x,id,v,l) (x)->type = (id); \ x 43 net/third_party/nss/ssl/ssl3ecc.c (x)->pValue=(v); (x)->ulValueLen = (l); x 59 net/third_party/nss/ssl/ssl3ecc.c #define supportedCurve(x) (((x) > ec_noName) && ((x) < ec_pastLastName)) x 116 net/third_party/nss/ssl/sslimpl.h #define LSB(x) ((unsigned char) ((x) & 0xff)) x 117 net/third_party/nss/ssl/sslimpl.h #define MSB(x) ((unsigned char) (((unsigned)(x)) >> 8)) x 2006 net/third_party/nss/ssl/sslimpl.h extern void SSL_AtomicIncrementLong(long * x); x 89 net/third_party/nss/ssl/sslinfo.c #define CS(x) x, #x x 90 net/third_party/nss/ssl/sslinfo.c #define CK(x) x | 0xff00, #x x 669 net/third_party/nss/ssl/sslsnce.c PRUint32 x[8]; x 671 net/third_party/nss/ssl/sslsnce.c memset(x, 0, sizeof x); x 672 net/third_party/nss/ssl/sslsnce.c if (nl > sizeof x) x 673 net/third_party/nss/ssl/sslsnce.c nl = sizeof x; x 674 net/third_party/nss/ssl/sslsnce.c memcpy(x, s, nl); x 678 net/third_party/nss/ssl/sslsnce.c x[0] ^ x[1] ^ x[2] ^ x[3] ^ x[4] ^ x[5] ^ x[6] ^ x[7]) x 2950 net/third_party/nss/ssl/sslsock.c #define LOWER(x) (x | 0x20) /* cheap ToLower function ignores LOCALE */ x 374 net/websockets/websocket_frame_test.cc for (int x = 0; x < iterations_; ++x) { x 376 net/websockets/websocket_frame_test.cc masking_key, x % size, &scratch.front(), scratch.size()); x 113 ppapi/c/pp_input_event.h float x; x 33 ppapi/c/pp_point.h int32_t x; x 47 ppapi/c/pp_point.h float x; x 71 ppapi/c/pp_point.h PP_INLINE struct PP_Point PP_MakePoint(int32_t x, int32_t y) { x 73 ppapi/c/pp_point.h ret.x = x; x 78 ppapi/c/pp_point.h PP_INLINE struct PP_FloatPoint PP_MakeFloatPoint(float x, float y) { x 80 ppapi/c/pp_point.h ret.x = x; x 63 ppapi/c/pp_rect.h PP_INLINE struct PP_Rect PP_MakeRectFromXYWH(int32_t x, int32_t y, x 66 ppapi/c/pp_rect.h ret.point.x = x; x 123 ppapi/c/ppb_opengles2.h GLint x, x 133 ppapi/c/ppb_opengles2.h GLint x, x 304 ppapi/c/ppb_opengles2.h GLint x, x 319 ppapi/c/ppb_opengles2.h GLint x, x 387 ppapi/c/ppb_opengles2.h void (*Uniform1f)(PP_Resource context, GLint location, GLfloat x); x 392 ppapi/c/ppb_opengles2.h void (*Uniform1i)(PP_Resource context, GLint location, GLint x); x 397 ppapi/c/ppb_opengles2.h void (*Uniform2f)(PP_Resource context, GLint location, GLfloat x, GLfloat y); x 402 ppapi/c/ppb_opengles2.h void (*Uniform2i)(PP_Resource context, GLint location, GLint x, GLint y); x 409 ppapi/c/ppb_opengles2.h GLfloat x, x 418 ppapi/c/ppb_opengles2.h GLint x, x 427 ppapi/c/ppb_opengles2.h GLfloat x, x 437 ppapi/c/ppb_opengles2.h GLint x, x 462 ppapi/c/ppb_opengles2.h void (*VertexAttrib1f)(PP_Resource context, GLuint indx, GLfloat x); x 468 ppapi/c/ppb_opengles2.h GLfloat x, x 475 ppapi/c/ppb_opengles2.h GLfloat x, x 483 ppapi/c/ppb_opengles2.h GLfloat x, x 498 ppapi/c/ppb_opengles2.h GLint x, x 74 ppapi/cpp/image_data.cc &static_cast<char*>(data())[coord.y() * stride() + coord.x() * 4]); x 20 ppapi/cpp/point.h point_.x = 0; x 32 ppapi/cpp/point.h point_.x = in_x; x 41 ppapi/cpp/point.h point_.x = point.x; x 72 ppapi/cpp/point.h int32_t x() const { return point_.x; } x 78 ppapi/cpp/point.h point_.x = in_x; x 100 ppapi/cpp/point.h return Point(x() + other.x(), y() + other.y()); x 110 ppapi/cpp/point.h return Point(x() - other.x(), y() - other.y()); x 120 ppapi/cpp/point.h point_.x += other.x(); x 132 ppapi/cpp/point.h point_.x -= other.x(); x 141 ppapi/cpp/point.h int32_t x = point_.x; x 143 ppapi/cpp/point.h point_.x = other.point_.x; x 145 ppapi/cpp/point.h other.point_.x = x; x 159 ppapi/cpp/point.h float_point_.x = 0.0f; x 172 ppapi/cpp/point.h float_point_.x = in_x; x 181 ppapi/cpp/point.h float_point_.x = point.x; x 211 ppapi/cpp/point.h float x() const { return float_point_.x; } x 217 ppapi/cpp/point.h float_point_.x = in_x; x 239 ppapi/cpp/point.h return FloatPoint(x() + other.x(), y() + other.y()); x 249 ppapi/cpp/point.h return FloatPoint(x() - other.x(), y() - other.y()); x 259 ppapi/cpp/point.h float_point_.x += other.x(); x 271 ppapi/cpp/point.h float_point_.x -= other.x(); x 280 ppapi/cpp/point.h float x = float_point_.x; x 282 ppapi/cpp/point.h float_point_.x = other.float_point_.x; x 284 ppapi/cpp/point.h other.float_point_.x = x; x 301 ppapi/cpp/point.h return lhs.x() == rhs.x() && lhs.y() == rhs.y(); x 322 ppapi/cpp/point.h return lhs.x() == rhs.x() && lhs.y() == rhs.y(); x 33 ppapi/cpp/rect.cc rect_.point.x += horizontal; x 38 ppapi/cpp/rect.cc return (point_x >= x()) && (point_x < right()) && x 43 ppapi/cpp/rect.cc return (rect.x() >= x() && rect.right() <= right() && x 48 ppapi/cpp/rect.cc return !(rect.x() >= right() || rect.right() <= x() || x 53 ppapi/cpp/rect.cc int32_t rx = std::max(x(), rect.x()); x 71 ppapi/cpp/rect.cc int32_t rx = std::min(x(), rect.x()); x 86 ppapi/cpp/rect.cc int32_t rx = x(); x 93 ppapi/cpp/rect.cc if (rect.x() <= x()) { x 96 ppapi/cpp/rect.cc rr = rect.x(); x 98 ppapi/cpp/rect.cc } else if (rect.x() <= x() && rect.right() >= right()) { x 110 ppapi/cpp/rect.cc int32_t new_x = x(); x 114 ppapi/cpp/rect.cc AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); x 120 ppapi/cpp/rect.cc return Point(x() + (width() + 1) / 2, y() + (height() + 1) / 2); x 125 ppapi/cpp/rect.cc (x() == rect.right() || right() == rect.x())) || x 126 ppapi/cpp/rect.cc (x() == rect.x() && width() == rect.width() && x 25 ppapi/cpp/rect.h rect_.point.x = 0; x 37 ppapi/cpp/rect.h set_x(rect.point.x); x 64 ppapi/cpp/rect.h Rect(int32_t x, int32_t y, int32_t w, int32_t h) { x 65 ppapi/cpp/rect.h set_x(x); x 125 ppapi/cpp/rect.h int32_t x() const { x 126 ppapi/cpp/rect.h return rect_.point.x; x 133 ppapi/cpp/rect.h rect_.point.x = in_x; x 225 ppapi/cpp/rect.h return x() + width(); x 245 ppapi/cpp/rect.h void SetRect(int32_t x, int32_t y, int32_t w, int32_t h) { x 246 ppapi/cpp/rect.h set_x(x); x 296 ppapi/cpp/rect.h Offset(point.x(), point.y()); x 324 ppapi/cpp/rect.h return Contains(point.x(), point.y()); x 409 ppapi/cpp/rect.h return lhs.x() == rhs.x() && x 22 ppapi/examples/2d/paint_manager_example.cc pp::Rect SquareForPoint(int x, int y) { x 23 ppapi/examples/2d/paint_manager_example.cc return PP_MakeRectFromXYWH(x - kSquareRadius, y - kSquareRadius, x 33 ppapi/examples/2d/paint_manager_example.cc for (int x = std::max(0, left); x 34 ppapi/examples/2d/paint_manager_example.cc x < std::min(image->size().width() - 1, left + width); x 35 ppapi/examples/2d/paint_manager_example.cc x++) x 36 ppapi/examples/2d/paint_manager_example.cc *image->GetAddr32(pp::Point(x, y)) = color; x 57 ppapi/examples/2d/paint_manager_example.cc UpdateSquare(static_cast<int>(mouse_event.GetPosition().x()), x 66 ppapi/examples/2d/paint_manager_example.cc UpdateSquare(static_cast<int>(mouse_event.GetPosition().x()), x 105 ppapi/examples/2d/paint_manager_example.cc paint_rects[i].x() - paint_bounds.x(), x 116 ppapi/examples/2d/paint_manager_example.cc square.x() - paint_bounds.x(), x 127 ppapi/examples/2d/paint_manager_example.cc void UpdateSquare(int x, int y) { x 128 ppapi/examples/2d/paint_manager_example.cc if (x == last_x_ && y == last_y_) x 136 ppapi/examples/2d/paint_manager_example.cc last_x_ = x; x 28 ppapi/examples/2d/scroll.cc for (int x = std::max(0, rect.x()); x 29 ppapi/examples/2d/scroll.cc x < std::min(image->size().width(), rect.right()); x 30 ppapi/examples/2d/scroll.cc x++) x 31 ppapi/examples/2d/scroll.cc *image->GetAddr32(pp::Point(x, y)) = color; x 89 ppapi/examples/2d/scroll.cc int x = xs * kSquareSpacing + x_offset - paint_bounds.x(); x 91 ppapi/examples/2d/scroll.cc FillRect(&updated_image, pp::Rect(x, y, kSquareSize, kSquareSize), x 180 ppapi/examples/audio_input/audio_input.cc for (int x = 0; x < size.width(); x++) x 181 ppapi/examples/audio_input/audio_input.cc *image.GetAddr32(pp::Point(x, y)) = 0xff202020; x 188 ppapi/examples/audio_input/audio_input.cc for (int x = 0; x < size.width(); x++) { x 189 ppapi/examples/audio_input/audio_input.cc *image.GetAddr32(pp::Point(x, mid_height)) = 0xff606060; x 190 ppapi/examples/audio_input/audio_input.cc *image.GetAddr32(pp::Point(x, mid_height + max_amplitude)) = 0xff404040; x 191 ppapi/examples/audio_input/audio_input.cc *image.GetAddr32(pp::Point(x, mid_height - max_amplitude)) = 0xff404040; x 201 ppapi/examples/audio_input/audio_input.cc for (int x = 0; x < latency_bar_length; ++x) { x 202 ppapi/examples/audio_input/audio_input.cc *image.GetAddr32(pp::Point(x, mid_height + max_amplitude)) = 0xffff0000; x 206 ppapi/examples/audio_input/audio_input.cc for (int x = 0, i = 0; x 207 ppapi/examples/audio_input/audio_input.cc x < std::min(size.width(), static_cast<int>(sample_count_)); x 208 ppapi/examples/audio_input/audio_input.cc x++, i += channel_count_) { x 211 ppapi/examples/audio_input/audio_input.cc *image.GetAddr32(pp::Point(x, y)) = 0xffffffff; x 94 ppapi/examples/flash_topmost/flash_topmost.cc for (int x = 0; x < size.width(); x++) x 95 ppapi/examples/flash_topmost/flash_topmost.cc *image.GetAddr32(pp::Point(x, y)) = fill_color; x 98 ppapi/examples/flash_topmost/flash_topmost.cc for (int x = rect.x(); x < rect.x() + rect.width(); x++) { x 99 ppapi/examples/flash_topmost/flash_topmost.cc *image.GetAddr32(pp::Point(x, rect.y())) = 0xff202020; x 100 ppapi/examples/flash_topmost/flash_topmost.cc *image.GetAddr32(pp::Point(x, rect.y() + rect.height() - 1)) = 0xff202020; x 103 ppapi/examples/flash_topmost/flash_topmost.cc *image.GetAddr32(pp::Point(rect.x(), y)) = 0xff202020; x 104 ppapi/examples/flash_topmost/flash_topmost.cc *image.GetAddr32(pp::Point(rect.x() + rect.width() - 1, y)) = 0xff202020; x 29 ppapi/examples/gamepad/gamepad.cc for (int x = std::max(0, left); x 30 ppapi/examples/gamepad/gamepad.cc x < std::min(image->size().width() - 1, left + width); x 31 ppapi/examples/gamepad/gamepad.cc x++) x 32 ppapi/examples/gamepad/gamepad.cc *image->GetAddr32(pp::Point(x, y)) = color; x 100 ppapi/examples/gamepad/gamepad.cc int x = static_cast<int>( x 105 ppapi/examples/gamepad/gamepad.cc FillRect(&image, x - 3, y - 3, 7, 7, box_bgra); x 111 ppapi/examples/gamepad/gamepad.cc int x = i * 8 + 10; x 113 ppapi/examples/gamepad/gamepad.cc FillRect(&image, x - 3, y - 3, 7, 7, colour); x 245 ppapi/examples/gles2_spinning_cube/spinning_cube.cc void Rotate(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) { x 246 ppapi/examples/gles2_spinning_cube/spinning_cube.cc GLfloat mag = sqrtf(x * x + y * y + z * z); x 255 ppapi/examples/gles2_spinning_cube/spinning_cube.cc x /= mag; x 259 ppapi/examples/gles2_spinning_cube/spinning_cube.cc xx = x * x; x 262 ppapi/examples/gles2_spinning_cube/spinning_cube.cc xy = x * y; x 264 ppapi/examples/gles2_spinning_cube/spinning_cube.cc zx = z * x; x 265 ppapi/examples/gles2_spinning_cube/spinning_cube.cc xs = x * sin_angle; x 50 ppapi/examples/ime/ime.cc for (int x = std::max(0, left); x 51 ppapi/examples/ime/ime.cc x < std::min(image->size().width() - 1, left + width); x 52 ppapi/examples/ime/ime.cc ++x) x 53 ppapi/examples/ime/ime.cc *image->GetAddr32(pp::Point(x, y)) = color; x 58 ppapi/examples/ime/ime.cc FillRect(image, rect.x(), rect.y(), rect.width(), rect.height(), color); x 126 ppapi/examples/ime/ime.cc int x, int y, int width, int height) x 129 ppapi/examples/ime/ime.cc area_(x, y, width, height), x 146 ppapi/examples/ime/ime.cc int offset = area_.x(); x 225 ppapi/examples/ime/ime.cc pp::Point(area_.x(), area_.y() + font_size_), x 253 ppapi/examples/ime/ime.cc bool Contains(int x, int y) const { x 254 ppapi/examples/ime/ime.cc return area_.Contains(x, y); x 277 ppapi/examples/ime/ime.cc bool RefocusByMouseClick(int x, int y) { x 278 ppapi/examples/ime/ime.cc if (!Contains(x, y)) { x 286 ppapi/examples/ime/ime.cc pp::TextRun_Dev(utf8_text_.c_str()), x - area_.x()); x 292 ppapi/examples/ime/ime.cc void MouseDrag(int x, int y) { x 296 ppapi/examples/ime/ime.cc pp::TextRun_Dev(utf8_text_.c_str()), x - area_.x()); x 300 ppapi/examples/ime/ime.cc void MouseUp(int x, int y) { x 367 ppapi/examples/ime/ime.cc pp::Rect caret(area_.x() + px, area_.y(), 0, area_.height() + 2); x 580 ppapi/examples/ime/ime.cc if (it->RefocusByMouseClick(ev.GetPosition().x(), x 601 ppapi/examples/ime/ime.cc if (it->Contains(ev.GetPosition().x(), x 606 ppapi/examples/ime/ime.cc it->MouseDrag(ev.GetPosition().x(), ev.GetPosition().y()); x 621 ppapi/examples/ime/ime.cc it->MouseUp(ev.GetPosition().x(), ev.GetPosition().y()); x 22 ppapi/examples/input/pointer_event_input.cc pp::Rect SquareForPoint(int x, int y) { x 23 ppapi/examples/input/pointer_event_input.cc return PP_MakeRectFromXYWH(x - kSquareRadius, y - kSquareRadius, x 33 ppapi/examples/input/pointer_event_input.cc for (int x = std::max(0, left); x 34 ppapi/examples/input/pointer_event_input.cc x < std::min(image->size().width() - 1, left + width); x 35 ppapi/examples/input/pointer_event_input.cc x++) x 36 ppapi/examples/input/pointer_event_input.cc *image->GetAddr32(pp::Point(x, y)) = color; x 57 ppapi/examples/input/pointer_event_input.cc UpdateSquare(static_cast<int>(mouse_event.GetPosition().x()), x 66 ppapi/examples/input/pointer_event_input.cc UpdateSquare(static_cast<int>(mouse_event.GetPosition().x()), x 79 ppapi/examples/input/pointer_event_input.cc UpdateSquare(static_cast<int>(point.position().x()), x 123 ppapi/examples/input/pointer_event_input.cc paint_rects[i].x() - paint_bounds.x(), x 134 ppapi/examples/input/pointer_event_input.cc square.x() - paint_bounds.x(), x 145 ppapi/examples/input/pointer_event_input.cc void UpdateSquare(int x, int y) { x 146 ppapi/examples/input/pointer_event_input.cc if (x == last_x_ && y == last_y_) x 154 ppapi/examples/input/pointer_event_input.cc last_x_ = x; x 129 ppapi/examples/media_stream_audio/media_stream_audio.cc for (int x = 0; x < size.width(); x++) x 130 ppapi/examples/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, y)) = kColorGrey1; x 137 ppapi/examples/media_stream_audio/media_stream_audio.cc for (int x = 0; x < size.width(); x++) { x 138 ppapi/examples/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, mid_height)) = kColorGrey3; x 139 ppapi/examples/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, mid_height + max_amplitude)) = kColorGrey2; x 140 ppapi/examples/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, mid_height - max_amplitude)) = kColorGrey2; x 145 ppapi/examples/media_stream_audio/media_stream_audio.cc for (int x = 0, i = 0; x 146 ppapi/examples/media_stream_audio/media_stream_audio.cc x < std::min(size.width(), static_cast<int>(sample_count_)); x 147 ppapi/examples/media_stream_audio/media_stream_audio.cc x++, i += channel_count_) { x 151 ppapi/examples/media_stream_audio/media_stream_audio.cc *image.GetAddr32(pp::Point(x, y)) = (ch == 0 ? kColorRed : kColorGreen); x 20 ppapi/examples/mouse_cursor/mouse_cursor.cc for (int x = std::max(0, left); x 21 ppapi/examples/mouse_cursor/mouse_cursor.cc x < std::min(image->size().width() - 1, left + width); x 22 ppapi/examples/mouse_cursor/mouse_cursor.cc x++) x 23 ppapi/examples/mouse_cursor/mouse_cursor.cc *image->GetAddr32(pp::Point(x, y)) = color; x 65 ppapi/examples/mouse_lock/mouse_lock.cc mouse_movement_.x(), mouse_movement_.y()); x 159 ppapi/examples/mouse_lock/mouse_lock.cc pp::Point vertex(mouse_movement_.x() + center_x, x 169 ppapi/examples/mouse_lock/mouse_lock.cc bool draw_needle = GetDistance(mouse_movement_.x(), mouse_movement_.y(), x 172 ppapi/examples/mouse_lock/mouse_lock.cc if (abs(mouse_movement_.x()) >= abs(mouse_movement_.y())) { x 177 ppapi/examples/mouse_lock/mouse_lock.cc direction = (mouse_movement_.x() < 0) ? LEFT : RIGHT; x 193 ppapi/examples/mouse_lock/mouse_lock.cc for (int x = 0; x < image.size().width(); ++x) { x 194 ppapi/examples/mouse_lock/mouse_lock.cc if (GetDistance(x, y, center_x, center_y) < kCenteralSpotRadius) { x 195 ppapi/examples/mouse_lock/mouse_lock.cc *image.GetAddr32(pp::Point(x, y)) = foreground_color; x 200 ppapi/examples/mouse_lock/mouse_lock.cc ((y - anchor_1.y()) * (vertex.x() - anchor_1.x())) > x 201 ppapi/examples/mouse_lock/mouse_lock.cc ((vertex.y() - anchor_1.y()) * (x - anchor_1.x())); x 203 ppapi/examples/mouse_lock/mouse_lock.cc ((y - anchor_2.y()) * (vertex.x() - anchor_2.x())) < x 204 ppapi/examples/mouse_lock/mouse_lock.cc ((vertex.y() - anchor_2.y()) * (x - anchor_2.x())); x 208 ppapi/examples/mouse_lock/mouse_lock.cc (direction == LEFT && x < center_x) || x 209 ppapi/examples/mouse_lock/mouse_lock.cc (direction == RIGHT && x > center_x); x 212 ppapi/examples/mouse_lock/mouse_lock.cc *image.GetAddr32(pp::Point(x, y)) = foreground_color; x 216 ppapi/examples/mouse_lock/mouse_lock.cc *image.GetAddr32(pp::Point(x, y)) = kBackgroundColor; x 97 ppapi/examples/scaling/scaling.cc pp::Point position_device(position.x() * device_scale_, x 100 ppapi/examples/scaling/scaling.cc stream << "Mousedown at DIP (" << position.x() << ", " << position.y() x 101 ppapi/examples/scaling/scaling.cc << "), device pixel (" << position_device.x() << ", " x 104 ppapi/examples/scaling/scaling.cc pp::Point position_css(position.x() / css_scale_, x 106 ppapi/examples/scaling/scaling.cc stream << ", CSS pixel (" << position_css.x() << ", " << position_css.y() x 179 ppapi/examples/scaling/scaling.cc for (int x = 0; x < width; ++x) { x 180 ppapi/examples/scaling/scaling.cc int dx = (width / 2) - x; x 183 ppapi/examples/scaling/scaling.cc if (x == 0 || y == 0 || x == width - 1 || y == width - 1 || x == y || x 184 ppapi/examples/scaling/scaling.cc width - x - 1 == y) { x 422 ppapi/examples/video_decode/video_decode.cc int x = 0; x 425 ppapi/examples/video_decode/video_decode.cc x = plugin_size_.width() / kNumDecoders; x 445 ppapi/examples/video_decode/video_decode.cc gles2_if_->Viewport(context_->pp_resource(), x, y, x 54 ppapi/generators/test_cgen/interface.h int8_t (*mem1)(int16_t x, int32_t y); x 70 ppapi/generators/test_cgen/structs.h typedef func_t (*findfunc_t)(const char* x); x 75 ppapi/generators/test_cgen_range/dev_channel_interface.h void (*Foo)(int32_t x); x 79 ppapi/generators/test_cgen_range/dev_channel_interface.h void (*Bar)(int32_t x); x 83 ppapi/generators/test_cgen_range/dev_channel_interface.h void (*Baz)(int32_t x); x 89 ppapi/generators/test_cgen_range/dev_channel_interface.h void (*Foo)(int32_t x); x 93 ppapi/generators/test_cgen_range/dev_channel_interface.h void (*Foo)(int32_t x); x 94 ppapi/generators/test_cgen_range/dev_channel_interface.h void (*Bar)(int32_t x); x 95 ppapi/generators/test_cgen_range/dev_channel_interface.h void (*Baz)(int32_t x); x 32 ppapi/generators/test_cgen_range/versions.h int32_t (*Bar)(int32_t x, int32_t y, int32_t z); x 38 ppapi/generators/test_cgen_range/versions.h int32_t (*Bar)(int32_t x); x 42 ppapi/generators/test_cgen_range/versions.h int32_t (*Bar)(int32_t x, int32_t y); x 170 ppapi/lib/gl/gles2/gles2.c GLint x, x 179 ppapi/lib/gl/gles2/gles2.c x, x 190 ppapi/lib/gl/gles2/gles2.c GLint x, x 199 ppapi/lib/gl/gles2/gles2.c x, x 574 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glReadPixels(GLint x, x 582 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), x, y, width, height, format, type, pixels); x 602 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glScissor(GLint x, GLint y, GLsizei width, GLsizei height) { x 604 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), x, y, width, height); x 719 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform1f(GLint location, GLfloat x) { x 720 ppapi/lib/gl/gles2/gles2.c glGetInterfacePPAPI()->Uniform1f(glGetCurrentContextPPAPI(), location, x); x 728 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform1i(GLint location, GLint x) { x 729 ppapi/lib/gl/gles2/gles2.c glGetInterfacePPAPI()->Uniform1i(glGetCurrentContextPPAPI(), location, x); x 737 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform2f(GLint location, GLfloat x, GLfloat y) { x 738 ppapi/lib/gl/gles2/gles2.c glGetInterfacePPAPI()->Uniform2f(glGetCurrentContextPPAPI(), location, x, y); x 746 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform2i(GLint location, GLint x, GLint y) { x 747 ppapi/lib/gl/gles2/gles2.c glGetInterfacePPAPI()->Uniform2i(glGetCurrentContextPPAPI(), location, x, y); x 755 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) { x 757 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, x, y, z); x 765 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glUniform3i(GLint location, GLint x, GLint y, GLint z) { x 767 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, x, y, z); x 776 ppapi/lib/gl/gles2/gles2.c glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { x 778 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, x, y, z, w); x 787 ppapi/lib/gl/gles2/gles2.c glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w) { x 789 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), location, x, y, z, w); x 829 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glVertexAttrib1f(GLuint indx, GLfloat x) { x 830 ppapi/lib/gl/gles2/gles2.c glGetInterfacePPAPI()->VertexAttrib1f(glGetCurrentContextPPAPI(), indx, x); x 838 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) { x 839 ppapi/lib/gl/gles2/gles2.c glGetInterfacePPAPI()->VertexAttrib2f(glGetCurrentContextPPAPI(), indx, x, y); x 848 ppapi/lib/gl/gles2/gles2.c glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) { x 850 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), indx, x, y, z); x 859 ppapi/lib/gl/gles2/gles2.c glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) { x 861 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), indx, x, y, z, w); x 879 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glViewport(GLint x, GLint y, GLsizei width, GLsizei height) { x 881 ppapi/lib/gl/gles2/gles2.c glGetCurrentContextPPAPI(), x, y, width, height); x 291 ppapi/lib/gl/include/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height); x 293 ppapi/lib/gl/include/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height); x 662 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); x 663 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); x 731 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels); x 735 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); x 750 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x); x 752 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint x); x 754 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y); x 756 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint x, GLint y); x 758 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z); x 760 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform3i (GLint location, GLint x, GLint y, GLint z); x 762 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); x 764 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glUniform4i (GLint location, GLint x, GLint y, GLint z, GLint w); x 771 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint indx, GLfloat x); x 773 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint indx, GLfloat x, GLfloat y); x 775 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint indx, GLfloat x, GLfloat y, GLfloat z); x 777 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); x 780 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height); x 803 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); x 811 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); x 1160 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); x 1166 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); x 1216 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1iEXT (GLuint program, GLint location, GLint x); x 1217 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2iEXT (GLuint program, GLint location, GLint x, GLint y); x 1218 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3iEXT (GLuint program, GLint location, GLint x, GLint y, GLint z); x 1219 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4iEXT (GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w); x 1220 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform1fEXT (GLuint program, GLint location, GLfloat x); x 1221 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform2fEXT (GLuint program, GLint location, GLfloat x, GLfloat y); x 1222 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform3fEXT (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z); x 1223 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glProgramUniform4fEXT (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); x 1248 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint x); x 1249 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IEXTPROC) (GLuint program, GLint location, GLint x, GLint y); x 1250 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3IEXTPROC) (GLuint program, GLint location, GLint x, GLint y, GLint z); x 1251 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4IEXTPROC) (GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w); x 1252 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat x); x 1253 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2FEXTPROC) (GLuint program, GLint location, GLfloat x, GLfloat y); x 1254 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM3FEXTPROC) (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z); x 1255 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM4FEXTPROC) (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); x 1620 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask); x 1624 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLSTARTTILINGQCOMPROC) (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask); x 1872 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glPostSubBufferCHROMIUM (GLint x, GLint y, GLint width, GLint height); x 1875 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLPOSTSUBBUFFERCHROMIUM) (GLint x, GLint y, GLint width, GLint height); x 176 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc return (position.point.x == expected.point.x && x 223 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc CHECK(origin.x >= 0 && origin.y >= 0 && x 224 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc (origin.x + size.width) <= stride && x 231 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc for (int x = origin.x; x < origin.x + size.width && !found_error; x++) { x 232 ppapi/native_client/tests/ppapi_test_lib/test_interface.cc uint32_t pixel_color = static_cast<uint32_t*>(bitmap)[stride * y + x]; x 125 ppapi/proxy/ppapi_messages.h IPC_STRUCT_TRAITS_MEMBER(x) x 130 ppapi/proxy/ppapi_messages.h IPC_STRUCT_TRAITS_MEMBER(x) x 172 ppapi/proxy/ppp_instance_proxy_unittest.cc EXPECT_EQ(received_position.point.x, expected_position.point.x); x 176 ppapi/proxy/ppp_instance_proxy_unittest.cc EXPECT_EQ(received_clip.point.x, expected_clip.point.x); x 37 ppapi/proxy/printing_resource_unittest.cc return lhs.point.x == rhs.point.x && x 129 ppapi/proxy/serialized_structs.cc clip.point.x = 0; x 133 ppapi/proxy/serialized_structs.cc position.x = 0; x 95 ppapi/shared_impl/ppb_instance_shared.cc if (hot_spot->x < 0 || hot_spot->x >= desc.size.width || hot_spot->y < 0 || x 256 ppapi/shared_impl/ppb_opengles2_shared.cc GLint x, x 264 ppapi/shared_impl/ppb_opengles2_shared.cc target, level, internalformat, x, y, width, height, border); x 273 ppapi/shared_impl/ppb_opengles2_shared.cc GLint x, x 280 ppapi/shared_impl/ppb_opengles2_shared.cc target, level, xoffset, yoffset, x, y, width, height); x 883 ppapi/shared_impl/ppb_opengles2_shared.cc GLint x, x 892 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->ReadPixels(x, y, width, height, format, type, pixels); x 923 ppapi/shared_impl/ppb_opengles2_shared.cc GLint x, x 929 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Scissor(x, y, width, height); x 1090 ppapi/shared_impl/ppb_opengles2_shared.cc void Uniform1f(PP_Resource context_id, GLint location, GLfloat x) { x 1093 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform1f(location, x); x 1107 ppapi/shared_impl/ppb_opengles2_shared.cc void Uniform1i(PP_Resource context_id, GLint location, GLint x) { x 1110 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform1i(location, x); x 1124 ppapi/shared_impl/ppb_opengles2_shared.cc void Uniform2f(PP_Resource context_id, GLint location, GLfloat x, GLfloat y) { x 1127 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform2f(location, x, y); x 1141 ppapi/shared_impl/ppb_opengles2_shared.cc void Uniform2i(PP_Resource context_id, GLint location, GLint x, GLint y) { x 1144 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform2i(location, x, y); x 1160 ppapi/shared_impl/ppb_opengles2_shared.cc GLfloat x, x 1165 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform3f(location, x, y, z); x 1181 ppapi/shared_impl/ppb_opengles2_shared.cc GLint x, x 1186 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform3i(location, x, y, z); x 1202 ppapi/shared_impl/ppb_opengles2_shared.cc GLfloat x, x 1208 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform4f(location, x, y, z, w); x 1224 ppapi/shared_impl/ppb_opengles2_shared.cc GLint x, x 1230 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Uniform4i(location, x, y, z, w); x 1291 ppapi/shared_impl/ppb_opengles2_shared.cc void VertexAttrib1f(PP_Resource context_id, GLuint indx, GLfloat x) { x 1294 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->VertexAttrib1f(indx, x); x 1307 ppapi/shared_impl/ppb_opengles2_shared.cc void VertexAttrib2f(PP_Resource context_id, GLuint indx, GLfloat x, GLfloat y) { x 1310 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->VertexAttrib2f(indx, x, y); x 1325 ppapi/shared_impl/ppb_opengles2_shared.cc GLfloat x, x 1330 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->VertexAttrib3f(indx, x, y, z); x 1345 ppapi/shared_impl/ppb_opengles2_shared.cc GLfloat x, x 1351 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->VertexAttrib4f(indx, x, y, z, w); x 1379 ppapi/shared_impl/ppb_opengles2_shared.cc GLint x, x 1385 ppapi/shared_impl/ppb_opengles2_shared.cc ToGles2Impl(&enter)->Viewport(x, y, width, height); x 28 ppapi/shared_impl/ppb_view_shared.cc return rect.point.x == other.rect.point.x && x 34 ppapi/shared_impl/ppb_view_shared.cc clip_rect.point.x == other.clip_rect.point.x && x 41 ppapi/shared_impl/private/net_address_private_impl.cc #define ntohs(x) _byteswap_ushort(x) x 42 ppapi/shared_impl/private/net_address_private_impl.cc #define htons(x) _byteswap_ushort(x) x 57 ppapi/shared_impl/private/net_address_private_impl.cc uint16 ConvertFromNetEndian16(uint16 x) { x 59 ppapi/shared_impl/private/net_address_private_impl.cc return (x << 8) | (x >> 8); x 61 ppapi/shared_impl/private/net_address_private_impl.cc return x; x 65 ppapi/shared_impl/private/net_address_private_impl.cc uint16 ConvertToNetEndian16(uint16 x) { x 67 ppapi/shared_impl/private/net_address_private_impl.cc return (x << 8) | (x >> 8); x 69 ppapi/shared_impl/private/net_address_private_impl.cc return x; x 62 ppapi/tests/test_broker.cc #define HANDLE_EINTR(x) ({ \ x 63 ppapi/tests/test_broker.cc typeof(x) eintr_wrapper_result; \ x 65 ppapi/tests/test_broker.cc eintr_wrapper_result = (x); \ x 70 ppapi/tests/test_broker.cc #define IGNORE_EINTR(x) ({ \ x 71 ppapi/tests/test_broker.cc typeof(x) eintr_wrapper_result; \ x 73 ppapi/tests/test_broker.cc eintr_wrapper_result = (x); \ x 136 ppapi/tests/test_browser_font.cc for (int x = 0; x < pixel_width; x++) { x 137 ppapi/tests/test_browser_font.cc int cur_char = font.CharacterOffsetForPixel(run, x); x 151 ppapi/tests/test_browser_font.cc for (int x = 0; x < pixel_width; x++) { x 152 ppapi/tests/test_browser_font.cc int cur_char = font.CharacterOffsetForPixel(forced_run, x); x 154 ppapi/tests/test_fullscreen.cc normal_position_.x() + normal_position_.width() / 2, x 246 ppapi/tests/test_fullscreen.cc for (int x = 0; x < painted_size_.width(); x++) { x 247 ppapi/tests/test_fullscreen.cc uint32_t* readback_color = readback.GetAddr32(pp::Point(x, y)); x 112 ppapi/tests/test_graphics_2d.cc uint32_t* row = image->GetAddr32(pp::Point(rect.x(), y)); x 121 ppapi/tests/test_graphics_2d.cc for (int x = 0; x < image->size().width(); x++) { x 122 ppapi/tests/test_graphics_2d.cc uint32_t green = ((x * 256) / image->size().width()) & 0xFF; x 124 ppapi/tests/test_graphics_2d.cc uint32_t* pixel = image->GetAddr32(pp::Point(x, y)); x 145 ppapi/tests/test_graphics_2d.cc for (int x = 0; x < rc1.width(); x++) { x 146 ppapi/tests/test_graphics_2d.cc if (*(image1.GetAddr32(pp::Point(rc1.x() + x, rc1.y() + y))) != x 147 ppapi/tests/test_graphics_2d.cc *(image2.GetAddr32(pp::Point(rc2.x() + x, rc2.y() + y)))) x 159 ppapi/tests/test_graphics_2d.cc for (int x = 0; x < image_data.size().width(); x++) { x 160 ppapi/tests/test_graphics_2d.cc uint32_t pixel = *image_data.GetAddr32(pp::Point(x, y)); x 162 ppapi/tests/test_graphics_2d.cc if (square.Contains(x, y)) x 218 ppapi/tests/test_graphics_2d.cc zero_zero.x = 0; x 229 ppapi/tests/test_graphics_2d.cc zero_ten.x = 0; x 146 ppapi/tests/test_graphics_3d.cc int x, int y, const uint8_t expected_color[4]) { x 149 ppapi/tests/test_graphics_3d.cc x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel_color); x 159 ppapi/tests/test_graphics_3d.cc int x, int y, const uint8_t expected_color[4]) { x 161 ppapi/tests/test_graphics_3d.cc glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel_color); x 35 ppapi/tests/test_graphics_3d.h int x, int y, const uint8_t expected_color[4]); x 36 ppapi/tests/test_graphics_3d.h std::string CheckPixelGL(int x, int y, const uint8_t expected_color[4]); x 140 ppapi/tests/test_image_data.cc for (int x = 0; x < w; x++) { x 141 ppapi/tests/test_image_data.cc if (row[x] != 0) x 213 ppapi/tests/test_ime_input_event.cc view_rect_.x() + view_rect_.width() / 2, x 26 ppapi/tests/test_input_event.cc rect.x() + rect.width() / 2, x 285 ppapi/tests/test_input_event.cc if (expected_point.position.x != received_point.position.x || x 76 ppapi/tests/test_mouse_cursor.cc point.x = 67; x 114 ppapi/tests/test_paint_aggregator.cc pp::Point expected_delta(delta1.x() + delta2.x(), x 116 ppapi/tests/test_paint_aggregator.cc ASSERT_TRUE(expected_delta.x() == greg.GetPendingUpdate().scroll_delta.x()); x 61 ppapi/tests/test_printing.cc ASSERT_TRUE(g_print_settings.printable_area.point.x < 200); x 66 ppapi/tests/test_printing.cc ASSERT_TRUE(g_print_settings.content_area.point.x < 200); x 67 ppapi/tests/test_test_internals.cc int32_t x = 5; x 68 ppapi/tests/test_test_internals.cc ASSERT_SUBTEST_SUCCESS(CheckEqual(internal::ToString(x + 1), "6")); x 93 ppapi/tests/test_utils.cc uint16_t ConvertFromNetEndian16(uint16_t x) { x 95 ppapi/tests/test_utils.cc return x; x 97 ppapi/tests/test_utils.cc return (x << 8) | (x >> 8); x 100 ppapi/tests/test_utils.cc uint16_t ConvertToNetEndian16(uint16_t x) { x 102 ppapi/tests/test_utils.cc return x; x 104 ppapi/tests/test_utils.cc return (x << 8) | (x >> 8); x 29 ppapi/tests/test_utils.h uint16_t ConvertFromNetEndian16(uint16_t x); x 30 ppapi/tests/test_utils.h uint16_t ConvertToNetEndian16(uint16_t x); x 169 ppapi/tests/test_view.cc ASSERT_TRUE(original_clip.x() == 0); x 38 ppapi/utility/graphics/paint_aggregator.cc PP_DCHECK(!(scroll_delta.x() && scroll_delta.y())); x 44 ppapi/utility/graphics/paint_aggregator.cc if (scroll_delta.x()) { x 45 ppapi/utility/graphics/paint_aggregator.cc int32_t dx = scroll_delta.x(); x 49 ppapi/utility/graphics/paint_aggregator.cc damaged_rect.set_x(scroll_rect.x()); x 57 ppapi/utility/graphics/paint_aggregator.cc damaged_rect.set_x(scroll_rect.x()); x 98 ppapi/utility/graphics/paint_aggregator.cc ret.has_scroll = ret.scroll_delta.x() != 0 || ret.scroll_delta.y() != 0; x 154 ppapi/utility/graphics/paint_aggregator.cc if (amount.x() != 0 && amount.y() != 0) { x 167 ppapi/utility/graphics/paint_aggregator.cc if ((amount.x() && update_.scroll_delta.y()) || x 168 ppapi/utility/graphics/paint_aggregator.cc (amount.y() && update_.scroll_delta.x())) { x 90 printing/backend/print_backend_win.cc paper.size_um.SetSize(sizes[i].x * kToUm, sizes[i].y * kToUm); x 116 printing/backend/print_backend_win.cc paper.size_um.SetSize(sizes[i].x * kToUm, sizes[i].y * kToUm); x 142 printing/backend/print_backend_win.cc caps->dpis.push_back(gfx::Size(dpis[i].x, dpis[i].y)); x 636 printing/emf_win.cc page_bounds.x(), x 641 printing/emf_win.cc bitmap.context(), bitmap_rect.x(), bitmap_rect.y(), SRCCOPY); x 659 printing/emf_win.cc XFORM xform = { 1, 0, 0, 1, -page_bounds.x(), -page_bounds.y()}; x 93 printing/image.cc for (int x = 0; x < width; ++x) { x 94 printing/image.cc uint32 lhs_pixel = pixel_at(x, y); x 95 printing/image.cc uint32 rhs_pixel = rhs.pixel_at(x, y); x 101 printing/image.cc for (int x = width; x < size_.width(); ++x) { x 102 printing/image.cc uint32 lhs_pixel = pixel_at(x, y); x 108 printing/image.cc for (int x = width; x < rhs.size_.width(); ++x) { x 109 printing/image.cc uint32 rhs_pixel = rhs.pixel_at(x, y); x 117 printing/image.cc for (int x = 0; x < size_.width(); ++x) { x 118 printing/image.cc uint32 lhs_pixel = pixel_at(x, y); x 126 printing/image.cc for (int x = 0; x < rhs.size_.width(); ++x) { x 127 printing/image.cc uint32 rhs_pixel = rhs.pixel_at(x, y); x 63 printing/image.h uint32 pixel_at(int x, int y) const { x 64 printing/image.h DCHECK(x >= 0 && x < size_.width()); x 68 printing/image.h return Color(data_row[x]); x 59 printing/image_win.cc DCHECK_EQ(rect.x(), 0); x 73 printing/page_setup.cc DCHECK_GE(printable_area.x(), 0); x 97 printing/page_setup.cc (printable_area_.width() + printable_area_.x()); x 126 printing/page_setup.cc bounds.x()); x 145 printing/page_setup.cc overlay_area_.x())); x 158 printing/page_setup.cc content_area_.x())); x 33 printing/page_setup_unittest.cc printable_area.x()); x 45 printing/page_setup_unittest.cc effective_margins.left = std::max(margins.left, printable_area.x()); x 65 printing/page_setup_unittest.cc gfx::Rect content_area(overlay_area.x(), x 135 printing/pdf_metafile_cg_mac.cc CGContextTranslateCTM(context_, content_area.x(), -content_area.y()); x 209 printing/pdf_metafile_cg_mac.cc const float x_origin_offset = -1 * source_rect.origin.x; x 62 printing/pdf_metafile_skia.cc transform.setTranslate(SkIntToScalar(content_area.x()), x 29 printing/printed_document_win.cc Rectangle(context, rect.x(), rect.y(), rect.right(), rect.bottom()); x 68 printing/printed_document_win.cc content_area.x() - page_setup.printable_area().x(), x 33 printing/printed_page.cc content_rect->set_x(content_rect->x() + diff / 2); x 21 printing/printed_page_unittest.cc EXPECT_EQ(0, page_content.x()); x 34 printing/printed_page_unittest.cc EXPECT_EQ(250, page_content.x()); x 47 printing/printed_page_unittest.cc EXPECT_EQ(0, page_content.x()); x 60 printing/printed_page_unittest.cc EXPECT_EQ(250, page_content.x()); x 26 printing/printing_context_android.cc inline int Round(double x) { x 27 printing/printing_context_android.cc return static_cast<int>(x + 0.5); x 86 remoting/android/java/src/org/chromium/chromoting/DesktopView.java public void render(Canvas canvas, float x, float y, float size) { x 106 remoting/android/java/src/org/chromium/chromoting/DesktopView.java mPaint.setShader(new RadialGradient(x, y, radius, x 109 remoting/android/java/src/org/chromium/chromoting/DesktopView.java canvas.drawCircle(x, y, radius, mPaint); x 193 remoting/android/java/src/org/chromium/chromoting/DesktopView.java int x, y; x 208 remoting/android/java/src/org/chromium/chromoting/DesktopView.java x = mRenderData.cursorPosition.x; x 221 remoting/android/java/src/org/chromium/chromoting/DesktopView.java mFeedbackAnimator.render(canvas, x, y, 40 / scaleFactor); x 227 remoting/android/java/src/org/chromium/chromoting/DesktopView.java canvas.drawBitmap(cursorBitmap, x - hotspot.x, y - hotspot.y, new Paint()); x 326 remoting/android/java/src/org/chromium/chromoting/DesktopView.java public void injectMouseEvent(int x, int y, int button, boolean pressed) { x 332 remoting/android/java/src/org/chromium/chromoting/DesktopView.java if (x != mRenderData.cursorPosition.x) { x 333 remoting/android/java/src/org/chromium/chromoting/DesktopView.java mRenderData.cursorPosition.x = x; x 347 remoting/android/java/src/org/chromium/chromoting/DesktopView.java JniInterface.sendMouseEvent(x, y, button, pressed); x 12 remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java void injectMouseEvent(int x, int y, int button, boolean pressed); x 166 remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java float deltaX = currentX - downPoint.x; x 134 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java float[] cursorScreen = {mCursorPosition.x, mCursorPosition.y}; x 220 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java mViewer.injectMouseEvent((int)mCursorPosition.x, (int)mCursorPosition.y, button, pressed); x 312 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java moveCursor(mCursorPosition.x + delta[0], mCursorPosition.y + delta[1]); x 352 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java moveCursor(mCursorPosition.x - delta[0], mCursorPosition.y - delta[1]); x 299 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java public static void sendMouseEvent(int x, int y, int whichButton, boolean buttonDown) { x 304 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java nativeSendMouseEvent(x, y, whichButton, buttonDown); x 308 remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java private static native void nativeSendMouseEvent(int x, int y, int whichButton, x 37 remoting/android/javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java p1.x = 50; x 34 remoting/base/util.cc int CalculateRGBOffset(int x, int y, int stride) { x 35 remoting/base/util.cc return stride * y + kBytesPerPixelRGB32 * x; x 38 remoting/base/util.cc int CalculateYOffset(int x, int y, int stride) { x 39 remoting/base/util.cc DCHECK(((x & 1) == 0) && ((y & 1) == 0)); x 40 remoting/base/util.cc return stride * y + x; x 43 remoting/base/util.cc int CalculateUVOffset(int x, int y, int stride) { x 44 remoting/base/util.cc DCHECK(((x & 1) == 0) && ((y & 1) == 0)); x 45 remoting/base/util.cc return stride * y / 2 + x / 2; x 52 remoting/base/util.cc int x, x 59 remoting/base/util.cc int rgb_offset = CalculateRGBOffset(x, y, rgb_stride); x 60 remoting/base/util.cc int y_offset = CalculateYOffset(x, y, y_stride); x 61 remoting/base/util.cc int uv_offset = CalculateUVOffset(x, y, uv_stride);; x 140 remoting/base/util.cc y_offset += CalculateYOffset(offset.x(), offset.y(), source_ystride); x 141 remoting/base/util.cc uv_offset += CalculateUVOffset(offset.x(), offset.y(), source_uvstride); x 142 remoting/base/util.cc rgb_offset += CalculateRGBOffset(offset.x(), offset.y(), dest_stride); x 187 remoting/base/util.cc int RoundToTwosMultiple(int x) { x 188 remoting/base/util.cc return x & (~1); x 192 remoting/base/util.cc int x = RoundToTwosMultiple(rect.left()); x 196 remoting/base/util.cc return webrtc::DesktopRect::MakeLTRB(x, y, right, bottom); x 19 remoting/base/util.h int CalculateRGBOffset(int x, int y, int stride); x 23 remoting/base/util.h int CalculateYOffset(int x, int y, int stride); x 24 remoting/base/util.h int CalculateUVOffset(int x, int y, int stride); x 58 remoting/base/util.h int x, x 66 remoting/base/util.h int RoundToTwosMultiple(int x); x 132 remoting/client/jni/chromoting_jni_instance.cc int x, int y, x 138 remoting/client/jni/chromoting_jni_instance.cc this, x, y, button, button_down)); x 143 remoting/client/jni/chromoting_jni_instance.cc event.set_x(x); x 68 remoting/client/jni/chromoting_jni_instance.h void SendMouseEvent(int x, int y, x 108 remoting/client/jni/chromoting_jni_runtime.cc jint x, x 116 remoting/client/jni/chromoting_jni_runtime.cc x, y, x 383 remoting/client/plugin/chromoting_instance.cc if (dpi.x()) x 384 remoting/client/plugin/chromoting_instance.cc data->SetInteger("x_dpi", dpi.x()); x 561 remoting/client/plugin/chromoting_instance.cc int x = hotspot_x - (kMaxCursorWidth / 2); x 562 remoting/client/plugin/chromoting_instance.cc x = std::max(x, 0); x 563 remoting/client/plugin/chromoting_instance.cc x = std::min(x, height - kMaxCursorWidth); x 565 remoting/client/plugin/chromoting_instance.cc src_row_data += x; x 568 remoting/client/plugin/chromoting_instance.cc hotspot_x -= x; x 170 remoting/client/plugin/media_source_video_renderer.cc remoting_rect.x(), remoting_rect.y(), x 50 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc MATCHER_P2(EqualsMouseMoveEvent, x, y, "") { x 51 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc return arg.x() == x && arg.y() == y; x 54 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc static MouseEvent MakeMouseMoveEvent(int x, int y) { x 56 remoting/client/plugin/normalizing_input_filter_cros_unittest.cc event.set_x(x); x 96 remoting/client/plugin/pepper_input_handler.cc mouse_event.set_x(pp_mouse_event.GetPosition().x()); x 102 remoting/client/plugin/pepper_input_handler.cc mouse_event.set_delta_x(delta.x()); x 116 remoting/client/plugin/pepper_input_handler.cc mouse_event.set_x(pp_mouse_event.GetPosition().x()); x 122 remoting/client/plugin/pepper_input_handler.cc mouse_event.set_delta_x(delta.x()); x 139 remoting/client/plugin/pepper_input_handler.cc wheel_delta_x_ += delta.x(); x 142 remoting/client/plugin/pepper_input_handler.cc wheel_ticks_x_ += ticks.x(); x 145 remoting/client/plugin/pepper_view.cc floorf(pp_clip.x() * dips_to_view_scale_), x 159 remoting/codec/codec_test.cc for (int x = 0; x < i.rect().width(); ++x) { x 300 remoting/codec/codec_test.cc for (int x = 0; x < row_size; ++x) x 301 remoting/codec/codec_test.cc memory[x] = rand() % 256; x 37 remoting/codec/video_decoder_verbatim.cc webrtc::DesktopRect::MakeXYWH(proto_rect.x(), x 121 remoting/codec/video_decoder_vpx.cc remoting_rect.x(), remoting_rect.y(), x 133 remoting/codec/video_decoder_vpx.cc remoting_rect.x(), remoting_rect.y(), x 70 remoting/codec/video_encoder_verbatim.cc packet->mutable_format()->set_x_dpi(frame.dpi().x()); x 214 remoting/codec/video_encoder_vpx.cc packet->mutable_format()->set_x_dpi(frame.dpi().x()); x 364 remoting/codec/video_encoder_vpx.cc for (int x = left; x <= right; ++x) x 365 remoting/codec/video_encoder_vpx.cc map[x] = 1; x 14 remoting/host/chromoting_param_traits.cc m->WriteInt(p.x()); x 22 remoting/host/chromoting_param_traits.cc int x, y; x 23 remoting/host/chromoting_param_traits.cc if (!m->ReadInt(iter, &x) || !m->ReadInt(iter, &y)) x 25 remoting/host/chromoting_param_traits.cc *r = webrtc::DesktopVector(x, y); x 33 remoting/host/chromoting_param_traits.cc p.x(), p.y())); x 110 remoting/host/chromoting_param_traits.cc dpi.x() < 0 || dpi.y() < 0) { x 123 remoting/host/chromoting_param_traits.cc p.dpi().x(), p.dpi().y())); x 59 remoting/host/client_session_unittest.cc webrtc::DesktopVector(event.x(), event.y())); x 301 remoting/host/client_session_unittest.cc MATCHER_P2(EqualsMouseEvent, x, y, "") { x 302 remoting/host/client_session_unittest.cc return arg.x() == x && arg.y() == y; x 530 remoting/host/client_session_unittest.cc InjectMouseEvent(EqualsMouseEvent(expected_event.x(), x 543 remoting/host/client_session_unittest.cc InjectMouseEvent(EqualsMouseEvent(expected_event.x(), x 39 remoting/host/daemon_process.cc << resolution.dpi().x() << "x" << resolution.dpi().y() << " DPI"; x 111 remoting/host/desktop_resizer_mac.cc << resolution.dpi().x() << "x" << resolution.dpi().y() << " dpi)"; x 27 remoting/host/desktop_resizer_win.cc if (a.dpi().x() != b.dpi().x()) x 28 remoting/host/desktop_resizer_win.cc return a.dpi().x() < b.dpi().x(); x 246 remoting/host/disconnect_window_linux.cc double x = 12.5; x 248 remoting/host/disconnect_window_linux.cc cairo_move_to(cairo_context, x, gripper_top); x 249 remoting/host/disconnect_window_linux.cc cairo_line_to(cairo_context, x, gripper_bottom); x 251 remoting/host/disconnect_window_linux.cc x += 3; x 252 remoting/host/disconnect_window_linux.cc cairo_move_to(cairo_context, x, gripper_top); x 253 remoting/host/disconnect_window_linux.cc cairo_line_to(cairo_context, x, gripper_bottom); x 256 remoting/host/disconnect_window_linux.cc x -= 2; x 258 remoting/host/disconnect_window_linux.cc cairo_move_to(cairo_context, x, gripper_top); x 259 remoting/host/disconnect_window_linux.cc cairo_line_to(cairo_context, x, gripper_bottom); x 261 remoting/host/disconnect_window_linux.cc x += 3; x 262 remoting/host/disconnect_window_linux.cc cairo_move_to(cairo_context, x, gripper_top); x 263 remoting/host/disconnect_window_linux.cc cairo_line_to(cairo_context, x, gripper_bottom); x 325 remoting/host/input_injector_linux.cc webrtc::DesktopVector(event.x(), event.y())); x 332 remoting/host/input_injector_linux.cc latest_mouse_position_.set(std::max(0, new_mouse_position.x()), x 335 remoting/host/input_injector_linux.cc VLOG(3) << "Moving mouse to " << latest_mouse_position_.x() x 338 remoting/host/input_injector_linux.cc latest_mouse_position_.x(), x 239 remoting/host/input_injector_mac.cc mouse_pos_.set(event.x(), event.y()); x 257 remoting/host/input_injector_mac.cc std::min(desktop_config.pixel_bounds.right(), mouse_pos_.x())), x 262 remoting/host/input_injector_mac.cc mouse_pos_.set(mouse_pos_.x() / desktop_config.dip_to_pixel_scale, x 265 remoting/host/input_injector_mac.cc VLOG(3) << "Moving mouse to " << mouse_pos_.x() << "," << mouse_pos_.y(); x 286 remoting/host/input_injector_mac.cc CGPoint position = CGPointMake(mouse_pos_.x(), mouse_pos_.y()); x 265 remoting/host/input_injector_win.cc int x = std::max(0, std::min(width, event.x())); x 267 remoting/host/input_injector_win.cc input.mi.dx = static_cast<int>((x * 65535) / (width - 1)); x 194 remoting/host/local_input_monitor_win.cc position.x = 0; x 201 remoting/host/local_input_monitor_win.cc webrtc::DesktopVector(position.x, position.y))); x 89 remoting/host/remote_input_filter.cc webrtc::DesktopVector(event.x(), event.y())); x 29 remoting/host/remote_input_filter_unittest.cc static protocol::MouseEvent MouseMoveEvent(int x, int y) { x 31 remoting/host/remote_input_filter_unittest.cc event.set_x(x); x 23 remoting/host/resizing_host_observer_unittest.cc << resolution.dpi().x() << "x" << resolution.dpi().y(); x 119 remoting/host/screen_capturer_fake.cc for (int x = 0; x < kBoxWidth; ++x) { x 120 remoting/host/screen_capturer_fake.cc int r = x * 255 / kBoxWidth; x 122 remoting/host/screen_capturer_fake.cc int b = 255 - (x * 255 / kBoxWidth); x 123 remoting/host/screen_capturer_fake.cc row[x * kBytesPerPixel] = r; x 124 remoting/host/screen_capturer_fake.cc row[x * kBytesPerPixel + 1] = g; x 125 remoting/host/screen_capturer_fake.cc row[x * kBytesPerPixel + 2] = b; x 126 remoting/host/screen_capturer_fake.cc row[x * kBytesPerPixel + 3] = 0xff; x 25 remoting/host/screen_resolution.cc DCHECK_GE(dpi.x(), 0); x 35 remoting/host/screen_resolution.cc width = std::min(width * new_dpi.x() / dpi_.x(), x 95 remoting/host/verify_config_window_win.cc LONG x = (owner_rect.left + owner_rect.right - width) / 2; x 98 remoting/host/verify_config_window_win.cc x = std::max(x, area_rect.left); x 99 remoting/host/verify_config_window_win.cc x = std::min(x, area_rect.right - width); x 103 remoting/host/verify_config_window_win.cc SetWindowPos(NULL, x, y, -1, -1, SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE); x 104 remoting/host/video_scheduler.cc cursor_proto->set_hotspot_x(cursor_shape->hotspot.x()); x 45 remoting/protocol/input_event_tracker.cc mouse.set_x(mouse_pos_.x()); x 79 remoting/protocol/input_event_tracker.cc mouse_pos_ = webrtc::DesktopVector(event.x(), event.y()); x 42 remoting/protocol/input_event_tracker_unittest.cc MATCHER_P4(EqualsMouseEvent, x, y, button, down, "") { x 43 remoting/protocol/input_event_tracker_unittest.cc return arg.x() == x && arg.y() == y && arg.button() == button && x 63 remoting/protocol/input_event_tracker_unittest.cc static MouseEvent NewMouseEvent(int x, int y, x 66 remoting/protocol/input_event_tracker_unittest.cc event.set_x(x); x 26 remoting/protocol/input_filter_unittest.cc MATCHER_P2(EqualsMouseMoveEvent, x, y, "") { x 27 remoting/protocol/input_filter_unittest.cc return arg.x() == x && arg.y() == y; x 43 remoting/protocol/input_filter_unittest.cc static MouseEvent MouseMoveEvent(int x, int y) { x 45 remoting/protocol/input_filter_unittest.cc event.set_x(x); x 32 remoting/protocol/mouse_input_filter.cc int x = out_event.x() * output_max_.width(); x 33 remoting/protocol/mouse_input_filter.cc x = (x + input_max_.width() / 2) / input_max_.width(); x 34 remoting/protocol/mouse_input_filter.cc out_event.set_x(std::max(0, std::min(output_max_.width(), x))); x 19 remoting/protocol/mouse_input_filter_unittest.cc MATCHER_P2(EqualsMouseMoveEvent, x, y, "") { x 20 remoting/protocol/mouse_input_filter_unittest.cc return arg.x() == x && arg.y() == y; x 23 remoting/protocol/mouse_input_filter_unittest.cc static MouseEvent MouseMoveEvent(int x, int y) { x 25 remoting/protocol/mouse_input_filter_unittest.cc event.set_x(x); x 32 remoting/protocol/mouse_input_filter_unittest.cc int x; x 42 remoting/protocol/mouse_input_filter_unittest.cc input_stub->InjectMouseEvent(MouseMoveEvent(point.x, point.y)); x 46 remoting/protocol/mouse_input_filter_unittest.cc input_stub->InjectMouseEvent(MouseMoveEvent(point.y, point.x)); x 152 remoting/protocol/negotiating_authenticator_unittest.cc #define MAYBE(x) DISABLED_##x x 154 remoting/protocol/negotiating_authenticator_unittest.cc #define MAYBE(x) x x 142 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc #define MAYBE(x) DISABLED_##x x 144 remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc #define MAYBE(x) x x 126 remoting/protocol/third_party_authenticator_unittest.cc #define MAYBE(x) DISABLED_##x x 128 remoting/protocol/third_party_authenticator_unittest.cc #define MAYBE(x) x x 56 remoting/protocol/v2_authenticator_unittest.cc #define MAYBE(x) DISABLED_##x x 58 remoting/protocol/v2_authenticator_unittest.cc #define MAYBE(x) x x 807 remoting/tools/winext/manifest/rdp.h HRESULT OnTouchPointerCursorMoved(long x, long y); x 43 sandbox/linux/seccomp-bpf/demo.cc #define _exit(x) do { } while (0) x 39 sandbox/linux/seccomp-bpf/sandbox_bpf.cc int popcount(uint32_t x) { x 40 sandbox/linux/seccomp-bpf/sandbox_bpf.cc return __builtin_popcount(x); x 45 sandbox/linux/suid/sandbox.c #define HANDLE_EINTR(x) TEMP_FAILURE_RETRY(x) x 73 sandbox/linux/tests/unit_tests.h #define SANDBOX_STR(x) #x x 57 sandbox/win/sandbox_poc/pocdll/spyware.cc for (int x = 0; x < 10; ++x) { x 59 sandbox/win/sandbox_poc/pocdll/spyware.cc if (::GetPixel(screen_dc, x, y) != pixel_color) { x 435 sandbox/win/src/policy_engine_opcodes.cc #define OPCODE_EVAL(op, x, y, z) case op: return OpcodeEval<op>(x, y, z) x 9 sandbox/win/src/policy_engine_unittest.cc #define POLPARAMS_BEGIN(x) sandbox::ParameterSet x[] = { x 10 sandbox/win/src/policy_low_level_unittest.cc #define POLPARAMS_BEGIN(x) sandbox::ParameterSet x[] = { x 11 sandbox/win/tools/finder/finder_kernel.cc #define CHECKPTR(x) if (!x) return ::GetLastError() x 219 skia/ext/analysis_canvas.cc SkScalar x, x 64 skia/ext/analysis_canvas.h SkScalar x, x 117 skia/ext/benchmarking_canvas.cc virtual void drawText(const void* text, size_t byteLength, SkScalar x, x 120 skia/ext/benchmarking_canvas.cc SkProxyCanvas::drawText(text, byteLength, x, y, paint); x 188 skia/ext/bitmap_platform_device_cairo.cc PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { x 92 skia/ext/bitmap_platform_device_cairo.h virtual void DrawToNativeContext(PlatformSurface surface, int x, int y, x 210 skia/ext/bitmap_platform_device_mac.cc void BitmapPlatformDevice::DrawToNativeContext(CGContextRef context, int x, x 222 skia/ext/bitmap_platform_device_mac.cc bounds.origin.x = x; x 55 skia/ext/bitmap_platform_device_mac.h virtual void DrawToNativeContext(CGContextRef context, int x, int y, x 70 skia/ext/bitmap_platform_device_skia.cc PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { x 46 skia/ext/bitmap_platform_device_skia.h virtual void DrawToNativeContext(PlatformSurface surface, int x, int y, x 209 skia/ext/bitmap_platform_device_win.cc void BitmapPlatformDevice::DrawToNativeContext(HDC dc, int x, int y, x 234 skia/ext/bitmap_platform_device_win.cc x, x 246 skia/ext/bitmap_platform_device_win.cc x, x 57 skia/ext/bitmap_platform_device_win.h virtual void DrawToNativeContext(HDC dc, int x, int y, x 57 skia/ext/convolver.h static unsigned char FixedToChar(Fixed x) { x 58 skia/ext/convolver.h return static_cast<unsigned char>(x >> kShiftBits); x 60 skia/ext/convolver.h static float FixedToFloat(Fixed x) { x 65 skia/ext/convolver.h float raw = static_cast<float>(x); x 75 skia/ext/convolver_unittest.cc for (int x = 0; x < width; x++) { x 78 skia/ext/convolver_unittest.cc input_ptr[(y * width + x) * 4 + channel] = 0xff; x 80 skia/ext/convolver_unittest.cc input_ptr[(y * width + x) * 4 + 3] = 0xff; x 122 skia/ext/convolver_unittest.cc for (int x = 0; x < dest_width; x++) { x 124 skia/ext/convolver_unittest.cc int src_offset = (y * 2 * src_row_stride + x * 2 * 4) + channel; x 130 skia/ext/convolver_unittest.cc int difference = value - output[(y * dest_width + x) * 4 + channel]; x 253 skia/ext/convolver_unittest.cc for (unsigned int x = 0; x < source.rowBytes(); x++) x 254 skia/ext/convolver_unittest.cc src_ptr[x] = rand() % 255; x 369 skia/ext/convolver_unittest.cc for (int x = signal_x - 2; x <= signal_x + 2; ++x) x 370 skia/ext/convolver_unittest.cc EXPECT_GT(output[signal_y * dest_row_stride + x], 0); x 396 skia/ext/convolver_unittest.cc for (int x = signal_x - 2; x <= signal_x + 2; ++x) { x 398 skia/ext/convolver_unittest.cc EXPECT_GT(output2[y * dest_row_stride + x], 0); x 39 skia/ext/image_operations.cc float EvalBox(float x) { x 40 skia/ext/image_operations.cc return (x >= -0.5f && x < 0.5f) ? 1.0f : 0.0f; x 52 skia/ext/image_operations.cc float EvalLanczos(int filter_size, float x) { x 53 skia/ext/image_operations.cc if (x <= -filter_size || x >= filter_size) x 55 skia/ext/image_operations.cc if (x > -std::numeric_limits<float>::epsilon() && x 56 skia/ext/image_operations.cc x < std::numeric_limits<float>::epsilon()) x 58 skia/ext/image_operations.cc float xpi = x * static_cast<float>(M_PI); x 78 skia/ext/image_operations.cc float EvalHamming(int filter_size, float x) { x 79 skia/ext/image_operations.cc if (x <= -filter_size || x >= filter_size) x 81 skia/ext/image_operations.cc if (x > -std::numeric_limits<float>::epsilon() && x 82 skia/ext/image_operations.cc x < std::numeric_limits<float>::epsilon()) x 84 skia/ext/image_operations.cc const float xpi = x * static_cast<float>(M_PI); x 411 skia/ext/image_operations.cc for (int x = 0; x < dest_subset.width(); x++, src += w, dst++) { x 37 skia/ext/image_operations_bench.cc #define ADD_METHOD(x) { #x, skia::ImageOperations::RESIZE_##x } x 30 skia/ext/image_operations_unittest.cc for (int x = x_min; x <= x_max; x++) { x 31 skia/ext/image_operations_unittest.cc uint32_t cur = *bmp.getAddr32(x, y); x 70 skia/ext/image_operations_unittest.cc for (int x = x_min; x <= x_max; ++x) { x 71 skia/ext/image_operations_unittest.cc const uint32_t cur = *bmp.getAddr32(x, y); x 72 skia/ext/image_operations_unittest.cc base::snprintf(str, sizeof(str), "bmp[%d,%d] = %08X", x, y, cur); x 118 skia/ext/image_operations_unittest.cc for (int x = 0; x < w; ++x) { x 119 skia/ext/image_operations_unittest.cc const uint8_t component = static_cast<uint8_t>(y * w + x); x 122 skia/ext/image_operations_unittest.cc *bmp->getAddr32(x, y) = pixel; x 149 skia/ext/image_operations_unittest.cc for (int x = 0; x < w; ++x) { x 150 skia/ext/image_operations_unittest.cc bool on_grid = (y_on_grid || ((x % grid_pitch) < grid_width)); x 152 skia/ext/image_operations_unittest.cc *bmp->getAddr32(x, y) = (on_grid ? grid_color : background_color); x 175 skia/ext/image_operations_unittest.cc for (int x = 0; x < w; ++x) { x 176 skia/ext/image_operations_unittest.cc bool x_bit = (((x / rect_w) & 0x1) == 0); x 180 skia/ext/image_operations_unittest.cc *bmp->getAddr32(x, y) = (use_color2 ? color2 : color1); x 230 skia/ext/image_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 231 skia/ext/image_operations_unittest.cc EXPECT_EQ(*src.getAddr32(x, y), *results.getAddr32(x, y)); x 251 skia/ext/image_operations_unittest.cc int x; x 300 skia/ext/image_operations_unittest.cc const int x = tested_pixel.x; x 306 skia/ext/image_operations_unittest.cc const SkColor actual_color = *dest.getAddr32(x, y); x 315 skia/ext/image_operations_unittest.cc << "(" << x << ", " << y << ")" x 401 skia/ext/image_operations_unittest.cc for (int x = 0; x < actual_results.width(); x++) { x 406 skia/ext/image_operations_unittest.cc int first_x = x * 2; x 407 skia/ext/image_operations_unittest.cc int last_x = std::min(src_w - 1, x * 2 + 1); x 415 skia/ext/image_operations_unittest.cc const uint32_t actual_color = *actual_results.getAddr32(x, y); x 422 skia/ext/image_operations_unittest.cc x, y, expected_color, x, y, actual_color); x 456 skia/ext/image_operations_unittest.cc for (int x = 0; x < subset_rect.width(); x++) { x 458 skia/ext/image_operations_unittest.cc *full_results.getAddr32(x + subset_rect.fLeft, y + subset_rect.fTop), x 459 skia/ext/image_operations_unittest.cc *subset_results.getAddr32(x, y)); x 613 skia/ext/image_operations_unittest.cc for (int x = 0; x < dest_w; ++x) { x 614 skia/ext/image_operations_unittest.cc const SkColor color_lanczos2 = *dest_l2.getAddr32(x, y); x 615 skia/ext/image_operations_unittest.cc const SkColor color_lanczos3 = *dest_l3.getAddr32(x, y); x 620 skia/ext/image_operations_unittest.cc << "pixel tested: (" << x << ", " << y x 653 skia/ext/image_operations_unittest.cc static double sinc(double x) { x 654 skia/ext/image_operations_unittest.cc if (x == 0.0) return 1.0; x 655 skia/ext/image_operations_unittest.cc x *= M_PI; x 656 skia/ext/image_operations_unittest.cc return sin(x) / x; x 79 skia/ext/pixel_ref_utils.cc min_point.set(std::min(min_point.x(), point.x()), x 81 skia/ext/pixel_ref_utils.cc max_point.set(std::max(max_point.x(), point.x()), x 86 skia/ext/pixel_ref_utils.cc min_point.x(), min_point.y(), max_point.x(), max_point.y()); x 158 skia/ext/pixel_ref_utils.cc int x, x 163 skia/ext/pixel_ref_utils.cc matrix.setTranslate(x, y); x 177 skia/ext/pixel_ref_utils.cc SkScalar x, x 214 skia/ext/pixel_ref_utils.cc bounds.fLeft += x; x 215 skia/ext/pixel_ref_utils.cc bounds.fRight += x; x 249 skia/ext/pixel_ref_utils.cc SkScalar x = pos[i * scalars_per_pos]; x 254 skia/ext/pixel_ref_utils.cc min_point.set(std::min(x, min_point.x()), std::min(y, min_point.y())); x 255 skia/ext/pixel_ref_utils.cc max_point.set(std::max(x, max_point.x()), std::max(y, max_point.y())); x 259 skia/ext/pixel_ref_utils.cc min_point.x(), min_point.y(), max_point.x(), max_point.y()); x 312 skia/ext/pixel_ref_utils.cc int x, x 319 skia/ext/pixel_ref_utils.cc int x, x 329 skia/ext/pixel_ref_utils.cc int x, x 337 skia/ext/pixel_ref_utils.cc int x, x 54 skia/ext/pixel_ref_utils_unittest.cc virtual void shadeSpan(int x, int y, SkPMColor[], int count) OVERRIDE {} x 80 skia/ext/pixel_ref_utils_unittest.cc canvas->translate(-layer_rect.x(), -layer_rect.y()); x 82 skia/ext/pixel_ref_utils_unittest.cc layer_rect.x(), layer_rect.y(), layer_rect.width(), layer_rect.height())); x 35 skia/ext/platform_canvas.cc void DrawToNativeContext(SkCanvas* canvas, PlatformSurface context, int x, x 39 skia/ext/platform_canvas.cc platform_device->DrawToNativeContext(context, x, y, src_rect); x 46 skia/ext/platform_canvas.cc void MakeOpaque(SkCanvas* canvas, int x, int y, int width, int height) { x 51 skia/ext/platform_canvas.cc rect.setXYWH(SkIntToScalar(x), SkIntToScalar(y), x 121 skia/ext/platform_canvas.h int x, x 126 skia/ext/platform_canvas.h SK_API void MakeOpaque(SkCanvas* canvas, int x, int y, int width, int height); x 35 skia/ext/platform_canvas_unittest.cc int x, int y, int w, int h) { x 45 skia/ext/platform_canvas_unittest.cc if (cur_x >= x && cur_x < x + w && x 63 skia/ext/platform_canvas_unittest.cc bool IsOfColor(const SkBitmap& bitmap, int x, int y, uint32_t color) { x 66 skia/ext/platform_canvas_unittest.cc return (*bitmap.getAddr32(x, y) | alpha_mask) == (color | alpha_mask); x 74 skia/ext/platform_canvas_unittest.cc int x, int y, int w, int h) { x 80 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x, y, canvas_color)) return false; x 81 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x + w, y, canvas_color)) return false; x 82 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x, y + h, canvas_color)) return false; x 83 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x + w, y, canvas_color)) return false; x 86 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, (x + w / 2), y, rect_color)) return false; x 87 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x, (y + h / 2), rect_color)) return false; x 88 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, x + w, (y + h / 2), rect_color)) return false; x 89 skia/ext/platform_canvas_unittest.cc if (!IsOfColor(bitmap, (x + w / 2), y + h, rect_color)) return false; x 97 skia/ext/platform_canvas_unittest.cc bool VerifyBlackRect(const PlatformCanvas& canvas, int x, int y, int w, int h) { x 98 skia/ext/platform_canvas_unittest.cc return VerifyRect(canvas, SK_ColorWHITE, SK_ColorBLACK, x, y, w, h); x 107 skia/ext/platform_canvas_unittest.cc void DrawNativeRect(PlatformCanvas& canvas, int x, int y, int w, int h) { x 112 skia/ext/platform_canvas_unittest.cc inner_rc.left = x; x 114 skia/ext/platform_canvas_unittest.cc inner_rc.right = x + w; x 119 skia/ext/platform_canvas_unittest.cc void DrawNativeRect(PlatformCanvas& canvas, int x, int y, int w, int h) { x 123 skia/ext/platform_canvas_unittest.cc CGRect inner_rc = CGRectMake(x, y, w, h); x 131 skia/ext/platform_canvas_unittest.cc void DrawNativeRect(PlatformCanvas& canvas, int x, int y, int w, int h) { x 138 skia/ext/platform_canvas_unittest.cc void AddClip(PlatformCanvas& canvas, int x, int y, int w, int h) { x 140 skia/ext/platform_canvas_unittest.cc rect.set(SkIntToScalar(x), SkIntToScalar(y), x 141 skia/ext/platform_canvas_unittest.cc SkIntToScalar(x + w), SkIntToScalar(y + h)); x 147 skia/ext/platform_canvas_unittest.cc LayerSaver(PlatformCanvas& canvas, int x, int y, int w, int h) x 149 skia/ext/platform_canvas_unittest.cc x_(x), x 121 skia/ext/platform_device.h virtual void DrawToNativeContext(PlatformSurface surface, int x, int y, x 63 skia/ext/platform_device_win.cc void PlatformDevice::DrawToNativeContext(PlatformSurface surface, int x, int y, x 63 skia/ext/recursive_gaussian_convolution_unittest.cc for (int x = box.left(); x < box.right(); ++x) x 64 skia/ext/recursive_gaussian_convolution_unittest.cc (*image)[y * src_row_stride + x * channel_count + channel_index] = value; x 77 skia/ext/recursive_gaussian_convolution_unittest.cc for (int x = box.left(); x < box.right(); ++x) x 78 skia/ext/recursive_gaussian_convolution_unittest.cc sum += image[y * image_width + x]; x 187 skia/ext/recursive_gaussian_convolution_unittest.cc const int cx = centre_point.x(); x 51 skia/ext/vector_canvas_unittest.cc Bitmap(const Context& context, int x, int y) { x 54 skia/ext/vector_canvas_unittest.cc hdr.biWidth = x; x 158 skia/ext/vector_canvas_unittest.cc for (int x = 0; x < width_; ++x) { x 159 skia/ext/vector_canvas_unittest.cc uint32_t lhs_pixel = pixel_at(x, y); x 160 skia/ext/vector_canvas_unittest.cc uint32_t rhs_pixel = rhs.pixel_at(x, y); x 175 skia/ext/vector_canvas_unittest.cc uint32 pixel_at(int x, int y) const { x 176 skia/ext/vector_canvas_unittest.cc EXPECT_TRUE(x >= 0 && x < width_); x 181 skia/ext/vector_canvas_unittest.cc return data_row[x] & 0xFFFFFF; // Strip out A. x 183 skia/ext/vector_canvas_unittest.cc return data_row[x]; x 315 skia/ext/vector_canvas_unittest.cc for (int x = 0; x < bitmap.width(); ++x) { x 317 skia/ext/vector_canvas_unittest.cc uint32_t* pixel_addr = bitmap.getAddr32(x, y); x 343 skia/ext/vector_platform_device_emf_win.cc int x, int y, x 349 skia/ext/vector_platform_device_emf_win.cc InternalDrawBitmap(bitmap, x, y, paint); x 449 skia/ext/vector_platform_device_emf_win.cc bool EnsureExtTextOut(HDC hdc, int x, int y, UINT options, const RECT * lprect, x 452 skia/ext/vector_platform_device_emf_win.cc bool success = ExtTextOut(hdc, x, y, options, lprect, text, characters, lpDx); x 458 skia/ext/vector_platform_device_emf_win.cc success = ExtTextOut(hdc, x, y, options, lprect, text, characters, lpDx); x 477 skia/ext/vector_platform_device_emf_win.cc SkScalar x, x 487 skia/ext/vector_platform_device_emf_win.cc useDrawPath = !EnsureExtTextOut(hdc_, SkScalarRoundToInt(x), x 495 skia/ext/vector_platform_device_emf_win.cc paint.getTextPath(text, byteLength, x, y, &path); x 593 skia/ext/vector_platform_device_emf_win.cc int x, x 598 skia/ext/vector_platform_device_emf_win.cc drawSprite(draw, device->accessBitmap(false), x, y, paint); x 688 skia/ext/vector_platform_device_emf_win.cc void VectorPlatformDeviceEmf::DrawToNativeContext(HDC dc, int x, int y, x 874 skia/ext/vector_platform_device_emf_win.cc int x, int y, x 971 skia/ext/vector_platform_device_emf_win.cc x, y, // Destination origin. x 986 skia/ext/vector_platform_device_emf_win.cc x, y, // Destination origin. x 35 skia/ext/vector_platform_device_emf_win.h virtual void DrawToNativeContext(HDC dc, int x, int y, x 58 skia/ext/vector_platform_device_emf_win.h int x, int y, const SkPaint& paint) OVERRIDE; x 60 skia/ext/vector_platform_device_emf_win.h SkScalar x, SkScalar y, const SkPaint& paint) OVERRIDE; x 73 skia/ext/vector_platform_device_emf_win.h virtual void drawDevice(const SkDraw& draw, SkBaseDevice*, int x, int y, x 117 skia/ext/vector_platform_device_emf_win.h void InternalDrawBitmap(const SkBitmap& bitmap, int x, int y, x 65 skia/ext/vector_platform_device_skia.cc int x, x 71 skia/ext/vector_platform_device_skia.cc void VectorPlatformDeviceSkia::DrawToNativeContext(CGContext* context, int x, x 82 skia/ext/vector_platform_device_skia.cc PlatformSurface surface, int x, int y, const PlatformRect* src_rect) { x 35 skia/ext/vector_platform_device_skia.h int x, x 40 skia/ext/vector_platform_device_skia.h int x, x 46 skia/ext/vector_platform_device_skia.h int x, x 442 sync/engine/directory_update_handler_unittest.cc syncable::Entry x(&trans, syncable::GET_BY_HANDLE, x_handle); x 445 sync/engine/directory_update_handler_unittest.cc ASSERT_TRUE(x.good()); x 448 sync/engine/directory_update_handler_unittest.cc EXPECT_TRUE(x.GetIsUnappliedUpdate()); x 469 sync/engine/directory_update_handler_unittest.cc syncable::Entry x(&trans, syncable::GET_BY_HANDLE, x_handle); x 472 sync/engine/directory_update_handler_unittest.cc ASSERT_TRUE(x.good()); x 475 sync/engine/directory_update_handler_unittest.cc EXPECT_FALSE(x.GetIsUnappliedUpdate()); x 693 sync/engine/directory_update_handler_unittest.cc syncable::Entry x(&trans, syncable::GET_BY_HANDLE, x_handle); x 695 sync/engine/directory_update_handler_unittest.cc ASSERT_TRUE(x.good()); x 697 sync/engine/directory_update_handler_unittest.cc EXPECT_TRUE(x.GetIsUnappliedUpdate()); x 699 sync/engine/directory_update_handler_unittest.cc EXPECT_FALSE(x.GetIsUnsynced()); x 38 sync/engine/net/server_connection_manager.cc #define ENUM_CASE(x) case x: return #x; break x 11 sync/engine/nudge_source.cc #define ENUM_CASE(x) case x: return #x; break x 96 sync/engine/sync_scheduler_impl.cc #define ENUM_CASE(x) case x: return #x; break; x 11 sync/internal_api/public/base/node_ordinal.cc NodeOrdinal Int64ToNodeOrdinal(int64 x) { x 12 sync/internal_api/public/base/node_ordinal.cc uint64 y = static_cast<uint64>(x); x 46 sync/internal_api/public/base/node_ordinal.h SYNC_EXPORT_PRIVATE NodeOrdinal Int64ToNodeOrdinal(int64 x); x 79 sync/internal_api/public/base/unique_position.cc int64 x, const std::string& suffix) { x 80 sync/internal_api/public/base/unique_position.cc uint64 y = static_cast<uint64>(x); x 99 sync/internal_api/public/base/unique_position.cc const UniquePosition& x, x 102 sync/internal_api/public/base/unique_position.cc DCHECK(x.IsValid()); x 104 sync/internal_api/public/base/unique_position.cc Uncompress(x.compressed_), suffix); x 110 sync/internal_api/public/base/unique_position.cc const UniquePosition& x, x 113 sync/internal_api/public/base/unique_position.cc DCHECK(x.IsValid()); x 115 sync/internal_api/public/base/unique_position.cc Uncompress(x.compressed_), suffix); x 66 sync/internal_api/public/base/unique_position.h static UniquePosition Before(const UniquePosition& x, x 68 sync/internal_api/public/base/unique_position.h static UniquePosition After(const UniquePosition& x, x 124 sync/internal_api/public/util/immutable_unittest.cc int x = 5; x 125 sync/internal_api/public/util/immutable_unittest.cc Immutable<int> ix(&x); x 127 sync/internal_api/public/util/immutable_unittest.cc EXPECT_EQ(0, x); x 131 sync/internal_api/public/util/immutable_unittest.cc int x = 5; x 132 sync/internal_api/public/util/immutable_unittest.cc Immutable<int> ix = Immutable<int>(&x); x 134 sync/internal_api/public/util/immutable_unittest.cc EXPECT_EQ(0, x); x 138 sync/internal_api/public/util/immutable_unittest.cc int x = 5; x 141 sync/internal_api/public/util/immutable_unittest.cc ix = Immutable<int>(&x); x 143 sync/internal_api/public/util/immutable_unittest.cc EXPECT_EQ(0, x); x 147 sync/internal_api/public/util/immutable_unittest.cc int x = 5; x 148 sync/internal_api/public/util/immutable_unittest.cc Immutable<int> ix = MakeImmutable(&x); x 150 sync/internal_api/public/util/immutable_unittest.cc EXPECT_EQ(0, x); x 7 sync/internal_api/public/util/sync_string_conversions.cc #define ENUM_CASE(x) case x: return #x x 11 sync/internal_api/public/util/syncer_error.cc #define ENUM_CASE(x) case x: return #x; break; x 405 sync/notifier/gcm_network_channel.cc #define ENUM_CASE(x) case x: return #x; break; x 51 sync/protocol/proto_value_conversions.cc base::StringValue* MakeInt64Value(int64 x) { x 52 sync/protocol/proto_value_conversions.cc return new base::StringValue(base::Int64ToString(x)); x 13 sync/protocol/sync_protocol_error.cc #define ENUM_CASE(x) case x: return #x; break; x 1026 sync/syncable/directory_backing_store.cc #define TO_UNIX_TIME_MS(x) #x " = " #x " / 10000 - 11644473600000" x 1030 sync/syncable/directory_backing_store.cc #define TO_UNIX_TIME_MS(x) #x " = " #x " * 1000" x 230 sync/syncable/directory_backing_store_unittest.cc #define LEGACY_META_PROTO_TIMES(x) LEGACY_META_PROTO_TIMES_##x x 231 sync/syncable/directory_backing_store_unittest.cc #define LEGACY_META_PROTO_TIMES_STR(x) LEGACY_META_PROTO_TIMES_STR_##x x 232 sync/syncable/directory_backing_store_unittest.cc #define LEGACY_PROTO_TIME_VALS(x) \ x 233 sync/syncable/directory_backing_store_unittest.cc LEGACY_META_PROTO_TIMES_STR(x) "," \ x 234 sync/syncable/directory_backing_store_unittest.cc LEGACY_META_PROTO_TIMES_STR(x) "," \ x 235 sync/syncable/directory_backing_store_unittest.cc LEGACY_META_PROTO_TIMES_STR(x) "," \ x 236 sync/syncable/directory_backing_store_unittest.cc LEGACY_META_PROTO_TIMES_STR(x) x 237 sync/syncable/directory_backing_store_unittest.cc #define META_PROTO_TIMES(x) META_PROTO_TIMES_##x x 238 sync/syncable/directory_backing_store_unittest.cc #define META_PROTO_TIMES_STR(x) META_PROTO_TIMES_STR_##x x 239 sync/syncable/directory_backing_store_unittest.cc #define META_PROTO_TIMES_VALS(x) \ x 240 sync/syncable/directory_backing_store_unittest.cc META_PROTO_TIMES_STR(x) "," \ x 241 sync/syncable/directory_backing_store_unittest.cc META_PROTO_TIMES_STR(x) "," \ x 242 sync/syncable/directory_backing_store_unittest.cc META_PROTO_TIMES_STR(x) "," \ x 243 sync/syncable/directory_backing_store_unittest.cc META_PROTO_TIMES_STR(x) x 168 sync/syncable/syncable_write_transaction.cc #define ENUM_CASE(x) case x: return #x; break x 233 third_party/bintrees/bintrees/cwalker.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) x 234 third_party/bintrees/bintrees/cwalker.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) x 236 third_party/bintrees/bintrees/cwalker.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) x 237 third_party/bintrees/bintrees/cwalker.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) x 304 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); x 311 third_party/bintrees/bintrees/cwalker.c #define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) x 313 third_party/bintrees/bintrees/cwalker.c #define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) x 315 third_party/bintrees/bintrees/cwalker.c #define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) x 320 third_party/bintrees/bintrees/cwalker.c #define likely(x) __builtin_expect(!!(x), 1) x 321 third_party/bintrees/bintrees/cwalker.c #define unlikely(x) __builtin_expect(!!(x), 0) x 323 third_party/bintrees/bintrees/cwalker.c #define likely(x) (x) x 324 third_party/bintrees/bintrees/cwalker.c #define unlikely(x) (x) x 327 third_party/bintrees/bintrees/cwalker.c #define likely(x) (x) x 328 third_party/bintrees/bintrees/cwalker.c #define unlikely(x) (x) x 3061 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { x 3065 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3077 third_party/bintrees/bintrees/cwalker.c return (unsigned char)__Pyx_PyInt_AsUnsignedLong(x); x 3080 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { x 3084 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3096 third_party/bintrees/bintrees/cwalker.c return (unsigned short)__Pyx_PyInt_AsUnsignedLong(x); x 3099 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) { x 3103 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3115 third_party/bintrees/bintrees/cwalker.c return (unsigned int)__Pyx_PyInt_AsUnsignedLong(x); x 3118 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { x 3122 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3134 third_party/bintrees/bintrees/cwalker.c return (char)__Pyx_PyInt_AsLong(x); x 3137 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { x 3141 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3153 third_party/bintrees/bintrees/cwalker.c return (short)__Pyx_PyInt_AsLong(x); x 3156 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) { x 3160 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3172 third_party/bintrees/bintrees/cwalker.c return (int)__Pyx_PyInt_AsLong(x); x 3175 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { x 3179 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3191 third_party/bintrees/bintrees/cwalker.c return (signed char)__Pyx_PyInt_AsSignedLong(x); x 3194 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { x 3198 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3210 third_party/bintrees/bintrees/cwalker.c return (signed short)__Pyx_PyInt_AsSignedLong(x); x 3213 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { x 3217 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3229 third_party/bintrees/bintrees/cwalker.c return (signed int)__Pyx_PyInt_AsSignedLong(x); x 3232 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { x 3236 third_party/bintrees/bintrees/cwalker.c long val = __Pyx_PyInt_AsLong(x); x 3248 third_party/bintrees/bintrees/cwalker.c return (int)__Pyx_PyInt_AsLong(x); x 3251 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE unsigned long __Pyx_PyInt_AsUnsignedLong(PyObject* x) { x 3255 third_party/bintrees/bintrees/cwalker.c if (likely(PyInt_Check(x))) { x 3256 third_party/bintrees/bintrees/cwalker.c long val = PyInt_AS_LONG(x); x 3265 third_party/bintrees/bintrees/cwalker.c if (likely(PyLong_Check(x))) { x 3267 third_party/bintrees/bintrees/cwalker.c if (unlikely(Py_SIZE(x) < 0)) { x 3272 third_party/bintrees/bintrees/cwalker.c return (unsigned long)PyLong_AsUnsignedLong(x); x 3274 third_party/bintrees/bintrees/cwalker.c return (unsigned long)PyLong_AsLong(x); x 3278 third_party/bintrees/bintrees/cwalker.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3286 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { x 3290 third_party/bintrees/bintrees/cwalker.c if (likely(PyInt_Check(x))) { x 3291 third_party/bintrees/bintrees/cwalker.c long val = PyInt_AS_LONG(x); x 3300 third_party/bintrees/bintrees/cwalker.c if (likely(PyLong_Check(x))) { x 3302 third_party/bintrees/bintrees/cwalker.c if (unlikely(Py_SIZE(x) < 0)) { x 3307 third_party/bintrees/bintrees/cwalker.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 3309 third_party/bintrees/bintrees/cwalker.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); x 3313 third_party/bintrees/bintrees/cwalker.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3321 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE long __Pyx_PyInt_AsLong(PyObject* x) { x 3325 third_party/bintrees/bintrees/cwalker.c if (likely(PyInt_Check(x))) { x 3326 third_party/bintrees/bintrees/cwalker.c long val = PyInt_AS_LONG(x); x 3335 third_party/bintrees/bintrees/cwalker.c if (likely(PyLong_Check(x))) { x 3337 third_party/bintrees/bintrees/cwalker.c if (unlikely(Py_SIZE(x) < 0)) { x 3342 third_party/bintrees/bintrees/cwalker.c return (long)PyLong_AsUnsignedLong(x); x 3344 third_party/bintrees/bintrees/cwalker.c return (long)PyLong_AsLong(x); x 3348 third_party/bintrees/bintrees/cwalker.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3356 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { x 3360 third_party/bintrees/bintrees/cwalker.c if (likely(PyInt_Check(x))) { x 3361 third_party/bintrees/bintrees/cwalker.c long val = PyInt_AS_LONG(x); x 3370 third_party/bintrees/bintrees/cwalker.c if (likely(PyLong_Check(x))) { x 3372 third_party/bintrees/bintrees/cwalker.c if (unlikely(Py_SIZE(x) < 0)) { x 3377 third_party/bintrees/bintrees/cwalker.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 3379 third_party/bintrees/bintrees/cwalker.c return (PY_LONG_LONG)PyLong_AsLongLong(x); x 3383 third_party/bintrees/bintrees/cwalker.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3391 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE signed long __Pyx_PyInt_AsSignedLong(PyObject* x) { x 3395 third_party/bintrees/bintrees/cwalker.c if (likely(PyInt_Check(x))) { x 3396 third_party/bintrees/bintrees/cwalker.c long val = PyInt_AS_LONG(x); x 3405 third_party/bintrees/bintrees/cwalker.c if (likely(PyLong_Check(x))) { x 3407 third_party/bintrees/bintrees/cwalker.c if (unlikely(Py_SIZE(x) < 0)) { x 3412 third_party/bintrees/bintrees/cwalker.c return (signed long)PyLong_AsUnsignedLong(x); x 3414 third_party/bintrees/bintrees/cwalker.c return (signed long)PyLong_AsLong(x); x 3418 third_party/bintrees/bintrees/cwalker.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3426 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { x 3430 third_party/bintrees/bintrees/cwalker.c if (likely(PyInt_Check(x))) { x 3431 third_party/bintrees/bintrees/cwalker.c long val = PyInt_AS_LONG(x); x 3440 third_party/bintrees/bintrees/cwalker.c if (likely(PyLong_Check(x))) { x 3442 third_party/bintrees/bintrees/cwalker.c if (unlikely(Py_SIZE(x) < 0)) { x 3447 third_party/bintrees/bintrees/cwalker.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 3449 third_party/bintrees/bintrees/cwalker.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); x 3453 third_party/bintrees/bintrees/cwalker.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3711 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { x 3712 third_party/bintrees/bintrees/cwalker.c int is_true = x == Py_True; x 3713 third_party/bintrees/bintrees/cwalker.c if (is_true | (x == Py_False) | (x == Py_None)) return is_true; x 3714 third_party/bintrees/bintrees/cwalker.c else return PyObject_IsTrue(x); x 3717 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { x 3722 third_party/bintrees/bintrees/cwalker.c if (PyInt_Check(x) || PyLong_Check(x)) x 3724 third_party/bintrees/bintrees/cwalker.c if (PyLong_Check(x)) x 3726 third_party/bintrees/bintrees/cwalker.c return Py_INCREF(x), x; x 3727 third_party/bintrees/bintrees/cwalker.c m = Py_TYPE(x)->tp_as_number; x 3731 third_party/bintrees/bintrees/cwalker.c res = PyNumber_Int(x); x 3735 third_party/bintrees/bintrees/cwalker.c res = PyNumber_Long(x); x 3740 third_party/bintrees/bintrees/cwalker.c res = PyNumber_Long(x); x 3765 third_party/bintrees/bintrees/cwalker.c PyObject* x = PyNumber_Index(b); x 3766 third_party/bintrees/bintrees/cwalker.c if (!x) return -1; x 3767 third_party/bintrees/bintrees/cwalker.c ival = PyInt_AsSsize_t(x); x 3768 third_party/bintrees/bintrees/cwalker.c Py_DECREF(x); x 3786 third_party/bintrees/bintrees/cwalker.c static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { x 3787 third_party/bintrees/bintrees/cwalker.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); x 233 third_party/bintrees/bintrees/qavltree.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) x 234 third_party/bintrees/bintrees/qavltree.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) x 236 third_party/bintrees/bintrees/qavltree.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) x 237 third_party/bintrees/bintrees/qavltree.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) x 304 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); x 311 third_party/bintrees/bintrees/qavltree.c #define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) x 313 third_party/bintrees/bintrees/qavltree.c #define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) x 315 third_party/bintrees/bintrees/qavltree.c #define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) x 320 third_party/bintrees/bintrees/qavltree.c #define likely(x) __builtin_expect(!!(x), 1) x 321 third_party/bintrees/bintrees/qavltree.c #define unlikely(x) __builtin_expect(!!(x), 0) x 323 third_party/bintrees/bintrees/qavltree.c #define likely(x) (x) x 324 third_party/bintrees/bintrees/qavltree.c #define unlikely(x) (x) x 327 third_party/bintrees/bintrees/qavltree.c #define likely(x) (x) x 328 third_party/bintrees/bintrees/qavltree.c #define unlikely(x) (x) x 2612 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { x 2616 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2628 third_party/bintrees/bintrees/qavltree.c return (unsigned char)__Pyx_PyInt_AsUnsignedLong(x); x 2631 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { x 2635 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2647 third_party/bintrees/bintrees/qavltree.c return (unsigned short)__Pyx_PyInt_AsUnsignedLong(x); x 2650 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) { x 2654 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2666 third_party/bintrees/bintrees/qavltree.c return (unsigned int)__Pyx_PyInt_AsUnsignedLong(x); x 2669 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { x 2673 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2685 third_party/bintrees/bintrees/qavltree.c return (char)__Pyx_PyInt_AsLong(x); x 2688 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { x 2692 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2704 third_party/bintrees/bintrees/qavltree.c return (short)__Pyx_PyInt_AsLong(x); x 2707 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) { x 2711 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2723 third_party/bintrees/bintrees/qavltree.c return (int)__Pyx_PyInt_AsLong(x); x 2726 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { x 2730 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2742 third_party/bintrees/bintrees/qavltree.c return (signed char)__Pyx_PyInt_AsSignedLong(x); x 2745 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { x 2749 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2761 third_party/bintrees/bintrees/qavltree.c return (signed short)__Pyx_PyInt_AsSignedLong(x); x 2764 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { x 2768 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2780 third_party/bintrees/bintrees/qavltree.c return (signed int)__Pyx_PyInt_AsSignedLong(x); x 2783 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { x 2787 third_party/bintrees/bintrees/qavltree.c long val = __Pyx_PyInt_AsLong(x); x 2799 third_party/bintrees/bintrees/qavltree.c return (int)__Pyx_PyInt_AsLong(x); x 2802 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE unsigned long __Pyx_PyInt_AsUnsignedLong(PyObject* x) { x 2806 third_party/bintrees/bintrees/qavltree.c if (likely(PyInt_Check(x))) { x 2807 third_party/bintrees/bintrees/qavltree.c long val = PyInt_AS_LONG(x); x 2816 third_party/bintrees/bintrees/qavltree.c if (likely(PyLong_Check(x))) { x 2818 third_party/bintrees/bintrees/qavltree.c if (unlikely(Py_SIZE(x) < 0)) { x 2823 third_party/bintrees/bintrees/qavltree.c return (unsigned long)PyLong_AsUnsignedLong(x); x 2825 third_party/bintrees/bintrees/qavltree.c return (unsigned long)PyLong_AsLong(x); x 2829 third_party/bintrees/bintrees/qavltree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2837 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { x 2841 third_party/bintrees/bintrees/qavltree.c if (likely(PyInt_Check(x))) { x 2842 third_party/bintrees/bintrees/qavltree.c long val = PyInt_AS_LONG(x); x 2851 third_party/bintrees/bintrees/qavltree.c if (likely(PyLong_Check(x))) { x 2853 third_party/bintrees/bintrees/qavltree.c if (unlikely(Py_SIZE(x) < 0)) { x 2858 third_party/bintrees/bintrees/qavltree.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2860 third_party/bintrees/bintrees/qavltree.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); x 2864 third_party/bintrees/bintrees/qavltree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2872 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE long __Pyx_PyInt_AsLong(PyObject* x) { x 2876 third_party/bintrees/bintrees/qavltree.c if (likely(PyInt_Check(x))) { x 2877 third_party/bintrees/bintrees/qavltree.c long val = PyInt_AS_LONG(x); x 2886 third_party/bintrees/bintrees/qavltree.c if (likely(PyLong_Check(x))) { x 2888 third_party/bintrees/bintrees/qavltree.c if (unlikely(Py_SIZE(x) < 0)) { x 2893 third_party/bintrees/bintrees/qavltree.c return (long)PyLong_AsUnsignedLong(x); x 2895 third_party/bintrees/bintrees/qavltree.c return (long)PyLong_AsLong(x); x 2899 third_party/bintrees/bintrees/qavltree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2907 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { x 2911 third_party/bintrees/bintrees/qavltree.c if (likely(PyInt_Check(x))) { x 2912 third_party/bintrees/bintrees/qavltree.c long val = PyInt_AS_LONG(x); x 2921 third_party/bintrees/bintrees/qavltree.c if (likely(PyLong_Check(x))) { x 2923 third_party/bintrees/bintrees/qavltree.c if (unlikely(Py_SIZE(x) < 0)) { x 2928 third_party/bintrees/bintrees/qavltree.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2930 third_party/bintrees/bintrees/qavltree.c return (PY_LONG_LONG)PyLong_AsLongLong(x); x 2934 third_party/bintrees/bintrees/qavltree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2942 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE signed long __Pyx_PyInt_AsSignedLong(PyObject* x) { x 2946 third_party/bintrees/bintrees/qavltree.c if (likely(PyInt_Check(x))) { x 2947 third_party/bintrees/bintrees/qavltree.c long val = PyInt_AS_LONG(x); x 2956 third_party/bintrees/bintrees/qavltree.c if (likely(PyLong_Check(x))) { x 2958 third_party/bintrees/bintrees/qavltree.c if (unlikely(Py_SIZE(x) < 0)) { x 2963 third_party/bintrees/bintrees/qavltree.c return (signed long)PyLong_AsUnsignedLong(x); x 2965 third_party/bintrees/bintrees/qavltree.c return (signed long)PyLong_AsLong(x); x 2969 third_party/bintrees/bintrees/qavltree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2977 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { x 2981 third_party/bintrees/bintrees/qavltree.c if (likely(PyInt_Check(x))) { x 2982 third_party/bintrees/bintrees/qavltree.c long val = PyInt_AS_LONG(x); x 2991 third_party/bintrees/bintrees/qavltree.c if (likely(PyLong_Check(x))) { x 2993 third_party/bintrees/bintrees/qavltree.c if (unlikely(Py_SIZE(x) < 0)) { x 2998 third_party/bintrees/bintrees/qavltree.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 3000 third_party/bintrees/bintrees/qavltree.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); x 3004 third_party/bintrees/bintrees/qavltree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3314 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { x 3315 third_party/bintrees/bintrees/qavltree.c int is_true = x == Py_True; x 3316 third_party/bintrees/bintrees/qavltree.c if (is_true | (x == Py_False) | (x == Py_None)) return is_true; x 3317 third_party/bintrees/bintrees/qavltree.c else return PyObject_IsTrue(x); x 3320 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { x 3325 third_party/bintrees/bintrees/qavltree.c if (PyInt_Check(x) || PyLong_Check(x)) x 3327 third_party/bintrees/bintrees/qavltree.c if (PyLong_Check(x)) x 3329 third_party/bintrees/bintrees/qavltree.c return Py_INCREF(x), x; x 3330 third_party/bintrees/bintrees/qavltree.c m = Py_TYPE(x)->tp_as_number; x 3334 third_party/bintrees/bintrees/qavltree.c res = PyNumber_Int(x); x 3338 third_party/bintrees/bintrees/qavltree.c res = PyNumber_Long(x); x 3343 third_party/bintrees/bintrees/qavltree.c res = PyNumber_Long(x); x 3368 third_party/bintrees/bintrees/qavltree.c PyObject* x = PyNumber_Index(b); x 3369 third_party/bintrees/bintrees/qavltree.c if (!x) return -1; x 3370 third_party/bintrees/bintrees/qavltree.c ival = PyInt_AsSsize_t(x); x 3371 third_party/bintrees/bintrees/qavltree.c Py_DECREF(x); x 3389 third_party/bintrees/bintrees/qavltree.c static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { x 3390 third_party/bintrees/bintrees/qavltree.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); x 233 third_party/bintrees/bintrees/qbintree.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) x 234 third_party/bintrees/bintrees/qbintree.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) x 236 third_party/bintrees/bintrees/qbintree.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) x 237 third_party/bintrees/bintrees/qbintree.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) x 304 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); x 311 third_party/bintrees/bintrees/qbintree.c #define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) x 313 third_party/bintrees/bintrees/qbintree.c #define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) x 315 third_party/bintrees/bintrees/qbintree.c #define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) x 320 third_party/bintrees/bintrees/qbintree.c #define likely(x) __builtin_expect(!!(x), 1) x 321 third_party/bintrees/bintrees/qbintree.c #define unlikely(x) __builtin_expect(!!(x), 0) x 323 third_party/bintrees/bintrees/qbintree.c #define likely(x) (x) x 324 third_party/bintrees/bintrees/qbintree.c #define unlikely(x) (x) x 327 third_party/bintrees/bintrees/qbintree.c #define likely(x) (x) x 328 third_party/bintrees/bintrees/qbintree.c #define unlikely(x) (x) x 2607 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { x 2611 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2623 third_party/bintrees/bintrees/qbintree.c return (unsigned char)__Pyx_PyInt_AsUnsignedLong(x); x 2626 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { x 2630 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2642 third_party/bintrees/bintrees/qbintree.c return (unsigned short)__Pyx_PyInt_AsUnsignedLong(x); x 2645 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) { x 2649 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2661 third_party/bintrees/bintrees/qbintree.c return (unsigned int)__Pyx_PyInt_AsUnsignedLong(x); x 2664 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { x 2668 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2680 third_party/bintrees/bintrees/qbintree.c return (char)__Pyx_PyInt_AsLong(x); x 2683 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { x 2687 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2699 third_party/bintrees/bintrees/qbintree.c return (short)__Pyx_PyInt_AsLong(x); x 2702 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) { x 2706 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2718 third_party/bintrees/bintrees/qbintree.c return (int)__Pyx_PyInt_AsLong(x); x 2721 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { x 2725 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2737 third_party/bintrees/bintrees/qbintree.c return (signed char)__Pyx_PyInt_AsSignedLong(x); x 2740 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { x 2744 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2756 third_party/bintrees/bintrees/qbintree.c return (signed short)__Pyx_PyInt_AsSignedLong(x); x 2759 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { x 2763 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2775 third_party/bintrees/bintrees/qbintree.c return (signed int)__Pyx_PyInt_AsSignedLong(x); x 2778 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { x 2782 third_party/bintrees/bintrees/qbintree.c long val = __Pyx_PyInt_AsLong(x); x 2794 third_party/bintrees/bintrees/qbintree.c return (int)__Pyx_PyInt_AsLong(x); x 2797 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE unsigned long __Pyx_PyInt_AsUnsignedLong(PyObject* x) { x 2801 third_party/bintrees/bintrees/qbintree.c if (likely(PyInt_Check(x))) { x 2802 third_party/bintrees/bintrees/qbintree.c long val = PyInt_AS_LONG(x); x 2811 third_party/bintrees/bintrees/qbintree.c if (likely(PyLong_Check(x))) { x 2813 third_party/bintrees/bintrees/qbintree.c if (unlikely(Py_SIZE(x) < 0)) { x 2818 third_party/bintrees/bintrees/qbintree.c return (unsigned long)PyLong_AsUnsignedLong(x); x 2820 third_party/bintrees/bintrees/qbintree.c return (unsigned long)PyLong_AsLong(x); x 2824 third_party/bintrees/bintrees/qbintree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2832 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { x 2836 third_party/bintrees/bintrees/qbintree.c if (likely(PyInt_Check(x))) { x 2837 third_party/bintrees/bintrees/qbintree.c long val = PyInt_AS_LONG(x); x 2846 third_party/bintrees/bintrees/qbintree.c if (likely(PyLong_Check(x))) { x 2848 third_party/bintrees/bintrees/qbintree.c if (unlikely(Py_SIZE(x) < 0)) { x 2853 third_party/bintrees/bintrees/qbintree.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2855 third_party/bintrees/bintrees/qbintree.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); x 2859 third_party/bintrees/bintrees/qbintree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2867 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE long __Pyx_PyInt_AsLong(PyObject* x) { x 2871 third_party/bintrees/bintrees/qbintree.c if (likely(PyInt_Check(x))) { x 2872 third_party/bintrees/bintrees/qbintree.c long val = PyInt_AS_LONG(x); x 2881 third_party/bintrees/bintrees/qbintree.c if (likely(PyLong_Check(x))) { x 2883 third_party/bintrees/bintrees/qbintree.c if (unlikely(Py_SIZE(x) < 0)) { x 2888 third_party/bintrees/bintrees/qbintree.c return (long)PyLong_AsUnsignedLong(x); x 2890 third_party/bintrees/bintrees/qbintree.c return (long)PyLong_AsLong(x); x 2894 third_party/bintrees/bintrees/qbintree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2902 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { x 2906 third_party/bintrees/bintrees/qbintree.c if (likely(PyInt_Check(x))) { x 2907 third_party/bintrees/bintrees/qbintree.c long val = PyInt_AS_LONG(x); x 2916 third_party/bintrees/bintrees/qbintree.c if (likely(PyLong_Check(x))) { x 2918 third_party/bintrees/bintrees/qbintree.c if (unlikely(Py_SIZE(x) < 0)) { x 2923 third_party/bintrees/bintrees/qbintree.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2925 third_party/bintrees/bintrees/qbintree.c return (PY_LONG_LONG)PyLong_AsLongLong(x); x 2929 third_party/bintrees/bintrees/qbintree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2937 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE signed long __Pyx_PyInt_AsSignedLong(PyObject* x) { x 2941 third_party/bintrees/bintrees/qbintree.c if (likely(PyInt_Check(x))) { x 2942 third_party/bintrees/bintrees/qbintree.c long val = PyInt_AS_LONG(x); x 2951 third_party/bintrees/bintrees/qbintree.c if (likely(PyLong_Check(x))) { x 2953 third_party/bintrees/bintrees/qbintree.c if (unlikely(Py_SIZE(x) < 0)) { x 2958 third_party/bintrees/bintrees/qbintree.c return (signed long)PyLong_AsUnsignedLong(x); x 2960 third_party/bintrees/bintrees/qbintree.c return (signed long)PyLong_AsLong(x); x 2964 third_party/bintrees/bintrees/qbintree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2972 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { x 2976 third_party/bintrees/bintrees/qbintree.c if (likely(PyInt_Check(x))) { x 2977 third_party/bintrees/bintrees/qbintree.c long val = PyInt_AS_LONG(x); x 2986 third_party/bintrees/bintrees/qbintree.c if (likely(PyLong_Check(x))) { x 2988 third_party/bintrees/bintrees/qbintree.c if (unlikely(Py_SIZE(x) < 0)) { x 2993 third_party/bintrees/bintrees/qbintree.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2995 third_party/bintrees/bintrees/qbintree.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); x 2999 third_party/bintrees/bintrees/qbintree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3309 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { x 3310 third_party/bintrees/bintrees/qbintree.c int is_true = x == Py_True; x 3311 third_party/bintrees/bintrees/qbintree.c if (is_true | (x == Py_False) | (x == Py_None)) return is_true; x 3312 third_party/bintrees/bintrees/qbintree.c else return PyObject_IsTrue(x); x 3315 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { x 3320 third_party/bintrees/bintrees/qbintree.c if (PyInt_Check(x) || PyLong_Check(x)) x 3322 third_party/bintrees/bintrees/qbintree.c if (PyLong_Check(x)) x 3324 third_party/bintrees/bintrees/qbintree.c return Py_INCREF(x), x; x 3325 third_party/bintrees/bintrees/qbintree.c m = Py_TYPE(x)->tp_as_number; x 3329 third_party/bintrees/bintrees/qbintree.c res = PyNumber_Int(x); x 3333 third_party/bintrees/bintrees/qbintree.c res = PyNumber_Long(x); x 3338 third_party/bintrees/bintrees/qbintree.c res = PyNumber_Long(x); x 3363 third_party/bintrees/bintrees/qbintree.c PyObject* x = PyNumber_Index(b); x 3364 third_party/bintrees/bintrees/qbintree.c if (!x) return -1; x 3365 third_party/bintrees/bintrees/qbintree.c ival = PyInt_AsSsize_t(x); x 3366 third_party/bintrees/bintrees/qbintree.c Py_DECREF(x); x 3384 third_party/bintrees/bintrees/qbintree.c static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { x 3385 third_party/bintrees/bintrees/qbintree.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); x 233 third_party/bintrees/bintrees/qrbtree.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) x 234 third_party/bintrees/bintrees/qrbtree.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) x 236 third_party/bintrees/bintrees/qrbtree.c #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) x 237 third_party/bintrees/bintrees/qrbtree.c #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) x 304 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); x 311 third_party/bintrees/bintrees/qrbtree.c #define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) x 313 third_party/bintrees/bintrees/qrbtree.c #define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) x 315 third_party/bintrees/bintrees/qrbtree.c #define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) x 320 third_party/bintrees/bintrees/qrbtree.c #define likely(x) __builtin_expect(!!(x), 1) x 321 third_party/bintrees/bintrees/qrbtree.c #define unlikely(x) __builtin_expect(!!(x), 0) x 323 third_party/bintrees/bintrees/qrbtree.c #define likely(x) (x) x 324 third_party/bintrees/bintrees/qrbtree.c #define unlikely(x) (x) x 327 third_party/bintrees/bintrees/qrbtree.c #define likely(x) (x) x 328 third_party/bintrees/bintrees/qrbtree.c #define unlikely(x) (x) x 2609 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { x 2613 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2625 third_party/bintrees/bintrees/qrbtree.c return (unsigned char)__Pyx_PyInt_AsUnsignedLong(x); x 2628 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { x 2632 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2644 third_party/bintrees/bintrees/qrbtree.c return (unsigned short)__Pyx_PyInt_AsUnsignedLong(x); x 2647 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) { x 2651 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2663 third_party/bintrees/bintrees/qrbtree.c return (unsigned int)__Pyx_PyInt_AsUnsignedLong(x); x 2666 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { x 2670 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2682 third_party/bintrees/bintrees/qrbtree.c return (char)__Pyx_PyInt_AsLong(x); x 2685 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { x 2689 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2701 third_party/bintrees/bintrees/qrbtree.c return (short)__Pyx_PyInt_AsLong(x); x 2704 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) { x 2708 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2720 third_party/bintrees/bintrees/qrbtree.c return (int)__Pyx_PyInt_AsLong(x); x 2723 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { x 2727 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2739 third_party/bintrees/bintrees/qrbtree.c return (signed char)__Pyx_PyInt_AsSignedLong(x); x 2742 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { x 2746 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2758 third_party/bintrees/bintrees/qrbtree.c return (signed short)__Pyx_PyInt_AsSignedLong(x); x 2761 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { x 2765 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2777 third_party/bintrees/bintrees/qrbtree.c return (signed int)__Pyx_PyInt_AsSignedLong(x); x 2780 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { x 2784 third_party/bintrees/bintrees/qrbtree.c long val = __Pyx_PyInt_AsLong(x); x 2796 third_party/bintrees/bintrees/qrbtree.c return (int)__Pyx_PyInt_AsLong(x); x 2799 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE unsigned long __Pyx_PyInt_AsUnsignedLong(PyObject* x) { x 2803 third_party/bintrees/bintrees/qrbtree.c if (likely(PyInt_Check(x))) { x 2804 third_party/bintrees/bintrees/qrbtree.c long val = PyInt_AS_LONG(x); x 2813 third_party/bintrees/bintrees/qrbtree.c if (likely(PyLong_Check(x))) { x 2815 third_party/bintrees/bintrees/qrbtree.c if (unlikely(Py_SIZE(x) < 0)) { x 2820 third_party/bintrees/bintrees/qrbtree.c return (unsigned long)PyLong_AsUnsignedLong(x); x 2822 third_party/bintrees/bintrees/qrbtree.c return (unsigned long)PyLong_AsLong(x); x 2826 third_party/bintrees/bintrees/qrbtree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2834 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE unsigned PY_LONG_LONG __Pyx_PyInt_AsUnsignedLongLong(PyObject* x) { x 2838 third_party/bintrees/bintrees/qrbtree.c if (likely(PyInt_Check(x))) { x 2839 third_party/bintrees/bintrees/qrbtree.c long val = PyInt_AS_LONG(x); x 2848 third_party/bintrees/bintrees/qrbtree.c if (likely(PyLong_Check(x))) { x 2850 third_party/bintrees/bintrees/qrbtree.c if (unlikely(Py_SIZE(x) < 0)) { x 2855 third_party/bintrees/bintrees/qrbtree.c return (unsigned PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2857 third_party/bintrees/bintrees/qrbtree.c return (unsigned PY_LONG_LONG)PyLong_AsLongLong(x); x 2861 third_party/bintrees/bintrees/qrbtree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2869 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE long __Pyx_PyInt_AsLong(PyObject* x) { x 2873 third_party/bintrees/bintrees/qrbtree.c if (likely(PyInt_Check(x))) { x 2874 third_party/bintrees/bintrees/qrbtree.c long val = PyInt_AS_LONG(x); x 2883 third_party/bintrees/bintrees/qrbtree.c if (likely(PyLong_Check(x))) { x 2885 third_party/bintrees/bintrees/qrbtree.c if (unlikely(Py_SIZE(x) < 0)) { x 2890 third_party/bintrees/bintrees/qrbtree.c return (long)PyLong_AsUnsignedLong(x); x 2892 third_party/bintrees/bintrees/qrbtree.c return (long)PyLong_AsLong(x); x 2896 third_party/bintrees/bintrees/qrbtree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2904 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { x 2908 third_party/bintrees/bintrees/qrbtree.c if (likely(PyInt_Check(x))) { x 2909 third_party/bintrees/bintrees/qrbtree.c long val = PyInt_AS_LONG(x); x 2918 third_party/bintrees/bintrees/qrbtree.c if (likely(PyLong_Check(x))) { x 2920 third_party/bintrees/bintrees/qrbtree.c if (unlikely(Py_SIZE(x) < 0)) { x 2925 third_party/bintrees/bintrees/qrbtree.c return (PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2927 third_party/bintrees/bintrees/qrbtree.c return (PY_LONG_LONG)PyLong_AsLongLong(x); x 2931 third_party/bintrees/bintrees/qrbtree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2939 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE signed long __Pyx_PyInt_AsSignedLong(PyObject* x) { x 2943 third_party/bintrees/bintrees/qrbtree.c if (likely(PyInt_Check(x))) { x 2944 third_party/bintrees/bintrees/qrbtree.c long val = PyInt_AS_LONG(x); x 2953 third_party/bintrees/bintrees/qrbtree.c if (likely(PyLong_Check(x))) { x 2955 third_party/bintrees/bintrees/qrbtree.c if (unlikely(Py_SIZE(x) < 0)) { x 2960 third_party/bintrees/bintrees/qrbtree.c return (signed long)PyLong_AsUnsignedLong(x); x 2962 third_party/bintrees/bintrees/qrbtree.c return (signed long)PyLong_AsLong(x); x 2966 third_party/bintrees/bintrees/qrbtree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 2974 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { x 2978 third_party/bintrees/bintrees/qrbtree.c if (likely(PyInt_Check(x))) { x 2979 third_party/bintrees/bintrees/qrbtree.c long val = PyInt_AS_LONG(x); x 2988 third_party/bintrees/bintrees/qrbtree.c if (likely(PyLong_Check(x))) { x 2990 third_party/bintrees/bintrees/qrbtree.c if (unlikely(Py_SIZE(x) < 0)) { x 2995 third_party/bintrees/bintrees/qrbtree.c return (signed PY_LONG_LONG)PyLong_AsUnsignedLongLong(x); x 2997 third_party/bintrees/bintrees/qrbtree.c return (signed PY_LONG_LONG)PyLong_AsLongLong(x); x 3001 third_party/bintrees/bintrees/qrbtree.c PyObject *tmp = __Pyx_PyNumber_Int(x); x 3311 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { x 3312 third_party/bintrees/bintrees/qrbtree.c int is_true = x == Py_True; x 3313 third_party/bintrees/bintrees/qrbtree.c if (is_true | (x == Py_False) | (x == Py_None)) return is_true; x 3314 third_party/bintrees/bintrees/qrbtree.c else return PyObject_IsTrue(x); x 3317 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { x 3322 third_party/bintrees/bintrees/qrbtree.c if (PyInt_Check(x) || PyLong_Check(x)) x 3324 third_party/bintrees/bintrees/qrbtree.c if (PyLong_Check(x)) x 3326 third_party/bintrees/bintrees/qrbtree.c return Py_INCREF(x), x; x 3327 third_party/bintrees/bintrees/qrbtree.c m = Py_TYPE(x)->tp_as_number; x 3331 third_party/bintrees/bintrees/qrbtree.c res = PyNumber_Int(x); x 3335 third_party/bintrees/bintrees/qrbtree.c res = PyNumber_Long(x); x 3340 third_party/bintrees/bintrees/qrbtree.c res = PyNumber_Long(x); x 3365 third_party/bintrees/bintrees/qrbtree.c PyObject* x = PyNumber_Index(b); x 3366 third_party/bintrees/bintrees/qrbtree.c if (!x) return -1; x 3367 third_party/bintrees/bintrees/qrbtree.c ival = PyInt_AsSsize_t(x); x 3368 third_party/bintrees/bintrees/qrbtree.c Py_DECREF(x); x 3386 third_party/bintrees/bintrees/qrbtree.c static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { x 3387 third_party/bintrees/bintrees/qrbtree.c unsigned PY_LONG_LONG val = __Pyx_PyInt_AsUnsignedLongLong(x); x 131 third_party/bspatch/mbspatch.cc ctrlsrc->x = ntohl(ctrlsrc->x); x 140 third_party/bspatch/mbspatch.cc ctrlsrc->x, x 147 third_party/bspatch/mbspatch.cc if (fbuffer + ctrlsrc->x > fbufend || x 148 third_party/bspatch/mbspatch.cc diffsrc + ctrlsrc->x > diffend) { x 152 third_party/bspatch/mbspatch.cc for (unsigned int i = 0; i < ctrlsrc->x; ++i) { x 155 third_party/bspatch/mbspatch.cc if ((int) write(filefd, diffsrc, ctrlsrc->x) != ctrlsrc->x) { x 159 third_party/bspatch/mbspatch.cc fbuffer += ctrlsrc->x; x 160 third_party/bspatch/mbspatch.cc diffsrc += ctrlsrc->x; x 95 third_party/bspatch/mbspatch.h unsigned int x; /* add x bytes from oldfile to x bytes from the diff block */ x 328 third_party/cld/base/dynamic_annotations.h inline T ANNOTATE_UNPROTECTED_READ(const volatile T &x) { x 330 third_party/cld/base/dynamic_annotations.h T res = x; x 349 third_party/cld/base/dynamic_annotations.h #define ANNOTATE_UNPROTECTED_READ(x) (x) x 852 third_party/cld/base/logging.h #define assert(x) DLOG_ASSERT(x) x 183 third_party/cld/base/macros.h #define AS_STRING(x) AS_STRING_INTERNAL(x) x 184 third_party/cld/base/macros.h #define AS_STRING_INTERNAL(x) #x x 12 third_party/cld/base/port.h #define GG_LONGLONG(x) x##I64 x 13 third_party/cld/base/port.h #define GG_ULONGLONG(x) x##UI64 x 15 third_party/cld/base/port.h #define GG_LONGLONG(x) x##LL x 16 third_party/cld/base/port.h #define GG_ULONGLONG(x) x##ULL x 25 third_party/cld/base/port.h #define GG_INT8_C(x) (x) x 26 third_party/cld/base/port.h #define GG_INT16_C(x) (x) x 27 third_party/cld/base/port.h #define GG_INT32_C(x) (x) x 28 third_party/cld/base/port.h #define GG_INT64_C(x) GG_LONGLONG(x) x 30 third_party/cld/base/port.h #define GG_UINT8_C(x) (x ## U) x 31 third_party/cld/base/port.h #define GG_UINT16_C(x) (x ## U) x 32 third_party/cld/base/port.h #define GG_UINT32_C(x) (x ## U) x 33 third_party/cld/base/port.h #define GG_UINT64_C(x) GG_ULONGLONG(x) x 287 third_party/cld/base/scoped_ptr.h inline void operator()(void* x) const { x 288 third_party/cld/base/scoped_ptr.h free(x); x 61 third_party/expat/files/lib/xmlparse.c #define XML_T(x) (const wchar_t)x x 62 third_party/expat/files/lib/xmlparse.c #define XML_L(x) L ## x x 64 third_party/expat/files/lib/xmlparse.c #define XML_T(x) (const unsigned short)x x 65 third_party/expat/files/lib/xmlparse.c #define XML_L(x) x x 70 third_party/expat/files/lib/xmlparse.c #define XML_T(x) x x 71 third_party/expat/files/lib/xmlparse.c #define XML_L(x) x x 1619 third_party/expat/files/lib/xmltok.c #define NS(x) x x 1620 third_party/expat/files/lib/xmltok.c #define ns(x) x x 1629 third_party/expat/files/lib/xmltok.c #define NS(x) x ## NS x 1630 third_party/expat/files/lib/xmltok.c #define ns(x) x ## _ns x 359 third_party/freetype2/include/ftconfig.h #define FT_LOCAL( x ) static x x 360 third_party/freetype2/include/ftconfig.h #define FT_LOCAL_DEF( x ) static x x 365 third_party/freetype2/include/ftconfig.h #define FT_LOCAL( x ) extern "C" x x 366 third_party/freetype2/include/ftconfig.h #define FT_LOCAL_DEF( x ) extern "C" x x 368 third_party/freetype2/include/ftconfig.h #define FT_LOCAL( x ) extern x x 369 third_party/freetype2/include/ftconfig.h #define FT_LOCAL_DEF( x ) x x 378 third_party/freetype2/include/ftconfig.h #define FT_BASE( x ) extern "C" x x 380 third_party/freetype2/include/ftconfig.h #define FT_BASE( x ) extern x x 389 third_party/freetype2/include/ftconfig.h #define FT_BASE_DEF( x ) x x 391 third_party/freetype2/include/ftconfig.h #define FT_BASE_DEF( x ) x x 400 third_party/freetype2/include/ftconfig.h #define FT_EXPORT( x ) __attribute__((visibility("default"))) extern "C" x x 402 third_party/freetype2/include/ftconfig.h #define FT_EXPORT( x ) __attribute__((visibility("default"))) extern x x 411 third_party/freetype2/include/ftconfig.h #define FT_EXPORT_DEF( x ) __attribute__((visibility("default"))) extern "C" x x 413 third_party/freetype2/include/ftconfig.h #define FT_EXPORT_DEF( x ) __attribute__((visibility("default"))) extern x x 422 third_party/freetype2/include/ftconfig.h #define FT_EXPORT_VAR( x ) extern "C" x x 424 third_party/freetype2/include/ftconfig.h #define FT_EXPORT_VAR( x ) extern x x 454 third_party/freetype2/include/ftconfig.h #define FT_CALLBACK_DEF( x ) extern "C" x x 456 third_party/freetype2/include/ftconfig.h #define FT_CALLBACK_DEF( x ) static x x 781 third_party/harfbuzz-ng/src/hb-coretext.cc double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - positions[j].x; x 135 third_party/harfbuzz-ng/src/hb-font-private.hh inline void parent_scale_distance (hb_position_t *x, hb_position_t *y) { x 136 third_party/harfbuzz-ng/src/hb-font-private.hh *x = parent_scale_x_distance (*x); x 139 third_party/harfbuzz-ng/src/hb-font-private.hh inline void parent_scale_position (hb_position_t *x, hb_position_t *y) { x 140 third_party/harfbuzz-ng/src/hb-font-private.hh *x = parent_scale_x_position (*x); x 177 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 179 third_party/harfbuzz-ng/src/hb-font-private.hh *x = *y = 0; x 181 third_party/harfbuzz-ng/src/hb-font-private.hh glyph, x, y, x 186 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 188 third_party/harfbuzz-ng/src/hb-font-private.hh *x = *y = 0; x 190 third_party/harfbuzz-ng/src/hb-font-private.hh glyph, x, y, x 219 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 221 third_party/harfbuzz-ng/src/hb-font-private.hh *x = *y = 0; x 224 third_party/harfbuzz-ng/src/hb-font-private.hh x, y, x 254 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 257 third_party/harfbuzz-ng/src/hb-font-private.hh *x = get_glyph_h_advance (glyph); x 260 third_party/harfbuzz-ng/src/hb-font-private.hh *x = 0; x 267 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 269 third_party/harfbuzz-ng/src/hb-font-private.hh *x = get_glyph_h_advance (glyph) / 2; x 277 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 281 third_party/harfbuzz-ng/src/hb-font-private.hh if (!get_glyph_h_origin (glyph, x, y) && x 282 third_party/harfbuzz-ng/src/hb-font-private.hh get_glyph_v_origin (glyph, x, y)) x 286 third_party/harfbuzz-ng/src/hb-font-private.hh *x -= dx; *y -= dy; x 291 third_party/harfbuzz-ng/src/hb-font-private.hh if (!get_glyph_v_origin (glyph, x, y) && x 292 third_party/harfbuzz-ng/src/hb-font-private.hh get_glyph_h_origin (glyph, x, y)) x 296 third_party/harfbuzz-ng/src/hb-font-private.hh *x += dx; *y += dy; x 303 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 309 third_party/harfbuzz-ng/src/hb-font-private.hh *x += origin_x; x 315 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 321 third_party/harfbuzz-ng/src/hb-font-private.hh *x -= origin_x; x 327 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 330 third_party/harfbuzz-ng/src/hb-font-private.hh *x = get_glyph_h_kerning (first_glyph, second_glyph); x 333 third_party/harfbuzz-ng/src/hb-font-private.hh *x = 0; x 352 third_party/harfbuzz-ng/src/hb-font-private.hh hb_position_t *x, hb_position_t *y) x 354 third_party/harfbuzz-ng/src/hb-font-private.hh hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); x 357 third_party/harfbuzz-ng/src/hb-font-private.hh subtract_glyph_origin_for_direction (glyph, direction, x, y); x 90 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, x 95 third_party/harfbuzz-ng/src/hb-font.cc hb_bool_t ret = font->parent->get_glyph_h_origin (glyph, x, y); x 97 third_party/harfbuzz-ng/src/hb-font.cc font->parent_scale_position (x, y); x 101 third_party/harfbuzz-ng/src/hb-font.cc *x = *y = 0; x 109 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, x 114 third_party/harfbuzz-ng/src/hb-font.cc hb_bool_t ret = font->parent->get_glyph_v_origin (glyph, x, y); x 116 third_party/harfbuzz-ng/src/hb-font.cc font->parent_scale_position (x, y); x 120 third_party/harfbuzz-ng/src/hb-font.cc *x = *y = 0; x 175 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, x 180 third_party/harfbuzz-ng/src/hb-font.cc hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); x 182 third_party/harfbuzz-ng/src/hb-font.cc font->parent_scale_position (x, y); x 186 third_party/harfbuzz-ng/src/hb-font.cc *x = *y = 0; x 490 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 492 third_party/harfbuzz-ng/src/hb-font.cc return font->get_glyph_h_origin (glyph, x, y); x 511 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 513 third_party/harfbuzz-ng/src/hb-font.cc return font->get_glyph_v_origin (glyph, x, y); x 591 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 593 third_party/harfbuzz-ng/src/hb-font.cc return font->get_glyph_contour_point (glyph, point_index, x, y); x 657 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 659 third_party/harfbuzz-ng/src/hb-font.cc return font->get_glyph_advance_for_direction (glyph, direction, x, y); x 678 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 680 third_party/harfbuzz-ng/src/hb-font.cc return font->get_glyph_origin_for_direction (glyph, direction, x, y); x 699 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 701 third_party/harfbuzz-ng/src/hb-font.cc return font->add_glyph_origin_for_direction (glyph, direction, x, y); x 720 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 722 third_party/harfbuzz-ng/src/hb-font.cc return font->subtract_glyph_origin_for_direction (glyph, direction, x, y); x 742 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 744 third_party/harfbuzz-ng/src/hb-font.cc return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y); x 788 third_party/harfbuzz-ng/src/hb-font.cc hb_position_t *x, hb_position_t *y) x 790 third_party/harfbuzz-ng/src/hb-font.cc return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y); x 108 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y, x 126 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y, x 336 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 340 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 357 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 375 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 380 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 385 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 390 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 396 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 408 third_party/harfbuzz-ng/src/hb-font.h hb_position_t *x, hb_position_t *y); x 122 third_party/harfbuzz-ng/src/hb-ft.cc hb_position_t *x HB_UNUSED, x 134 third_party/harfbuzz-ng/src/hb-ft.cc hb_position_t *x, x 146 third_party/harfbuzz-ng/src/hb-ft.cc *x = ft_face->glyph->metrics.horiBearingX - ft_face->glyph->metrics.vertBearingX; x 166 third_party/harfbuzz-ng/src/hb-ft.cc return kerningv.x; x 205 third_party/harfbuzz-ng/src/hb-ft.cc hb_position_t *x, x 221 third_party/harfbuzz-ng/src/hb-ft.cc *x = ft_face->glyph->outline.points[point_index].x; x 956 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline int search (const SearchType &x) const x 963 third_party/harfbuzz-ng/src/hb-open-type-private.hh int c = this->array[mid].cmp (x); x 123 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh hb_position_t x, y; x 124 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y)) x 125 third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y; x 222 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_position_t *x, hb_position_t *y) const x 224 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh *x = font->em_scale_x (xCoordinate); x 244 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_position_t *x, hb_position_t *y) const x 253 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate); x 274 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_position_t *x, hb_position_t *y) const x 276 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh *x = font->em_scale_x (xCoordinate); x 280 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh *x += (this+xDeviceTable).get_x_delta (font); x 309 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_position_t *x, hb_position_t *y) const x 311 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh *x = *y = 0; x 313 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh case 1: u.format1.get_anchor (font, glyph_id, x, y); return; x 314 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh case 2: u.format2.get_anchor (font, glyph_id, x, y); return; x 315 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh case 3: u.format3.get_anchor (font, glyph_id, x, y); return; x 69 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0900 */ _(Bi,x), _(Bi,x), _(Bi,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 70 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0908 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 71 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0910 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 72 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0918 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 73 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0920 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 74 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0928 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 75 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0930 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 76 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0938 */ _(C,x), _(C,x), _(M,T), _(M,R), _(N,x), _(A,x), _(M,R), _(M,L), x 79 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0950 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,T), _(M,B), _(M,B), x 80 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0958 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 81 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0960 */ _(VI,x), _(VI,x), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 82 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0968 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 83 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0970 */ _(x,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 84 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0978 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 88 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0980 */ _(x,x), _(Bi,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 89 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0988 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(x,x), _(VI,x), x 90 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0990 */ _(VI,x), _(x,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 91 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0998 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 92 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 93 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09A8 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 94 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09B0 */ _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), x 95 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09B8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), x 96 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09C0 */ _(M,R), _(M,B), _(M,B), _(M,B), _(M,B), _(x,x), _(x,x), _(M,L), x 97 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09C8 */ _(M,L), _(x,x), _(x,x), _(M,LR), _(M,LR), _(V,B), _(CD,x), _(x,x), x 98 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), x 99 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09D8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), x 100 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09E0 */ _(VI,x), _(VI,x), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 101 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09E8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 102 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09F0 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 103 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 09F8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 107 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A00 */ _(x,x), _(Bi,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 108 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A08 */ _(VI,x), _(VI,x), _(VI,x), _(x,x), _(x,x), _(x,x), _(x,x), _(VI,x), x 109 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A10 */ _(VI,x), _(x,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 110 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 111 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 112 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A28 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 113 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A30 */ _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), x 114 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(x,x), _(M,R), _(M,L), x 115 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A40 */ _(M,R), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), _(M,T), x 116 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A48 */ _(M,T), _(x,x), _(x,x), _(M,T), _(M,T), _(V,B), _(x,x), _(x,x), x 117 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 118 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A58 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), x 119 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A60 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 120 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A68 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 121 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A70 */ _(Bi,x), _(x,x), _(CP,x), _(CP,x), _(x,x), _(CM,x), _(x,x), _(x,x), x 122 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A78 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 126 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A80 */ _(x,x), _(Bi,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 127 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A88 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(VI,x), x 128 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A90 */ _(VI,x), _(VI,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 129 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0A98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 130 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 131 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AA8 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 132 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AB0 */ _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), x 133 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,L), x 134 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AC0 */ _(M,R), _(M,B), _(M,B), _(M,B), _(M,B), _(M,T), _(x,x), _(M,T), x 135 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AC8 */ _(M,T), _(M,TR), _(x,x), _(M,R), _(M,R), _(V,B), _(x,x), _(x,x), x 136 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 137 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AD8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 138 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AE0 */ _(VI,x), _(VI,x), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 139 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AE8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 140 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 141 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0AF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 145 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B00 */ _(x,x), _(Bi,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 146 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B08 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(x,x), _(VI,x), x 147 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B10 */ _(VI,x), _(x,x), _(x,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 148 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 149 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 150 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B28 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 151 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B30 */ _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), x 152 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), x 153 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B40 */ _(M,R), _(M,B), _(M,B), _(M,B), _(M,B), _(x,x), _(x,x), _(M,L), x 154 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B48 */ _(M,TL), _(x,x), _(x,x), _(M,LR),_(M,TLR), _(V,B), _(x,x), _(x,x), x 155 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,T), _(M,TR), x 156 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B58 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), x 157 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B60 */ _(VI,x), _(VI,x), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 158 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B68 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 159 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B70 */ _(x,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 160 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B78 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 164 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B80 */ _(x,x), _(x,x), _(Bi,x), _(ML,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 165 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B88 */ _(VI,x), _(VI,x), _(VI,x), _(x,x), _(x,x), _(x,x), _(VI,x), _(VI,x), x 166 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B90 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(x,x), _(x,x), x 167 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0B98 */ _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(C,x), _(C,x), x 168 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BA0 */ _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), x 169 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BA8 */ _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), x 170 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BB0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 171 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), _(M,R), x 172 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BC0 */ _(M,T), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(M,L), _(M,L), x 173 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BC8 */ _(M,L), _(x,x), _(M,LR), _(M,LR), _(M,LR), _(V,T), _(x,x), _(x,x), x 174 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), x 175 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BD8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 176 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BE0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 177 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BE8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 178 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 179 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0BF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 183 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C00 */ _(x,x), _(Bi,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 184 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C08 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(VI,x), _(VI,x), x 185 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C10 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 186 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 187 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 188 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C28 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 189 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), x 190 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C38 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(A,x), _(M,T), _(M,T), x 191 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C40 */ _(M,T), _(M,R), _(M,R), _(M,R), _(M,R), _(x,x), _(M,T), _(M,T), x 192 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C48 */ _(M,TB), _(x,x), _(M,T), _(M,T), _(M,T), _(V,T), _(x,x), _(x,x), x 193 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,T), _(M,B), _(x,x), x 194 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C58 */ _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 195 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C60 */ _(VI,x), _(VI,x), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 196 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C68 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 197 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C70 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 198 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C78 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 202 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C80 */ _(x,x), _(x,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 203 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C88 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(VI,x), _(VI,x), x 204 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C90 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 205 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0C98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 206 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 207 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CA8 */ _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 208 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CB0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), x 209 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CB8 */ _(C,x), _(C,x), _(x,x), _(x,x), _(N,x), _(A,x), _(M,R), _(M,T), x 210 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CC0 */ _(M,TR), _(M,R), _(M,R), _(M,R), _(M,R), _(x,x), _(M,T), _(M,TR), x 211 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CC8 */ _(M,TR), _(x,x), _(M,TR), _(M,TR), _(M,T), _(V,T), _(x,x), _(x,x), x 212 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), _(M,R), _(x,x), x 213 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CD8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(x,x), x 214 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CE0 */ _(VI,x), _(VI,x), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 215 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CE8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 216 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 217 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0CF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 221 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D00 */ _(x,x), _(x,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 222 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D08 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(VI,x), _(VI,x), x 223 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D10 */ _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 224 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 225 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 226 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 227 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 228 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D38 */ _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(A,x), _(M,R), _(M,R), x 229 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D40 */ _(M,R), _(M,R), _(M,R), _(M,B), _(M,B), _(x,x), _(M,L), _(M,L), x 230 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D48 */ _(M,L), _(x,x), _(M,LR), _(M,LR), _(M,LR), _(V,T), _(CR,x), _(x,x), x 231 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), x 232 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D58 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 233 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D60 */ _(VI,x), _(VI,x), _(M,B), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 234 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D68 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 235 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D70 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 236 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D78 */ _(x,x), _(x,x), _(CD,x), _(CD,x), _(CD,x), _(CD,x), _(CD,x), _(CD,x), x 240 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D80 */ _(x,x), _(x,x), _(Bi,x), _(Vs,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 241 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D88 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 242 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D90 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), x 243 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0D98 */ _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 244 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 245 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DA8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 246 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DB0 */ _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 247 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DB8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), x 248 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DC0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), x 249 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DC8 */ _(x,x), _(x,x), _(V,T), _(x,x), _(x,x), _(x,x), _(x,x), _(M,R), x 250 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DD0 */ _(M,R), _(M,R), _(M,T), _(M,T), _(M,B), _(x,x), _(M,B), _(x,x), x 252 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DE0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 253 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DE8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 254 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DF0 */ _(x,x), _(x,x), _(M,R), _(M,R), _(x,x), _(x,x), _(x,x), _(x,x), x 255 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0DF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 259 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E00 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 260 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 261 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 262 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 263 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 264 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), x 266 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E38 */ _(M,B), _(M,B), _(V,B), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 267 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E40 */_(M,VOL),_(M,VOL),_(M,VOL),_(M,VOL),_(M,VOL), _(M,R), _(x,x), _(M,T), x 268 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E48 */ _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(x,x), _(Bi,x), _(V,T), _(x,x), x 269 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 270 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E58 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 271 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E60 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 272 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E68 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 273 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E70 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 274 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E78 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 278 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E80 */ _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), _(C,x), x 279 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E88 */ _(C,x), _(x,x), _(C,x), _(x,x), _(x,x), _(C,x), _(x,x), _(x,x), x 280 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E90 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), x 281 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0E98 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 282 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EA0 */ _(x,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(x,x), _(C,x), x 283 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EA8 */ _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(x,x), x 285 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EB8 */ _(M,B), _(M,B), _(x,x), _(M,T), _(CM,x), _(CM,x), _(x,x), _(x,x), x 286 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EC0 */_(M,VOL),_(M,VOL),_(M,VOL),_(M,VOL),_(M,VOL), _(x,x), _(x,x), _(x,x), x 287 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EC8 */ _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(x,x), _(Bi,x), _(x,x), _(x,x), x 288 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0ED0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 289 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0ED8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(x,x), _(x,x), x 290 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EE0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 291 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EE8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 292 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 293 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0EF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 297 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F00 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 298 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F08 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 299 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F10 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 300 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F18 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 301 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F20 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 302 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F28 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 303 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F30 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 304 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F38 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 305 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F40 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 306 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F48 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 307 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F50 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 308 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F58 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 309 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F60 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 310 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F68 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), x 311 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F70 */ _(x,x), _(M,B), _(M,T), _(M,TB), _(M,B), _(M,B), _(M,TB), _(M,TB), x 312 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F78 */ _(M,TB), _(M,TB), _(M,T), _(M,T), _(M,T), _(M,T), _(Bi,x), _(Vs,x), x 313 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F80 */ _(M,T), _(M,TB), _(Bi,x), _(Bi,x), _(V,B), _(A,x), _(x,x), _(x,x), x 314 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F88 */_(CHL,x),_(CHL,x),_(CHL,x),_(CHL,x),_(CHL,x), _(CS,x), _(CS,x), _(CS,x), x 315 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F90 */ _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), x 316 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0F98 */ _(x,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), x 317 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FA0 */ _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), x 318 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FA8 */ _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), x 319 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FB0 */ _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), x 320 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FB8 */ _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(CS,x), _(x,x), _(x,x), _(x,x), x 321 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FC0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 322 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FC8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 323 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 324 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FD8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 325 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FE0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 326 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FE8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 327 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 328 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 0FF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 332 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1000 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 333 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1008 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 334 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1010 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 335 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1018 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 336 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1020 */ _(C,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 337 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1028 */ _(VI,x), _(VI,x), _(VI,x), _(M,R), _(M,R), _(M,T), _(M,T), _(M,B), x 338 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1030 */ _(M,B), _(M,L), _(M,T), _(M,T), _(M,T), _(M,T), _(Bi,x), _(TM,x), x 339 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1038 */ _(Vs,x), _(V,I), _(V,T), _(CM,x), _(CM,x), _(CM,x), _(CM,x), _(C,x), x 340 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1040 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 341 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1048 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 342 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1050 */ _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(M,R), _(M,R), x 343 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1058 */ _(M,B), _(M,B), _(C,x), _(C,x), _(C,x), _(C,x), _(CM,x), _(CM,x), x 344 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1060 */ _(CM,x), _(C,x), _(M,R), _(TM,x), _(TM,x), _(C,x), _(C,x), _(M,R), x 345 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1068 */ _(M,R), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(C,x), _(C,x), x 346 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1070 */ _(C,x), _(M,T), _(M,T), _(M,T), _(M,T), _(C,x), _(C,x), _(C,x), x 347 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1078 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 348 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1080 */ _(C,x), _(C,x), _(CM,x), _(M,R), _(M,L), _(M,T), _(M,T), _(TM,x), x 349 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1088 */ _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(TM,x), _(C,x), _(TM,x), x 350 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1090 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 351 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1098 */ _(x,x), _(x,x), _(TM,x), _(TM,x), _(M,R), _(M,T), _(x,x), _(x,x), x 358 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1700 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 359 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1708 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), x 360 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1710 */ _(C,x), _(C,x), _(M,T), _(M,B), _(V,B), _(x,x), _(x,x), _(x,x), x 361 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1718 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 365 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1720 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 366 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1728 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 367 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1730 */ _(C,x), _(C,x), _(M,T), _(M,B), _(V,B), _(x,x), _(x,x), _(x,x), x 368 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1738 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 372 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1740 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 373 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1748 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 374 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1750 */ _(C,x), _(C,x), _(M,T), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 375 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1758 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 379 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1760 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 380 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1768 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), x 381 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1770 */ _(C,x), _(x,x), _(M,T), _(M,B), _(x,x), _(x,x), _(x,x), _(x,x), x 382 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1778 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 386 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1780 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 387 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1788 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 388 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1790 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 389 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1798 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 390 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17A0 */ _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 391 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17A8 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 392 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17B0 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(x,x), _(x,x), _(M,R), _(M,T), x 394 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17C0 */ _(M,LR), _(M,L), _(M,L), _(M,L), _(M,LR), _(M,LR), _(Bi,x), _(Vs,x), x 395 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17C8 */ _(M,R), _(RS,x), _(RS,x), _(x,x), _(CR,x), _(x,x), _(x,x), _(x,x), x 396 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17D0 */ _(x,x), _(V,T), _(V,I), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 397 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17D8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(A,x), _(x,x), _(x,x), _(x,x), x 398 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17E0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 399 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17E8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 400 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17F0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 401 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 17F8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 408 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1900 */ _(CP,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 409 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1908 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 410 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1910 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 411 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1918 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), x 413 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1928 */ _(M,T), _(CS,x), _(CS,x), _(CS,x), _(x,x), _(x,x), _(x,x), _(x,x), x 414 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1930 */ _(CF,x), _(CF,x), _(Bi,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), x 415 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1938 */ _(CF,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 416 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1940 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 417 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1948 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 421 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1950 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 422 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1958 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 423 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1960 */ _(C,x), _(C,x), _(C,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), x 424 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1968 */ _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(x,x), _(x,x), x 425 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1970 */ _(TL,x), _(TL,x), _(TL,x), _(TL,x), _(TL,x), _(x,x), _(x,x), _(x,x), x 426 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1978 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 430 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1980 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 431 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1988 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 432 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1990 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 433 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1998 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 434 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 435 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), x 438 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19C0 */ _(M,R), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), x 439 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19C8 */ _(TM,x), _(TM,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 440 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 441 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19D8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 445 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19E0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 446 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19E8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 447 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19F0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 448 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 19F8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 452 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A00 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 453 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 454 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(M,T), x 455 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A18 */ _(M,B), _(M,L), _(M,R), _(M,L), _(x,x), _(x,x), _(x,x), _(x,x), x 459 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 460 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 461 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 462 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A38 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 463 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A40 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 464 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A48 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), x 465 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A50 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(CM,x), _(CM,x), _(CF,x), x 466 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A58 */ _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(x,x), x 469 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A70 */ _(M,L), _(M,L), _(M,L), _(M,T), _(M,T), _(TM,x), _(TM,x), _(TM,x), x 470 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A78 */ _(TM,x), _(TM,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 471 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A80 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 472 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A88 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 473 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A90 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 474 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1A98 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 475 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1AA0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 476 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1AA8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 483 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B00 */ _(Bi,x), _(Bi,x), _(Bi,x), _(CR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), x 484 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B08 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 485 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B10 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 486 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 487 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 488 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 489 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,T), _(M,T), x 491 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B40 */ _(M,LR), _(M,LR), _(M,T), _(M,TR), _(V,R), _(C,x), _(C,x), _(C,x), x 492 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B48 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), x 493 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 494 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B58 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 495 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B60 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 496 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B68 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 497 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B70 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 498 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B78 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 502 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B80 */ _(Bi,x), _(CR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 503 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B88 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 504 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B90 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 505 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1B98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 506 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BA0 */ _(C,x), _(CS,x), _(CS,x), _(CS,x), _(M,T), _(M,B), _(M,L), _(M,R), x 507 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BA8 */ _(M,T), _(M,T), _(V,R), _(V,x), _(CS,x), _(CS,x), _(C,x), _(C,x), x 508 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BB0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 509 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BB8 */ _(x,x), _(x,x), _(A,x), _(C,x), _(C,x), _(C,x), _(CF,x), _(CF,x), x 513 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BC0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 514 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BC8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 515 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BD0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 516 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BD8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 517 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BE0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(N,x), _(M,x), x 518 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BE8 */ _(M,x), _(M,x), _(M,x), _(M,x), _(M,x), _(M,x), _(M,x), _(M,x), x 519 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BF0 */ _(CF,x), _(CF,x), _(V,R), _(V,R), _(x,x), _(x,x), _(x,x), _(x,x), x 520 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1BF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 524 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C00 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 525 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 526 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 527 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 528 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(CS,x), _(CS,x), _(M,R), _(M,L), x 529 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C28 */ _(M,L), _(M,TL), _(M,R), _(M,R), _(M,B), _(CF,x), _(CF,x), _(CF,x), x 530 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C30 */ _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(Bi,x), _(Bi,x), _(x,x), _(N,x), x 531 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C38 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 532 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C40 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 533 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1C48 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), x 540 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1CD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 541 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1CD8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 542 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1CE0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 543 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1CE8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 544 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1CF0 */ _(x,x), _(x,x), _(Vs,x), _(Vs,x), _(x,x), _(x,x), _(x,x), _(x,x), x 545 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 1CF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 552 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A800 */ _(VI,x), _(VI,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), _(V,T), _(C,x), x 553 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A808 */ _(C,x), _(C,x), _(C,x), _(Bi,x), _(C,x), _(C,x), _(C,x), _(C,x), x 554 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A810 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 555 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A818 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 556 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A820 */ _(C,x), _(C,x), _(C,x), _(M,R), _(M,R), _(M,B), _(M,T), _(M,R), x 557 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A828 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 561 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A830 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 562 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A838 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 566 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A840 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 567 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A848 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 568 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A850 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 569 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A858 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(Vo,x), _(Vo,x), x 570 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A860 */ _(Vo,x), _(Vo,x), _(C,x), _(C,x), _(C,x), _(C,x), _(Vo,x), _(CS,x), x 571 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A868 */ _(CS,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 572 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A870 */ _(C,x), _(CS,x), _(C,x), _(Bi,x), _(x,x), _(x,x), _(x,x), _(x,x), x 573 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A878 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 577 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A880 */ _(Bi,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 578 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A888 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 579 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A890 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 580 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A898 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 581 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 582 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 583 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8B0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(CF,x), _(M,R), _(M,R), _(M,R), x 585 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8C0 */ _(M,R), _(M,R), _(M,R), _(M,R), _(V,B), _(x,x), _(x,x), _(x,x), x 586 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 587 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 588 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8D8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 592 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8E0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 593 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8E8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 594 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8F0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 595 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A8F8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 599 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A900 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 600 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A908 */ _(x,x), _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 601 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A910 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 602 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A918 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 603 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A920 */ _(C,x), _(C,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), _(Vo,x), x 604 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A928 */ _(Vo,x), _(Vo,x), _(Vo,x), _(TM,x), _(TM,x), _(TM,x), _(x,x), _(x,x), x 608 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A930 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 609 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A938 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 610 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A940 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(M,B), x 611 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A948 */ _(M,B), _(M,B), _(M,T), _(M,B), _(M,B), _(M,B), _(M,B), _(CF,x), x 612 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A950 */ _(CF,x), _(CF,x), _(CF,x), _(V,R), _(x,x), _(x,x), _(x,x), _(x,x), x 613 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A958 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 617 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A960 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 618 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A968 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 619 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A970 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 620 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A978 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 624 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A980 */ _(Bi,x), _(Bi,x), _(CR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 625 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A988 */ _(VI,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), x 626 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A990 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 627 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A998 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 628 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 629 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 630 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9B0 */ _(C,x), _(C,x), _(C,x), _(N,x), _(M,R), _(M,R), _(M,T), _(M,T), x 631 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9B8 */ _(M,B), _(M,B), _(M,L), _(M,L), _(M,T), _(CS,x), _(CM,x), _(CM,x), x 632 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9C0 */ _(V,BR), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 633 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 634 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 635 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9D8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 639 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9E0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 640 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9E8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 641 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9F0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 642 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* A9F8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 646 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA00 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), x 647 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA08 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 648 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 649 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA18 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 650 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 651 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA28 */ _(C,x), _(M,T), _(M,T), _(M,T), _(M,T), _(M,B), _(M,T), _(M,L), x 652 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA30 */ _(M,L), _(M,T), _(M,B), _(CM,x), _(CM,x), _(CM,x), _(CM,x), _(x,x), x 653 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA38 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 654 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA40 */ _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), x 655 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA48 */ _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(x,x), _(x,x), x 656 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 657 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA58 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 661 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA60 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 662 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA68 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 663 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA70 */ _(x,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), x 664 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA78 */ _(x,x), _(x,x), _(C,x), _(TM,x), _(x,x), _(x,x), _(x,x), _(x,x), x 668 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA80 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 669 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA88 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 670 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA90 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 671 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AA98 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 672 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAA0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 673 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAA8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 675 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAB8 */ _(M,T),_(M,VOL), _(M,R),_(M,VOL),_(M,VOL), _(M,R), _(M,T), _(TM,x), x 676 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAC0 */ _(TL,x), _(TM,x), _(TL,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 677 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAC8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 678 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAD0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 679 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAD8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 683 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAE0 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 684 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAE8 */ _(C,x), _(C,x), _(C,x), _(M,L), _(M,B), _(M,T), _(M,L), _(M,R), x 685 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(Vs,x), _(V,I), _(x,x), x 686 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* AAF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 693 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABC0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 694 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABC8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(VI,x), _(VI,x), x 695 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABD0 */ _(C,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 696 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABD8 */ _(C,x), _(C,x), _(C,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), _(CF,x), x 697 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABE0 */ _(CF,x), _(CF,x), _(CF,x), _(M,R), _(M,R), _(M,T), _(M,R), _(M,R), x 698 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABE8 */ _(M,B), _(M,R), _(M,R), _(x,x), _(TM,x), _(V,B), _(x,x), _(x,x), x 699 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABF0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 700 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* ABF8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 707 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A00 */ _(C,x), _(M,O), _(M,B), _(M,B), _(x,x), _(M,T), _(M,O), _(x,x), x 708 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A08 */ _(x,x), _(x,x), _(x,x), _(x,x), _(M,B), _(x,x), _(Bi,x), _(Vs,x), x 709 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A10 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(C,x), _(C,x), _(C,x), x 710 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A18 */ _(x,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 711 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A20 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 712 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A28 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 713 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A30 */ _(C,x), _(C,x), _(C,x), _(C,x), _(x,x), _(x,x), _(x,x), _(x,x), x 714 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A38 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(V,I), x 715 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A40 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 716 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A48 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 717 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A50 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 718 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 10A58 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 725 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11000 */ _(Bi,x), _(Bi,x), _(Vs,x), _(x,x), _(x,x), _(VI,x), _(VI,x), _(VI,x), x 726 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11008 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 727 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11010 */ _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 728 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11018 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 729 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11020 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 730 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11028 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 731 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11030 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 733 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11040 */ _(M,B), _(M,B), _(M,T), _(M,T), _(M,T), _(M,T), _(V,T), _(x,x), x 734 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11048 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 735 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11050 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 736 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11058 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 737 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11060 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 738 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11068 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 739 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11070 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 740 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11078 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 744 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11080 */ _(Bi,x), _(Bi,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 745 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11088 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), x 746 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11090 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 747 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11098 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 748 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 749 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 751 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110B8 */ _(M,R), _(V,B), _(N,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 752 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110C0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 753 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 110C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 760 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11100 */ _(Bi,x), _(Bi,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(C,x), x 761 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11108 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 762 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11110 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 763 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11118 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 764 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11120 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(M,T), x 766 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11130 */ _(M,T), _(M,B), _(M,B), _(V,I), _(V,T), _(x,x), _(x,x), _(x,x), x 767 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11138 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 768 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11140 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 769 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11148 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 776 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11180 */ _(Bi,x), _(Bi,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 777 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11188 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 778 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11190 */ _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 779 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11198 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 780 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 781 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111A8 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 782 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111B0 */ _(C,x), _(C,x), _(C,x), _(M,R), _(M,L), _(M,R), _(M,B), _(M,B), x 784 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111C0 */ _(V,R), _(A,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 785 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 786 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 787 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 111D8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 794 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11680 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), x 795 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11688 */ _(VI,x), _(VI,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 796 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11690 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 797 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 11698 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 798 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116A0 */ _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), _(C,x), x 799 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116A8 */ _(C,x), _(C,x), _(C,x), _(Bi,x), _(Vs,x), _(M,T), _(M,L), _(M,R), x 800 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116B0 */ _(M,B), _(M,B), _(M,T), _(M,T), _(M,T), _(M,T), _(V,T), _(N,x), x 801 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116B8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 802 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116C0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 803 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc /* 116C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), x 824 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc if (unlikely (u == 0x00A0)) return _(CP,x); x 825 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc if (unlikely (u == 0x25CC)) return _(CP,x); x 826 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.cc return _(x,x); x 311 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc #define IS_SARA_AM(x) (((x) & ~0x0080) == 0x0E33) x 312 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc #define NIKHAHIT_FROM_SARA_AM(x) ((x) - 0xE33 + 0xE4D) x 313 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc #define SARA_AA_FROM_SARA_AM(x) ((x) - 1) x 314 third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc #define IS_TONE_MARK(x) (hb_in_ranges<hb_codepoint_t> ((x) & ~0x0080, 0x0E34, 0x0E37, 0x0E47, 0x0E4E, 0x0E31, 0x0E31)) x 163 third_party/harfbuzz-ng/src/hb-private.hh #define __attribute__(x) x 827 third_party/harfbuzz-ng/src/hb-private.hh #define FLAG(x) (1<<(x)) x 828 third_party/harfbuzz-ng/src/hb-private.hh #define FLAG_RANGE(x,y) (ASSERT_STATIC_EXPR_ZERO ((x) < (y)) + FLAG(y+1) - FLAG(x)) x 741 third_party/jsoncpp/overrides/include/json/value.h static bool equals( const IteratorState &x, const IteratorState &other ); x 748 third_party/jsoncpp/overrides/include/json/value.h static int distance( const IteratorState &x, const IteratorState &y ); x 810 third_party/jsoncpp/overrides/include/json/value.h static bool equals( const IteratorState &x, const IteratorState &other ); x 815 third_party/jsoncpp/overrides/include/json/value.h static int distance( const IteratorState &x, const IteratorState &y ); x 290 third_party/khronos/EGL/eglext.h EGLAPI EGLBoolean EGLAPIENTRY eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height); x 292 third_party/khronos/EGL/eglext.h typedef EGLBoolean (EGLAPIENTRYP PFNEGLPOSTSUBBUFFERNVPROC) (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height); x 401 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); x 402 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); x 470 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels); x 474 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glScissor (GLint x, GLint y, GLsizei width, GLsizei height); x 510 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib1f (GLuint index, GLfloat x); x 512 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y); x 514 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z); x 516 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w); x 519 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glViewport (GLint x, GLint y, GLsizei width, GLsizei height); x 310 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOPYTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); x 323 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); x 866 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); x 871 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data); x 1564 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLSTARTTILINGQCOMPROC) (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask); x 1567 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask); x 57 third_party/libaddressinput/chromium/cpp/src/util/md5.cc #define F1(x, y, z) (z ^ (x & (y ^ z))) x 58 third_party/libaddressinput/chromium/cpp/src/util/md5.cc #define F2(x, y, z) F1(z, x, y) x 59 third_party/libaddressinput/chromium/cpp/src/util/md5.cc #define F3(x, y, z) (x ^ y ^ z) x 60 third_party/libaddressinput/chromium/cpp/src/util/md5.cc #define F4(x, y, z) (y ^ (x | ~z)) x 63 third_party/libaddressinput/chromium/cpp/src/util/md5.cc #define MD5STEP(f, w, x, y, z, data, s) \ x 64 third_party/libaddressinput/chromium/cpp/src/util/md5.cc ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) x 24 third_party/libaddressinput/chromium/cpp/test/util/scoped_ptr_unittest.cc int SomeMeth(int x) { return x; } x 91 third_party/libevent/buffer.c #define SWAP(x,y) do { \ x 92 third_party/libevent/buffer.c (x)->buffer = (y)->buffer; \ x 93 third_party/libevent/buffer.c (x)->orig_buffer = (y)->orig_buffer; \ x 94 third_party/libevent/buffer.c (x)->misalign = (y)->misalign; \ x 95 third_party/libevent/buffer.c (x)->totallen = (y)->totallen; \ x 96 third_party/libevent/buffer.c (x)->off = (y)->off; \ x 89 third_party/libevent/epoll.c #define FD_CLOSEONEXEC(x) do { \ x 90 third_party/libevent/epoll.c if (fcntl(x, F_SETFD, 1) == -1) \ x 91 third_party/libevent/epoll.c event_warn("fcntl(%d, F_SETFD)", x); \ x 94 third_party/libevent/epoll.c #define FD_CLOSEONEXEC(x) x 760 third_party/libevent/evdns.c #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while(0) x 761 third_party/libevent/evdns.c #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0) x 762 third_party/libevent/evdns.c #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while(0) x 1377 third_party/libevent/evdns.c #define APPEND16(x) do { \ x 1380 third_party/libevent/evdns.c _t = htons(x); \ x 1384 third_party/libevent/evdns.c #define APPEND32(x) do { \ x 1387 third_party/libevent/evdns.c _t32 = htonl(x); \ x 514 third_party/libevent/event.h #define signal_set(ev, x, cb, arg) \ x 515 third_party/libevent/event.h event_set(ev, x, EV_SIGNAL|EV_PERSIST, cb, arg) x 964 third_party/libevent/event.h #define EVBUFFER_LENGTH(x) (x)->off x 965 third_party/libevent/event.h #define EVBUFFER_DATA(x) (x)->buffer x 966 third_party/libevent/event.h #define EVBUFFER_INPUT(x) (x)->input x 967 third_party/libevent/event.h #define EVBUFFER_OUTPUT(x) (x)->output x 193 third_party/libevent/http.c #define EVHTTP_BASE_SET(x, y) do { \ x 194 third_party/libevent/http.c if ((x)->base != NULL) event_base_set((x)->base, y); \ x 58 third_party/libevent/kqueue.c #define PTR_TO_UDATA(x) ((intptr_t)(x)) x 60 third_party/libevent/kqueue.c #define PTR_TO_UDATA(x) (x) x 44 third_party/libevent/log.h #define event_debug(x) _event_debugx x x 46 third_party/libevent/log.h #define event_debug(x) do {;} while (0) x 60 third_party/libevent/select.c #define howmany(x, y) (((x)+((y)-1))/(y)) x 87 third_party/libevent/signal.c #define FD_CLOSEONEXEC(x) do { \ x 88 third_party/libevent/signal.c if (fcntl(x, F_SETFD, 1) == -1) \ x 89 third_party/libevent/signal.c event_warn("fcntl(%d, F_SETFD)", x); \ x 92 third_party/libevent/signal.c #define FD_CLOSEONEXEC(x) x 26 third_party/libjingle/overrides/talk/base/basictypes.h #define INT64_C(x) x ## I64 x 29 third_party/libjingle/overrides/talk/base/basictypes.h #define UINT64_C(x) x ## UI64 x 34 third_party/libjingle/overrides/talk/base/basictypes.h #define INT64_C(x) x ## LL x 37 third_party/libjingle/overrides/talk/base/basictypes.h #define UINT64_C(x) x ## ULL x 53 third_party/libjingle/overrides/talk/base/logging.h #define KLABEL(x) { x, #x } x 61 third_party/libjpeg/jccolor.c #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) x 79 third_party/libjpeg/jcphuff.c #define IRIGHT_SHIFT(x,shft) \ x 80 third_party/libjpeg/jcphuff.c ((ishift_temp = (x)) < 0 ? \ x 85 third_party/libjpeg/jcphuff.c #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) x 62 third_party/libjpeg/jdcolor.c #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) x 74 third_party/libjpeg/jdcolor.c INT32 x; x 90 third_party/libjpeg/jdcolor.c for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) { x 95 third_party/libjpeg/jdcolor.c RIGHT_SHIFT(FIX(1.40200) * x + ONE_HALF, SCALEBITS); x 98 third_party/libjpeg/jdcolor.c RIGHT_SHIFT(FIX(1.77200) * x + ONE_HALF, SCALEBITS); x 100 third_party/libjpeg/jdcolor.c cconvert->Cr_g_tab[i] = (- FIX(0.71414)) * x; x 103 third_party/libjpeg/jdcolor.c cconvert->Cb_g_tab[i] = (- FIX(0.34414)) * x + ONE_HALF; x 139 third_party/libjpeg/jdct.h #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5)) x 146 third_party/libjpeg/jdct.h #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) x 443 third_party/libjpeg/jdhuff.c #define HUFF_EXTEND(x,s) ((x) < (1<<((s)-1)) ? (x) + (((-1)<<(s)) + 1) : (x)) x 447 third_party/libjpeg/jdhuff.c #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x)) x 74 third_party/libjpeg/jdmerge.c #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) x 87 third_party/libjpeg/jdmerge.c INT32 x; x 103 third_party/libjpeg/jdmerge.c for (i = 0, x = -CENTERJSAMPLE; i <= MAXJSAMPLE; i++, x++) { x 108 third_party/libjpeg/jdmerge.c RIGHT_SHIFT(FIX(1.40200) * x + ONE_HALF, SCALEBITS); x 111 third_party/libjpeg/jdmerge.c RIGHT_SHIFT(FIX(1.77200) * x + ONE_HALF, SCALEBITS); x 113 third_party/libjpeg/jdmerge.c upsample->Cr_g_tab[i] = (- FIX(0.71414)) * x; x 116 third_party/libjpeg/jdmerge.c upsample->Cb_g_tab[i] = (- FIX(0.34414)) * x + ONE_HALF; x 203 third_party/libjpeg/jdphuff.c #define HUFF_EXTEND(x,s) ((x) < (1<<((s)-1)) ? (x) + (((-1)<<(s)) + 1) : (x)) x 207 third_party/libjpeg/jdphuff.c #define HUFF_EXTEND(x,s) ((x) < extend_test[s] ? (x) + extend_offset[s] : (x)) x 98 third_party/libjpeg/jfdctfst.c #define DESCALE(x,n) RIGHT_SHIFT(x, n) x 111 third_party/libjpeg/jidctfst.c #define DESCALE(x,n) RIGHT_SHIFT(x, n) x 147 third_party/libjpeg/jidctfst.c #define IRIGHT_SHIFT(x,shft) \ x 148 third_party/libjpeg/jidctfst.c ((ishift_temp = (x)) < 0 ? \ x 153 third_party/libjpeg/jidctfst.c #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) x 157 third_party/libjpeg/jidctfst.c #define IDESCALE(x,n) ((int) IRIGHT_SHIFT((x) + (1 << ((n)-1)), n)) x 159 third_party/libjpeg/jidctfst.c #define IDESCALE(x,n) ((int) IRIGHT_SHIFT(x, n)) x 284 third_party/libjpeg/jpegint.h #define RIGHT_SHIFT(x,shft) \ x 285 third_party/libjpeg/jpegint.h ((shift_temp = (x)) < 0 ? \ x 290 third_party/libjpeg/jpegint.h #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) x 660 third_party/libjpeg/jquant2.c int i, x, ncolors; x 689 third_party/libjpeg/jquant2.c x = GETJSAMPLE(cinfo->colormap[0][i]); x 690 third_party/libjpeg/jquant2.c if (x < minc0) { x 691 third_party/libjpeg/jquant2.c tdist = (x - minc0) * C0_SCALE; x 693 third_party/libjpeg/jquant2.c tdist = (x - maxc0) * C0_SCALE; x 695 third_party/libjpeg/jquant2.c } else if (x > maxc0) { x 696 third_party/libjpeg/jquant2.c tdist = (x - maxc0) * C0_SCALE; x 698 third_party/libjpeg/jquant2.c tdist = (x - minc0) * C0_SCALE; x 703 third_party/libjpeg/jquant2.c if (x <= centerc0) { x 704 third_party/libjpeg/jquant2.c tdist = (x - maxc0) * C0_SCALE; x 707 third_party/libjpeg/jquant2.c tdist = (x - minc0) * C0_SCALE; x 712 third_party/libjpeg/jquant2.c x = GETJSAMPLE(cinfo->colormap[1][i]); x 713 third_party/libjpeg/jquant2.c if (x < minc1) { x 714 third_party/libjpeg/jquant2.c tdist = (x - minc1) * C1_SCALE; x 716 third_party/libjpeg/jquant2.c tdist = (x - maxc1) * C1_SCALE; x 718 third_party/libjpeg/jquant2.c } else if (x > maxc1) { x 719 third_party/libjpeg/jquant2.c tdist = (x - maxc1) * C1_SCALE; x 721 third_party/libjpeg/jquant2.c tdist = (x - minc1) * C1_SCALE; x 725 third_party/libjpeg/jquant2.c if (x <= centerc1) { x 726 third_party/libjpeg/jquant2.c tdist = (x - maxc1) * C1_SCALE; x 729 third_party/libjpeg/jquant2.c tdist = (x - minc1) * C1_SCALE; x 734 third_party/libjpeg/jquant2.c x = GETJSAMPLE(cinfo->colormap[2][i]); x 735 third_party/libjpeg/jquant2.c if (x < minc2) { x 736 third_party/libjpeg/jquant2.c tdist = (x - minc2) * C2_SCALE; x 738 third_party/libjpeg/jquant2.c tdist = (x - maxc2) * C2_SCALE; x 740 third_party/libjpeg/jquant2.c } else if (x > maxc2) { x 741 third_party/libjpeg/jquant2.c tdist = (x - maxc2) * C2_SCALE; x 743 third_party/libjpeg/jquant2.c tdist = (x - minc2) * C2_SCALE; x 747 third_party/libjpeg/jquant2.c if (x <= centerc2) { x 748 third_party/libjpeg/jquant2.c tdist = (x - maxc2) * C2_SCALE; x 751 third_party/libjpeg/jquant2.c tdist = (x - minc2) * C2_SCALE; x 867 third_party/libpng/png.c long lo, hi, x, y; x 875 third_party/libpng/png.c x = a * d + c * b; /* AD + CB */ x 876 third_party/libpng/png.c y = ((lo >> 16) & 0xffff) + x; x 1245 third_party/libpng/pngconf.h # define png_sizeof(x) png_convert_size(sizeof(x)) x 1248 third_party/libpng/pngconf.h # define png_sizeof(x) sizeof(x) x 3416 third_party/libpng/pngrtran.c png_uint_16 v, w, x; x 3420 third_party/libpng/pngrtran.c x = gamma_16_from_1[((w&0xff) >> gamma_shift)][w >> 8]; x 3421 third_party/libpng/pngrtran.c *dp = (png_byte)((x >> 8) & 0xff); x 3422 third_party/libpng/pngrtran.c *(dp + 1) = (png_byte)(x & 0xff); x 3425 third_party/libpng/pngrtran.c x = gamma_16_from_1[((w&0xff) >> gamma_shift)][w >> 8]; x 3426 third_party/libpng/pngrtran.c *(dp + 2) = (png_byte)((x >> 8) & 0xff); x 3427 third_party/libpng/pngrtran.c *(dp + 3) = (png_byte)(x & 0xff); x 3430 third_party/libpng/pngrtran.c x = gamma_16_from_1[(w & 0xff) >> gamma_shift][w >> 8]; x 3431 third_party/libpng/pngrtran.c *(dp + 4) = (png_byte)((x >> 8) & 0xff); x 3432 third_party/libpng/pngrtran.c *(dp + 5) = (png_byte)(x & 0xff); x 167 third_party/libusb/src/libusb/libusb.h static inline uint16_t libusb_cpu_to_le16(const uint16_t x) x 173 third_party/libusb/src/libusb/libusb.h _tmp.b8[1] = (uint8_t) (x >> 8); x 174 third_party/libusb/src/libusb/libusb.h _tmp.b8[0] = (uint8_t) (x & 0xff); x 2119 third_party/libva/va/va.h int x, /* coordinates of the upper left source pixel */ x 2314 third_party/libva/va/va.h short x; x 258 third_party/libva/va/va_backend.h int x, /* coordinates of the upper left source pixel */ x 52 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_STRINGIFY(x) \ x 53 third_party/libva/va/va_compat.h VA_CPP_HELPER_STRINGIFY_(x) x 54 third_party/libva/va/va_compat.h #define VA_CPP_HELPER_STRINGIFY_(x) \ x 55 third_party/libva/va/va_compat.h #x x 65 third_party/libva/va/x11/va_dricommon.h int x; x 144 third_party/libwebp/dec/buffer.c const int x = options->crop_left & ~1; x 146 third_party/libwebp/dec/buffer.c if (x < 0 || y < 0 || cw <= 0 || ch <= 0 || x + cw > w || y + ch > h) { x 300 third_party/libwebp/dec/tree.c int x; x 301 third_party/libwebp/dec/tree.c for (x = 0; x < 4; ++x) { x 302 third_party/libwebp/dec/tree.c const uint8_t* const prob = kBModesProba[top[x]][ymode]; x 322 third_party/libwebp/dec/tree.c top[x] = ymode; x 489 third_party/libwebp/dec/vp8.c int x, y, ch; x 518 third_party/libwebp/dec/vp8.c for (x = 0; x < 4; ++x) { x 539 third_party/libwebp/dec/vp8.c for (x = 0; x < 2; ++x) { x 610 third_party/libwebp/dec/vp8l.c const uint32_t* const image, int xsize, int bits, int x, int y) { x 612 third_party/libwebp/dec/vp8l.c return image[xsize * (y >> bits) + (x >> bits)]; x 616 third_party/libwebp/dec/vp8l.c int x, int y) { x 618 third_party/libwebp/dec/vp8l.c hdr->huffman_subsample_bits_, x, y); x 758 third_party/libwebp/dec/webp.c int x = 0, y = 0, w = W, h = H; x 765 third_party/libwebp/dec/webp.c x = options->crop_left; x 768 third_party/libwebp/dec/webp.c x &= ~1; x 771 third_party/libwebp/dec/webp.c if (x < 0 || y < 0 || w <= 0 || h <= 0 || x + w > W || y + h > H) { x 775 third_party/libwebp/dec/webp.c io->crop_left = x; x 777 third_party/libwebp/dec/webp.c io->crop_right = x + w; x 57 third_party/libwebp/dsp/dec.c #define STORE(x, y, v) \ x 58 third_party/libwebp/dsp/dec.c dst[x + y * BPS] = clip_8b(dst[x + y * BPS] + ((v) >> 3)) x 192 third_party/libwebp/dsp/dec.c #define DST(x, y) dst[(x) + (y) * BPS] x 200 third_party/libwebp/dsp/dec.c int x; x 201 third_party/libwebp/dsp/dec.c for (x = 0; x < size; ++x) { x 202 third_party/libwebp/dsp/dec.c dst[x] = clip[top[x]]; x 595 third_party/libwebp/dsp/dec_sse2.c static WEBP_INLINE void Store4x4(__m128i* x, uint8_t* dst, int stride) { x 598 third_party/libwebp/dsp/dec_sse2.c *((int32_t*)dst) = _mm_cvtsi128_si32(*x); x 599 third_party/libwebp/dsp/dec_sse2.c *x = _mm_srli_si128(*x, 4); x 85 third_party/libwebp/dsp/enc.c #define STORE(x, y, v) \ x 86 third_party/libwebp/dsp/enc.c dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3)) x 225 third_party/libwebp/dsp/enc.c #define DST(x, y) dst[(x) + (y) * BPS] x 264 third_party/libwebp/dsp/enc.c int x; x 265 third_party/libwebp/dsp/enc.c for (x = 0; x < size; ++x) { x 266 third_party/libwebp/dsp/enc.c dst[x] = clip_table[top[x]]; x 498 third_party/libwebp/dsp/enc.c int x, y; x 502 third_party/libwebp/dsp/enc.c for (x = 0; x < 4; ++x) { x 503 third_party/libwebp/dsp/enc.c dst[x] = clip_table[top[x]]; x 534 third_party/libwebp/dsp/enc.c int y, x; x 536 third_party/libwebp/dsp/enc.c for (x = 0; x < w; ++x) { x 537 third_party/libwebp/dsp/enc.c const int diff = (int)a[x] - b[x]; x 611 third_party/libwebp/dsp/enc.c int x, y; x 613 third_party/libwebp/dsp/enc.c for (x = 0; x < 16; x += 4) { x 614 third_party/libwebp/dsp/enc.c D += Disto4x4(a + x + y, b + x + y, w); x 604 third_party/libwebp/dsp/enc_neon.c int x, y; x 606 third_party/libwebp/dsp/enc_neon.c for (x = 0; x < 16; x += 4) { x 607 third_party/libwebp/dsp/enc_neon.c D += Disto4x4(a + x + y, b + x + y, w); x 794 third_party/libwebp/dsp/enc_sse2.c int x, y; x 796 third_party/libwebp/dsp/enc_sse2.c for (x = 0; x < 16; x += 4) { x 797 third_party/libwebp/dsp/enc_sse2.c D += Disto4x4SSE2(a + x + y, b + x + y, w); x 535 third_party/libwebp/dsp/lossless.c const int x = X[i]; x 537 third_party/libwebp/dsp/lossless.c if (x != 0) { x 538 third_party/libwebp/dsp/lossless.c sumX += x; x 539 third_party/libwebp/dsp/lossless.c retval -= VP8LFastSLog2(x); x 586 third_party/libwebp/dsp/lossless.c int x; x 590 third_party/libwebp/dsp/lossless.c for (x = 0; x < xmax; ++x) { x 591 third_party/libwebp/dsp/lossless.c const int col = col_start + x; x 634 third_party/libwebp/dsp/lossless.c int x; x 638 third_party/libwebp/dsp/lossless.c for (x = 0; x < xmax; ++x) { x 639 third_party/libwebp/dsp/lossless.c const int col = col_start + x; x 714 third_party/libwebp/dsp/lossless.c int x; x 717 third_party/libwebp/dsp/lossless.c for (x = 1; x < width; ++x) { x 718 third_party/libwebp/dsp/lossless.c const uint32_t pred1 = Predictor1(data[x - 1], NULL); x 719 third_party/libwebp/dsp/lossless.c AddPixelsEq(data + x, pred1); x 733 third_party/libwebp/dsp/lossless.c int x; x 743 third_party/libwebp/dsp/lossless.c for (x = 1; x < width; ++x) { x 745 third_party/libwebp/dsp/lossless.c if ((x & mask) == 0) { // start of tile. Read predictor function. x 748 third_party/libwebp/dsp/lossless.c pred = pred_func(data[x - 1], data + x - width); x 749 third_party/libwebp/dsp/lossless.c AddPixelsEq(data + x, pred); x 1097 third_party/libwebp/dsp/lossless.c int x; x 1099 third_party/libwebp/dsp/lossless.c for (x = 0; x < width; ++x) { x 1100 third_party/libwebp/dsp/lossless.c if ((x & mask) == 0) ColorCodeToMultipliers(*pred++, &m); x 1101 third_party/libwebp/dsp/lossless.c data[x] = TransformColor(&m, data[x], 1); x 1124 third_party/libwebp/dsp/lossless.c int x; \ x 1125 third_party/libwebp/dsp/lossless.c for (x = 0; x < width; ++x) { \ x 1130 third_party/libwebp/dsp/lossless.c if ((x & count_mask) == 0) packed_pixels = GET_INDEX(*src++); \ x 1137 third_party/libwebp/dsp/lossless.c int x; \ x 1138 third_party/libwebp/dsp/lossless.c for (x = 0; x < width; ++x) { \ x 1377 third_party/libwebp/dsp/lossless.c int x; x 1382 third_party/libwebp/dsp/lossless.c for (x = 0; x < width; ++x) { x 1383 third_party/libwebp/dsp/lossless.c const int xsub = x & mask; x 1387 third_party/libwebp/dsp/lossless.c code |= row[x] << (8 + bit_depth * xsub); x 1388 third_party/libwebp/dsp/lossless.c dst[x >> xbits] = code; x 1391 third_party/libwebp/dsp/lossless.c for (x = 0; x < width; ++x) dst[x] = 0xff000000 | (row[x] << 8); x 130 third_party/libwebp/dsp/lossless.h const uint32_t x = value >> shift; x 131 third_party/libwebp/dsp/lossless.h if (x != 0) { x 132 third_party/libwebp/dsp/lossless.h value = x; x 42 third_party/libwebp/dsp/upsampling.c int x; \ x 55 third_party/libwebp/dsp/upsampling.c for (x = 1; x <= last_pixel_pair; ++x) { \ x 56 third_party/libwebp/dsp/upsampling.c const uint32_t t_uv = LOAD_UV(top_u[x], top_v[x]); /* top sample */ \ x 57 third_party/libwebp/dsp/upsampling.c const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \ x 65 third_party/libwebp/dsp/upsampling.c FUNC(top_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \ x 66 third_party/libwebp/dsp/upsampling.c top_dst + (2 * x - 1) * XSTEP); \ x 67 third_party/libwebp/dsp/upsampling.c FUNC(top_y[2 * x - 0], uv1 & 0xff, (uv1 >> 16), \ x 68 third_party/libwebp/dsp/upsampling.c top_dst + (2 * x - 0) * XSTEP); \ x 73 third_party/libwebp/dsp/upsampling.c FUNC(bottom_y[2 * x - 1], uv0 & 0xff, (uv0 >> 16), \ x 74 third_party/libwebp/dsp/upsampling.c bottom_dst + (2 * x - 1) * XSTEP); \ x 75 third_party/libwebp/dsp/upsampling.c FUNC(bottom_y[2 * x + 0], uv1 & 0xff, (uv1 >> 16), \ x 76 third_party/libwebp/dsp/upsampling.c bottom_dst + (2 * x + 0) * XSTEP); \ x 169 third_party/libwebp/dsp/upsampling.c int x; \ x 172 third_party/libwebp/dsp/upsampling.c for (x = 0; x < half_len; ++x) { \ x 173 third_party/libwebp/dsp/upsampling.c FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x + 0); \ x 174 third_party/libwebp/dsp/upsampling.c FUNC(top_y[2 * x + 1], top_u[x], top_v[x], top_dst + 8 * x + 4); \ x 176 third_party/libwebp/dsp/upsampling.c if (len & 1) FUNC(top_y[2 * x + 0], top_u[x], top_v[x], top_dst + 8 * x); \ x 179 third_party/libwebp/dsp/upsampling.c for (x = 0; x < half_len; ++x) { \ x 180 third_party/libwebp/dsp/upsampling.c FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x + 0); \ x 181 third_party/libwebp/dsp/upsampling.c FUNC(bot_y[2 * x + 1], bot_u[x], bot_v[x], bot_dst + 8 * x + 4); \ x 183 third_party/libwebp/dsp/upsampling.c if (len & 1) FUNC(bot_y[2 * x + 0], bot_u[x], bot_v[x], bot_dst + 8 * x); \ x 247 third_party/libwebp/dsp/upsampling.c #define PREMULTIPLY(x, m) (((x) * (m)) >> 23) x 250 third_party/libwebp/dsp/upsampling.c #define PREMULTIPLY(x, m) (((x) * (m) + (1UL << 23)) >> 24) x 278 third_party/libwebp/dsp/upsampling.c static WEBP_INLINE uint8_t dither_hi(uint8_t x) { x 279 third_party/libwebp/dsp/upsampling.c return (x & 0xf0) | (x >> 4); x 282 third_party/libwebp/dsp/upsampling.c static WEBP_INLINE uint8_t dither_lo(uint8_t x) { x 283 third_party/libwebp/dsp/upsampling.c return (x & 0x0f) | (x << 4); x 286 third_party/libwebp/dsp/upsampling.c static WEBP_INLINE uint8_t multiply(uint8_t x, uint32_t m) { x 287 third_party/libwebp/dsp/upsampling.c return (x * m) >> 16; x 29 third_party/libwebp/enc/analysis.c int n, x, y; x 38 third_party/libwebp/enc/analysis.c for (x = 1; x < w - 1; ++x) { x 40 third_party/libwebp/enc/analysis.c const VP8MBInfo* const mb = &enc->mb_info_[x + w * y]; x 57 third_party/libwebp/enc/analysis.c tmp[x + y * w] = majority_seg; x 61 third_party/libwebp/enc/analysis.c for (x = 1; x < w - 1; ++x) { x 62 third_party/libwebp/enc/analysis.c VP8MBInfo* const mb = &enc->mb_info_[x + w * y]; x 63 third_party/libwebp/enc/analysis.c mb->segment_ = tmp[x + y * w]; x 212 third_party/libwebp/enc/backward_references.c uint32_t x = distance % xsize; x 213 third_party/libwebp/enc/backward_references.c if (x > (xsize >> 1)) { x 214 third_party/libwebp/enc/backward_references.c x = xsize - x; x 216 third_party/libwebp/enc/backward_references.c if (x <= 7) { x 218 third_party/libwebp/enc/backward_references.c val -= y * y + x * x; x 303 third_party/libwebp/enc/filter.c int x, y; x 307 third_party/libwebp/enc/filter.c for (x = xmin; x <= xmax; ++x) { x 308 third_party/libwebp/enc/filter.c const int s1 = src1[x]; x 309 third_party/libwebp/enc/filter.c const int s2 = src2[x]; x 356 third_party/libwebp/enc/filter.c int x, y; x 358 third_party/libwebp/enc/filter.c for (x = 0; x < W; ++x) { x 359 third_party/libwebp/enc/filter.c VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats); x 365 third_party/libwebp/enc/filter.c int x, y; x 369 third_party/libwebp/enc/filter.c for (x = 3; x < 13; x++) { x 371 third_party/libwebp/enc/filter.c VP8SSIMAccumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s); x 374 third_party/libwebp/enc/filter.c for (x = 1; x < 7; x++) { x 376 third_party/libwebp/enc/filter.c VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s); x 377 third_party/libwebp/enc/filter.c VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s); x 375 third_party/libwebp/enc/frame.c const int x = (it->i4_ & 3), y = (it->i4_ >> 2); x 382 third_party/libwebp/enc/frame.c ctx = it->top_nz_[x] + it->left_nz_[y]; x 391 third_party/libwebp/enc/frame.c int x, y; x 404 third_party/libwebp/enc/frame.c for (x = 0; x < 4; ++x) { x 405 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[x] + it->left_nz_[y]; x 406 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); x 408 third_party/libwebp/enc/frame.c it->top_nz_[x] = it->left_nz_[y] = (res.last >= 0); x 417 third_party/libwebp/enc/frame.c int ch, x, y; x 425 third_party/libwebp/enc/frame.c for (x = 0; x < 2; ++x) { x 426 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; x 427 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); x 429 third_party/libwebp/enc/frame.c it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = (res.last >= 0); x 513 third_party/libwebp/enc/frame.c int x, y, ch; x 535 third_party/libwebp/enc/frame.c for (x = 0; x < 4; ++x) { x 536 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[x] + it->left_nz_[y]; x 537 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); x 538 third_party/libwebp/enc/frame.c it->top_nz_[x] = it->left_nz_[y] = PutCoeffs(bw, ctx, &res); x 547 third_party/libwebp/enc/frame.c for (x = 0; x < 2; ++x) { x 548 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; x 549 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); x 550 third_party/libwebp/enc/frame.c it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = x 567 third_party/libwebp/enc/frame.c int x, y, ch; x 585 third_party/libwebp/enc/frame.c for (x = 0; x < 4; ++x) { x 586 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[x] + it->left_nz_[y]; x 587 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); x 588 third_party/libwebp/enc/frame.c it->top_nz_[x] = it->left_nz_[y] = RecordCoeffs(ctx, &res); x 596 third_party/libwebp/enc/frame.c for (x = 0; x < 2; ++x) { x 597 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; x 598 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); x 599 third_party/libwebp/enc/frame.c it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = x 615 third_party/libwebp/enc/frame.c int x, y, ch; x 635 third_party/libwebp/enc/frame.c for (x = 0; x < 4; ++x) { x 636 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[x] + it->left_nz_[y]; x 637 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); x 638 third_party/libwebp/enc/frame.c it->top_nz_[x] = it->left_nz_[y] = x 649 third_party/libwebp/enc/frame.c for (x = 0; x < 2; ++x) { x 650 third_party/libwebp/enc/frame.c const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; x 651 third_party/libwebp/enc/frame.c SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); x 652 third_party/libwebp/enc/frame.c it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = x 337 third_party/libwebp/enc/histogram.c int x = 0, y = 0; x 343 third_party/libwebp/enc/histogram.c const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); x 345 third_party/libwebp/enc/histogram.c x += PixOrCopyLength(v); x 346 third_party/libwebp/enc/histogram.c while (x >= xsize) { x 347 third_party/libwebp/enc/histogram.c x -= xsize; x 129 third_party/libwebp/enc/iterator.c const int x = it->x_, y = it->y_; x 131 third_party/libwebp/enc/iterator.c const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16; x 132 third_party/libwebp/enc/iterator.c const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8; x 133 third_party/libwebp/enc/iterator.c const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8; x 134 third_party/libwebp/enc/iterator.c const int w = MinSize(pic->width - x * 16, 16); x 146 third_party/libwebp/enc/iterator.c if (x == 0) { x 187 third_party/libwebp/enc/iterator.c const int x = it->x_, y = it->y_; x 192 third_party/libwebp/enc/iterator.c uint8_t* const ydst = pic->y + (y * pic->y_stride + x) * 16; x 193 third_party/libwebp/enc/iterator.c uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; x 194 third_party/libwebp/enc/iterator.c uint8_t* const vdst = pic->v + (y * pic->uv_stride + x) * 8; x 195 third_party/libwebp/enc/iterator.c int w = (pic->width - x * 16); x 288 third_party/libwebp/enc/iterator.c const int x = it->x_, y = it->y_; x 291 third_party/libwebp/enc/iterator.c if (x < enc->mb_w_ - 1) { // left x 29 third_party/libwebp/enc/picture.c #define HALVE(x) (((x) + 1) >> 1) x 561 third_party/libwebp/enc/picture.c int x; x 562 third_party/libwebp/enc/picture.c for (x = 0; x < width * x_step; x += x_step) { x 563 third_party/libwebp/enc/picture.c if (alpha[x] != 0xff) return 1; // TODO(skal): check 4/8 bytes at a time. x 577 third_party/libwebp/enc/picture.c int x, y; x 581 third_party/libwebp/enc/picture.c for (x = 0; x < picture->width; ++x) { x 582 third_party/libwebp/enc/picture.c if (argb[x] < 0xff000000u) return 1; // test any alpha values != 0xff x 631 third_party/libwebp/enc/picture.c const double x = scale * (v << kGammaTabFix); x 632 third_party/libwebp/enc/picture.c kLinearToGammaTab[v] = (int)(pow(x, 1. / kGamma) * 255. + .5); x 647 third_party/libwebp/enc/picture.c const int x = v & ((kGammaTabScale << 2) - 1); // fractional part x 650 third_party/libwebp/enc/picture.c const int y = v1 * x + v0 * ((kGammaTabScale << 2) - x); // interpolate x 680 third_party/libwebp/enc/picture.c #define RGB_TO_UV(x, y, SUM) { \ x 681 third_party/libwebp/enc/picture.c const int src = (2 * (step * (x) + (y) * rgb_stride)); \ x 682 third_party/libwebp/enc/picture.c const int dst = (x) + (y) * picture->uv_stride; \ x 719 third_party/libwebp/enc/picture.c int x, y; x 737 third_party/libwebp/enc/picture.c for (x = 0; x < width; ++x) { x 738 third_party/libwebp/enc/picture.c const int offset = step * x + y * rgb_stride; x 739 third_party/libwebp/enc/picture.c picture->y[x + y * picture->y_stride] = x 747 third_party/libwebp/enc/picture.c for (x = 0; x < (width >> 1); ++x) { x 748 third_party/libwebp/enc/picture.c RGB_TO_UV(x, y, SUM4); x 751 third_party/libwebp/enc/picture.c RGB_TO_UV(x, y, SUM2V); x 755 third_party/libwebp/enc/picture.c for (x = 0; x < (width >> 1); ++x) { x 756 third_party/libwebp/enc/picture.c RGB_TO_UV(x, y, SUM2H); x 759 third_party/libwebp/enc/picture.c RGB_TO_UV(x, y, SUM1); x 767 third_party/libwebp/enc/picture.c for (x = 0; x < (width >> 1); ++x) { x 768 third_party/libwebp/enc/picture.c RGB_TO_UV0(2 * x, x, y, SUM2H); x 771 third_party/libwebp/enc/picture.c RGB_TO_UV0(2 * x, x, y, SUM1); x 776 third_party/libwebp/enc/picture.c for (x = 0; x < width; ++x) { x 777 third_party/libwebp/enc/picture.c RGB_TO_UV0(x, x, y, SUM1); x 790 third_party/libwebp/enc/picture.c for (x = 0; x < width; ++x) { x 791 third_party/libwebp/enc/picture.c picture->a[x + y * picture->a_stride] = x 792 third_party/libwebp/enc/picture.c a_ptr[step * x + y * rgb_stride]; x 821 third_party/libwebp/enc/picture.c int x, y; x 823 third_party/libwebp/enc/picture.c for (x = 0; x < width; ++x) { x 824 third_party/libwebp/enc/picture.c const int offset = step * x + y * rgb_stride; x 827 third_party/libwebp/enc/picture.c picture->argb[x + y * picture->argb_stride] = argb; x 831 third_party/libwebp/enc/picture.c int x, y; x 834 third_party/libwebp/enc/picture.c for (x = 0; x < width; ++x) { x 835 third_party/libwebp/enc/picture.c const int offset = step * x + y * rgb_stride; x 840 third_party/libwebp/enc/picture.c picture->argb[x + y * picture->argb_stride] = argb; x 933 third_party/libwebp/enc/picture.c int x; x 934 third_party/libwebp/enc/picture.c for (x = 0; x < width; ++x) { x 935 third_party/libwebp/enc/picture.c argb_dst[x] = (argb_dst[x] & 0x00ffffffu) | ((uint32_t)src[x] << 24); x 983 third_party/libwebp/enc/picture.c int y, x; x 985 third_party/libwebp/enc/picture.c for (x = 0; x < size; ++x) { x 986 third_party/libwebp/enc/picture.c if (ptr[x]) { x 1004 third_party/libwebp/enc/picture.c int x, y, w, h; x 1017 third_party/libwebp/enc/picture.c for (x = 0; x < w; ++x) { x 1018 third_party/libwebp/enc/picture.c const int off_a = (y * pic->a_stride + x) * SIZE; x 1019 third_party/libwebp/enc/picture.c const int off_y = (y * pic->y_stride + x) * SIZE; x 1020 third_party/libwebp/enc/picture.c const int off_uv = (y * pic->uv_stride + x) * SIZE2; x 1055 third_party/libwebp/enc/picture.c int x, y; x 1070 third_party/libwebp/enc/picture.c for (x = 0; x < pic->width; ++x) { x 1071 third_party/libwebp/enc/picture.c const int alpha = a_ptr[x]; x 1073 third_party/libwebp/enc/picture.c y_ptr[x] = BLEND(Y0, y_ptr[x], a_ptr[x]); x 1082 third_party/libwebp/enc/picture.c for (x = 0; x < uv_width; ++x) { x 1086 third_party/libwebp/enc/picture.c a_ptr[2 * x + 0] + a_ptr[2 * x + 1] + x 1087 third_party/libwebp/enc/picture.c a_ptr2[2 * x + 0] + a_ptr2[2 * x + 1]; x 1088 third_party/libwebp/enc/picture.c u[x] = BLEND_10BIT(U0, u[x], alpha); x 1089 third_party/libwebp/enc/picture.c v[x] = BLEND_10BIT(V0, v[x], alpha); x 1092 third_party/libwebp/enc/picture.c const int alpha = 2 * (a_ptr[2 * x + 0] + a_ptr2[2 * x + 0]); x 1093 third_party/libwebp/enc/picture.c u[x] = BLEND_10BIT(U0, u[x], alpha); x 1094 third_party/libwebp/enc/picture.c v[x] = BLEND_10BIT(V0, v[x], alpha); x 1103 third_party/libwebp/enc/picture.c for (x = 0; x < pic->width; ++x) { x 1104 third_party/libwebp/enc/picture.c const int alpha = (argb[x] >> 24) & 0xff; x 1107 third_party/libwebp/enc/picture.c int r = (argb[x] >> 16) & 0xff; x 1108 third_party/libwebp/enc/picture.c int g = (argb[x] >> 8) & 0xff; x 1109 third_party/libwebp/enc/picture.c int b = (argb[x] >> 0) & 0xff; x 1113 third_party/libwebp/enc/picture.c argb[x] = MakeARGB32(r, g, b); x 1115 third_party/libwebp/enc/picture.c argb[x] = background; x 1139 third_party/libwebp/enc/picture.c int x, y; x 1144 third_party/libwebp/enc/picture.c for (x = 0; x < w; ++x) { x 1145 third_party/libwebp/enc/picture.c const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; x 1146 third_party/libwebp/enc/picture.c const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; x 1148 third_party/libwebp/enc/picture.c const double value = (double)ref[y * ref_stride + x]; x 724 third_party/libwebp/enc/quant.c int x, y; x 727 third_party/libwebp/enc/quant.c for (x = 0; x < 4; ++x, ++n) { x 728 third_party/libwebp/enc/quant.c const int ctx = it->top_nz_[x] + it->left_nz_[y]; x 732 third_party/libwebp/enc/quant.c it->top_nz_[x] = it->left_nz_[y] = non_zero; x 764 third_party/libwebp/enc/quant.c const int x = it->i4_ & 3, y = it->i4_ >> 2; x 765 third_party/libwebp/enc/quant.c const int ctx = it->top_nz_[x] + it->left_nz_[y]; x 789 third_party/libwebp/enc/quant.c int ch, x, y; x 792 third_party/libwebp/enc/quant.c for (x = 0; x < 2; ++x, ++n) { x 793 third_party/libwebp/enc/quant.c const int ctx = it->top_nz_[4 + ch + x] + it->left_nz_[4 + ch + y]; x 797 third_party/libwebp/enc/quant.c it->top_nz_[4 + ch + x] = it->left_nz_[4 + ch + y] = non_zero; x 910 third_party/libwebp/enc/quant.c const int x = (it->i4_ & 3), y = it->i4_ >> 2; x 911 third_party/libwebp/enc/quant.c const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1]; x 912 third_party/libwebp/enc/quant.c const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4]; x 331 third_party/libwebp/enc/tree.c int x, y; x 334 third_party/libwebp/enc/tree.c for (x = 0; x < 4; ++x) { x 335 third_party/libwebp/enc/tree.c const uint8_t* const probas = kBModesProba[top_pred[x]][left]; x 336 third_party/libwebp/enc/tree.c left = PutI4Mode(bw, preds[x], probas); x 47 third_party/libwebp/enc/vp8l.c int i, x, y, key; x 58 third_party/libwebp/enc/vp8l.c for (x = 0; x < width; ++x) { x 59 third_party/libwebp/enc/vp8l.c if (argb[x] == last_pix) { x 62 third_party/libwebp/enc/vp8l.c last_pix = argb[x]; x 105 third_party/libwebp/enc/vp8l.c int x, y; x 118 third_party/libwebp/enc/vp8l.c for (x = 0; x < width; ++x) { x 119 third_party/libwebp/enc/vp8l.c const uint32_t pix = argb[x]; x 122 third_party/libwebp/enc/vp8l.c if (last_line != NULL && pix == last_line[x]) { x 422 third_party/libwebp/enc/vp8l.c int x = 0; x 430 third_party/libwebp/enc/vp8l.c (x >> histo_bits) : 0]; x 456 third_party/libwebp/enc/vp8l.c x += PixOrCopyLength(v); x 457 third_party/libwebp/enc/vp8l.c while (x >= width) { x 458 third_party/libwebp/enc/vp8l.c x -= width; x 813 third_party/libwebp/enc/vp8l.c int i, x, y; x 829 third_party/libwebp/enc/vp8l.c for (x = 0; x < width; ++x) { x 830 third_party/libwebp/enc/vp8l.c const int color = (src[x] >> 8) & 0xff; x 831 third_party/libwebp/enc/vp8l.c row[x] = inv_palette[color]; x 842 third_party/libwebp/enc/vp8l.c for (x = 0; x < width; ++x) { x 843 third_party/libwebp/enc/vp8l.c const uint32_t pix = src[x]; x 853 third_party/libwebp/enc/vp8l.c row[x] = last_idx; x 359 third_party/libwebp/enc/webpenc.c const float x = config->quality / 100.f; x 360 third_party/libwebp/enc/webpenc.c const float x2 = x * x; x 26 third_party/libwebp/utils/alpha_processing.c static uint32_t Mult(uint8_t x, uint32_t mult) { x 27 third_party/libwebp/utils/alpha_processing.c const uint32_t v = (x * mult + HALF) >> MFIX; x 138 third_party/libwebp/utils/alpha_processing.c int x; x 139 third_party/libwebp/utils/alpha_processing.c for (x = 0; x < width; ++x) { x 140 third_party/libwebp/utils/alpha_processing.c const uint32_t argb = ptr[x]; x 143 third_party/libwebp/utils/alpha_processing.c ptr[x] = 0; x 151 third_party/libwebp/utils/alpha_processing.c ptr[x] = out; x 168 third_party/libwebp/utils/alpha_processing.c int x; x 169 third_party/libwebp/utils/alpha_processing.c for (x = 0; x < width; ++x) { x 170 third_party/libwebp/utils/alpha_processing.c const uint32_t a = alpha[x]; x 173 third_party/libwebp/utils/alpha_processing.c ptr[x] = 0; x 176 third_party/libwebp/utils/alpha_processing.c ptr[x] = Mult(ptr[x], scale); x 21 third_party/libwebp/utils/rescaler.c #define MULT_FIX(x, y) (((int64_t)(x) * (y) + (1 << (RFIX - 1))) >> RFIX) x 417 third_party/libxml/linux/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) __attribute__((alloc_size(x))) x 419 third_party/libxml/linux/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) x 422 third_party/libxml/linux/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) x 453 third_party/libxml/linux/include/libxml/xmlversion.h #define LIBXML_ATTR_ALLOC_SIZE(x) x 417 third_party/libxml/mac/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) __attribute__((alloc_size(x))) x 419 third_party/libxml/mac/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) x 422 third_party/libxml/mac/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) x 453 third_party/libxml/mac/include/libxml/xmlversion.h #define LIBXML_ATTR_ALLOC_SIZE(x) x 2142 third_party/libxml/src/catalog.c #define SKIP(x) cur += x; x 73 third_party/libxml/src/include/libxml/xmlschemastypes.h xmlSchemaCompareValues (xmlSchemaValPtr x, x 137 third_party/libxml/src/include/libxml/xmlschemastypes.h xmlSchemaCompareValuesWhtsp (xmlSchemaValPtr x, x 296 third_party/libxml/src/include/libxml/xpathInternals.h #define CHECK_ARITY(x) \ x 298 third_party/libxml/src/include/libxml/xpathInternals.h if (nargs != (x)) \ x 34790 third_party/libxml/src/testapi.c xmlSchemaValPtr x; /* a first value */ x 34798 third_party/libxml/src/testapi.c x = gen_xmlSchemaValPtr(n_x, 0); x 34801 third_party/libxml/src/testapi.c ret_val = xmlSchemaCompareValues(x, y); x 34804 third_party/libxml/src/testapi.c des_xmlSchemaValPtr(n_x, x, 0); x 34831 third_party/libxml/src/testapi.c xmlSchemaValPtr x; /* a first value */ x 34845 third_party/libxml/src/testapi.c x = gen_xmlSchemaValPtr(n_x, 0); x 34850 third_party/libxml/src/testapi.c ret_val = xmlSchemaCompareValuesWhtsp(x, xws, y, yws); x 34853 third_party/libxml/src/testapi.c des_xmlSchemaValPtr(n_x, x, 0); x 93 third_party/libxml/src/trio.c # define isblank(x) (((x)==32) || ((x)==9)) x 117 third_party/libxml/src/trio.c #define VALID(x) (NULL != (x)) x 124 third_party/libxml/src/trio.c # define TRIO_ERROR_RETURN(x,y) (- ((x) + ((y) << 8))) x 126 third_party/libxml/src/trio.c # define TRIO_ERROR_RETURN(x,y) (-1) x 163 third_party/libxml/src/trio.c # define WCONST(x) L ## x x 165 third_party/libxml/src/trio.c # define iswalnum(x) isalnum(x) x 166 third_party/libxml/src/trio.c # define iswalpha(x) isalpha(x) x 167 third_party/libxml/src/trio.c # define iswblank(x) isblank(x) x 168 third_party/libxml/src/trio.c # define iswcntrl(x) iscntrl(x) x 169 third_party/libxml/src/trio.c # define iswdigit(x) isdigit(x) x 170 third_party/libxml/src/trio.c # define iswgraph(x) isgraph(x) x 171 third_party/libxml/src/trio.c # define iswlower(x) islower(x) x 172 third_party/libxml/src/trio.c # define iswprint(x) isprint(x) x 173 third_party/libxml/src/trio.c # define iswpunct(x) ispunct(x) x 174 third_party/libxml/src/trio.c # define iswspace(x) isspace(x) x 175 third_party/libxml/src/trio.c # define iswupper(x) isupper(x) x 176 third_party/libxml/src/trio.c # define iswxdigit(x) isxdigit(x) x 262 third_party/libxml/src/trio.c # define floorl(x) floor((double)(x)) x 263 third_party/libxml/src/trio.c # define fmodl(x,y) fmod((double)(x),(double)(y)) x 264 third_party/libxml/src/trio.c # define powl(x,y) pow((double)(x),(double)(y)) x 267 third_party/libxml/src/trio.c #define TRIO_FABS(x) (((x) < 0.0) ? -(x) : (x)) x 298 third_party/libxml/src/trio.c #define MAX_CHARS_IN(x) (sizeof(x) * CHAR_BIT) x 67 third_party/libxml/src/trio.h #define TRIO_ERROR_CODE(x) ((-(x)) & 0x00FF) x 68 third_party/libxml/src/trio.h #define TRIO_ERROR_POSITION(x) ((-(x)) >> 8) x 69 third_party/libxml/src/trio.h #define TRIO_ERROR_NAME(x) trio_strerror(x) x 136 third_party/libxml/src/triodef.h # define TRIO_SUFFIX_LONG(x) x x 137 third_party/libxml/src/triodef.h # define TRIO_PROTO(x) () x 150 third_party/libxml/src/triodef.h # define TRIO_VA_START(x,y) va_start(x) x 151 third_party/libxml/src/triodef.h # define TRIO_VA_END(x) va_end(x) x 158 third_party/libxml/src/triodef.h # define TRIO_SUFFIX_LONG(x) x ## L x 159 third_party/libxml/src/triodef.h # define TRIO_PROTO(x) x x 172 third_party/libxml/src/triodef.h # define TRIO_VA_START(x,y) va_start(x,y) x 173 third_party/libxml/src/triodef.h # define TRIO_VA_END(x) va_end(x) x 130 third_party/libxml/src/trionan.c #define TRIO_DOUBLE_INDEX(x) (((unsigned char *)&internalEndianMagic)[7-(x)]) x 74 third_party/libxml/src/triop.h # define TRIO_REALLOC(x,n) realloc((x),(n)) x 77 third_party/libxml/src/triop.h # define TRIO_FREE(x) free(x) x 71 third_party/libxml/src/triostr.c # define strcasecmp(x,y) stricmp(x,y) x 72 third_party/libxml/src/triostr.c # define strncasecmp(x,y,n) strnicmp(x,y,n) x 77 third_party/libxml/src/triostr.c # define strcasecmp(x,y) _stricmp(x,y) x 79 third_party/libxml/src/triostr.c # define strcasecmp(x,y) strcmpi(x,y) x 27 third_party/libxml/src/uri.c #define IS_ALPHA(x) (IS_LOWALPHA(x) || IS_UPALPHA(x)) x 36 third_party/libxml/src/uri.c #define IS_LOWALPHA(x) (((x) >= 'a') && ((x) <= 'z')) x 43 third_party/libxml/src/uri.c #define IS_UPALPHA(x) (((x) >= 'A') && ((x) <= 'Z')) x 51 third_party/libxml/src/uri.c #define IS_DIGIT(x) (((x) >= '0') && ((x) <= '9')) x 57 third_party/libxml/src/uri.c #define IS_ALPHANUM(x) (IS_ALPHA(x) || IS_DIGIT(x)) x 63 third_party/libxml/src/uri.c #define IS_MARK(x) (((x) == '-') || ((x) == '_') || ((x) == '.') || \ x 64 third_party/libxml/src/uri.c ((x) == '!') || ((x) == '~') || ((x) == '*') || ((x) == '\'') || \ x 65 third_party/libxml/src/uri.c ((x) == '(') || ((x) == ')')) x 80 third_party/libxml/src/uri.c #define IS_RESERVED(x) (((x) == ';') || ((x) == '/') || ((x) == '?') || \ x 81 third_party/libxml/src/uri.c ((x) == ':') || ((x) == '@') || ((x) == '&') || ((x) == '=') || \ x 82 third_party/libxml/src/uri.c ((x) == '+') || ((x) == '$') || ((x) == ',') || ((x) == '[') || \ x 83 third_party/libxml/src/uri.c ((x) == ']')) x 89 third_party/libxml/src/uri.c #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) x 53 third_party/libxml/src/xmlIO.c # define stat(x,y) _stat(x,y) x 67 third_party/libxml/src/xmlIO.c # define S_ISDIR(x) _S_ISDIR(x) x 20069 third_party/libxml/src/xmlschemas.c xmlSchemaAreValuesEqual(xmlSchemaValPtr x, x 20075 third_party/libxml/src/xmlschemas.c while (x != NULL) { x 20077 third_party/libxml/src/xmlschemas.c tx = xmlSchemaGetBuiltInType(xmlSchemaGetValType(x)); x 20099 third_party/libxml/src/xmlschemas.c xmlSchemaValueGetAsString(x), x 20104 third_party/libxml/src/xmlschemas.c x, XML_SCHEMA_WHITESPACE_PRESERVE, x 20114 third_party/libxml/src/xmlschemas.c x = xmlSchemaValueGetNext(x); x 20115 third_party/libxml/src/xmlschemas.c if (x != NULL) { x 3399 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareDecimals(xmlSchemaValPtr x, xmlSchemaValPtr y) x 3408 third_party/libxml/src/xmlschemastypes.c if ((x->value.decimal.sign) && x 3409 third_party/libxml/src/xmlschemastypes.c ((x->value.decimal.lo != 0) || x 3410 third_party/libxml/src/xmlschemastypes.c (x->value.decimal.mi != 0) || x 3411 third_party/libxml/src/xmlschemastypes.c (x->value.decimal.hi != 0))) { x 3441 third_party/libxml/src/xmlschemastypes.c integx = x->value.decimal.total - x->value.decimal.frac; x 3454 third_party/libxml/src/xmlschemastypes.c if (x->value.decimal.lo == 0) { x 3467 third_party/libxml/src/xmlschemastypes.c else if (x->value.decimal.lo != 0) x 3487 third_party/libxml/src/xmlschemastypes.c dlen = x->value.decimal.total - y->value.decimal.total; x 3489 third_party/libxml/src/xmlschemastypes.c swp = x; x 3497 third_party/libxml/src/xmlschemastypes.c hi = x->value.decimal.hi; x 3498 third_party/libxml/src/xmlschemastypes.c mi = x->value.decimal.mi; x 3499 third_party/libxml/src/xmlschemastypes.c lo = x->value.decimal.lo; x 3525 third_party/libxml/src/xmlschemastypes.c if (x->value.decimal.total == y->value.decimal.total) { x 3547 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareDurations(xmlSchemaValPtr x, xmlSchemaValPtr y) x 3557 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 3561 third_party/libxml/src/xmlschemastypes.c mon = x->value.dur.mon - y->value.dur.mon; x 3564 third_party/libxml/src/xmlschemastypes.c sec = x->value.dur.sec - y->value.dur.sec; x 3569 third_party/libxml/src/xmlschemastypes.c day = x->value.dur.day - y->value.dur.day + carry; x 3982 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareDates (xmlSchemaValPtr x, xmlSchemaValPtr y) x 3988 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 3991 third_party/libxml/src/xmlschemastypes.c if (x->value.date.tz_flag) { x 3994 third_party/libxml/src/xmlschemastypes.c p1 = xmlSchemaDateNormalize(x, 0); x 4042 third_party/libxml/src/xmlschemastypes.c p1 = xmlSchemaDateNormalize(x, -(14 * SECS_PER_HOUR)); x 4060 third_party/libxml/src/xmlschemastypes.c p2 = xmlSchemaDateNormalize(x, (14 * SECS_PER_HOUR)); x 4087 third_party/libxml/src/xmlschemastypes.c if (x->type == y->type) { x 4092 third_party/libxml/src/xmlschemastypes.c p1 = xmlSchemaDateNormalize(x, 0); x 4114 third_party/libxml/src/xmlschemastypes.c switch (x->type) { x 4181 third_party/libxml/src/xmlschemastypes.c if (x->value.date.year < y->value.date.year) x 4183 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.year > y->value.date.year) x 4191 third_party/libxml/src/xmlschemastypes.c if (x->value.date.mon < y->value.date.mon) x 4193 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.mon > y->value.date.mon) x 4201 third_party/libxml/src/xmlschemastypes.c if (x->value.date.day < y->value.date.day) x 4203 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.day > y->value.date.day) x 4211 third_party/libxml/src/xmlschemastypes.c if (x->value.date.hour < y->value.date.hour) x 4213 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.hour > y->value.date.hour) x 4215 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.min < y->value.date.min) x 4217 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.min > y->value.date.min) x 4219 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.sec < y->value.date.sec) x 4221 third_party/libxml/src/xmlschemastypes.c else if (x->value.date.sec > y->value.date.sec) x 4243 third_party/libxml/src/xmlschemastypes.c xmlSchemaComparePreserveReplaceStrings(const xmlChar *x, x 4249 third_party/libxml/src/xmlschemastypes.c while ((*x != 0) && (*y != 0)) { x 4251 third_party/libxml/src/xmlschemastypes.c if (! IS_WSP_SPACE_CH(*x)) { x 4252 third_party/libxml/src/xmlschemastypes.c if ((*x - 0x20) < 0) { x 4265 third_party/libxml/src/xmlschemastypes.c tmp = *x - *y; x 4279 third_party/libxml/src/xmlschemastypes.c x++; x 4282 third_party/libxml/src/xmlschemastypes.c if (*x != 0) { x 4311 third_party/libxml/src/xmlschemastypes.c xmlSchemaComparePreserveCollapseStrings(const xmlChar *x, x 4323 third_party/libxml/src/xmlschemastypes.c while ((*x != 0) && (*y != 0)) { x 4325 third_party/libxml/src/xmlschemastypes.c if (! IS_WSP_SPACE_CH(*x)) { x 4329 third_party/libxml/src/xmlschemastypes.c if ((*x - 0x20) < 0) { x 4341 third_party/libxml/src/xmlschemastypes.c x++; x 4349 third_party/libxml/src/xmlschemastypes.c tmp = *x++ - *y++; x 4364 third_party/libxml/src/xmlschemastypes.c if (*x != 0) { x 4400 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareReplaceCollapseStrings(const xmlChar *x, x 4412 third_party/libxml/src/xmlschemastypes.c while ((*x != 0) && (*y != 0)) { x 4414 third_party/libxml/src/xmlschemastypes.c if (! IS_WSP_BLANK_CH(*x)) { x 4418 third_party/libxml/src/xmlschemastypes.c if ((*x - 0x20) < 0) { x 4430 third_party/libxml/src/xmlschemastypes.c x++; x 4438 third_party/libxml/src/xmlschemastypes.c if IS_WSP_BLANK_CH(*x) { x 4454 third_party/libxml/src/xmlschemastypes.c tmp = *x++ - *y++; x 4461 third_party/libxml/src/xmlschemastypes.c if (*x != 0) { x 4495 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareReplacedStrings(const xmlChar *x, x 4500 third_party/libxml/src/xmlschemastypes.c while ((*x != 0) && (*y != 0)) { x 4502 third_party/libxml/src/xmlschemastypes.c if (! IS_WSP_BLANK_CH(*x)) { x 4503 third_party/libxml/src/xmlschemastypes.c if ((*x - 0x20) < 0) x 4509 third_party/libxml/src/xmlschemastypes.c if IS_WSP_BLANK_CH(*x) { x 4515 third_party/libxml/src/xmlschemastypes.c tmp = *x - *y; x 4521 third_party/libxml/src/xmlschemastypes.c x++; x 4524 third_party/libxml/src/xmlschemastypes.c if (*x != 0) x 4542 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareNormStrings(const xmlChar *x, x 4546 third_party/libxml/src/xmlschemastypes.c while (IS_BLANK_CH(*x)) x++; x 4548 third_party/libxml/src/xmlschemastypes.c while ((*x != 0) && (*y != 0)) { x 4549 third_party/libxml/src/xmlschemastypes.c if (IS_BLANK_CH(*x)) { x 4551 third_party/libxml/src/xmlschemastypes.c tmp = *x - *y; x 4554 third_party/libxml/src/xmlschemastypes.c while (IS_BLANK_CH(*x)) x++; x 4557 third_party/libxml/src/xmlschemastypes.c tmp = *x++ - *y++; x 4564 third_party/libxml/src/xmlschemastypes.c if (*x != 0) { x 4565 third_party/libxml/src/xmlschemastypes.c while (IS_BLANK_CH(*x)) x++; x 4566 third_party/libxml/src/xmlschemastypes.c if (*x != 0) x 4588 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareFloats(xmlSchemaValPtr x, xmlSchemaValPtr y) { x 4591 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4597 third_party/libxml/src/xmlschemastypes.c if (x->type == XML_SCHEMAS_DOUBLE) x 4598 third_party/libxml/src/xmlschemastypes.c d1 = x->value.d; x 4599 third_party/libxml/src/xmlschemastypes.c else if (x->type == XML_SCHEMAS_FLOAT) x 4600 third_party/libxml/src/xmlschemastypes.c d1 = x->value.f; x 4666 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPtr x, x 4692 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4695 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaCompareDecimals(x, y)); x 4710 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaCompareDecimals(x, y)); x 4713 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4716 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaCompareDurations(x, y)); x 4726 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4736 third_party/libxml/src/xmlschemastypes.c return (xmlSchemaCompareDates(x, y)); x 4757 third_party/libxml/src/xmlschemastypes.c if (x == NULL) x 4760 third_party/libxml/src/xmlschemastypes.c xv = x->value.str; x 4825 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4829 third_party/libxml/src/xmlschemastypes.c if ((xmlStrEqual(x->value.qname.name, y->value.qname.name)) && x 4830 third_party/libxml/src/xmlschemastypes.c (xmlStrEqual(x->value.qname.uri, y->value.qname.uri))) x 4837 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4841 third_party/libxml/src/xmlschemastypes.c return (xmlSchemaCompareFloats(x, y)); x 4844 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4847 third_party/libxml/src/xmlschemastypes.c if (x->value.b == y->value.b) x 4849 third_party/libxml/src/xmlschemastypes.c if (x->value.b == 0) x 4855 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4858 third_party/libxml/src/xmlschemastypes.c if (x->value.hex.total == y->value.hex.total) { x 4859 third_party/libxml/src/xmlschemastypes.c int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); x 4865 third_party/libxml/src/xmlschemastypes.c else if (x->value.hex.total > y->value.hex.total) x 4872 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4875 third_party/libxml/src/xmlschemastypes.c if (x->value.base64.total == y->value.base64.total) { x 4876 third_party/libxml/src/xmlschemastypes.c int ret = xmlStrcmp(x->value.base64.str, x 4885 third_party/libxml/src/xmlschemastypes.c else if (x->value.base64.total > y->value.base64.total) x 4911 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) { x 4914 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4916 third_party/libxml/src/xmlschemastypes.c if (x->type == XML_SCHEMAS_STRING) x 4918 third_party/libxml/src/xmlschemastypes.c else if (x->type == XML_SCHEMAS_NORMSTRING) x 4925 third_party/libxml/src/xmlschemastypes.c else if (x->type == XML_SCHEMAS_NORMSTRING) x 4930 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaCompareValuesInternal(x->type, x, NULL, xws, y->type, x 4947 third_party/libxml/src/xmlschemastypes.c xmlSchemaCompareValuesWhtsp(xmlSchemaValPtr x, x 4952 third_party/libxml/src/xmlschemastypes.c if ((x == NULL) || (y == NULL)) x 4954 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaCompareValuesInternal(x->type, x, NULL, xws, y->type, x 4972 third_party/libxml/src/xmlschemastypes.c xmlSchemaValPtr x, x 4980 third_party/libxml/src/xmlschemastypes.c return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y, x 417 third_party/libxml/win32/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) __attribute__((alloc_size(x))) x 419 third_party/libxml/win32/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) x 422 third_party/libxml/win32/include/libxml/xmlversion.h # define LIBXML_ATTR_ALLOC_SIZE(x) x 453 third_party/libxml/win32/include/libxml/xmlversion.h #define LIBXML_ATTR_ALLOC_SIZE(x) x 1637 third_party/libxslt/libexslt/date.c _exsltDateDifference (exsltDateValPtr x, exsltDateValPtr y, int flag) x 1641 third_party/libxslt/libexslt/date.c if ((x == NULL) || (y == NULL)) x 1644 third_party/libxslt/libexslt/date.c if (((x->type < XS_GYEAR) || (x->type > XS_DATETIME)) || x 1648 third_party/libxslt/libexslt/date.c exsltDateNormalize(x); x 1655 third_party/libxslt/libexslt/date.c if (x->type != y->type) { x 1656 third_party/libxslt/libexslt/date.c if (x->type < y->type) { x 1657 third_party/libxslt/libexslt/date.c _exsltDateTruncateDate(y, x->type); x 1659 third_party/libxslt/libexslt/date.c _exsltDateTruncateDate(x, y->type); x 1667 third_party/libxslt/libexslt/date.c if (((x->type == XS_GYEAR) || (x->type == XS_GYEARMONTH)) && (!flag)) { x 1670 third_party/libxslt/libexslt/date.c ((x->value.date.year * 12) + x->value.date.mon); x 1675 third_party/libxslt/libexslt/date.c _exsltDateCastYMToDays(x); x 1676 third_party/libxslt/libexslt/date.c ret->value.dur.day += y->value.date.day - x->value.date.day; x 1677 third_party/libxslt/libexslt/date.c ret->value.dur.sec = TIME_TO_NUMBER(y) - TIME_TO_NUMBER(x); x 1702 third_party/libxslt/libexslt/date.c _exsltDateAddDurCalc (exsltDateValPtr ret, exsltDateValPtr x, x 1708 third_party/libxslt/libexslt/date.c ret->value.dur.mon = x->value.dur.mon + y->value.dur.mon; x 1711 third_party/libxslt/libexslt/date.c ret->value.dur.sec = x->value.dur.sec + y->value.dur.sec; x 1728 third_party/libxslt/libexslt/date.c ret->value.dur.day = x->value.dur.day + y->value.dur.day + carry; x 1753 third_party/libxslt/libexslt/date.c _exsltDateAddDuration (exsltDateValPtr x, exsltDateValPtr y) x 1757 third_party/libxslt/libexslt/date.c if ((x == NULL) || (y == NULL)) x 1764 third_party/libxslt/libexslt/date.c if (_exsltDateAddDurCalc(ret, x, y)) x 2749 third_party/libxslt/libexslt/date.c exsltDateValPtr x, y, res; x 2755 third_party/libxslt/libexslt/date.c x = exsltDateParseDuration(xstr); x 2756 third_party/libxslt/libexslt/date.c if (x == NULL) x 2761 third_party/libxslt/libexslt/date.c exsltDateFreeDate(x); x 2765 third_party/libxslt/libexslt/date.c res = _exsltDateAddDuration(x, y); x 2767 third_party/libxslt/libexslt/date.c exsltDateFreeDate(x); x 2804 third_party/libxslt/libexslt/date.c exsltDateValPtr x, total; x 2846 third_party/libxslt/libexslt/date.c x = exsltDateParseDuration (tmp); x 2847 third_party/libxslt/libexslt/date.c if (x == NULL) { x 2855 third_party/libxslt/libexslt/date.c result = _exsltDateAddDurCalc(total, total, x); x 2857 third_party/libxslt/libexslt/date.c exsltDateFreeDate (x); x 2999 third_party/libxslt/libexslt/date.c exsltDateValPtr x, y, dur; x 3005 third_party/libxslt/libexslt/date.c x = exsltDateParse(xstr); x 3006 third_party/libxslt/libexslt/date.c if (x == NULL) x 3011 third_party/libxslt/libexslt/date.c exsltDateFreeDate(x); x 3015 third_party/libxslt/libexslt/date.c if (((x->type < XS_GYEAR) || (x->type > XS_DATETIME)) || x 3017 third_party/libxslt/libexslt/date.c exsltDateFreeDate(x); x 3022 third_party/libxslt/libexslt/date.c dur = _exsltDateDifference(x, y, 0); x 3024 third_party/libxslt/libexslt/date.c exsltDateFreeDate(x); x 3261 third_party/libxslt/libexslt/date.c #define X_IN_Y(x, y) \ x 3263 third_party/libxslt/libexslt/date.c exsltDate##x##In##y##Function (xmlXPathParserContextPtr ctxt, \ x 3281 third_party/libxslt/libexslt/date.c ret = exsltDate##x##In##y(dt); \ x 957 third_party/libxslt/libexslt/math.c exsltMathAtan2 (double y, double x) { x 960 third_party/libxslt/libexslt/math.c if ((xmlXPathIsNaN(y) || xmlXPathIsNaN(x))) x 962 third_party/libxslt/libexslt/math.c ret = atan2(y, x); x 975 third_party/libxslt/libexslt/math.c double ret, x; x 981 third_party/libxslt/libexslt/math.c x = xmlXPathPopNumber(ctxt); x 990 third_party/libxslt/libexslt/math.c ret = exsltMathAtan2(ret, x); x 134 third_party/libxslt/libxslt/numbers.c #define IS_DIGIT_ZERO(x) xsltIsDigitZero(x) x 135 third_party/libxslt/libxslt/numbers.c #define IS_DIGIT_ONE(x) xsltIsDigitZero((xmlChar)(x)-1) x 49 third_party/libxslt/libxslt/security.c # define stat(x,y) _stat(x,y) x 67 third_party/libxslt/libxslt/trio.h #define TRIO_ERROR_CODE(x) ((-(x)) & 0x00FF) x 68 third_party/libxslt/libxslt/trio.h #define TRIO_ERROR_POSITION(x) ((-(x)) >> 8) x 69 third_party/libxslt/libxslt/trio.h #define TRIO_ERROR_NAME(x) trio_strerror(x) x 134 third_party/libxslt/libxslt/triodef.h # define TRIO_SUFFIX_LONG(x) x x 135 third_party/libxslt/libxslt/triodef.h # define TRIO_PROTO(x) () x 148 third_party/libxslt/libxslt/triodef.h # define TRIO_VA_START(x,y) va_start(x) x 149 third_party/libxslt/libxslt/triodef.h # define TRIO_VA_END(x) va_end(x) x 156 third_party/libxslt/libxslt/triodef.h # define TRIO_SUFFIX_LONG(x) x ## L x 157 third_party/libxslt/libxslt/triodef.h # define TRIO_PROTO(x) x x 170 third_party/libxslt/libxslt/triodef.h # define TRIO_VA_START(x,y) va_start(x,y) x 171 third_party/libxslt/libxslt/triodef.h # define TRIO_VA_END(x) va_end(x) x 12 third_party/lzma_sdk/7zIn.c #define RINOM(x) { if ((x) == 0) return SZ_ERROR_MEM; } x 42 third_party/lzma_sdk/Lzma2Dec.c #define PRF(x) x x 44 third_party/lzma_sdk/Lzma2Dec.c #define PRF(x) x 52 third_party/lzma_sdk/Types.h #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } x 15 third_party/markupsafe/_speedups.c #define UNICHR(x) (PyUnicode_AS_UNICODE((PyUnicodeObject*)PyUnicode_DecodeASCII(x, strlen(x), NULL))); x 143 third_party/modp_b64/modp_b64.cc uint32_t x = 0; x 148 third_party/modp_b64/modp_b64.cc x = d0[y >> 24 & 0xff] | d1[y >> 16 & 0xff] | x 151 third_party/modp_b64/modp_b64.cc if (x >= BADCHAR) return MODP_B64_ERROR; x 152 third_party/modp_b64/modp_b64.cc *destInt = x << 8; x 160 third_party/modp_b64/modp_b64.cc x = d0[y >> 24 & 0xff] | d1[y >> 16 & 0xff] | x 162 third_party/modp_b64/modp_b64.cc if (x >= BADCHAR) return MODP_B64_ERROR; x 163 third_party/modp_b64/modp_b64.cc *p++ = ((uint8_t*)&x)[1]; x 164 third_party/modp_b64/modp_b64.cc *p++ = ((uint8_t*)&x)[2]; x 165 third_party/modp_b64/modp_b64.cc *p = ((uint8_t*)&x)[3]; x 168 third_party/modp_b64/modp_b64.cc x = d3[y >> 24]; x 169 third_party/modp_b64/modp_b64.cc *p = (uint8_t)x; x 172 third_party/modp_b64/modp_b64.cc x = d3[y >> 24] *64 + d3[(y >> 16) & 0xff]; x 173 third_party/modp_b64/modp_b64.cc *p = (uint8_t)(x >> 4); x 176 third_party/modp_b64/modp_b64.cc x = (d3[y >> 24] *64 + d3[(y >> 16) & 0xff])*64 + x 178 third_party/modp_b64/modp_b64.cc *p++ = (uint8_t) (x >> 10); x 179 third_party/modp_b64/modp_b64.cc *p = (uint8_t) (x >> 2); x 183 third_party/modp_b64/modp_b64.cc if (x >= BADCHAR) return MODP_B64_ERROR; x 213 third_party/modp_b64/modp_b64.cc uint32_t x = 0; x 218 third_party/modp_b64/modp_b64.cc x = d0[y & 0xff] | x 223 third_party/modp_b64/modp_b64.cc if (x >= BADCHAR) return MODP_B64_ERROR; x 224 third_party/modp_b64/modp_b64.cc *destInt = x ; x 232 third_party/modp_b64/modp_b64.cc x = d0[y & 0xff] | x 237 third_party/modp_b64/modp_b64.cc if (x >= BADCHAR) return MODP_B64_ERROR; x 238 third_party/modp_b64/modp_b64.cc *p++ = ((uint8_t*)(&x))[0]; x 239 third_party/modp_b64/modp_b64.cc *p++ = ((uint8_t*)(&x))[1]; x 240 third_party/modp_b64/modp_b64.cc *p = ((uint8_t*)(&x))[2]; x 244 third_party/modp_b64/modp_b64.cc x = d0[y & 0xff]; x 245 third_party/modp_b64/modp_b64.cc *p = *((uint8_t*)(&x)); // i.e. first char/byte in int x 248 third_party/modp_b64/modp_b64.cc x = d0[y & 0xff] | d1[y >> 8 & 0xff]; x 249 third_party/modp_b64/modp_b64.cc *p = *((uint8_t*)(&x)); // i.e. first char x 252 third_party/modp_b64/modp_b64.cc x = d0[y & 0xff] | x 255 third_party/modp_b64/modp_b64.cc *p++ = ((uint8_t*)(&x))[0]; x 256 third_party/modp_b64/modp_b64.cc *p = ((uint8_t*)(&x))[1]; x 260 third_party/modp_b64/modp_b64.cc if (x >= BADCHAR) return MODP_B64_ERROR; x 140 third_party/modp_b64/modp_b64.h std::string x(modp_b64_encode_len(s.size()), '\0'); x 141 third_party/modp_b64/modp_b64.h size_t d = modp_b64_encode(const_cast<char*>(x.data()), s.data(), (int)s.size()); x 142 third_party/modp_b64/modp_b64.h x.erase(d, std::string::npos); x 143 third_party/modp_b64/modp_b64.h s.swap(x); x 158 third_party/modp_b64/modp_b64.h std::string x(modp_b64_decode_len(s.size()), '\0'); x 159 third_party/modp_b64/modp_b64.h size_t d = modp_b64_decode(const_cast<char*>(x.data()), s.data(), (int)s.size()); x 161 third_party/modp_b64/modp_b64.h x.clear(); x 163 third_party/modp_b64/modp_b64.h x.erase(d, std::string::npos); x 165 third_party/modp_b64/modp_b64.h s.swap(x); x 493 third_party/npapi/bindings/npapi.h int32_t x; /* Position of top left corner relative */ x 509 third_party/npapi/bindings/npapi.h int32_t x; /* Expose x */ x 687 third_party/npapi/bindings/npapi.h double x; x 87 third_party/npapi/bindings/npapi_extensions.h int32_t x; x 1013 third_party/npapi/npspy/common/format.cpp ((NPWindow*)plis->arg2.pData)->x, x 536 third_party/npapi/npspy/extern/java/jri_md.h #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \ x 537 third_party/npapi/npspy/extern/java/jri_md.h ((_t).x[1] = ((jint*)(_addr))[1]), \ x 540 third_party/npapi/npspy/extern/java/jri_md.h ((jint*)(_addr))[0] = (_t).x[0], \ x 541 third_party/npapi/npspy/extern/java/jri_md.h ((jint*)(_addr))[1] = (_t).x[1] ) x 549 third_party/npapi/npspy/extern/java/jri_md.h #define JRI_GET_DOUBLE(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \ x 550 third_party/npapi/npspy/extern/java/jri_md.h ((_t).x[1] = ((jint*)(_addr))[1]), \ x 553 third_party/npapi/npspy/extern/java/jri_md.h ((jint*)(_addr))[0] = (_t).x[0], \ x 554 third_party/npapi/npspy/extern/java/jri_md.h ((jint*)(_addr))[1] = (_t).x[1] ) x 231 third_party/npapi/npspy/extern/java/jritypes.h jint x[2]; x 480 third_party/npapi/npspy/extern/nspr/md/_macos.h #define _PR_MD_MAP_SELECT_ERROR(x) (x) x 580 third_party/npapi/npspy/extern/nspr/md/_os2.h #define FreeLibrary(x) DosFreeModule((HMODULE)x) x 581 third_party/npapi/npspy/extern/nspr/md/_os2.h #define OutputDebugString(x) x 80 third_party/npapi/npspy/extern/nspr/md/_pth.h #define _PT_PTHREAD_MUTEXATTR_INIT(x) 0 x 81 third_party/npapi/npspy/extern/nspr/md/_pth.h #define _PT_PTHREAD_MUTEXATTR_DESTROY(x) /* */ x 85 third_party/npapi/npspy/extern/nspr/md/_pth.h #define _PT_PTHREAD_CONDATTR_INIT(x) 0 x 86 third_party/npapi/npspy/extern/nspr/md/_pth.h #define _PT_PTHREAD_CONDATTR_DESTROY(x) /* */ x 95 third_party/npapi/npspy/extern/nspr/md/_pth.h #define _PT_PTHREAD_CONDATTR_INIT(x) 0 x 45 third_party/npapi/npspy/extern/nspr/md/_win16.h #define Remind(x) x 242 third_party/npapi/npspy/extern/nspr/md/_win16.h #define MD_ASSERTINT( x ) PR_ASSERT( (x) < 65535 ) x 313 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_ATOMIC_INCREMENT(x) (*x++) x 314 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_ATOMIC_ADD(ptr, val) ((*x) += val) x 315 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_ATOMIC_DECREMENT(x) (*x--) x 316 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_ATOMIC_SET(x,y) (*x, y) x 310 third_party/npapi/npspy/extern/nspr/md/_win95.h #define _MD_ATOMIC_INCREMENT(x) InterlockedIncrement((PLONG)x) x 312 third_party/npapi/npspy/extern/nspr/md/_win95.h #define _MD_ATOMIC_DECREMENT(x) InterlockedDecrement((PLONG)x) x 314 third_party/npapi/npspy/extern/nspr/md/_win95.h #define _MD_ATOMIC_SET(x,y) InterlockedExchange((PLONG)x, (LONG)y) x 322 third_party/npapi/npspy/extern/nspr/md/_winnt.h #define _MD_ATOMIC_INCREMENT(x) InterlockedIncrement((PLONG)x) x 324 third_party/npapi/npspy/extern/nspr/md/_winnt.h #define _MD_ATOMIC_DECREMENT(x) InterlockedDecrement((PLONG)x) x 326 third_party/npapi/npspy/extern/nspr/md/_winnt.h #define _MD_ATOMIC_SET(x,y) InterlockedExchange((PLONG)x, (LONG)y) x 227 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_ROUNDUP(x,y) ((((x)+((y)-1))/(y))*(y)) x 228 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_MIN(x,y) ((x)<(y)?(x):(y)) x 229 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_MAX(x,y) ((x)>(y)?(x):(y)) x 230 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_ABS(x) ((x)<0?-(x):(x)) x 308 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_INT32(x) x x 309 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_UINT32(x) x ## U x 313 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_INT32(x) x ## L x 314 third_party/npapi/npspy/extern/nspr/prtypes.h #define PR_UINT32(x) x ## UL x 473 third_party/npapi/npspy/extern/plugin/npapi.h int32 x; /* Position of top left corner relative */ x 86 third_party/npapi/npspy/include/xp.h #define HIBYTE(x) ((((u_int)(x)) & 0xff00)>>8) x 90 third_party/npapi/npspy/include/xp.h #define LOBYTE(x) (((u_int)(x)) & 0x00ff) x 179 third_party/npapi/npspy/windows/gui_main.cpp SetWindowPos(hWnd, NULL, logger->x, logger->y, logger->width, logger->height, SWP_NOZORDER); x 56 third_party/npapi/npspy/windows/loggerw.cpp x(0), x 101 third_party/npapi/npspy/windows/loggerw.cpp if(!profile.getSizeAndPosition(&width, &height, &x, &y)) x 105 third_party/npapi/npspy/windows/loggerw.cpp x = 0; x 51 third_party/npapi/npspy/windows/loggerw.h int x; x 106 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::getSizeAndPosition(int *width, int *height, int *x, int *y) x 119 third_party/npapi/npspy/windows/profilew.cpp res = RegQueryValueEx(hKey, NPSPY_REG_KEY_X, 0L, NULL, (BYTE *)x, &size); x 130 third_party/npapi/npspy/windows/profilew.cpp BOOL ProfileWin::setSizeAndPosition(int width, int height, int x, int y) x 143 third_party/npapi/npspy/windows/profilew.cpp res = RegSetValueEx(hKey, NPSPY_REG_KEY_X, 0L, REG_DWORD, (const BYTE *)&x, size); x 57 third_party/npapi/npspy/windows/profilew.h BOOL getSizeAndPosition(int *width, int *height, int *x, int *y); x 58 third_party/npapi/npspy/windows/profilew.h BOOL setSizeAndPosition(int width, int height, int x, int y); x 190 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java for (int x = 0; x < capturedArray.length; ++x) { x 191 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java capturedArray[x] = (byte) 0; x 369 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java for (int x = 0; x < len; ++x) { x 370 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java buf[x] = (byte) x; x 261 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java for (ByteString x : byteStrings) { x 263 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.isValidUtf8()); x 265 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.partialIsValidUtf8(Utf8.COMPLETE, 0, numBytes)); x 268 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.partialIsValidUtf8(Utf8.COMPLETE, 0, i)); x 270 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.substring(0, i).partialIsValidUtf8(Utf8.COMPLETE, 0, i)); x 272 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.partialIsValidUtf8(state1, i, j - i)); x 274 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.substring(i, j).partialIsValidUtf8(state1, 0, j - i)); x 276 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.partialIsValidUtf8(state2, j, numBytes - j)); x 278 third_party/protobuf/java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java x.substring(j, numBytes) x 253 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java for (int x = 0; x < len; ++x) { x 254 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java b[off + x] = (byte) 0; x 120 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc uint32 x = ~0U; x 123 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc x = kCRC32Table[(x ^ c) & 0xff] ^ (x >> 8); x 125 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc return ~x; x 1987 third_party/protobuf/src/google/protobuf/descriptor.cc static bool PathsEqual(const vector<int>& x, const RepeatedField<int32>& y) { x 1988 third_party/protobuf/src/google/protobuf/descriptor.cc if (x.size() != y.size()) return false; x 1989 third_party/protobuf/src/google/protobuf/descriptor.cc for (int i = 0; i < x.size(); ++i) { x 1990 third_party/protobuf/src/google/protobuf/descriptor.cc if (x[i] != y.Get(i)) return false; x 825 third_party/protobuf/src/google/protobuf/extension_set.cc void ExtensionSet::Swap(ExtensionSet* x) { x 826 third_party/protobuf/src/google/protobuf/extension_set.cc extensions_.swap(x->extensions_); x 52 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc #define ULL(x) GOOGLE_ULONGLONG(x) x 1216 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator==(const iterator& x) const { return it_ == x.it_; } x 1217 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator!=(const iterator& x) const { return it_ != x.it_; } x 1220 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator<(const iterator& x) const { return it_ < x.it_; } x 1221 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator<=(const iterator& x) const { return it_ <= x.it_; } x 1222 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator>(const iterator& x) const { return it_ > x.it_; } x 1223 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator>=(const iterator& x) const { return it_ >= x.it_; } x 1251 third_party/protobuf/src/google/protobuf/repeated_field.h difference_type operator-(const iterator& x) const { return it_ - x.it_; } x 1296 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator==(const iterator& x) const { return it_ == x.it_; } x 1297 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator!=(const iterator& x) const { return it_ != x.it_; } x 1300 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator<(const iterator& x) const { return it_ < x.it_; } x 1301 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator<=(const iterator& x) const { return it_ <= x.it_; } x 1302 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator>(const iterator& x) const { return it_ > x.it_; } x 1303 third_party/protobuf/src/google/protobuf/repeated_field.h bool operator>=(const iterator& x) const { return it_ >= x.it_; } x 1331 third_party/protobuf/src/google/protobuf/repeated_field.h difference_type operator-(const iterator& x) const { return it_ - x.it_; } x 101 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h Atomic32 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 105 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h return x; x 137 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h Atomic32 x = 0; x 138 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h NoBarrier_AtomicExchange(&x, 0); // acts as a barrier on PIII x 272 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h Atomic64 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 276 third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.h return x; x 328 third_party/protobuf/src/google/protobuf/stubs/common.cc uint32 ghtonl(uint32 x) { x 333 third_party/protobuf/src/google/protobuf/stubs/common.cc result_array[0] = static_cast<uint8>(x >> 24); x 334 third_party/protobuf/src/google/protobuf/stubs/common.cc result_array[1] = static_cast<uint8>((x >> 16) & 0xFF); x 335 third_party/protobuf/src/google/protobuf/stubs/common.cc result_array[2] = static_cast<uint8>((x >> 8) & 0xFF); x 336 third_party/protobuf/src/google/protobuf/stubs/common.cc result_array[3] = static_cast<uint8>(x & 0xFF); x 203 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_LONGLONG(x) x##I64 x 204 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_ULONGLONG(x) x##UI64 x 207 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_LONGLONG(x) x##LL x 208 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_ULONGLONG(x) x##ULL x 248 third_party/protobuf/src/google/protobuf/stubs/common.h #define GOOGLE_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) x 1184 third_party/protobuf/src/google/protobuf/stubs/common.h LIBPROTOBUF_EXPORT uint32 ghtonl(uint32 x); x 288 third_party/protobuf/src/google/protobuf/stubs/strutil.cc int x = static_cast<unsigned char>(c); x 289 third_party/protobuf/src/google/protobuf/stubs/strutil.cc if (x > '9') { x 290 third_party/protobuf/src/google/protobuf/stubs/strutil.cc x += 9; x 292 third_party/protobuf/src/google/protobuf/stubs/strutil.cc return x & 0xf; x 243 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_TRUE(is_pointer<int (*)(int x)>::value); x 244 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_FALSE(is_pointer<void(char x)>::value); x 245 third_party/protobuf/src/google/protobuf/stubs/type_traits_unittest.cc EXPECT_FALSE(is_pointer<double (&)(string x)>::value); x 93 third_party/protobuf/src/google/protobuf/unknown_field_set.h inline void Swap(UnknownFieldSet* x); x 232 third_party/protobuf/src/google/protobuf/unknown_field_set.h inline void UnknownFieldSet::Swap(UnknownFieldSet* x) { x 233 third_party/protobuf/src/google/protobuf/unknown_field_set.h std::swap(fields_, x->fields_); x 561 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc #define MAKE_VECTOR(x) vector<int>(x, x + GOOGLE_ARRAYSIZE(x)) x 584 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define LL(x) GOOGLE_LONGLONG(x) x 585 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define ULL(x) GOOGLE_ULONGLONG(x) x 586 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define ZigZagEncode32(x) WireFormatLite::ZigZagEncode32(x) x 587 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define ZigZagDecode32(x) WireFormatLite::ZigZagDecode32(x) x 588 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define ZigZagEncode64(x) WireFormatLite::ZigZagEncode64(x) x 589 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc #define ZigZagDecode64(x) WireFormatLite::ZigZagDecode64(x) x 141 third_party/qcms/src/chain.c int x = floor(linear_r * (transform->grid_size-1)); x 147 third_party/qcms/src/chain.c float x_d = linear_r * (transform->grid_size-1) - x; x 151 third_party/qcms/src/chain.c float r_x1 = lerp(CLU(r_table,x,y,z), CLU(r_table,x_n,y,z), x_d); x 152 third_party/qcms/src/chain.c float r_x2 = lerp(CLU(r_table,x,y_n,z), CLU(r_table,x_n,y_n,z), x_d); x 154 third_party/qcms/src/chain.c float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); x 155 third_party/qcms/src/chain.c float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); x 159 third_party/qcms/src/chain.c float g_x1 = lerp(CLU(g_table,x,y,z), CLU(g_table,x_n,y,z), x_d); x 160 third_party/qcms/src/chain.c float g_x2 = lerp(CLU(g_table,x,y_n,z), CLU(g_table,x_n,y_n,z), x_d); x 162 third_party/qcms/src/chain.c float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); x 163 third_party/qcms/src/chain.c float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); x 167 third_party/qcms/src/chain.c float b_x1 = lerp(CLU(b_table,x,y,z), CLU(b_table,x_n,y,z), x_d); x 168 third_party/qcms/src/chain.c float b_x2 = lerp(CLU(b_table,x,y_n,z), CLU(b_table,x_n,y_n,z), x_d); x 170 third_party/qcms/src/chain.c float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); x 171 third_party/qcms/src/chain.c float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); x 201 third_party/qcms/src/chain.c int x = floor(linear_r * (transform->grid_size-1)); x 207 third_party/qcms/src/chain.c float x_d = linear_r * (transform->grid_size-1) - x; x 211 third_party/qcms/src/chain.c float r_x1 = lerp(CLU(r_table,x,y,z), CLU(r_table,x_n,y,z), x_d); x 212 third_party/qcms/src/chain.c float r_x2 = lerp(CLU(r_table,x,y_n,z), CLU(r_table,x_n,y_n,z), x_d); x 214 third_party/qcms/src/chain.c float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); x 215 third_party/qcms/src/chain.c float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); x 219 third_party/qcms/src/chain.c float g_x1 = lerp(CLU(g_table,x,y,z), CLU(g_table,x_n,y,z), x_d); x 220 third_party/qcms/src/chain.c float g_x2 = lerp(CLU(g_table,x,y_n,z), CLU(g_table,x_n,y_n,z), x_d); x 222 third_party/qcms/src/chain.c float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); x 223 third_party/qcms/src/chain.c float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); x 227 third_party/qcms/src/chain.c float b_x1 = lerp(CLU(b_table,x,y,z), CLU(b_table,x_n,y,z), x_d); x 228 third_party/qcms/src/chain.c float b_x2 = lerp(CLU(b_table,x,y_n,z), CLU(b_table,x_n,y_n,z), x_d); x 230 third_party/qcms/src/chain.c float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); x 231 third_party/qcms/src/chain.c float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); x 800 third_party/qcms/src/iccread.c double x = (double)i / (num_entries-1); x 805 third_party/qcms/src/iccread.c if (x >= d) { x 806 third_party/qcms/src/iccread.c double e = (a*x + b); x 812 third_party/qcms/src/iccread.c y = c*x; x 933 third_party/qcms/src/iccread.c double x, y; x 944 third_party/qcms/src/iccread.c x = -4.6070*(1E9/T3) + 2.9678*(1E6/T2) + 0.09911*(1E3/T) + 0.244063; x 948 third_party/qcms/src/iccread.c x = -2.0064*(1E9/T3) + 1.9018*(1E6/T2) + 0.24748*(1E3/T) + 0.237040; x 956 third_party/qcms/src/iccread.c y = -3.000*(x*x) + 2.870*x - 0.275; x 964 third_party/qcms/src/iccread.c white_point.x = x; x 120 third_party/qcms/src/qcms.h double x; x 316 third_party/qcms/src/qcmsint.h #define qcms_atomic_increment(x) _InterlockedIncrement((long volatile *)&x) x 317 third_party/qcms/src/qcmsint.h #define qcms_atomic_decrement(x) _InterlockedDecrement((long volatile*)&x) x 321 third_party/qcms/src/qcmsint.h #define qcms_atomic_increment(x) __sync_add_and_fetch(&x, 1) x 322 third_party/qcms/src/qcmsint.h #define qcms_atomic_decrement(x) __sync_sub_and_fetch(&x, 1) x 63 third_party/qcms/src/transform.c xn = white.x; x 69 third_party/qcms/src/transform.c xr = primrs.red.x; x 71 third_party/qcms/src/transform.c xg = primrs.green.x; x 73 third_party/qcms/src/transform.c xb = primrs.blue.x; x 131 third_party/qcms/src/transform.c dest.X = (source.x / source.y) * source.Y; x 133 third_party/qcms/src/transform.c dest.Z = ((1 - source.x - source.y) / source.y) * source.Y; x 539 third_party/qcms/src/transform.c int x = floor(linear_r * (transform->grid_size-1)); x 545 third_party/qcms/src/transform.c float rx = linear_r * (transform->grid_size-1) - x; x 549 third_party/qcms/src/transform.c c0_r = CLU(r_table, x, y, z); x 550 third_party/qcms/src/transform.c c0_g = CLU(g_table, x, y, z); x 551 third_party/qcms/src/transform.c c0_b = CLU(b_table, x, y, z); x 576 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); x 578 third_party/qcms/src/transform.c c3_r = CLU(r_table, x, y, z_n) - c0_r; x 579 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); x 581 third_party/qcms/src/transform.c c3_g = CLU(g_table, x, y, z_n) - c0_g; x 582 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); x 584 third_party/qcms/src/transform.c c3_b = CLU(b_table, x, y, z_n) - c0_b; x 589 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y_n, z) - CLU(r_table, x, y_n, z); x 590 third_party/qcms/src/transform.c c2_r = CLU(r_table, x, y_n, z) - c0_r; x 592 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y_n, z) - CLU(g_table, x, y_n, z); x 593 third_party/qcms/src/transform.c c2_g = CLU(g_table, x, y_n, z) - c0_g; x 595 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y_n, z) - CLU(b_table, x, y_n, z); x 596 third_party/qcms/src/transform.c c2_b = CLU(b_table, x, y_n, z) - c0_b; x 600 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x, y_n, z_n); x 601 third_party/qcms/src/transform.c c2_r = CLU(r_table, x, y_n, z) - c0_r; x 602 third_party/qcms/src/transform.c c3_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y_n, z); x 603 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x, y_n, z_n); x 604 third_party/qcms/src/transform.c c2_g = CLU(g_table, x, y_n, z) - c0_g; x 605 third_party/qcms/src/transform.c c3_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y_n, z); x 606 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y_n, z_n) - CLU(b_table, x, y_n, z_n); x 607 third_party/qcms/src/transform.c c2_b = CLU(b_table, x, y_n, z) - c0_b; x 608 third_party/qcms/src/transform.c c3_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y_n, z); x 610 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x, y_n, z_n); x 611 third_party/qcms/src/transform.c c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); x 612 third_party/qcms/src/transform.c c3_r = CLU(r_table, x, y, z_n) - c0_r; x 613 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x, y_n, z_n); x 614 third_party/qcms/src/transform.c c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); x 615 third_party/qcms/src/transform.c c3_g = CLU(g_table, x, y, z_n) - c0_g; x 616 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y_n, z_n) - CLU(b_table, x, y_n, z_n); x 617 third_party/qcms/src/transform.c c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); x 618 third_party/qcms/src/transform.c c3_b = CLU(b_table, x, y, z_n) - c0_b; x 658 third_party/qcms/src/transform.c int x = floor(linear_r * (transform->grid_size-1)); x 664 third_party/qcms/src/transform.c float rx = linear_r * (transform->grid_size-1) - x; x 668 third_party/qcms/src/transform.c c0_r = CLU(r_table, x, y, z); x 669 third_party/qcms/src/transform.c c0_g = CLU(g_table, x, y, z); x 670 third_party/qcms/src/transform.c c0_b = CLU(b_table, x, y, z); x 695 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y, z_n) - CLU(r_table, x, y, z_n); x 697 third_party/qcms/src/transform.c c3_r = CLU(r_table, x, y, z_n) - c0_r; x 698 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y, z_n) - CLU(g_table, x, y, z_n); x 700 third_party/qcms/src/transform.c c3_g = CLU(g_table, x, y, z_n) - c0_g; x 701 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y, z_n) - CLU(b_table, x, y, z_n); x 703 third_party/qcms/src/transform.c c3_b = CLU(b_table, x, y, z_n) - c0_b; x 708 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y_n, z) - CLU(r_table, x, y_n, z); x 709 third_party/qcms/src/transform.c c2_r = CLU(r_table, x, y_n, z) - c0_r; x 711 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y_n, z) - CLU(g_table, x, y_n, z); x 712 third_party/qcms/src/transform.c c2_g = CLU(g_table, x, y_n, z) - c0_g; x 714 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y_n, z) - CLU(b_table, x, y_n, z); x 715 third_party/qcms/src/transform.c c2_b = CLU(b_table, x, y_n, z) - c0_b; x 719 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x, y_n, z_n); x 720 third_party/qcms/src/transform.c c2_r = CLU(r_table, x, y_n, z) - c0_r; x 721 third_party/qcms/src/transform.c c3_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y_n, z); x 722 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x, y_n, z_n); x 723 third_party/qcms/src/transform.c c2_g = CLU(g_table, x, y_n, z) - c0_g; x 724 third_party/qcms/src/transform.c c3_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y_n, z); x 725 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y_n, z_n) - CLU(b_table, x, y_n, z_n); x 726 third_party/qcms/src/transform.c c2_b = CLU(b_table, x, y_n, z) - c0_b; x 727 third_party/qcms/src/transform.c c3_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y_n, z); x 729 third_party/qcms/src/transform.c c1_r = CLU(r_table, x_n, y_n, z_n) - CLU(r_table, x, y_n, z_n); x 730 third_party/qcms/src/transform.c c2_r = CLU(r_table, x, y_n, z_n) - CLU(r_table, x, y, z_n); x 731 third_party/qcms/src/transform.c c3_r = CLU(r_table, x, y, z_n) - c0_r; x 732 third_party/qcms/src/transform.c c1_g = CLU(g_table, x_n, y_n, z_n) - CLU(g_table, x, y_n, z_n); x 733 third_party/qcms/src/transform.c c2_g = CLU(g_table, x, y_n, z_n) - CLU(g_table, x, y, z_n); x 734 third_party/qcms/src/transform.c c3_g = CLU(g_table, x, y, z_n) - c0_g; x 735 third_party/qcms/src/transform.c c1_b = CLU(b_table, x_n, y_n, z_n) - CLU(b_table, x, y_n, z_n); x 736 third_party/qcms/src/transform.c c2_b = CLU(b_table, x, y_n, z_n) - CLU(b_table, x, y, z_n); x 737 third_party/qcms/src/transform.c c3_b = CLU(b_table, x, y, z_n) - c0_b; x 1115 third_party/qcms/src/transform.c uint16_t x,y,z; x 1128 third_party/qcms/src/transform.c for (x = 0; x < samples; x++) { x 1131 third_party/qcms/src/transform.c src[l++] = x / (float)(samples-1); x 230 third_party/qcms/src/transform_util.c float u8Fixed8Number_to_float(uint16_t x) x 235 third_party/qcms/src/transform_util.c return x/256.; x 302 third_party/qcms/src/transform_util.c int x = 0, res; // 'int' Give spacing for negative values x 351 third_party/qcms/src/transform_util.c x = (l + r) / 2; x 353 third_party/qcms/src/transform_util.c res = (int) lut_interp_linear16((uint16_fract_t) (x-1), LutTable, length); x 359 third_party/qcms/src/transform_util.c return (uint16_fract_t) (x - 1); x 362 third_party/qcms/src/transform_util.c if (res > Value) r = x - 1; x 363 third_party/qcms/src/transform_util.c else l = x + 1; x 371 third_party/qcms/src/transform_util.c val2 = (length-1) * ((double) (x - 1) / 65535.0); x 376 third_party/qcms/src/transform_util.c if (cell0 == cell1) return (uint16_fract_t) x; x 387 third_party/qcms/src/transform_util.c if (fabs(a) < 0.01) return (uint16_fract_t) x; x 421 third_party/qcms/src/transform_util.c double x = ((double) i * 65535.) / (double) (out_length - 1); x 422 third_party/qcms/src/transform_util.c uint16_fract_t input = floor(x + .5); x 515 third_party/qcms/src/transform_util.c double x = ((double) i * 65535.) / (double) (length - 1); x 516 third_party/qcms/src/transform_util.c uint16_fract_t input = floor(x + .5); x 531 third_party/qcms/src/transform_util.c double x = ((double) i) / (double) (length - 1); x 532 third_party/qcms/src/transform_util.c x = pow(x, gamma); //XXX turn this conversion into a function x 533 third_party/qcms/src/transform_util.c result = floor(x*65535. + .5); x 29 third_party/qcms/src/transform_util.h #define CLU(table,x,y,z) table[(x*len + y*x_len + z*xy_len)*3] x 47 third_party/qcms/src/transform_util.h float u8Fixed8Number_to_float(uint16_t x); x 860 third_party/re2/re2/parse.cc Regexp* x[2]; // x[0] = prefix, x[1] = suffix1|suffix2|... x 861 third_party/re2/re2/parse.cc x[0] = LiteralString(rune, nrune, runeflags); x 866 third_party/re2/re2/parse.cc x[1] = AlternateNoFactor(sub + start, nn, altflags); x 867 third_party/re2/re2/parse.cc sub[out++] = Concat(x, 2, altflags); x 911 third_party/re2/re2/parse.cc Regexp* x[2]; // x[0] = prefix, x[1] = suffix1|suffix2|... x 912 third_party/re2/re2/parse.cc x[0] = first->Incref(); x 917 third_party/re2/re2/parse.cc x[1] = AlternateNoFactor(sub + start, nn, altflags); x 918 third_party/re2/re2/parse.cc sub[out++] = Concat(x, 2, altflags); x 530 third_party/re2/re2/re2.cc uint8 x = *a; x 534 third_party/re2/re2/re2.cc if (x != y) x 535 third_party/re2/re2/re2.cc return x - y; x 654 third_party/re2/re2/re2.h static inline Arg CRadix(short* x); x 655 third_party/re2/re2/re2.h static inline Arg CRadix(unsigned short* x); x 656 third_party/re2/re2/re2.h static inline Arg CRadix(int* x); x 657 third_party/re2/re2/re2.h static inline Arg CRadix(unsigned int* x); x 658 third_party/re2/re2/re2.h static inline Arg CRadix(long* x); x 659 third_party/re2/re2/re2.h static inline Arg CRadix(unsigned long* x); x 660 third_party/re2/re2/re2.h static inline Arg CRadix(long long* x); x 661 third_party/re2/re2/re2.h static inline Arg CRadix(unsigned long long* x); x 663 third_party/re2/re2/re2.h static inline Arg Hex(short* x); x 664 third_party/re2/re2/re2.h static inline Arg Hex(unsigned short* x); x 665 third_party/re2/re2/re2.h static inline Arg Hex(int* x); x 666 third_party/re2/re2/re2.h static inline Arg Hex(unsigned int* x); x 667 third_party/re2/re2/re2.h static inline Arg Hex(long* x); x 668 third_party/re2/re2/re2.h static inline Arg Hex(unsigned long* x); x 669 third_party/re2/re2/re2.h static inline Arg Hex(long long* x); x 670 third_party/re2/re2/re2.h static inline Arg Hex(unsigned long long* x); x 672 third_party/re2/re2/re2.h static inline Arg Octal(short* x); x 673 third_party/re2/re2/re2.h static inline Arg Octal(unsigned short* x); x 674 third_party/re2/re2/re2.h static inline Arg Octal(int* x); x 675 third_party/re2/re2/re2.h static inline Arg Octal(unsigned int* x); x 676 third_party/re2/re2/re2.h static inline Arg Octal(long* x); x 677 third_party/re2/re2/re2.h static inline Arg Octal(unsigned long* x); x 678 third_party/re2/re2/re2.h static inline Arg Octal(long long* x); x 679 third_party/re2/re2/re2.h static inline Arg Octal(unsigned long long* x); x 82 third_party/re2/re2/stringpiece.h int compare(const StringPiece& x) const { x 83 third_party/re2/re2/stringpiece.h int r = memcmp(ptr_, x.ptr_, std::min(length_, x.length_)); x 85 third_party/re2/re2/stringpiece.h if (length_ < x.length_) r = -1; x 86 third_party/re2/re2/stringpiece.h else if (length_ > x.length_) r = +1; x 107 third_party/re2/re2/stringpiece.h bool starts_with(const StringPiece& x) const { x 108 third_party/re2/re2/stringpiece.h return ((length_ >= x.length_) && x 109 third_party/re2/re2/stringpiece.h (memcmp(ptr_, x.ptr_, x.length_) == 0)); x 113 third_party/re2/re2/stringpiece.h bool ends_with(const StringPiece& x) const { x 114 third_party/re2/re2/stringpiece.h return ((length_ >= x.length_) && x 115 third_party/re2/re2/stringpiece.h (memcmp(ptr_ + (length_-x.length_), x.ptr_, x.length_) == 0)); x 154 third_party/re2/re2/stringpiece.h inline bool operator==(const StringPiece& x, const StringPiece& y) { x 155 third_party/re2/re2/stringpiece.h return StringPiece::_equal(x, y); x 158 third_party/re2/re2/stringpiece.h inline bool operator!=(const StringPiece& x, const StringPiece& y) { x 159 third_party/re2/re2/stringpiece.h return !(x == y); x 162 third_party/re2/re2/stringpiece.h inline bool operator<(const StringPiece& x, const StringPiece& y) { x 163 third_party/re2/re2/stringpiece.h const int r = memcmp(x.data(), y.data(), x 164 third_party/re2/re2/stringpiece.h std::min(x.size(), y.size())); x 165 third_party/re2/re2/stringpiece.h return ((r < 0) || ((r == 0) && (x.size() < y.size()))); x 168 third_party/re2/re2/stringpiece.h inline bool operator>(const StringPiece& x, const StringPiece& y) { x 169 third_party/re2/re2/stringpiece.h return y < x; x 172 third_party/re2/re2/stringpiece.h inline bool operator<=(const StringPiece& x, const StringPiece& y) { x 173 third_party/re2/re2/stringpiece.h return !(x > y); x 176 third_party/re2/re2/stringpiece.h inline bool operator>=(const StringPiece& x, const StringPiece& y) { x 177 third_party/re2/re2/stringpiece.h return !(x < y); x 109 third_party/re2/re2/testing/charclass_test.cc bool ShouldContain(CCTest *t, int x) { x 111 third_party/re2/re2/testing/charclass_test.cc if (t->final[j].lo <= x && x <= t->final[j].hi) x 672 third_party/re2/re2/testing/re2_test.cc int x; x 685 third_party/re2/re2/testing/re2_test.cc x = 0; x 686 third_party/re2/re2/testing/re2_test.cc CHECK(RE2::FullMatch(StringPiece(v + pagesize - 1, 1), "(.*)", &x)); x 687 third_party/re2/re2/testing/re2_test.cc CHECK_EQ(x, 1); x 1348 third_party/re2/re2/testing/re2_test.cc string x; x 1349 third_party/re2/re2/testing/re2_test.cc EXPECT_TRUE(RE2::Consume(&piece, re, &x)); x 29 third_party/re2/re2/testing/regexp_test.cc Regexp* x; x 30 third_party/re2/re2/testing/regexp_test.cc x = Regexp::Parse("x", Regexp::NoParseFlags, NULL); x 31 third_party/re2/re2/testing/regexp_test.cc vector<Regexp*> v(90000, x); // ToString bails out at 100000 x 33 third_party/re2/re2/testing/regexp_test.cc x->Incref(); x 34 third_party/re2/re2/testing/regexp_test.cc CHECK_EQ(x->Ref(), 1 + v.size()) << x->Ref(); x 38 third_party/re2/re2/testing/regexp_test.cc CHECK_EQ(x->Ref(), 1) << x->Ref(); x 39 third_party/re2/re2/testing/regexp_test.cc x->Decref(); x 43 third_party/re2/re2/testing/regexp_test.cc Regexp* x; x 45 third_party/re2/re2/testing/regexp_test.cc x = Regexp::Parse( x 48 third_party/re2/re2/testing/regexp_test.cc EXPECT_EQ(4, x->NumCaptures()); x 49 third_party/re2/re2/testing/regexp_test.cc const map<string, int>* have = x->NamedCaptures(); x 57 third_party/re2/re2/testing/regexp_test.cc x->Decref(); x 62 third_party/re2/re2/testing/regexp_test.cc Regexp* x; x 64 third_party/re2/re2/testing/regexp_test.cc x = Regexp::Parse( x 67 third_party/re2/re2/testing/regexp_test.cc EXPECT_EQ(4, x->NumCaptures()); x 68 third_party/re2/re2/testing/regexp_test.cc const map<int, string>* have = x->CaptureNames(); x 77 third_party/re2/re2/testing/regexp_test.cc x->Decref(); x 11 third_party/re2/util/atomicops.h int x; x 13 third_party/re2/util/atomicops.h :: "r" (&x)); x 39 third_party/re2/util/benchmark.cc void SetBenchmarkBytesProcessed(long long x) { x 40 third_party/re2/util/benchmark.cc bytes = x; x 43 third_party/re2/util/hash.cc #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) x 28 third_party/re2/util/logging.h #define CHECK(x) if(x){}else LogMessageFatal(__FILE__, __LINE__).stream() << "Check failed: " #x x 29 third_party/re2/util/logging.h #define CHECK_LT(x, y) CHECK((x) < (y)) x 30 third_party/re2/util/logging.h #define CHECK_GT(x, y) CHECK((x) > (y)) x 31 third_party/re2/util/logging.h #define CHECK_LE(x, y) CHECK((x) <= (y)) x 32 third_party/re2/util/logging.h #define CHECK_GE(x, y) CHECK((x) >= (y)) x 33 third_party/re2/util/logging.h #define CHECK_EQ(x, y) CHECK((x) == (y)) x 34 third_party/re2/util/logging.h #define CHECK_NE(x, y) CHECK((x) != (y)) x 42 third_party/re2/util/logging.h #define VLOG(x) if((x)>0){}else LOG_INFO.stream() x 188 third_party/re2/util/mutex.h #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) x 189 third_party/re2/util/mutex.h #define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name) x 190 third_party/re2/util/mutex.h #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) x 174 third_party/re2/util/pcre.h #define pcre_free(x) {} x 15 third_party/re2/util/stringpiece.cc bool StringPiece::_equal(const StringPiece& x, const StringPiece& y) { x 16 third_party/re2/util/stringpiece.cc int len = x.size(); x 20 third_party/re2/util/stringpiece.cc const char* p = x.data(); x 11 third_party/re2/util/test.h #define TEST(x, y) \ x 12 third_party/re2/util/test.h void x##y(void); \ x 13 third_party/re2/util/test.h TestRegisterer r##x##y(x##y, # x "." # y); \ x 14 third_party/re2/util/test.h void x##y(void) x 32 third_party/re2/util/test.h #define EXPECT_FALSE(x) CHECK(!(x)) x 36 third_party/re2/util/test.h #define EXPECT_TRUE_M(x, y) CHECK(x) << (y) x 37 third_party/re2/util/test.h #define EXPECT_FALSE_M(x, y) CHECK(!(x)) << (y) x 38 third_party/re2/util/test.h #define ASSERT_TRUE_M(x, y) CHECK(x) << (y) x 39 third_party/re2/util/test.h #define ASSERT_EQUALS(x, y) CHECK_EQ(x, y) x 45 third_party/re2/util/test.h MallocCounter(int x) { } x 102 third_party/re2/util/util.h #define ANNOTATE_HAPPENS_BEFORE(x) x 103 third_party/re2/util/util.h #define ANNOTATE_HAPPENS_AFTER(x) x 104 third_party/re2/util/util.h #define ANNOTATE_UNPROTECTED_READ(x) (x) x 125 third_party/re2/util/util.h uint32 x, y; x 126 third_party/re2/util/util.h x = seed; x 128 third_party/re2/util/util.h hashword2((uint32*)s, len/4, &x, &y); x 129 third_party/re2/util/util.h return ((uint64)x << 32) | y; x 9 third_party/simplejson/_speedups.c double x; x 13 third_party/simplejson/_speedups.c x = PyOS_ascii_atof(s); x 14 third_party/simplejson/_speedups.c PyFPE_END_PROTECT(x) x 15 third_party/simplejson/_speedups.c return x; x 7460 third_party/sqlite/amalgamation/sqlite3.c #define ROUND8(x) (((x)+7)&~7) x 7465 third_party/sqlite/amalgamation/sqlite3.c #define ROUNDDOWN8(x) ((x)&~7) x 7515 third_party/sqlite/amalgamation/sqlite3.c #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME) x 7571 third_party/sqlite/amalgamation/sqlite3.c #define UNUSED_PARAMETER(x) (void)(x) x 7572 third_party/sqlite/amalgamation/sqlite3.c #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y) x 8344 third_party/sqlite/amalgamation/sqlite3.c #define PAGER_MJ_PGNO(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1)) x 8577 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3PcacheTruncate(PCache*, Pgno x); x 8745 third_party/sqlite/amalgamation/sqlite3.c # define SET_FULLSYNC(x,y) x 10001 third_party/sqlite/amalgamation/sqlite3.c } x; x 10885 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Toupper(x) ((x)&~(sqlite3CtypeMap[(unsigned char)(x)]&0x20)) x 10886 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isspace(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x01) x 10887 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isalnum(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x06) x 10888 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) x 10889 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) x 10890 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isxdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x08) x 10891 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) x 10893 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Toupper(x) toupper((unsigned char)(x)) x 10894 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isspace(x) isspace((unsigned char)(x)) x 10895 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isalnum(x) isalnum((unsigned char)(x)) x 10896 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) x 10897 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) x 10898 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Isxdigit(x) isxdigit((unsigned char)(x)) x 10899 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3Tolower(x) tolower((unsigned char)(x)) x 11385 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3TableLock(v,w,x,y,z) x 11502 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3ExprSetHeight(x,y) x 11503 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3SelectExprHeight(x) 0 x 11504 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3ExprCheckHeight(x,y) x 11515 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3ConnectionBlocked(x,y) x 11516 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3ConnectionUnlocked(x) x 11517 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3ConnectionClosed(x) x 12633 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3VdbeMemExpandBlob(x) SQLITE_OK x 12658 third_party/sqlite/amalgamation/sqlite3.c # define wsdStatInit sqlite3StatType *x = &GLOBAL(sqlite3StatType,sqlite3Stat) x 12659 third_party/sqlite/amalgamation/sqlite3.c # define wsdStat x[0] x 13270 third_party/sqlite/amalgamation/sqlite3.c DateTime x, y; x 13272 third_party/sqlite/amalgamation/sqlite3.c x = *p; x 13273 third_party/sqlite/amalgamation/sqlite3.c computeYMD_HMS(&x); x 13274 third_party/sqlite/amalgamation/sqlite3.c if( x.Y<1971 || x.Y>=2038 ){ x 13275 third_party/sqlite/amalgamation/sqlite3.c x.Y = 2000; x 13276 third_party/sqlite/amalgamation/sqlite3.c x.M = 1; x 13277 third_party/sqlite/amalgamation/sqlite3.c x.D = 1; x 13278 third_party/sqlite/amalgamation/sqlite3.c x.h = 0; x 13279 third_party/sqlite/amalgamation/sqlite3.c x.m = 0; x 13280 third_party/sqlite/amalgamation/sqlite3.c x.s = 0.0; x 13282 third_party/sqlite/amalgamation/sqlite3.c int s = (int)(x.s + 0.5); x 13283 third_party/sqlite/amalgamation/sqlite3.c x.s = s; x 13285 third_party/sqlite/amalgamation/sqlite3.c x.tz = 0; x 13286 third_party/sqlite/amalgamation/sqlite3.c x.validJD = 0; x 13287 third_party/sqlite/amalgamation/sqlite3.c computeJD(&x); x 13288 third_party/sqlite/amalgamation/sqlite3.c t = (time_t)(x.iJD/1000 - 21086676*(i64)10000); x 13330 third_party/sqlite/amalgamation/sqlite3.c return y.iJD - x.iJD; x 13517 third_party/sqlite/amalgamation/sqlite3.c int x, y; x 13520 third_party/sqlite/amalgamation/sqlite3.c x = p->M>0 ? (p->M-1)/12 : (p->M-12)/12; x 13521 third_party/sqlite/amalgamation/sqlite3.c p->Y += x; x 13522 third_party/sqlite/amalgamation/sqlite3.c p->M -= x*12; x 13606 third_party/sqlite/amalgamation/sqlite3.c DateTime x; x 13607 third_party/sqlite/amalgamation/sqlite3.c if( isDate(context, argc, argv, &x)==0 ){ x 13608 third_party/sqlite/amalgamation/sqlite3.c computeJD(&x); x 13609 third_party/sqlite/amalgamation/sqlite3.c sqlite3_result_double(context, x.iJD/86400000.0); x 13623 third_party/sqlite/amalgamation/sqlite3.c DateTime x; x 13624 third_party/sqlite/amalgamation/sqlite3.c if( isDate(context, argc, argv, &x)==0 ){ x 13626 third_party/sqlite/amalgamation/sqlite3.c computeYMD_HMS(&x); x 13628 third_party/sqlite/amalgamation/sqlite3.c x.Y, x.M, x.D, x.h, x.m, (int)(x.s)); x 13643 third_party/sqlite/amalgamation/sqlite3.c DateTime x; x 13644 third_party/sqlite/amalgamation/sqlite3.c if( isDate(context, argc, argv, &x)==0 ){ x 13646 third_party/sqlite/amalgamation/sqlite3.c computeHMS(&x); x 13647 third_party/sqlite/amalgamation/sqlite3.c sqlite3_snprintf(sizeof(zBuf), zBuf, "%02d:%02d:%02d", x.h, x.m, (int)x.s); x 13662 third_party/sqlite/amalgamation/sqlite3.c DateTime x; x 13663 third_party/sqlite/amalgamation/sqlite3.c if( isDate(context, argc, argv, &x)==0 ){ x 13665 third_party/sqlite/amalgamation/sqlite3.c computeYMD(&x); x 13666 third_party/sqlite/amalgamation/sqlite3.c sqlite3_snprintf(sizeof(zBuf), zBuf, "%04d-%02d-%02d", x.Y, x.M, x.D); x 13695 third_party/sqlite/amalgamation/sqlite3.c DateTime x; x 13702 third_party/sqlite/amalgamation/sqlite3.c if( zFmt==0 || isDate(context, argc-1, argv+1, &x) ) return; x 13753 third_party/sqlite/amalgamation/sqlite3.c computeJD(&x); x 13754 third_party/sqlite/amalgamation/sqlite3.c computeYMD_HMS(&x); x 13761 third_party/sqlite/amalgamation/sqlite3.c case 'd': sqlite3_snprintf(3, &z[j],"%02d",x.D); j+=2; break; x 13763 third_party/sqlite/amalgamation/sqlite3.c double s = x.s; x 13769 third_party/sqlite/amalgamation/sqlite3.c case 'H': sqlite3_snprintf(3, &z[j],"%02d",x.h); j+=2; break; x 13773 third_party/sqlite/amalgamation/sqlite3.c DateTime y = x; x 13778 third_party/sqlite/amalgamation/sqlite3.c nDay = (int)((x.iJD-y.iJD+43200000)/86400000); x 13781 third_party/sqlite/amalgamation/sqlite3.c wd = (int)(((x.iJD+43200000)/86400000)%7); x 13791 third_party/sqlite/amalgamation/sqlite3.c sqlite3_snprintf(20, &z[j],"%.16g",x.iJD/86400000.0); x 13795 third_party/sqlite/amalgamation/sqlite3.c case 'm': sqlite3_snprintf(3, &z[j],"%02d",x.M); j+=2; break; x 13796 third_party/sqlite/amalgamation/sqlite3.c case 'M': sqlite3_snprintf(3, &z[j],"%02d",x.m); j+=2; break; x 13799 third_party/sqlite/amalgamation/sqlite3.c (i64)(x.iJD/1000 - 21086676*(i64)10000)); x 13803 third_party/sqlite/amalgamation/sqlite3.c case 'S': sqlite3_snprintf(3,&z[j],"%02d",(int)x.s); j+=2; break; x 13805 third_party/sqlite/amalgamation/sqlite3.c z[j++] = (char)(((x.iJD+129600000)/86400000) % 7) + '0'; x 13809 third_party/sqlite/amalgamation/sqlite3.c sqlite3_snprintf(5,&z[j],"%04d",x.Y); j+=sqlite3Strlen30(&z[j]); x 13983 third_party/sqlite/amalgamation/sqlite3.c #define DO_OS_MALLOC_TEST(x) \ x 13984 third_party/sqlite/amalgamation/sqlite3.c if (sqlite3_memdebug_vfs_oom_test && (!x || !sqlite3IsMemJournal(x))) { \ x 13990 third_party/sqlite/amalgamation/sqlite3.c #define DO_OS_MALLOC_TEST(x) x 14325 third_party/sqlite/amalgamation/sqlite3.c BenignMallocHooks *x = &GLOBAL(BenignMallocHooks,sqlite3Hooks) x 14326 third_party/sqlite/amalgamation/sqlite3.c # define wsdHooks x[0] x 14798 third_party/sqlite/amalgamation/sqlite3.c unsigned int x, y, r; x 14799 third_party/sqlite/amalgamation/sqlite3.c x = SQLITE_PTR_TO_INT(pBuf); x 14802 third_party/sqlite/amalgamation/sqlite3.c x = (x>>1) ^ (-(x&1) & 0xd0000001); x 14804 third_party/sqlite/amalgamation/sqlite3.c r = x ^ y; x 14810 third_party/sqlite/amalgamation/sqlite3.c x = (x>>1) ^ (-(x&1) & 0xd0000001); x 14812 third_party/sqlite/amalgamation/sqlite3.c r = x ^ y; x 15361 third_party/sqlite/amalgamation/sqlite3.c u32 x; x 15366 third_party/sqlite/amalgamation/sqlite3.c x = mem3.aPool[i-1].u.hdr.size4x; x 15367 third_party/sqlite/amalgamation/sqlite3.c mem3.aPool[i-1].u.hdr.size4x = nBlock*4 | 1 | (x&2); x 15390 third_party/sqlite/amalgamation/sqlite3.c u32 newi, x; x 15398 third_party/sqlite/amalgamation/sqlite3.c x = mem3.aPool[mem3.iMaster-1].u.hdr.size4x & 2; x 15399 third_party/sqlite/amalgamation/sqlite3.c mem3.aPool[mem3.iMaster-1].u.hdr.size4x = mem3.szMaster*4 | x; x 15424 third_party/sqlite/amalgamation/sqlite3.c u32 iNext, prev, size, i, x; x 15440 third_party/sqlite/amalgamation/sqlite3.c x = mem3.aPool[prev-1].u.hdr.size4x & 2; x 15441 third_party/sqlite/amalgamation/sqlite3.c mem3.aPool[prev-1].u.hdr.size4x = size*4 | x; x 15547 third_party/sqlite/amalgamation/sqlite3.c u32 size, x; x 15566 third_party/sqlite/amalgamation/sqlite3.c x = mem3.aPool[mem3.iMaster-1].u.hdr.size4x & 2; x 15567 third_party/sqlite/amalgamation/sqlite3.c mem3.aPool[mem3.iMaster-1].u.hdr.size4x = mem3.szMaster*4 | x; x 15570 third_party/sqlite/amalgamation/sqlite3.c x = mem3.aPool[mem3.iMaster-1].u.hdr.size4x & 2; x 15574 third_party/sqlite/amalgamation/sqlite3.c mem3.aPool[mem3.iMaster-1].u.hdr.size4x = mem3.szMaster*4 | x; x 15967 third_party/sqlite/amalgamation/sqlite3.c int x; x 15973 third_party/sqlite/amalgamation/sqlite3.c x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize]; x 15975 third_party/sqlite/amalgamation/sqlite3.c if( x>=0 ){ x 15976 third_party/sqlite/amalgamation/sqlite3.c assert( x<mem5.nBlock ); x 15977 third_party/sqlite/amalgamation/sqlite3.c MEM5LINK(x)->prev = i; x 18915 third_party/sqlite/amalgamation/sqlite3.c int x = (int)(longvalue % 10); x 18916 third_party/sqlite/amalgamation/sqlite3.c if( x>=4 || (longvalue/10)%10==1 ){ x 18917 third_party/sqlite/amalgamation/sqlite3.c x = 0; x 18919 third_party/sqlite/amalgamation/sqlite3.c buf[etBUFSIZE-3] = zOrd[x*2]; x 18920 third_party/sqlite/amalgamation/sqlite3.c buf[etBUFSIZE-2] = zOrd[x*2+1]; x 18940 third_party/sqlite/amalgamation/sqlite3.c char x; x 18942 third_party/sqlite/amalgamation/sqlite3.c for(; (x=(*pre))!=0; pre++) *(--bufpt) = x; x 20248 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Coverage(int x){ x 20250 third_party/sqlite/amalgamation/sqlite3.c dummy += (unsigned)x; x 20261 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3IsNaN(double x){ x 20290 third_party/sqlite/amalgamation/sqlite3.c volatile double y = x; x 20294 third_party/sqlite/amalgamation/sqlite3.c rc = isnan(x); x 20789 third_party/sqlite/amalgamation/sqlite3.c int x = 0; x 20790 third_party/sqlite/amalgamation/sqlite3.c if( z ) sqlite3GetInt32(z, &x); x 20791 third_party/sqlite/amalgamation/sqlite3.c return x; x 21366 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AbsInt32(int x){ x 21367 third_party/sqlite/amalgamation/sqlite3.c if( x>=0 ) return x; x 21368 third_party/sqlite/amalgamation/sqlite3.c if( x==(int)0x80000000 ) return 0x7fffffff; x 21369 third_party/sqlite/amalgamation/sqlite3.c return -x; x 24114 third_party/sqlite/amalgamation/sqlite3.c #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) x 29468 third_party/sqlite/amalgamation/sqlite3.c void (*(*x)(void*,const char*))(void); x 29470 third_party/sqlite/amalgamation/sqlite3.c x = (void(*(*)(void*,const char*))(void))dlsym; x 29471 third_party/sqlite/amalgamation/sqlite3.c return (*x)(p, zSym); x 33721 third_party/sqlite/amalgamation/sqlite3.c SYSTEMTIME x; x 33722 third_party/sqlite/amalgamation/sqlite3.c GetSystemTime(&x); x 33723 third_party/sqlite/amalgamation/sqlite3.c memcpy(&zBuf[n], &x, sizeof(x)); x 33724 third_party/sqlite/amalgamation/sqlite3.c n += sizeof(x); x 36355 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3WalOpen(x,y,z) 0 x 36356 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3WalClose(w,x,y,z) 0 x 36359 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3WalRead(v,w,x,y,z) 0 x 36362 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3WalEndWriteTransaction(x) 0 x 36363 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3WalUndo(x,y,z) 0 x 36366 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3WalFrames(u,v,w,x,y,z) 0 x 36367 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3WalCheckpoint(r,s,t,u,v,w,x,y,z) 0 x 37217 third_party/sqlite/amalgamation/sqlite3.c # define pagerUseWal(x) 0 x 37218 third_party/sqlite/amalgamation/sqlite3.c # define pagerRollbackWal(x) 0 x 37219 third_party/sqlite/amalgamation/sqlite3.c # define pagerWalFrames(v,w,x,y,z) 0 x 37594 third_party/sqlite/amalgamation/sqlite3.c #define CHECK_PAGE(x) checkPage(x) x 37605 third_party/sqlite/amalgamation/sqlite3.c #define CHECK_PAGE(x) x 43842 third_party/sqlite/amalgamation/sqlite3.c #define BYTESWAP32(x) ( \ x 43843 third_party/sqlite/amalgamation/sqlite3.c (((x)&0x000000FF)<<24) + (((x)&0x0000FF00)<<8) \ x 43844 third_party/sqlite/amalgamation/sqlite3.c + (((x)&0x00FF0000)>>8) + (((x)&0xFF000000)>>24) \ x 46842 third_party/sqlite/amalgamation/sqlite3.c #define get2byte(x) ((x)[0]<<8 | (x)[1]) x 47604 third_party/sqlite/amalgamation/sqlite3.c #define invalidateOverflowCache(x) x 47605 third_party/sqlite/amalgamation/sqlite3.c #define invalidateAllOverflowCache(x) x 47606 third_party/sqlite/amalgamation/sqlite3.c #define invalidateIncrblobCursors(x,y,z) x 47959 third_party/sqlite/amalgamation/sqlite3.c #define ptrmapPut(w,x,y,z,rc) x 47960 third_party/sqlite/amalgamation/sqlite3.c #define ptrmapGet(w,x,y,z) SQLITE_OK x 47961 third_party/sqlite/amalgamation/sqlite3.c #define ptrmapPutOvflPtr(x, y, rc) x 48309 third_party/sqlite/amalgamation/sqlite3.c int x = size - nByte; x 48310 third_party/sqlite/amalgamation/sqlite3.c testcase( x==4 ); x 48311 third_party/sqlite/amalgamation/sqlite3.c testcase( x==3 ); x 48312 third_party/sqlite/amalgamation/sqlite3.c if( x<4 ){ x 48316 third_party/sqlite/amalgamation/sqlite3.c data[hdr+7] = (u8)(nFrag + x); x 48322 third_party/sqlite/amalgamation/sqlite3.c put2byte(&data[pc+2], x); x 48324 third_party/sqlite/amalgamation/sqlite3.c *pIdx = pc + x; x 48412 third_party/sqlite/amalgamation/sqlite3.c int pnext, psize, x; x 48423 third_party/sqlite/amalgamation/sqlite3.c x = get2byte(&data[pnext]); x 48424 third_party/sqlite/amalgamation/sqlite3.c put2byte(&data[pbegin], x); x 48425 third_party/sqlite/amalgamation/sqlite3.c x = pnext + get2byte(&data[pnext+2]) - pbegin; x 48426 third_party/sqlite/amalgamation/sqlite3.c put2byte(&data[pbegin+2], x); x 50184 third_party/sqlite/amalgamation/sqlite3.c # define setChildPtrmaps(x) SQLITE_OK x 50724 third_party/sqlite/amalgamation/sqlite3.c #define assertCellInfo(x) x 51264 third_party/sqlite/amalgamation/sqlite3.c # define assertParentIndex(x,y,z) x 55284 third_party/sqlite/amalgamation/sqlite3.c # define MIN(x,y) ((x)<(y)?(x):(y)) x 57380 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbeResolveLabel(Vdbe *p, int x){ x 57381 third_party/sqlite/amalgamation/sqlite3.c int j = -1-x; x 59067 third_party/sqlite/amalgamation/sqlite3.c #define checkActiveVdbeCnt(x) x 59855 third_party/sqlite/amalgamation/sqlite3.c u64 x = (((signed char)buf[0])<<8) | buf[1]; x 59857 third_party/sqlite/amalgamation/sqlite3.c x = (x<<32) | y; x 59858 third_party/sqlite/amalgamation/sqlite3.c pMem->u.i = *(i64*)&x; x 59864 third_party/sqlite/amalgamation/sqlite3.c u64 x; x 59879 third_party/sqlite/amalgamation/sqlite3.c x = (buf[0]<<24) | (buf[1]<<16) | (buf[2]<<8) | buf[3]; x 59881 third_party/sqlite/amalgamation/sqlite3.c x = (x<<32) | y; x 59883 third_party/sqlite/amalgamation/sqlite3.c pMem->u.i = *(i64*)&x; x 59886 third_party/sqlite/amalgamation/sqlite3.c assert( sizeof(x)==8 && sizeof(pMem->r)==8 ); x 59887 third_party/sqlite/amalgamation/sqlite3.c swapMixedEndianFloat(x); x 59888 third_party/sqlite/amalgamation/sqlite3.c memcpy(&pMem->r, &x, sizeof(x)); x 69173 third_party/sqlite/amalgamation/sqlite3.c # define MIN(x,y) ((x)<(y)?(x):(y)) x 69445 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3WalkSelect(pWalker, pExpr->x.pSelect) ) return WRC_Abort; x 69447 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3WalkExprList(pWalker, pExpr->x.pList) ) return WRC_Abort; x 69837 third_party/sqlite/amalgamation/sqlite3.c assert( pExpr->x.pList==0 ); x 69838 third_party/sqlite/amalgamation/sqlite3.c assert( pExpr->x.pSelect==0 ); x 70045 third_party/sqlite/amalgamation/sqlite3.c ExprList *pList = pExpr->x.pList; /* The argument list */ x 70122 third_party/sqlite/amalgamation/sqlite3.c sqlite3WalkSelect(pWalker, pExpr->x.pSelect); x 70774 third_party/sqlite/amalgamation/sqlite3.c return sqlite3ExprAffinity(pExpr->x.pSelect->pEList->a[0].pExpr); x 70905 third_party/sqlite/amalgamation/sqlite3.c aff = sqlite3CompareAffinity(pExpr->x.pSelect->pEList->a[0].pExpr, aff); x 71065 third_party/sqlite/amalgamation/sqlite3.c heightOfSelect(p->x.pSelect, &nHeight); x 71067 third_party/sqlite/amalgamation/sqlite3.c heightOfExprList(p->x.pList, &nHeight); x 71168 third_party/sqlite/amalgamation/sqlite3.c Token x; x 71169 third_party/sqlite/amalgamation/sqlite3.c x.z = zToken; x 71170 third_party/sqlite/amalgamation/sqlite3.c x.n = zToken ? sqlite3Strlen30(zToken) : 0; x 71171 third_party/sqlite/amalgamation/sqlite3.c return sqlite3ExprAlloc(db, op, &x, 0); x 71260 third_party/sqlite/amalgamation/sqlite3.c pNew->x.pList = pList; x 71362 third_party/sqlite/amalgamation/sqlite3.c sqlite3SelectDelete(db, p->x.pSelect); x 71364 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprListDelete(db, p->x.pList); x 71427 third_party/sqlite/amalgamation/sqlite3.c if( p->pLeft || p->pRight || p->pColl || p->x.pList ){ x 71538 third_party/sqlite/amalgamation/sqlite3.c pNew->x.pSelect = sqlite3SelectDup(db, p->x.pSelect, isReduced); x 71540 third_party/sqlite/amalgamation/sqlite3.c pNew->x.pList = sqlite3ExprListDup(db, p->x.pList, isReduced); x 72177 third_party/sqlite/amalgamation/sqlite3.c p = (ExprHasProperty(pX, EP_xIsSelect) ? pX->x.pSelect : 0); x 72392 third_party/sqlite/amalgamation/sqlite3.c pExpr->x.pSelect->iLimit = 0; x 72393 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3Select(pParse, pExpr->x.pSelect, &dest) ){ x 72396 third_party/sqlite/amalgamation/sqlite3.c pEList = pExpr->x.pSelect->pEList; x 72401 third_party/sqlite/amalgamation/sqlite3.c }else if( ALWAYS(pExpr->x.pList!=0) ){ x 72410 third_party/sqlite/amalgamation/sqlite3.c ExprList *pList = pExpr->x.pList; x 72479 third_party/sqlite/amalgamation/sqlite3.c pSel = pExpr->x.pSelect; x 72948 third_party/sqlite/amalgamation/sqlite3.c int x = p->iReg; x 72949 third_party/sqlite/amalgamation/sqlite3.c if( x>=iFrom && x<iFrom+nReg ){ x 73280 third_party/sqlite/amalgamation/sqlite3.c pFarg = pExpr->x.pList; x 73394 third_party/sqlite/amalgamation/sqlite3.c struct ExprList_item *pLItem = pExpr->x.pList->a; x 73509 third_party/sqlite/amalgamation/sqlite3.c assert( !ExprHasProperty(pExpr, EP_xIsSelect) && pExpr->x.pList ); x 73510 third_party/sqlite/amalgamation/sqlite3.c assert((pExpr->x.pList->nExpr % 2) == 0); x 73511 third_party/sqlite/amalgamation/sqlite3.c assert(pExpr->x.pList->nExpr > 0); x 73512 third_party/sqlite/amalgamation/sqlite3.c pEList = pExpr->x.pList; x 73749 third_party/sqlite/amalgamation/sqlite3.c ExprList *pList = pExpr->x.pList; x 73862 third_party/sqlite/amalgamation/sqlite3.c compLeft.pRight = pExpr->x.pList->a[0].pExpr; x 73865 third_party/sqlite/amalgamation/sqlite3.c compRight.pRight = pExpr->x.pList->a[1].pExpr; x 74185 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3ExprListCompare(pA->x.pList, pB->x.pList) ) return 2; x 74372 third_party/sqlite/amalgamation/sqlite3.c pExpr->x.pList ? pExpr->x.pList->nExpr : 0, enc, 0); x 76540 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3FixSelect(pFix, pExpr->x.pSelect) ) return 1; x 76542 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3FixExprList(pFix, pExpr->x.pList) ) return 1; x 76952 third_party/sqlite/amalgamation/sqlite3.c #define codeTableLocks(x) x 77772 third_party/sqlite/amalgamation/sqlite3.c #define STRICMP(x, y) (\ x 77773 third_party/sqlite/amalgamation/sqlite3.c sqlite3UpperToLower[*(unsigned char *)(x)]== \ x 77775 third_party/sqlite/amalgamation/sqlite3.c && sqlite3StrICmp((x)+1,(y)+1)==0 ) x 81254 third_party/sqlite/amalgamation/sqlite3.c pInClause->x.pSelect = pSelect; x 83166 third_party/sqlite/amalgamation/sqlite3.c || !pExpr->x.pList x 83167 third_party/sqlite/amalgamation/sqlite3.c || pExpr->x.pList->nExpr!=2 x 84115 third_party/sqlite/amalgamation/sqlite3.c #define COLUMN_MASK(x) (((x)>31) ? 0xffffffff : ((u32)1<<(x))) x 87429 third_party/sqlite/amalgamation/sqlite3.c sqlite3AutoExtList *x = &GLOBAL(sqlite3AutoExtList,sqlite3Autoext) x 87430 third_party/sqlite/amalgamation/sqlite3.c # define wsdAutoext x[0] x 88635 third_party/sqlite/amalgamation/sqlite3.c HashElem *x; x 88653 third_party/sqlite/amalgamation/sqlite3.c for(x=sqliteHashFirst(pTbls); x; x=sqliteHashNext(x)){ x 88654 third_party/sqlite/amalgamation/sqlite3.c Table *pTab = sqliteHashData(x); x 88683 third_party/sqlite/amalgamation/sqlite3.c for(x=sqliteHashFirst(pTbls); x && !isQuick; x=sqliteHashNext(x)){ x 88684 third_party/sqlite/amalgamation/sqlite3.c Table *pTab = sqliteHashData(x); x 90780 third_party/sqlite/amalgamation/sqlite3.c # define explainComposite(v,w,x,y,z) x 91001 third_party/sqlite/amalgamation/sqlite3.c Select *pS = pExpr->x.pSelect; x 92438 third_party/sqlite/amalgamation/sqlite3.c substSelect(db, pExpr->x.pSelect, iTable, pEList); x 92440 third_party/sqlite/amalgamation/sqlite3.c substExprList(db, pExpr->x.pList, iTable, pEList); x 92985 third_party/sqlite/amalgamation/sqlite3.c pEList = pExpr->x.pList; x 93445 third_party/sqlite/amalgamation/sqlite3.c if( pE->x.pList==0 || pE->x.pList->nExpr!=1 ){ x 93450 third_party/sqlite/amalgamation/sqlite3.c KeyInfo *pKeyInfo = keyInfoFromExprList(pParse, pE->x.pList); x 93467 third_party/sqlite/amalgamation/sqlite3.c ExprList *pList = pF->pExpr->x.pList; x 93490 third_party/sqlite/amalgamation/sqlite3.c ExprList *pList = pF->pExpr->x.pList; x 93918 third_party/sqlite/amalgamation/sqlite3.c sqlite3ExprAnalyzeAggList(&sNC, sAggInfo.aFunc[i].pExpr->x.pList); x 94217 third_party/sqlite/amalgamation/sqlite3.c pMinMax = sqlite3ExprListDup(db, p->pEList->a[0].pExpr->x.pList,0); x 97451 third_party/sqlite/amalgamation/sqlite3.c int (*x)(sqlite3_vtab *); x 97452 third_party/sqlite/amalgamation/sqlite3.c x = *(int (**)(sqlite3_vtab *))((char *)p->pModule + offset); x 97453 third_party/sqlite/amalgamation/sqlite3.c if( x ) x(p); x 97478 third_party/sqlite/amalgamation/sqlite3.c int (*x)(sqlite3_vtab *); x 97480 third_party/sqlite/amalgamation/sqlite3.c if( pVtab && (x = pVtab->pModule->xSync)!=0 ){ x 97481 third_party/sqlite/amalgamation/sqlite3.c rc = x(pVtab); x 98104 third_party/sqlite/amalgamation/sqlite3.c mask |= exprSelectTableUsage(pMaskSet, p->x.pSelect); x 98106 third_party/sqlite/amalgamation/sqlite3.c mask |= exprListTableUsage(pMaskSet, p->x.pList); x 98317 third_party/sqlite/amalgamation/sqlite3.c pList = pExpr->x.pList; x 98400 third_party/sqlite/amalgamation/sqlite3.c pList = pExpr->x.pList; x 98714 third_party/sqlite/amalgamation/sqlite3.c pNew->x.pList = pList; x 98778 third_party/sqlite/amalgamation/sqlite3.c pTerm->prereqRight = exprSelectTableUsage(pMaskSet, pExpr->x.pSelect); x 98780 third_party/sqlite/amalgamation/sqlite3.c pTerm->prereqRight = exprListTableUsage(pMaskSet, pExpr->x.pList); x 98789 third_party/sqlite/amalgamation/sqlite3.c Bitmask x = getMask(pMaskSet, pExpr->iRightJoinTable); x 98790 third_party/sqlite/amalgamation/sqlite3.c prereqAll |= x; x 98791 third_party/sqlite/amalgamation/sqlite3.c extraRight = x-1; /* ON clause terms may not be used with an index x 98855 third_party/sqlite/amalgamation/sqlite3.c ExprList *pList = pExpr->x.pList; x 98909 third_party/sqlite/amalgamation/sqlite3.c pLeft = pExpr->x.pList->a[1].pExpr; x 98964 third_party/sqlite/amalgamation/sqlite3.c pRight = pExpr->x.pList->a[0].pExpr; x 98965 third_party/sqlite/amalgamation/sqlite3.c pLeft = pExpr->x.pList->a[1].pExpr; x 99209 third_party/sqlite/amalgamation/sqlite3.c double x = 10; x 99210 third_party/sqlite/amalgamation/sqlite3.c while( N>x ){ x 99212 third_party/sqlite/amalgamation/sqlite3.c x *= 10; x 100506 third_party/sqlite/amalgamation/sqlite3.c }else if( ALWAYS(pExpr->x.pList && pExpr->x.pList->nExpr) ){ x 100508 third_party/sqlite/amalgamation/sqlite3.c nInMul *= pExpr->x.pList->nExpr; x 100572 third_party/sqlite/amalgamation/sqlite3.c int x = pIdx->aiColumn[j]; x 100573 third_party/sqlite/amalgamation/sqlite3.c if( x<BMS-1 ){ x 100574 third_party/sqlite/amalgamation/sqlite3.c m &= ~(((Bitmask)1)<<x); x 100606 third_party/sqlite/amalgamation/sqlite3.c whereInScanEst(pParse, pProbe, pFirstTerm->pExpr->x.pList, &nRow); x 101235 third_party/sqlite/amalgamation/sqlite3.c # define explainOneScan(u,v,w,x,y,z) x 105410 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pList = pList; x 105435 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pList = yymsp[-1].minor.yy322; x 105450 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pSelect = yymsp[-1].minor.yy387; x 105464 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pSelect = yymsp[-1].minor.yy387; x 105480 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pSelect = sqlite3SelectNew(pParse, 0,pSrc,0,0,0,0,0,0,0); x 105495 third_party/sqlite/amalgamation/sqlite3.c p->x.pSelect = yymsp[-1].minor.yy387; x 105509 third_party/sqlite/amalgamation/sqlite3.c yygotominor.yy118.pExpr->x.pList = yymsp[-2].minor.yy322; x 107472 third_party/sqlite/amalgamation/sqlite3.c u64 x = (((u64)1)<<63)-1; x 107474 third_party/sqlite/amalgamation/sqlite3.c assert(sizeof(x)==8); x 107475 third_party/sqlite/amalgamation/sqlite3.c assert(sizeof(x)==sizeof(y)); x 107476 third_party/sqlite/amalgamation/sqlite3.c memcpy(&y, &x, 8); x 109798 third_party/sqlite/amalgamation/sqlite3.c volatile int x = 0; x 109799 third_party/sqlite/amalgamation/sqlite3.c assert( (x = va_arg(ap,int))!=0 ); x 109800 third_party/sqlite/amalgamation/sqlite3.c rc = x; x 109833 third_party/sqlite/amalgamation/sqlite3.c int x = va_arg(ap,int); x 109834 third_party/sqlite/amalgamation/sqlite3.c rc = ALWAYS(x); x 109845 third_party/sqlite/amalgamation/sqlite3.c int x = va_arg(ap,int); x 109847 third_party/sqlite/amalgamation/sqlite3.c sqlite3BtreeSetPageSize(db->aDb[0].pBt, 0, x, 0); x 109863 third_party/sqlite/amalgamation/sqlite3.c int x = va_arg(ap,int); x 109864 third_party/sqlite/amalgamation/sqlite3.c db->flags = (x & SQLITE_OptMask) | (db->flags & ~SQLITE_OptMask); x 109992 third_party/sqlite/amalgamation/sqlite3.c # define checkListProperties(x) x 110528 third_party/sqlite/amalgamation/sqlite3.c i64 x = decodeSigned(pData, 8); x 110530 third_party/sqlite/amalgamation/sqlite3.c memcpy(&d, &x, sizeof(x)); x 110594 third_party/sqlite/amalgamation/sqlite3.c static int ascii_isalnum(int x){ x 110596 third_party/sqlite/amalgamation/sqlite3.c return (x>='0' && x<='9') || (x>='A' && x<='Z') || (x>='a' && x<='z'); x 110598 third_party/sqlite/amalgamation/sqlite3.c static int ascii_tolower(int x){ x 110600 third_party/sqlite/amalgamation/sqlite3.c return (x>='A' && x<='Z') ? x-'A'+'a' : x; x 113050 third_party/sqlite/amalgamation/sqlite3.c # define ALWAYS(x) (1) x 113053 third_party/sqlite/amalgamation/sqlite3.c # define ALWAYS(x) (x) x 113054 third_party/sqlite/amalgamation/sqlite3.c # define NEVER(X) (x) x 113067 third_party/sqlite/amalgamation/sqlite3.c #define UNUSED_PARAMETER(x) (void)(x) x 113391 third_party/sqlite/amalgamation/sqlite3.c sqlite_uint64 x = 0, y = 1; x 113393 third_party/sqlite/amalgamation/sqlite3.c x += y * (*q++ & 0x7f); x 113396 third_party/sqlite/amalgamation/sqlite3.c x += y * (*q++); x 113397 third_party/sqlite/amalgamation/sqlite3.c *v = (sqlite_int64) x; x 118692 third_party/sqlite/amalgamation/sqlite3.c char x = *z; x 118693 third_party/sqlite/amalgamation/sqlite3.c if( x==0 ) return 0; x 118694 third_party/sqlite/amalgamation/sqlite3.c assert( x>='a' && x<='z' ); x 118695 third_party/sqlite/amalgamation/sqlite3.c j = vOrCType[x-'a']; x 118701 third_party/sqlite/amalgamation/sqlite3.c char x = *z; x 118702 third_party/sqlite/amalgamation/sqlite3.c if( x==0 ) return 0; x 118703 third_party/sqlite/amalgamation/sqlite3.c assert( x>='a' && x<='z' ); x 118704 third_party/sqlite/amalgamation/sqlite3.c j = vOrCType[x-'a']; x 119728 third_party/sqlite/amalgamation/sqlite3.c static int fts3_isalnum(int x){ x 119729 third_party/sqlite/amalgamation/sqlite3.c return (x>='0' && x<='9') || (x>='A' && x<='Z') || (x>='a' && x<='z'); x 122224 third_party/sqlite/amalgamation/sqlite3.c sqlite3_int64 x; x 122225 third_party/sqlite/amalgamation/sqlite3.c j += sqlite3Fts3GetVarint(&zBuf[j], &x); x 122227 third_party/sqlite/amalgamation/sqlite3.c a[i] = (u32)(x & 0xffffffff); x 122323 third_party/sqlite/amalgamation/sqlite3.c u32 x = a[i+1]; x 122324 third_party/sqlite/amalgamation/sqlite3.c if( x+aSzIns[i] < aSzDel[i] ){ x 122325 third_party/sqlite/amalgamation/sqlite3.c x = 0; x 122327 third_party/sqlite/amalgamation/sqlite3.c x = x + aSzIns[i] - aSzDel[i]; x 122329 third_party/sqlite/amalgamation/sqlite3.c a[i+1] = x; x 122774 third_party/sqlite/amalgamation/sqlite3.c int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ x 122782 third_party/sqlite/amalgamation/sqlite3.c rc = fts3ExprIterate2(pExpr->pLeft, piPhrase, x, pCtx); x 122784 third_party/sqlite/amalgamation/sqlite3.c rc = fts3ExprIterate2(pExpr->pRight, piPhrase, x, pCtx); x 122787 third_party/sqlite/amalgamation/sqlite3.c rc = x(pExpr, *piPhrase, pCtx); x 122805 third_party/sqlite/amalgamation/sqlite3.c int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ x 122809 third_party/sqlite/amalgamation/sqlite3.c return fts3ExprIterate2(pExpr, &iPhrase, x, pCtx); x 124376 third_party/sqlite/amalgamation/sqlite3.c # define UNUSED_PARAMETER(x) (void)(x) x 124567 third_party/sqlite/amalgamation/sqlite3.c # define MAX(x,y) ((x) < (y) ? (y) : (x)) x 124570 third_party/sqlite/amalgamation/sqlite3.c # define MIN(x,y) ((x) > (y) ? (y) : (x)) x 28 third_party/sqlite/src/ext/async/sqlite3async.c #define MIN(x,y) ((x)<(y)?(x):(y)) x 29 third_party/sqlite/src/ext/async/sqlite3async.c #define MAX(x,y) ((x)>(y)?(x):(y)) x 33 third_party/sqlite/src/ext/async/sqlite3async.c #define UNUSED_PARAMETER(x) (void)(x) x 99 third_party/sqlite/src/ext/fts1/ft_hash.c uptr x = Addr(pKey); x 100 third_party/sqlite/src/ext/fts1/ft_hash.c return x ^ (x<<8) ^ (x>>8); x 131 third_party/sqlite/src/ext/fts1/fts1.c sqlite_uint64 x = 0, y = 1; x 133 third_party/sqlite/src/ext/fts1/fts1.c x += y * (*q++ & 0x7f); x 140 third_party/sqlite/src/ext/fts1/fts1.c x += y * (*q++); x 141 third_party/sqlite/src/ext/fts1/fts1.c *v = (sqlite_int64) x; x 151 third_party/sqlite/src/ext/fts1/fts1_porter.c char x = *z; x 152 third_party/sqlite/src/ext/fts1/fts1_porter.c if( x==0 ) return 0; x 153 third_party/sqlite/src/ext/fts1/fts1_porter.c assert( x>='a' && x<='z' ); x 154 third_party/sqlite/src/ext/fts1/fts1_porter.c j = cType[x-'a']; x 160 third_party/sqlite/src/ext/fts1/fts1_porter.c char x = *z; x 161 third_party/sqlite/src/ext/fts1/fts1_porter.c if( x==0 ) return 0; x 162 third_party/sqlite/src/ext/fts1/fts1_porter.c assert( x>='a' && x<='z' ); x 163 third_party/sqlite/src/ext/fts1/fts1_porter.c j = cType[x-'a']; x 61 third_party/sqlite/src/ext/fts1/fulltext.c sqlite_uint64 x = 0, y = 1; x 63 third_party/sqlite/src/ext/fts1/fulltext.c x += y * (*q++ & 0x7f); x 70 third_party/sqlite/src/ext/fts1/fulltext.c x += y * (*q++); x 71 third_party/sqlite/src/ext/fts1/fulltext.c *v = (sqlite_int64) x; x 452 third_party/sqlite/src/ext/fts2/fts2.c sqlite_uint64 x = 0, y = 1; x 456 third_party/sqlite/src/ext/fts2/fts2.c x += y * (*q++ & 0x7f); x 463 third_party/sqlite/src/ext/fts2/fts2.c x += y * (*q++); x 464 third_party/sqlite/src/ext/fts2/fts2.c *v = (sqlite_int64) x; x 4374 third_party/sqlite/src/ext/fts2/fts2.c #define ASSERT_VALID_INTERIOR_BLOCK(x) interiorBlockValidate(x) x 4376 third_party/sqlite/src/ext/fts2/fts2.c #define ASSERT_VALID_INTERIOR_BLOCK(x) assert( 1 ) x 150 third_party/sqlite/src/ext/fts2/fts2_porter.c char x = *z; x 151 third_party/sqlite/src/ext/fts2/fts2_porter.c if( x==0 ) return 0; x 152 third_party/sqlite/src/ext/fts2/fts2_porter.c assert( x>='a' && x<='z' ); x 153 third_party/sqlite/src/ext/fts2/fts2_porter.c j = cType[x-'a']; x 159 third_party/sqlite/src/ext/fts2/fts2_porter.c char x = *z; x 160 third_party/sqlite/src/ext/fts2/fts2_porter.c if( x==0 ) return 0; x 161 third_party/sqlite/src/ext/fts2/fts2_porter.c assert( x>='a' && x<='z' ); x 162 third_party/sqlite/src/ext/fts2/fts2_porter.c j = cType[x-'a']; x 341 third_party/sqlite/src/ext/fts3/fts3.c sqlite_uint64 x = 0, y = 1; x 343 third_party/sqlite/src/ext/fts3/fts3.c x += y * (*q++ & 0x7f); x 346 third_party/sqlite/src/ext/fts3/fts3.c x += y * (*q++); x 347 third_party/sqlite/src/ext/fts3/fts3.c *v = (sqlite_int64) x; x 81 third_party/sqlite/src/ext/fts3/fts3Int.h # define ALWAYS(x) (1) x 84 third_party/sqlite/src/ext/fts3/fts3Int.h # define ALWAYS(x) (x) x 85 third_party/sqlite/src/ext/fts3/fts3Int.h # define NEVER(X) (x) x 98 third_party/sqlite/src/ext/fts3/fts3Int.h #define UNUSED_PARAMETER(x) (void)(x) x 153 third_party/sqlite/src/ext/fts3/fts3_porter.c char x = *z; x 154 third_party/sqlite/src/ext/fts3/fts3_porter.c if( x==0 ) return 0; x 155 third_party/sqlite/src/ext/fts3/fts3_porter.c assert( x>='a' && x<='z' ); x 156 third_party/sqlite/src/ext/fts3/fts3_porter.c j = vOrCType[x-'a']; x 162 third_party/sqlite/src/ext/fts3/fts3_porter.c char x = *z; x 163 third_party/sqlite/src/ext/fts3/fts3_porter.c if( x==0 ) return 0; x 164 third_party/sqlite/src/ext/fts3/fts3_porter.c assert( x>='a' && x<='z' ); x 165 third_party/sqlite/src/ext/fts3/fts3_porter.c j = vOrCType[x-'a']; x 141 third_party/sqlite/src/ext/fts3/fts3_snippet.c int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ x 149 third_party/sqlite/src/ext/fts3/fts3_snippet.c rc = fts3ExprIterate2(pExpr->pLeft, piPhrase, x, pCtx); x 151 third_party/sqlite/src/ext/fts3/fts3_snippet.c rc = fts3ExprIterate2(pExpr->pRight, piPhrase, x, pCtx); x 154 third_party/sqlite/src/ext/fts3/fts3_snippet.c rc = x(pExpr, *piPhrase, pCtx); x 172 third_party/sqlite/src/ext/fts3/fts3_snippet.c int (*x)(Fts3Expr*,int,void*), /* Callback function to invoke for phrases */ x 176 third_party/sqlite/src/ext/fts3/fts3_snippet.c return fts3ExprIterate2(pExpr, &iPhrase, x, pCtx); x 55 third_party/sqlite/src/ext/fts3/fts3_tokenizer1.c static int fts3_isalnum(int x){ x 56 third_party/sqlite/src/ext/fts3/fts3_tokenizer1.c return (x>='0' && x<='9') || (x>='A' && x<='Z') || (x>='a' && x<='z'); x 2318 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_int64 x; x 2319 third_party/sqlite/src/ext/fts3/fts3_write.c j += sqlite3Fts3GetVarint(&zBuf[j], &x); x 2321 third_party/sqlite/src/ext/fts3/fts3_write.c a[i] = (u32)(x & 0xffffffff); x 2417 third_party/sqlite/src/ext/fts3/fts3_write.c u32 x = a[i+1]; x 2418 third_party/sqlite/src/ext/fts3/fts3_write.c if( x+aSzIns[i] < aSzDel[i] ){ x 2419 third_party/sqlite/src/ext/fts3/fts3_write.c x = 0; x 2421 third_party/sqlite/src/ext/fts3/fts3_write.c x = x + aSzIns[i] - aSzDel[i]; x 2423 third_party/sqlite/src/ext/fts3/fts3_write.c a[i+1] = x; x 119 third_party/sqlite/src/ext/rtree/rtree.c # define UNUSED_PARAMETER(x) (void)(x) x 310 third_party/sqlite/src/ext/rtree/rtree.c # define MAX(x,y) ((x) < (y) ? (y) : (x)) x 313 third_party/sqlite/src/ext/rtree/rtree.c # define MIN(x,y) ((x) > (y) ? (y) : (x)) x 497 third_party/sqlite/src/src/attach.c if( sqlite3FixSelect(pFix, pExpr->x.pSelect) ) return 1; x 499 third_party/sqlite/src/src/attach.c if( sqlite3FixExprList(pFix, pExpr->x.pList) ) return 1; x 21 third_party/sqlite/src/src/backup.c # define MIN(x,y) ((x)<(y)?(x):(y)) x 485 third_party/sqlite/src/src/btree.c #define invalidateOverflowCache(x) x 486 third_party/sqlite/src/src/btree.c #define invalidateAllOverflowCache(x) x 487 third_party/sqlite/src/src/btree.c #define invalidateIncrblobCursors(x,y,z) x 840 third_party/sqlite/src/src/btree.c #define ptrmapPut(w,x,y,z,rc) x 841 third_party/sqlite/src/src/btree.c #define ptrmapGet(w,x,y,z) SQLITE_OK x 842 third_party/sqlite/src/src/btree.c #define ptrmapPutOvflPtr(x, y, rc) x 1190 third_party/sqlite/src/src/btree.c int x = size - nByte; x 1191 third_party/sqlite/src/src/btree.c testcase( x==4 ); x 1192 third_party/sqlite/src/src/btree.c testcase( x==3 ); x 1193 third_party/sqlite/src/src/btree.c if( x<4 ){ x 1197 third_party/sqlite/src/src/btree.c data[hdr+7] = (u8)(nFrag + x); x 1203 third_party/sqlite/src/src/btree.c put2byte(&data[pc+2], x); x 1205 third_party/sqlite/src/src/btree.c *pIdx = pc + x; x 1293 third_party/sqlite/src/src/btree.c int pnext, psize, x; x 1304 third_party/sqlite/src/src/btree.c x = get2byte(&data[pnext]); x 1305 third_party/sqlite/src/src/btree.c put2byte(&data[pbegin], x); x 1306 third_party/sqlite/src/src/btree.c x = pnext + get2byte(&data[pnext+2]) - pbegin; x 1307 third_party/sqlite/src/src/btree.c put2byte(&data[pbegin+2], x); x 3065 third_party/sqlite/src/src/btree.c # define setChildPtrmaps(x) SQLITE_OK x 3605 third_party/sqlite/src/src/btree.c #define assertCellInfo(x) x 4145 third_party/sqlite/src/src/btree.c # define assertParentIndex(x,y,z) x 640 third_party/sqlite/src/src/btreeInt.h #define get2byte(x) ((x)[0]<<8 | (x)[1]) x 113 third_party/sqlite/src/src/build.c #define codeTableLocks(x) x 933 third_party/sqlite/src/src/build.c #define STRICMP(x, y) (\ x 934 third_party/sqlite/src/src/build.c sqlite3UpperToLower[*(unsigned char *)(x)]== \ x 936 third_party/sqlite/src/src/build.c && sqlite3StrICmp((x)+1,(y)+1)==0 ) x 421 third_party/sqlite/src/src/date.c DateTime x, y; x 423 third_party/sqlite/src/src/date.c x = *p; x 424 third_party/sqlite/src/src/date.c computeYMD_HMS(&x); x 425 third_party/sqlite/src/src/date.c if( x.Y<1971 || x.Y>=2038 ){ x 426 third_party/sqlite/src/src/date.c x.Y = 2000; x 427 third_party/sqlite/src/src/date.c x.M = 1; x 428 third_party/sqlite/src/src/date.c x.D = 1; x 429 third_party/sqlite/src/src/date.c x.h = 0; x 430 third_party/sqlite/src/src/date.c x.m = 0; x 431 third_party/sqlite/src/src/date.c x.s = 0.0; x 433 third_party/sqlite/src/src/date.c int s = (int)(x.s + 0.5); x 434 third_party/sqlite/src/src/date.c x.s = s; x 436 third_party/sqlite/src/src/date.c x.tz = 0; x 437 third_party/sqlite/src/src/date.c x.validJD = 0; x 438 third_party/sqlite/src/src/date.c computeJD(&x); x 439 third_party/sqlite/src/src/date.c t = (time_t)(x.iJD/1000 - 21086676*(i64)10000); x 481 third_party/sqlite/src/src/date.c return y.iJD - x.iJD; x 668 third_party/sqlite/src/src/date.c int x, y; x 671 third_party/sqlite/src/src/date.c x = p->M>0 ? (p->M-1)/12 : (p->M-12)/12; x 672 third_party/sqlite/src/src/date.c p->Y += x; x 673 third_party/sqlite/src/src/date.c p->M -= x*12; x 757 third_party/sqlite/src/src/date.c DateTime x; x 758 third_party/sqlite/src/src/date.c if( isDate(context, argc, argv, &x)==0 ){ x 759 third_party/sqlite/src/src/date.c computeJD(&x); x 760 third_party/sqlite/src/src/date.c sqlite3_result_double(context, x.iJD/86400000.0); x 774 third_party/sqlite/src/src/date.c DateTime x; x 775 third_party/sqlite/src/src/date.c if( isDate(context, argc, argv, &x)==0 ){ x 777 third_party/sqlite/src/src/date.c computeYMD_HMS(&x); x 779 third_party/sqlite/src/src/date.c x.Y, x.M, x.D, x.h, x.m, (int)(x.s)); x 794 third_party/sqlite/src/src/date.c DateTime x; x 795 third_party/sqlite/src/src/date.c if( isDate(context, argc, argv, &x)==0 ){ x 797 third_party/sqlite/src/src/date.c computeHMS(&x); x 798 third_party/sqlite/src/src/date.c sqlite3_snprintf(sizeof(zBuf), zBuf, "%02d:%02d:%02d", x.h, x.m, (int)x.s); x 813 third_party/sqlite/src/src/date.c DateTime x; x 814 third_party/sqlite/src/src/date.c if( isDate(context, argc, argv, &x)==0 ){ x 816 third_party/sqlite/src/src/date.c computeYMD(&x); x 817 third_party/sqlite/src/src/date.c sqlite3_snprintf(sizeof(zBuf), zBuf, "%04d-%02d-%02d", x.Y, x.M, x.D); x 846 third_party/sqlite/src/src/date.c DateTime x; x 853 third_party/sqlite/src/src/date.c if( zFmt==0 || isDate(context, argc-1, argv+1, &x) ) return; x 904 third_party/sqlite/src/src/date.c computeJD(&x); x 905 third_party/sqlite/src/src/date.c computeYMD_HMS(&x); x 912 third_party/sqlite/src/src/date.c case 'd': sqlite3_snprintf(3, &z[j],"%02d",x.D); j+=2; break; x 914 third_party/sqlite/src/src/date.c double s = x.s; x 920 third_party/sqlite/src/src/date.c case 'H': sqlite3_snprintf(3, &z[j],"%02d",x.h); j+=2; break; x 924 third_party/sqlite/src/src/date.c DateTime y = x; x 929 third_party/sqlite/src/src/date.c nDay = (int)((x.iJD-y.iJD+43200000)/86400000); x 932 third_party/sqlite/src/src/date.c wd = (int)(((x.iJD+43200000)/86400000)%7); x 942 third_party/sqlite/src/src/date.c sqlite3_snprintf(20, &z[j],"%.16g",x.iJD/86400000.0); x 946 third_party/sqlite/src/src/date.c case 'm': sqlite3_snprintf(3, &z[j],"%02d",x.M); j+=2; break; x 947 third_party/sqlite/src/src/date.c case 'M': sqlite3_snprintf(3, &z[j],"%02d",x.m); j+=2; break; x 950 third_party/sqlite/src/src/date.c (i64)(x.iJD/1000 - 21086676*(i64)10000)); x 954 third_party/sqlite/src/src/date.c case 'S': sqlite3_snprintf(3,&z[j],"%02d",(int)x.s); j+=2; break; x 956 third_party/sqlite/src/src/date.c z[j++] = (char)(((x.iJD+129600000)/86400000) % 7) + '0'; x 960 third_party/sqlite/src/src/date.c sqlite3_snprintf(5,&z[j],"%04d",x.Y); j+=sqlite3Strlen30(&z[j]); x 197 third_party/sqlite/src/src/delete.c pInClause->x.pSelect = pSelect; x 37 third_party/sqlite/src/src/expr.c return sqlite3ExprAffinity(pExpr->x.pSelect->pEList->a[0].pExpr); x 168 third_party/sqlite/src/src/expr.c aff = sqlite3CompareAffinity(pExpr->x.pSelect->pEList->a[0].pExpr, aff); x 328 third_party/sqlite/src/src/expr.c heightOfSelect(p->x.pSelect, &nHeight); x 330 third_party/sqlite/src/src/expr.c heightOfExprList(p->x.pList, &nHeight); x 431 third_party/sqlite/src/src/expr.c Token x; x 432 third_party/sqlite/src/src/expr.c x.z = zToken; x 433 third_party/sqlite/src/src/expr.c x.n = zToken ? sqlite3Strlen30(zToken) : 0; x 434 third_party/sqlite/src/src/expr.c return sqlite3ExprAlloc(db, op, &x, 0); x 523 third_party/sqlite/src/src/expr.c pNew->x.pList = pList; x 625 third_party/sqlite/src/src/expr.c sqlite3SelectDelete(db, p->x.pSelect); x 627 third_party/sqlite/src/src/expr.c sqlite3ExprListDelete(db, p->x.pList); x 690 third_party/sqlite/src/src/expr.c if( p->pLeft || p->pRight || p->pColl || p->x.pList ){ x 801 third_party/sqlite/src/src/expr.c pNew->x.pSelect = sqlite3SelectDup(db, p->x.pSelect, isReduced); x 803 third_party/sqlite/src/src/expr.c pNew->x.pList = sqlite3ExprListDup(db, p->x.pList, isReduced); x 1440 third_party/sqlite/src/src/expr.c p = (ExprHasProperty(pX, EP_xIsSelect) ? pX->x.pSelect : 0); x 1655 third_party/sqlite/src/src/expr.c pExpr->x.pSelect->iLimit = 0; x 1656 third_party/sqlite/src/src/expr.c if( sqlite3Select(pParse, pExpr->x.pSelect, &dest) ){ x 1659 third_party/sqlite/src/src/expr.c pEList = pExpr->x.pSelect->pEList; x 1664 third_party/sqlite/src/src/expr.c }else if( ALWAYS(pExpr->x.pList!=0) ){ x 1673 third_party/sqlite/src/src/expr.c ExprList *pList = pExpr->x.pList; x 1742 third_party/sqlite/src/src/expr.c pSel = pExpr->x.pSelect; x 2211 third_party/sqlite/src/src/expr.c int x = p->iReg; x 2212 third_party/sqlite/src/src/expr.c if( x>=iFrom && x<iFrom+nReg ){ x 2543 third_party/sqlite/src/src/expr.c pFarg = pExpr->x.pList; x 2657 third_party/sqlite/src/src/expr.c struct ExprList_item *pLItem = pExpr->x.pList->a; x 2772 third_party/sqlite/src/src/expr.c assert( !ExprHasProperty(pExpr, EP_xIsSelect) && pExpr->x.pList ); x 2773 third_party/sqlite/src/src/expr.c assert((pExpr->x.pList->nExpr % 2) == 0); x 2774 third_party/sqlite/src/src/expr.c assert(pExpr->x.pList->nExpr > 0); x 2775 third_party/sqlite/src/src/expr.c pEList = pExpr->x.pList; x 3012 third_party/sqlite/src/src/expr.c ExprList *pList = pExpr->x.pList; x 3125 third_party/sqlite/src/src/expr.c compLeft.pRight = pExpr->x.pList->a[0].pExpr; x 3128 third_party/sqlite/src/src/expr.c compRight.pRight = pExpr->x.pList->a[1].pExpr; x 3448 third_party/sqlite/src/src/expr.c if( sqlite3ExprListCompare(pA->x.pList, pB->x.pList) ) return 2; x 3635 third_party/sqlite/src/src/expr.c pExpr->x.pList ? pExpr->x.pList->nExpr : 0, enc, 0); x 48 third_party/sqlite/src/src/fault.c BenignMallocHooks *x = &GLOBAL(BenignMallocHooks,sqlite3Hooks) x 49 third_party/sqlite/src/src/fault.c # define wsdHooks x[0] x 823 third_party/sqlite/src/src/fkey.c #define COLUMN_MASK(x) (((x)>31) ? 0xffffffff : ((u32)1<<(x))) x 1467 third_party/sqlite/src/src/func.c || !pExpr->x.pList x 1468 third_party/sqlite/src/src/func.c || pExpr->x.pList->nExpr!=2 x 545 third_party/sqlite/src/src/loadext.c sqlite3AutoExtList *x = &GLOBAL(sqlite3AutoExtList,sqlite3Autoext) x 546 third_party/sqlite/src/src/loadext.c # define wsdAutoext x[0] x 227 third_party/sqlite/src/src/main.c u64 x = (((u64)1)<<63)-1; x 229 third_party/sqlite/src/src/main.c assert(sizeof(x)==8); x 230 third_party/sqlite/src/src/main.c assert(sizeof(x)==sizeof(y)); x 231 third_party/sqlite/src/src/main.c memcpy(&y, &x, 8); x 2553 third_party/sqlite/src/src/main.c volatile int x = 0; x 2554 third_party/sqlite/src/src/main.c assert( (x = va_arg(ap,int))!=0 ); x 2555 third_party/sqlite/src/src/main.c rc = x; x 2588 third_party/sqlite/src/src/main.c int x = va_arg(ap,int); x 2589 third_party/sqlite/src/src/main.c rc = ALWAYS(x); x 2600 third_party/sqlite/src/src/main.c int x = va_arg(ap,int); x 2602 third_party/sqlite/src/src/main.c sqlite3BtreeSetPageSize(db->aDb[0].pBt, 0, x, 0); x 2618 third_party/sqlite/src/src/main.c int x = va_arg(ap,int); x 2619 third_party/sqlite/src/src/main.c db->flags = (x & SQLITE_OptMask) | (db->flags & ~SQLITE_OptMask); x 220 third_party/sqlite/src/src/mem2.c unsigned int x, y, r; x 221 third_party/sqlite/src/src/mem2.c x = SQLITE_PTR_TO_INT(pBuf); x 224 third_party/sqlite/src/src/mem2.c x = (x>>1) ^ (-(x&1) & 0xd0000001); x 226 third_party/sqlite/src/src/mem2.c r = x ^ y; x 232 third_party/sqlite/src/src/mem2.c x = (x>>1) ^ (-(x&1) & 0xd0000001); x 234 third_party/sqlite/src/src/mem2.c r = x ^ y; x 253 third_party/sqlite/src/src/mem3.c u32 x; x 258 third_party/sqlite/src/src/mem3.c x = mem3.aPool[i-1].u.hdr.size4x; x 259 third_party/sqlite/src/src/mem3.c mem3.aPool[i-1].u.hdr.size4x = nBlock*4 | 1 | (x&2); x 282 third_party/sqlite/src/src/mem3.c u32 newi, x; x 290 third_party/sqlite/src/src/mem3.c x = mem3.aPool[mem3.iMaster-1].u.hdr.size4x & 2; x 291 third_party/sqlite/src/src/mem3.c mem3.aPool[mem3.iMaster-1].u.hdr.size4x = mem3.szMaster*4 | x; x 316 third_party/sqlite/src/src/mem3.c u32 iNext, prev, size, i, x; x 332 third_party/sqlite/src/src/mem3.c x = mem3.aPool[prev-1].u.hdr.size4x & 2; x 333 third_party/sqlite/src/src/mem3.c mem3.aPool[prev-1].u.hdr.size4x = size*4 | x; x 439 third_party/sqlite/src/src/mem3.c u32 size, x; x 458 third_party/sqlite/src/src/mem3.c x = mem3.aPool[mem3.iMaster-1].u.hdr.size4x & 2; x 459 third_party/sqlite/src/src/mem3.c mem3.aPool[mem3.iMaster-1].u.hdr.size4x = mem3.szMaster*4 | x; x 462 third_party/sqlite/src/src/mem3.c x = mem3.aPool[mem3.iMaster-1].u.hdr.size4x & 2; x 466 third_party/sqlite/src/src/mem3.c mem3.aPool[mem3.iMaster-1].u.hdr.size4x = mem3.szMaster*4 | x; x 170 third_party/sqlite/src/src/mem5.c int x; x 176 third_party/sqlite/src/src/mem5.c x = MEM5LINK(i)->next = mem5.aiFreelist[iLogsize]; x 178 third_party/sqlite/src/src/mem5.c if( x>=0 ){ x 179 third_party/sqlite/src/src/mem5.c assert( x<mem5.nBlock ); x 180 third_party/sqlite/src/src/mem5.c MEM5LINK(x)->prev = i; x 37 third_party/sqlite/src/src/memjournal.c # define MIN(x,y) ((x)<(y)?(x):(y)) x 76 third_party/sqlite/src/src/notify.c # define checkListProperties(x) x 39 third_party/sqlite/src/src/os.c #define DO_OS_MALLOC_TEST(x) \ x 40 third_party/sqlite/src/src/os.c if (sqlite3_memdebug_vfs_oom_test && (!x || !sqlite3IsMemJournal(x))) { \ x 46 third_party/sqlite/src/src/os.c #define DO_OS_MALLOC_TEST(x) x 107 third_party/sqlite/src/src/os.h # define SET_FULLSYNC(x,y) x 178 third_party/sqlite/src/src/os_unix.c #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) x 5327 third_party/sqlite/src/src/os_unix.c void (*(*x)(void*,const char*))(void); x 5329 third_party/sqlite/src/src/os_unix.c x = (void(*(*)(void*,const char*))(void))dlsym; x 5330 third_party/sqlite/src/src/os_unix.c return (*x)(p, zSym); x 2602 third_party/sqlite/src/src/os_win.c SYSTEMTIME x; x 2603 third_party/sqlite/src/src/os_win.c GetSystemTime(&x); x 2604 third_party/sqlite/src/src/os_win.c memcpy(&zBuf[n], &x, sizeof(x)); x 2605 third_party/sqlite/src/src/os_win.c n += sizeof(x); x 787 third_party/sqlite/src/src/pager.c # define pagerUseWal(x) 0 x 788 third_party/sqlite/src/src/pager.c # define pagerRollbackWal(x) 0 x 789 third_party/sqlite/src/src/pager.c # define pagerWalFrames(v,w,x,y,z) 0 x 1164 third_party/sqlite/src/src/pager.c #define CHECK_PAGE(x) checkPage(x) x 1175 third_party/sqlite/src/src/pager.c #define CHECK_PAGE(x) x 53 third_party/sqlite/src/src/pager.h #define PAGER_MJ_PGNO(x) ((Pgno)((PENDING_BYTE/((x)->pageSize))+1)) x 953 third_party/sqlite/src/src/parse.y A.pExpr->x.pList = pList; x 980 third_party/sqlite/src/src/parse.y A.pExpr->x.pList = Y; x 993 third_party/sqlite/src/src/parse.y A.pExpr->x.pSelect = X; x 1005 third_party/sqlite/src/src/parse.y A.pExpr->x.pSelect = Y; x 1019 third_party/sqlite/src/src/parse.y A.pExpr->x.pSelect = sqlite3SelectNew(pParse, 0,pSrc,0,0,0,0,0,0,0); x 1032 third_party/sqlite/src/src/parse.y p->x.pSelect = Y; x 1047 third_party/sqlite/src/src/parse.y A.pExpr->x.pList = Y; x 100 third_party/sqlite/src/src/pcache.h void sqlite3PcacheTruncate(PCache*, Pgno x); x 1099 third_party/sqlite/src/src/pragma.c HashElem *x; x 1117 third_party/sqlite/src/src/pragma.c for(x=sqliteHashFirst(pTbls); x; x=sqliteHashNext(x)){ x 1118 third_party/sqlite/src/src/pragma.c Table *pTab = sqliteHashData(x); x 1147 third_party/sqlite/src/src/pragma.c for(x=sqliteHashFirst(pTbls); x && !isQuick; x=sqliteHashNext(x)){ x 1148 third_party/sqlite/src/src/pragma.c Table *pTab = sqliteHashData(x); x 432 third_party/sqlite/src/src/printf.c int x = (int)(longvalue % 10); x 433 third_party/sqlite/src/src/printf.c if( x>=4 || (longvalue/10)%10==1 ){ x 434 third_party/sqlite/src/src/printf.c x = 0; x 436 third_party/sqlite/src/src/printf.c buf[etBUFSIZE-3] = zOrd[x*2]; x 437 third_party/sqlite/src/src/printf.c buf[etBUFSIZE-2] = zOrd[x*2+1]; x 457 third_party/sqlite/src/src/printf.c char x; x 459 third_party/sqlite/src/src/printf.c for(; (x=(*pre))!=0; pre++) *(--bufpt) = x; x 282 third_party/sqlite/src/src/recover.c i64 x = decodeSigned(pData, 8); x 284 third_party/sqlite/src/src/recover.c memcpy(&d, &x, sizeof(x)); x 348 third_party/sqlite/src/src/recover.c static int ascii_isalnum(int x){ x 350 third_party/sqlite/src/src/recover.c return (x>='0' && x<='9') || (x>='A' && x<='Z') || (x>='a' && x<='z'); x 352 third_party/sqlite/src/src/recover.c static int ascii_tolower(int x){ x 354 third_party/sqlite/src/src/recover.c return (x>='A' && x<='Z') ? x-'A'+'a' : x; x 306 third_party/sqlite/src/src/resolve.c assert( pExpr->x.pList==0 ); x 307 third_party/sqlite/src/src/resolve.c assert( pExpr->x.pSelect==0 ); x 514 third_party/sqlite/src/src/resolve.c ExprList *pList = pExpr->x.pList; /* The argument list */ x 591 third_party/sqlite/src/src/resolve.c sqlite3WalkSelect(pWalker, pExpr->x.pSelect); x 858 third_party/sqlite/src/src/select.c # define explainComposite(v,w,x,y,z) x 1079 third_party/sqlite/src/src/select.c Select *pS = pExpr->x.pSelect; x 2516 third_party/sqlite/src/src/select.c substSelect(db, pExpr->x.pSelect, iTable, pEList); x 2518 third_party/sqlite/src/src/select.c substExprList(db, pExpr->x.pList, iTable, pEList); x 3063 third_party/sqlite/src/src/select.c pEList = pExpr->x.pList; x 3523 third_party/sqlite/src/src/select.c if( pE->x.pList==0 || pE->x.pList->nExpr!=1 ){ x 3528 third_party/sqlite/src/src/select.c KeyInfo *pKeyInfo = keyInfoFromExprList(pParse, pE->x.pList); x 3545 third_party/sqlite/src/src/select.c ExprList *pList = pF->pExpr->x.pList; x 3568 third_party/sqlite/src/src/select.c ExprList *pList = pF->pExpr->x.pList; x 3996 third_party/sqlite/src/src/select.c sqlite3ExprAnalyzeAggList(&sNC, sAggInfo.aFunc[i].pExpr->x.pList); x 4295 third_party/sqlite/src/src/select.c pMinMax = sqlite3ExprListDup(db, p->pEList->a[0].pExpr->x.pList,0); x 71 third_party/sqlite/src/src/shell.c #define isatty(x) 1 x 197 third_party/sqlite/src/src/shell.c #define UNUSED_PARAMETER(x) (void)(x) x 480 third_party/sqlite/src/src/sqliteInt.h #define ROUND8(x) (((x)+7)&~7) x 485 third_party/sqlite/src/src/sqliteInt.h #define ROUNDDOWN8(x) ((x)&~7) x 535 third_party/sqlite/src/src/sqliteInt.h #define SCHEMA_TABLE(x) ((!OMIT_TEMPDB)&&(x==1)?TEMP_MASTER_NAME:MASTER_NAME) x 591 third_party/sqlite/src/src/sqliteInt.h #define UNUSED_PARAMETER(x) (void)(x) x 592 third_party/sqlite/src/src/sqliteInt.h #define UNUSED_PARAMETER2(x,y) UNUSED_PARAMETER(x),UNUSED_PARAMETER(y) x 1656 third_party/sqlite/src/src/sqliteInt.h } x; x 2540 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Toupper(x) ((x)&~(sqlite3CtypeMap[(unsigned char)(x)]&0x20)) x 2541 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isspace(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x01) x 2542 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isalnum(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x06) x 2543 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isalpha(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x02) x 2544 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) x 2545 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isxdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x08) x 2546 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Tolower(x) (sqlite3UpperToLower[(unsigned char)(x)]) x 2548 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Toupper(x) toupper((unsigned char)(x)) x 2549 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isspace(x) isspace((unsigned char)(x)) x 2550 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isalnum(x) isalnum((unsigned char)(x)) x 2551 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isalpha(x) isalpha((unsigned char)(x)) x 2552 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) x 2553 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Isxdigit(x) isxdigit((unsigned char)(x)) x 2554 third_party/sqlite/src/src/sqliteInt.h # define sqlite3Tolower(x) tolower((unsigned char)(x)) x 3040 third_party/sqlite/src/src/sqliteInt.h #define sqlite3TableLock(v,w,x,y,z) x 3157 third_party/sqlite/src/src/sqliteInt.h #define sqlite3ExprSetHeight(x,y) x 3158 third_party/sqlite/src/src/sqliteInt.h #define sqlite3SelectExprHeight(x) 0 x 3159 third_party/sqlite/src/src/sqliteInt.h #define sqlite3ExprCheckHeight(x,y) x 3170 third_party/sqlite/src/src/sqliteInt.h #define sqlite3ConnectionBlocked(x,y) x 3171 third_party/sqlite/src/src/sqliteInt.h #define sqlite3ConnectionUnlocked(x) x 3172 third_party/sqlite/src/src/sqliteInt.h #define sqlite3ConnectionClosed(x) x 36 third_party/sqlite/src/src/status.c # define wsdStatInit sqlite3StatType *x = &GLOBAL(sqlite3StatType,sqlite3Stat) x 37 third_party/sqlite/src/src/status.c # define wsdStat x[0] x 634 third_party/sqlite/src/src/tclsqlite.c # define setTestUnlockNotifyVars(x,y,z) x 3118 third_party/sqlite/src/src/tclsqlite.c #define F1(x, y, z) (z ^ (x & (y ^ z))) x 3119 third_party/sqlite/src/src/tclsqlite.c #define F2(x, y, z) F1(z, x, y) x 3120 third_party/sqlite/src/src/tclsqlite.c #define F3(x, y, z) (x ^ y ^ z) x 3121 third_party/sqlite/src/src/tclsqlite.c #define F4(x, y, z) (y ^ (x | ~z)) x 3124 third_party/sqlite/src/src/tclsqlite.c #define MD5STEP(f, w, x, y, z, data, s) \ x 3125 third_party/sqlite/src/src/tclsqlite.c ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) x 3344 third_party/sqlite/src/src/tclsqlite.c unsigned int x; x 3346 third_party/sqlite/src/src/tclsqlite.c x = digest[i]*256 + digest[i+1]; x 3348 third_party/sqlite/src/src/tclsqlite.c sprintf(&zDigest[j], "%05u", x); x 850 third_party/sqlite/src/src/test1.c struct dstr x; x 851 third_party/sqlite/src/src/test1.c memset(&x, 0, sizeof(x)); x 854 third_party/sqlite/src/src/test1.c execFuncCallback, &x, 0); x 855 third_party/sqlite/src/src/test1.c sqlite3_result_text(context, x.z, x.nUsed, SQLITE_TRANSIENT); x 856 third_party/sqlite/src/src/test1.c sqlite3_free(x.z); x 3090 third_party/sqlite/src/src/test1.c sqlite3_uint64 x; x 3091 third_party/sqlite/src/src/test1.c x = aSpecialFp[i].iUpper; x 3092 third_party/sqlite/src/src/test1.c x <<= 32; x 3093 third_party/sqlite/src/src/test1.c x |= aSpecialFp[i].iLower; x 3095 third_party/sqlite/src/src/test1.c assert( sizeof(x)==8 ); x 3096 third_party/sqlite/src/src/test1.c memcpy(&value, &x, 8); x 4306 third_party/sqlite/src/src/test1.c u8 x; x 4307 third_party/sqlite/src/src/test1.c return (u64)(sqlite3_stack_baseline - &x); x 129 third_party/sqlite/src/src/test4.c pthread_t x; x 148 third_party/sqlite/src/src/test4.c rc = pthread_create(&x, 0, thread_main, &threadset[i]); x 155 third_party/sqlite/src/src/test4.c pthread_detach(x); x 151 third_party/sqlite/src/src/test7.c pthread_t x; x 170 third_party/sqlite/src/src/test7.c rc = pthread_create(&x, 0, client_main, &threadset[i]); x 177 third_party/sqlite/src/src/test7.c pthread_detach(x); x 105 third_party/sqlite/src/src/test_async.c Tcl_ThreadId x; x 110 third_party/sqlite/src/src/test_async.c rc = Tcl_CreateThread(&x, tclWriterThread, threadData, nStack, flags); x 31 third_party/sqlite/src/src/test_config.c #define STRINGVALUE2(x) #x x 32 third_party/sqlite/src/src/test_config.c #define STRINGVALUE(x) STRINGVALUE2(x) x 550 third_party/sqlite/src/src/test_config.c #define LINKVAR(x) { \ x 551 third_party/sqlite/src/src/test_config.c static const int cv_ ## x = SQLITE_ ## x; \ x 552 third_party/sqlite/src/src/test_config.c Tcl_LinkVar(interp, "SQLITE_" #x, (char *)&(cv_ ## x), \ x 326 third_party/sqlite/src/src/test_hexio.c sqlite_uint64 x = 0, y = 1; x 328 third_party/sqlite/src/src/test_hexio.c x += y * (*q++ & 0x7f); x 331 third_party/sqlite/src/src/test_hexio.c x += y * (*q++); x 332 third_party/sqlite/src/src/test_hexio.c *v = (sqlite_int64) x; x 38 third_party/sqlite/src/src/test_multiplex.c #define UNUSED_PARAMETER(x) (void)(x) x 250 third_party/sqlite/src/src/test_onefile.c #define MIN(x,y) ((x)<(y)?(x):(y)) x 251 third_party/sqlite/src/src/test_onefile.c #define MAX(x,y) ((x)>(y)?(x):(y)) x 119 third_party/sqlite/src/src/test_pcache.c unsigned x = 0; x 123 third_party/sqlite/src/src/test_pcache.c x = (x<<8) | ((p->iRand>>16)&0xff); x 125 third_party/sqlite/src/src/test_pcache.c return x; x 134 third_party/sqlite/src/src/test_pcache.c char *x; x 142 third_party/sqlite/src/src/test_pcache.c x = (char*)&p[1]; x 149 third_party/sqlite/src/src/test_pcache.c for(i=0; i<TESTPCACHE_NPAGE; i++, x += szPage){ x 152 third_party/sqlite/src/src/test_pcache.c p->a[i].pData = (void*)x; x 118 third_party/sqlite/src/src/test_rtree.c double x = (i&0x01) ? xmax : xmin; x 122 third_party/sqlite/src/src/test_rtree.c d2 = (x-pCircle->centerx)*(x-pCircle->centerx); x 160 third_party/sqlite/src/src/test_rtree.c double x; x 208 third_party/sqlite/src/src/test_rtree.c pCube->x = p->aParam[0]; x 221 third_party/sqlite/src/src/test_rtree.c if( aCoord[0]<=(pCube->x+pCube->width) x 222 third_party/sqlite/src/src/test_rtree.c && aCoord[1]>=pCube->x x 466 third_party/sqlite/src/src/test_server.c pthread_t x; x 469 third_party/sqlite/src/src/test_server.c rc = pthread_create(&x, 0, sqlite3_server, 0); x 471 third_party/sqlite/src/src/test_server.c pthread_detach(x); x 135 third_party/sqlite/src/src/test_stat.c # define get2byte(x) ((x)[0]<<8 | (x)[1]) x 484 third_party/sqlite/src/src/test_syscall.c sqlite3_syscall_ptr x; x 492 third_party/sqlite/src/src/test_syscall.c x = pVfs->xGetSystemCall(pVfs, Tcl_GetString(objv[2])); x 494 third_party/sqlite/src/src/test_syscall.c Tcl_SetObjResult(interp, Tcl_NewBooleanObj(x!=0)); x 174 third_party/sqlite/src/src/test_thread.c Tcl_ThreadId x; x 200 third_party/sqlite/src/src/test_thread.c rc = Tcl_CreateThread(&x, tclScriptThread, (void *)pNew, nStack, flags); x 149 third_party/sqlite/src/src/test_vfs.c #define PARENTVFS(x) (((Testvfs *)((x)->pAppData))->pParent) x 28 third_party/sqlite/src/src/util.c void sqlite3Coverage(int x){ x 30 third_party/sqlite/src/src/util.c dummy += (unsigned)x; x 41 third_party/sqlite/src/src/util.c int sqlite3IsNaN(double x){ x 70 third_party/sqlite/src/src/util.c volatile double y = x; x 74 third_party/sqlite/src/src/util.c rc = isnan(x); x 569 third_party/sqlite/src/src/util.c int x = 0; x 570 third_party/sqlite/src/src/util.c if( z ) sqlite3GetInt32(z, &x); x 571 third_party/sqlite/src/src/util.c return x; x 1146 third_party/sqlite/src/src/util.c int sqlite3AbsInt32(int x){ x 1147 third_party/sqlite/src/src/util.c if( x>=0 ) return x; x 1148 third_party/sqlite/src/src/util.c if( x==(int)0x80000000 ) return 0x7fffffff; x 1149 third_party/sqlite/src/src/util.c return -x; x 419 third_party/sqlite/src/src/vdbeInt.h #define sqlite3VdbeMemExpandBlob(x) SQLITE_OK x 255 third_party/sqlite/src/src/vdbeaux.c void sqlite3VdbeResolveLabel(Vdbe *p, int x){ x 256 third_party/sqlite/src/src/vdbeaux.c int j = -1-x; x 1942 third_party/sqlite/src/src/vdbeaux.c #define checkActiveVdbeCnt(x) x 2730 third_party/sqlite/src/src/vdbeaux.c u64 x = (((signed char)buf[0])<<8) | buf[1]; x 2732 third_party/sqlite/src/src/vdbeaux.c x = (x<<32) | y; x 2733 third_party/sqlite/src/src/vdbeaux.c pMem->u.i = *(i64*)&x; x 2739 third_party/sqlite/src/src/vdbeaux.c u64 x; x 2754 third_party/sqlite/src/src/vdbeaux.c x = (buf[0]<<24) | (buf[1]<<16) | (buf[2]<<8) | buf[3]; x 2756 third_party/sqlite/src/src/vdbeaux.c x = (x<<32) | y; x 2758 third_party/sqlite/src/src/vdbeaux.c pMem->u.i = *(i64*)&x; x 2761 third_party/sqlite/src/src/vdbeaux.c assert( sizeof(x)==8 && sizeof(pMem->r)==8 ); x 2762 third_party/sqlite/src/src/vdbeaux.c swapMixedEndianFloat(x); x 2763 third_party/sqlite/src/src/vdbeaux.c memcpy(&pMem->r, &x, sizeof(x)); x 739 third_party/sqlite/src/src/vtab.c int (*x)(sqlite3_vtab *); x 740 third_party/sqlite/src/src/vtab.c x = *(int (**)(sqlite3_vtab *))((char *)p->pModule + offset); x 741 third_party/sqlite/src/src/vtab.c if( x ) x(p); x 766 third_party/sqlite/src/src/vtab.c int (*x)(sqlite3_vtab *); x 768 third_party/sqlite/src/src/vtab.c if( pVtab && (x = pVtab->pModule->xSync)!=0 ){ x 769 third_party/sqlite/src/src/vtab.c rc = x(pVtab); x 562 third_party/sqlite/src/src/wal.c #define BYTESWAP32(x) ( \ x 563 third_party/sqlite/src/src/wal.c (((x)&0x000000FF)<<24) + (((x)&0x0000FF00)<<8) \ x 564 third_party/sqlite/src/src/wal.c + (((x)&0x00FF0000)>>8) + (((x)&0xFF000000)>>24) \ x 23 third_party/sqlite/src/src/wal.h # define sqlite3WalOpen(x,y,z) 0 x 24 third_party/sqlite/src/src/wal.h # define sqlite3WalClose(w,x,y,z) 0 x 27 third_party/sqlite/src/src/wal.h # define sqlite3WalRead(v,w,x,y,z) 0 x 30 third_party/sqlite/src/src/wal.h # define sqlite3WalEndWriteTransaction(x) 0 x 31 third_party/sqlite/src/src/wal.h # define sqlite3WalUndo(x,y,z) 0 x 34 third_party/sqlite/src/src/wal.h # define sqlite3WalFrames(u,v,w,x,y,z) 0 x 35 third_party/sqlite/src/src/wal.h # define sqlite3WalCheckpoint(r,s,t,u,v,w,x,y,z) 0 x 50 third_party/sqlite/src/src/walker.c if( sqlite3WalkSelect(pWalker, pExpr->x.pSelect) ) return WRC_Abort; x 52 third_party/sqlite/src/src/walker.c if( sqlite3WalkExprList(pWalker, pExpr->x.pList) ) return WRC_Abort; x 450 third_party/sqlite/src/src/where.c mask |= exprSelectTableUsage(pMaskSet, p->x.pSelect); x 452 third_party/sqlite/src/src/where.c mask |= exprListTableUsage(pMaskSet, p->x.pList); x 663 third_party/sqlite/src/src/where.c pList = pExpr->x.pList; x 746 third_party/sqlite/src/src/where.c pList = pExpr->x.pList; x 1060 third_party/sqlite/src/src/where.c pNew->x.pList = pList; x 1124 third_party/sqlite/src/src/where.c pTerm->prereqRight = exprSelectTableUsage(pMaskSet, pExpr->x.pSelect); x 1126 third_party/sqlite/src/src/where.c pTerm->prereqRight = exprListTableUsage(pMaskSet, pExpr->x.pList); x 1135 third_party/sqlite/src/src/where.c Bitmask x = getMask(pMaskSet, pExpr->iRightJoinTable); x 1136 third_party/sqlite/src/src/where.c prereqAll |= x; x 1137 third_party/sqlite/src/src/where.c extraRight = x-1; /* ON clause terms may not be used with an index x 1201 third_party/sqlite/src/src/where.c ExprList *pList = pExpr->x.pList; x 1255 third_party/sqlite/src/src/where.c pLeft = pExpr->x.pList->a[1].pExpr; x 1310 third_party/sqlite/src/src/where.c pRight = pExpr->x.pList->a[0].pExpr; x 1311 third_party/sqlite/src/src/where.c pLeft = pExpr->x.pList->a[1].pExpr; x 1555 third_party/sqlite/src/src/where.c double x = 10; x 1556 third_party/sqlite/src/src/where.c while( N>x ){ x 1558 third_party/sqlite/src/src/where.c x *= 10; x 2852 third_party/sqlite/src/src/where.c }else if( ALWAYS(pExpr->x.pList && pExpr->x.pList->nExpr) ){ x 2854 third_party/sqlite/src/src/where.c nInMul *= pExpr->x.pList->nExpr; x 2918 third_party/sqlite/src/src/where.c int x = pIdx->aiColumn[j]; x 2919 third_party/sqlite/src/src/where.c if( x<BMS-1 ){ x 2920 third_party/sqlite/src/src/where.c m &= ~(((Bitmask)1)<<x); x 2952 third_party/sqlite/src/src/where.c whereInScanEst(pParse, pProbe, pFirstTerm->pExpr->x.pList, &nRow); x 3581 third_party/sqlite/src/src/where.c # define explainOneScan(u,v,w,x,y,z) x 41 third_party/sqlite/src/test/threadtest3.c #define opendb(w,x,y,z) (SEL(w), opendb_x(w,x,y,z)) x 45 third_party/sqlite/src/test/threadtest3.c #define sql_script(x,y,z) (SEL(x), sql_script_x(x,y,z)) x 46 third_party/sqlite/src/test/threadtest3.c #define integrity_check(x,y) (SEL(x), integrity_check_x(x,y)) x 47 third_party/sqlite/src/test/threadtest3.c #define execsql_i64(x,y,...) (SEL(x), execsql_i64_x(x,y,__VA_ARGS__)) x 48 third_party/sqlite/src/test/threadtest3.c #define execsql_text(x,y,z,...) (SEL(x), execsql_text_x(x,y,z,__VA_ARGS__)) x 49 third_party/sqlite/src/test/threadtest3.c #define execsql(x,y,...) (SEL(x), (void)execsql_i64_x(x,y,__VA_ARGS__)) x 52 third_party/sqlite/src/test/threadtest3.c #define launch_thread(w,x,y,z) (SEL(w), launch_thread_x(w,x,y,z)) x 65 third_party/sqlite/src/test/threadtest3.c #define filecopy(x,y,z) (SEL(x), filecopy_x(x,y,z)) x 137 third_party/sqlite/src/test/threadtest3.c #define F1(x, y, z) (z ^ (x & (y ^ z))) x 138 third_party/sqlite/src/test/threadtest3.c #define F2(x, y, z) F1(z, x, y) x 139 third_party/sqlite/src/test/threadtest3.c #define F3(x, y, z) (x ^ y ^ z) x 140 third_party/sqlite/src/test/threadtest3.c #define F4(x, y, z) (y ^ (x | ~z)) x 143 third_party/sqlite/src/test/threadtest3.c #define MD5STEP(f, w, x, y, z, data, s) \ x 144 third_party/sqlite/src/test/threadtest3.c ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) x 247 third_party/sqlite/src/tool/lemon.c } x; x 405 third_party/sqlite/src/tool/lemon.c rc = ap1->x.rp->index - ap2->x.rp->index; x 435 third_party/sqlite/src/tool/lemon.c newaction->x.stp = (struct state *)arg; x 437 third_party/sqlite/src/tool/lemon.c newaction->x.rp = (struct rule *)arg; x 824 third_party/sqlite/src/tool/lemon.c struct config *x, *y; x 825 third_party/sqlite/src/tool/lemon.c for(x=bp, y=stp->bp; x && y; x=x->bp, y=y->bp){ x 826 third_party/sqlite/src/tool/lemon.c Plink_copy(&y->bplp,x->bplp); x 827 third_party/sqlite/src/tool/lemon.c Plink_delete(x->fplp); x 828 third_party/sqlite/src/tool/lemon.c x->fplp = x->bplp = 0; x 1052 third_party/sqlite/src/tool/lemon.c if( ap->type==REDUCE ) ap->x.rp->canReduce = LEMON_TRUE; x 1089 third_party/sqlite/src/tool/lemon.c spy = apy->x.rp->precsym; x 1108 third_party/sqlite/src/tool/lemon.c spx = apx->x.rp->precsym; x 1109 third_party/sqlite/src/tool/lemon.c spy = apy->x.rp->precsym; x 1994 third_party/sqlite/src/tool/lemon.c const char *x; x 1995 third_party/sqlite/src/tool/lemon.c x = Strsafe(psp->tokenstart); /* Save the token permanently */ x 1998 third_party/sqlite/src/tool/lemon.c x,psp->state); x 2008 third_party/sqlite/src/tool/lemon.c if( x[0]=='%' ){ x 2010 third_party/sqlite/src/tool/lemon.c }else if( islower(x[0]) ){ x 2011 third_party/sqlite/src/tool/lemon.c psp->lhs = Symbol_new(x); x 2015 third_party/sqlite/src/tool/lemon.c }else if( x[0]=='{' ){ x 2028 third_party/sqlite/src/tool/lemon.c psp->prevrule->code = &x[1]; x 2030 third_party/sqlite/src/tool/lemon.c }else if( x[0]=='[' ){ x 2035 third_party/sqlite/src/tool/lemon.c x); x 2040 third_party/sqlite/src/tool/lemon.c if( !isupper(x[0]) ){ x 2046 third_party/sqlite/src/tool/lemon.c "There is no prior rule to assign precedence \"[%s]\".",x); x 2054 third_party/sqlite/src/tool/lemon.c psp->prevrule->precsym = Symbol_new(x); x 2059 third_party/sqlite/src/tool/lemon.c if( x[0]!=']' ){ x 2067 third_party/sqlite/src/tool/lemon.c if( x[0]==':' && x[1]==':' && x[2]=='=' ){ x 2069 third_party/sqlite/src/tool/lemon.c }else if( x[0]=='(' ){ x 2080 third_party/sqlite/src/tool/lemon.c if( isalpha(x[0]) ){ x 2081 third_party/sqlite/src/tool/lemon.c psp->lhsalias = x; x 2086 third_party/sqlite/src/tool/lemon.c x,psp->lhs->name); x 2092 third_party/sqlite/src/tool/lemon.c if( x[0]==')' ){ x 2102 third_party/sqlite/src/tool/lemon.c if( x[0]==':' && x[1]==':' && x[2]=='=' ){ x 2113 third_party/sqlite/src/tool/lemon.c if( x[0]=='.' ){ x 2149 third_party/sqlite/src/tool/lemon.c }else if( isalpha(x[0]) ){ x 2153 third_party/sqlite/src/tool/lemon.c x); x 2157 third_party/sqlite/src/tool/lemon.c psp->rhs[psp->nrhs] = Symbol_new(x); x 2161 third_party/sqlite/src/tool/lemon.c }else if( (x[0]=='|' || x[0]=='/') && psp->nrhs>0 ){ x 2177 third_party/sqlite/src/tool/lemon.c msp->subsym[msp->nsubsym-1] = Symbol_new(&x[1]); x 2178 third_party/sqlite/src/tool/lemon.c if( islower(x[1]) || islower(msp->subsym[0]->name[0]) ){ x 2183 third_party/sqlite/src/tool/lemon.c }else if( x[0]=='(' && psp->nrhs>0 ){ x 2187 third_party/sqlite/src/tool/lemon.c "Illegal character on RHS of rule: \"%s\".",x); x 2193 third_party/sqlite/src/tool/lemon.c if( isalpha(x[0]) ){ x 2194 third_party/sqlite/src/tool/lemon.c psp->alias[psp->nrhs-1] = x; x 2199 third_party/sqlite/src/tool/lemon.c x,psp->rhs[psp->nrhs-1]->name); x 2205 third_party/sqlite/src/tool/lemon.c if( x[0]==')' ){ x 2215 third_party/sqlite/src/tool/lemon.c if( isalpha(x[0]) ){ x 2216 third_party/sqlite/src/tool/lemon.c psp->declkeyword = x; x 2221 third_party/sqlite/src/tool/lemon.c if( strcmp(x,"name")==0 ){ x 2224 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"include")==0 ){ x 2226 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"code")==0 ){ x 2228 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"token_destructor")==0 ){ x 2230 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"default_destructor")==0 ){ x 2232 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"token_prefix")==0 ){ x 2235 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"syntax_error")==0 ){ x 2237 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"parse_accept")==0 ){ x 2239 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"parse_failure")==0 ){ x 2241 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"stack_overflow")==0 ){ x 2243 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"extra_argument")==0 ){ x 2246 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"token_type")==0 ){ x 2249 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"default_type")==0 ){ x 2252 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"stack_size")==0 ){ x 2255 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"start_symbol")==0 ){ x 2258 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"left")==0 ){ x 2262 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"right")==0 ){ x 2266 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"nonassoc")==0 ){ x 2270 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"destructor")==0 ){ x 2272 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"type")==0 ){ x 2274 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"fallback")==0 ){ x 2277 third_party/sqlite/src/tool/lemon.c }else if( strcmp(x,"wildcard")==0 ){ x 2281 third_party/sqlite/src/tool/lemon.c "Unknown declaration keyword: \"%%%s\".",x); x 2287 third_party/sqlite/src/tool/lemon.c "Illegal declaration keyword: \"%s\".",x); x 2293 third_party/sqlite/src/tool/lemon.c if( !isalpha(x[0]) ){ x 2299 third_party/sqlite/src/tool/lemon.c struct symbol *sp = Symbol_new(x); x 2307 third_party/sqlite/src/tool/lemon.c if( !isalpha(x[0]) ){ x 2313 third_party/sqlite/src/tool/lemon.c struct symbol *sp = Symbol_find(x); x 2316 third_party/sqlite/src/tool/lemon.c "Symbol %%type \"%s\" already defined", x); x 2321 third_party/sqlite/src/tool/lemon.c sp = Symbol_new(x); x 2330 third_party/sqlite/src/tool/lemon.c if( x[0]=='.' ){ x 2332 third_party/sqlite/src/tool/lemon.c }else if( isupper(x[0]) ){ x 2334 third_party/sqlite/src/tool/lemon.c sp = Symbol_new(x); x 2337 third_party/sqlite/src/tool/lemon.c "Symbol \"%s\" has already be given a precedence.",x); x 2345 third_party/sqlite/src/tool/lemon.c "Can't assign a precedence to \"%s\".",x); x 2350 third_party/sqlite/src/tool/lemon.c if( x[0]=='{' || x[0]=='\"' || isalnum(x[0]) ){ x 2356 third_party/sqlite/src/tool/lemon.c zNew = x; x 2403 third_party/sqlite/src/tool/lemon.c "Illegal argument to %%%s: %s",psp->declkeyword,x); x 2409 third_party/sqlite/src/tool/lemon.c if( x[0]=='.' ){ x 2411 third_party/sqlite/src/tool/lemon.c }else if( !isupper(x[0]) ){ x 2413 third_party/sqlite/src/tool/lemon.c "%%fallback argument \"%s\" should be a token", x); x 2416 third_party/sqlite/src/tool/lemon.c struct symbol *sp = Symbol_new(x); x 2421 third_party/sqlite/src/tool/lemon.c "More than one fallback assigned to token %s", x); x 2430 third_party/sqlite/src/tool/lemon.c if( x[0]=='.' ){ x 2432 third_party/sqlite/src/tool/lemon.c }else if( !isupper(x[0]) ){ x 2434 third_party/sqlite/src/tool/lemon.c "%%wildcard argument \"%s\" should be a token", x); x 2437 third_party/sqlite/src/tool/lemon.c struct symbol *sp = Symbol_new(x); x 2442 third_party/sqlite/src/tool/lemon.c "Extra wildcard to token: %s", x); x 2451 third_party/sqlite/src/tool/lemon.c if( x[0]=='.' ) psp->state = WAITING_FOR_DECL_OR_RULE; x 2452 third_party/sqlite/src/tool/lemon.c if( x[0]=='%' ) psp->state = WAITING_FOR_DECL_KEYWORD; x 2894 third_party/sqlite/src/tool/lemon.c fprintf(fp,"%*s shift %d",indent,ap->sp->name,ap->x.stp->statenum); x 2897 third_party/sqlite/src/tool/lemon.c fprintf(fp,"%*s reduce %d",indent,ap->sp->name,ap->x.rp->index); x 2908 third_party/sqlite/src/tool/lemon.c indent,ap->sp->name,ap->x.rp->index); x 2912 third_party/sqlite/src/tool/lemon.c indent,ap->sp->name,ap->x.stp->statenum); x 2917 third_party/sqlite/src/tool/lemon.c indent,ap->sp->name,ap->x.stp->statenum); x 2925 third_party/sqlite/src/tool/lemon.c indent,ap->sp->name,ap->x.rp->index); x 3056 third_party/sqlite/src/tool/lemon.c case SHIFT: act = ap->x.stp->statenum; break; x 3057 third_party/sqlite/src/tool/lemon.c case REDUCE: act = ap->x.rp->index + lemp->nstate; break; x 4104 third_party/sqlite/src/tool/lemon.c rp = ap->x.rp; x 4110 third_party/sqlite/src/tool/lemon.c rp2 = ap2->x.rp; x 4129 third_party/sqlite/src/tool/lemon.c if( ap->type==REDUCE && ap->x.rp==rbest ) break; x 4134 third_party/sqlite/src/tool/lemon.c if( ap->type==REDUCE && ap->x.rp==rbest ) ap->type = NOT_USED; x 4268 third_party/sqlite/src/tool/lemon.c PRIVATE int strhash(const char *x) x 4271 third_party/sqlite/src/tool/lemon.c while( *x) h = h*13 + *(x++); x 4414 third_party/sqlite/src/tool/lemon.c struct symbol *Symbol_new(const char *x) x 4418 third_party/sqlite/src/tool/lemon.c sp = Symbol_find(x); x 4422 third_party/sqlite/src/tool/lemon.c sp->name = Strsafe(x); x 4423 third_party/sqlite/src/tool/lemon.c sp->type = isupper(*x) ? TERMINAL : NONTERMINAL; x 4618 third_party/sqlite/src/tool/lemon.c int x; x 4619 third_party/sqlite/src/tool/lemon.c x = a->rp->index - b->rp->index; x 4620 third_party/sqlite/src/tool/lemon.c if( x==0 ) x = a->dot - b->dot; x 4621 third_party/sqlite/src/tool/lemon.c return x; x 194 third_party/sqlite/src/tool/showdb.c i64 x, v; x 200 third_party/sqlite/src/tool/showdb.c n = decodeVarint(a, &x); x 201 third_party/sqlite/src/tool/showdb.c pData = &a[x]; x 203 third_party/sqlite/src/tool/showdb.c i = x - n; x 205 third_party/sqlite/src/tool/showdb.c n = decodeVarint(a, &x); x 213 third_party/sqlite/src/tool/showdb.c if( x==0 ){ x 215 third_party/sqlite/src/tool/showdb.c }else if( x>=1 && x<=6 ){ x 218 third_party/sqlite/src/tool/showdb.c switch( x ){ x 226 third_party/sqlite/src/tool/showdb.c }else if( x==7 ){ x 229 third_party/sqlite/src/tool/showdb.c }else if( x==8 ){ x 231 third_party/sqlite/src/tool/showdb.c }else if( x==9 ){ x 233 third_party/sqlite/src/tool/showdb.c }else if( x>=12 ){ x 234 third_party/sqlite/src/tool/showdb.c int size = (x-12)/2; x 235 third_party/sqlite/src/tool/showdb.c if( (x&1)==0 ){ x 436 third_party/sqlite/src/tool/showdb.c unsigned int x = decodeInt32(&a[8+4*i]); x 439 third_party/sqlite/src/tool/showdb.c printf(" %5s %7u", zIdx, x); x 158 third_party/sqlite/src/tool/showwal.c unsigned int x = (a[0]<<24) + (a[1]<<16) + (a[2]<<8) + a[3]; x 159 third_party/sqlite/src/tool/showwal.c return x; x 471 third_party/talloc/libreplace/crypt.c long32 x; x 473 third_party/talloc/libreplace/crypt.c x = (k[0] ^ k[1]) & (long32)saltbits; x 474 third_party/talloc/libreplace/crypt.c *k++ ^= x; x 475 third_party/talloc/libreplace/crypt.c *k++ ^= x; x 483 third_party/talloc/libreplace/crypt.c long64 x; x 485 third_party/talloc/libreplace/crypt.c x = ((*k >> 32) ^ *k) & (long64)saltbits; x 486 third_party/talloc/libreplace/crypt.c *k++ ^= (x << 32) | x; x 590 third_party/talloc/libreplace/crypt.c { ufc_long v1, v2, x; x 593 third_party/talloc/libreplace/crypt.c x = (l1 ^ l2) & current_saltbits; l1 ^= x; l2 ^= x; x 594 third_party/talloc/libreplace/crypt.c x = (r1 ^ r2) & current_saltbits; r1 ^= x; r2 ^= x; x 634 third_party/talloc/libreplace/replace.h #define __STRING(x) #x x 638 third_party/talloc/libreplace/replace.h #define __STRINGSTRING(x) __STRING(x) x 652 third_party/talloc/libreplace/replace.h #define ZERO_STRUCT(x) memset((char *)&(x), 0, sizeof(x)) x 657 third_party/talloc/libreplace/replace.h #define ZERO_STRUCTP(x) do { if ((x) != NULL) memset((char *)(x), 0, sizeof(*(x))); } while(0) x 662 third_party/talloc/libreplace/replace.h #define ZERO_STRUCTPN(x) memset((char *)(x), 0, sizeof(*(x))) x 666 third_party/talloc/libreplace/replace.h #define ZERO_ARRAY(x) memset((char *)(x), 0, sizeof(x)) x 712 third_party/talloc/libreplace/replace.h #define likely(x) __builtin_expect(!!(x), 1) x 715 third_party/talloc/libreplace/replace.h #define unlikely(x) __builtin_expect(!!(x), 0) x 719 third_party/talloc/libreplace/replace.h #define likely(x) (x) x 722 third_party/talloc/libreplace/replace.h #define unlikely(x) (x) x 920 third_party/talloc/libreplace/snprintf.c double x = x0; x 924 third_party/talloc/libreplace/snprintf.c l = (long)x; x 925 third_party/talloc/libreplace/snprintf.c if (l <= (x+1) && l >= (x-1)) break; x 926 third_party/talloc/libreplace/snprintf.c x *= 0.1; x 946 third_party/talloc/libreplace/snprintf.c return x - (*iptr); x 1365 third_party/talloc/libreplace/snprintf.c int x, y; x 1378 third_party/talloc/libreplace/snprintf.c for (x = 0; fp_fmt[x] ; x++) { x 1381 third_party/talloc/libreplace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), fp_fmt[x], fp_nums[y]); x 1382 third_party/talloc/libreplace/snprintf.c l2 = sprintf (buf2, fp_fmt[x], fp_nums[y]); x 1386 third_party/talloc/libreplace/snprintf.c fp_fmt[x], l1, buf1, l2, buf2); x 1393 third_party/talloc/libreplace/snprintf.c for (x = 0; int_fmt[x] ; x++) { x 1396 third_party/talloc/libreplace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), int_fmt[x], int_nums[y]); x 1397 third_party/talloc/libreplace/snprintf.c l2 = sprintf (buf2, int_fmt[x], int_nums[y]); x 1401 third_party/talloc/libreplace/snprintf.c int_fmt[x], l1, buf1, l2, buf2); x 1408 third_party/talloc/libreplace/snprintf.c for (x = 0; str_fmt[x] ; x++) { x 1411 third_party/talloc/libreplace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), str_fmt[x], str_vals[y]); x 1412 third_party/talloc/libreplace/snprintf.c l2 = sprintf (buf2, str_fmt[x], str_vals[y]); x 1416 third_party/talloc/libreplace/snprintf.c str_fmt[x], l1, buf1, l2, buf2); x 1424 third_party/talloc/libreplace/snprintf.c for (x = 0; ll_fmt[x] ; x++) { x 1427 third_party/talloc/libreplace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), ll_fmt[x], ll_nums[y]); x 1428 third_party/talloc/libreplace/snprintf.c l2 = sprintf (buf2, ll_fmt[x], ll_nums[y]); x 1432 third_party/talloc/libreplace/snprintf.c ll_fmt[x], l1, buf1, l2, buf2); x 1476 third_party/talloc/libreplace/snprintf.c for (x = 0; ss_fmt[x] ; x++) { x 1479 third_party/talloc/libreplace/snprintf.c l1 = snprintf(buf1, sizeof(buf1), ss_fmt[x], ss_nums[y]); x 1480 third_party/talloc/libreplace/snprintf.c l2 = sprintf (buf2, ss_fmt[x], ss_nums[y]); x 1484 third_party/talloc/libreplace/snprintf.c ss_fmt[x], l1, buf1, l2, buf2); x 1516 third_party/talloc/libreplace/snprintf.c for (x=0; x<100; x++) { x 1517 third_party/talloc/libreplace/snprintf.c double p = pow(10, x); x 1522 third_party/talloc/libreplace/snprintf.c printf("we seem to support %d digits\n", x-1); x 12 third_party/talloc/libreplace/test/strptime.c #define __STRING(x) #x x 160 third_party/talloc/libreplace/test/testsuite.c char *x; x 162 third_party/talloc/libreplace/test/testsuite.c x = strdup("bla"); x 163 third_party/talloc/libreplace/test/testsuite.c if (strcmp("bla", x) != 0) { x 165 third_party/talloc/libreplace/test/testsuite.c x); x 168 third_party/talloc/libreplace/test/testsuite.c free(x); x 255 third_party/talloc/libreplace/test/testsuite.c char *x; x 257 third_party/talloc/libreplace/test/testsuite.c x = strndup("bla", 0); x 258 third_party/talloc/libreplace/test/testsuite.c if (strcmp(x, "") != 0) { x 262 third_party/talloc/libreplace/test/testsuite.c free(x); x 263 third_party/talloc/libreplace/test/testsuite.c x = strndup("bla", 2); x 264 third_party/talloc/libreplace/test/testsuite.c if (strcmp(x, "bl") != 0) { x 268 third_party/talloc/libreplace/test/testsuite.c free(x); x 269 third_party/talloc/libreplace/test/testsuite.c x = strndup("bla", 10); x 270 third_party/talloc/libreplace/test/testsuite.c if (strcmp(x, "bla") != 0) { x 274 third_party/talloc/libreplace/test/testsuite.c free(x); x 321 third_party/talloc/libreplace/test/testsuite.c char *x; x 323 third_party/talloc/libreplace/test/testsuite.c if (asprintf(&x, "%d", 9) != 1) { x 327 third_party/talloc/libreplace/test/testsuite.c if (strcmp(x, "9") != 0) { x 331 third_party/talloc/libreplace/test/testsuite.c if (asprintf(&x, "dat%s", "a") != 4) { x 335 third_party/talloc/libreplace/test/testsuite.c if (strcmp(x, "data") != 0) { x 87 third_party/talloc/talloc.c #define likely(x) __builtin_expect(!!(x), 1) x 90 third_party/talloc/talloc.c #define unlikely(x) __builtin_expect(!!(x), 0) x 94 third_party/talloc/talloc.c #define likely(x) (x) x 97 third_party/talloc/talloc.c #define unlikely(x) (x) x 732 third_party/talloc/testsuite.c int *x; x 742 third_party/talloc/testsuite.c t1->x = talloc(t1, int); x 743 third_party/talloc/testsuite.c *t1->x = 42; x 746 third_party/talloc/testsuite.c t2->x = talloc_move(t2, &t1->x); x 747 third_party/talloc/testsuite.c torture_assert("move", t1->p == NULL && t1->x == NULL && x 748 third_party/talloc/testsuite.c strcmp(t2->p, "foo") == 0 && *t2->x == 42, x 202 third_party/tcmalloc/chromium/src/addressmap-inl.h static int HashInt(Number x) { x 204 third_party/tcmalloc/chromium/src/addressmap-inl.h const uint32_t m = static_cast<uint32_t>(x) * kHashMultiplier; x 118 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h Atomic32 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 122 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h return x; x 154 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h Atomic32 x = 0; x 155 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h NoBarrier_AtomicExchange(&x, 0); // acts as a barrier on PIII x 410 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h Atomic64 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 414 third_party/tcmalloc/chromium/src/base/atomicops-internals-x86.h return x; x 537 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h inline T ANNOTATE_UNPROTECTED_READ(const volatile T &x) x 540 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h T res = x; x 559 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h #define ANNOTATE_UNPROTECTED_READ(x) (x) x 612 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h inline T ANNOTATE_UNPROTECTED_READ(const volatile T &x) x 615 third_party/tcmalloc/chromium/src/base/dynamic_annotations.h T res = x; x 321 third_party/tcmalloc/chromium/src/base/simple_mutex.h #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) x 322 third_party/tcmalloc/chromium/src/base/simple_mutex.h #define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name) x 323 third_party/tcmalloc/chromium/src/base/simple_mutex.h #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) x 148 third_party/tcmalloc/chromium/src/base/spinlock.h #define SpinLockHolder(x) COMPILE_ASSERT(0, spin_lock_decl_missing_var_name) x 61 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h int x = 0; x 69 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h syscall(__NR_futex, &x, FUTEX_WAKE, 1, 0) >= 0); x 72 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h syscall(__NR_futex, &x, FUTEX_WAKE | futex_private_flag, 1, 0) < 0) { x 78 third_party/tcmalloc/chromium/src/base/stl_allocator.h pointer address(reference x) const { return &x; } x 79 third_party/tcmalloc/chromium/src/base/stl_allocator.h const_pointer address(const_reference x) const { return &x; } x 1081 third_party/tcmalloc/chromium/src/base/sysinfo.cc char x = (flags && flags[0] && flags[1] && flags[2] == 'x') ? 'x' : '-'; x 1089 third_party/tcmalloc/chromium/src/base/sysinfo.cc start, end, r,w,x,p, offset, x 52 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x)) x 54 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op x 63 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) x 74 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define PT_GUARDED_BY(x) \ x 75 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(point_to_guarded_by(x)) x 84 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define ACQUIRED_AFTER(x) \ x 85 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(acquired_after(x)) x 86 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define ACQUIRED_BEFORE(x) \ x 87 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(acquired_before(x)) x 93 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define EXCLUSIVE_LOCKS_REQUIRED(x) \ x 94 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(exclusive_locks_required(x)) x 96 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define SHARED_LOCKS_REQUIRED(x) \ x 97 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(shared_locks_required(x)) x 102 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define LOCKS_EXCLUDED(x) \ x 103 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(locks_excluded(x)) x 106 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) x 115 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define EXCLUSIVE_LOCK_FUNCTION(x) \ x 116 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(exclusive_lock(x)) x 118 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define SHARED_LOCK_FUNCTION(x) \ x 119 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(shared_lock(x)) x 121 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define EXCLUSIVE_TRYLOCK_FUNCTION(x) \ x 122 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(exclusive_trylock(x)) x 124 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define SHARED_TRYLOCK_FUNCTION(x) \ x 125 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(shared_trylock(x)) x 127 third_party/tcmalloc/chromium/src/base/thread_annotations.h #define UNLOCK_FUNCTION(x) \ x 128 third_party/tcmalloc/chromium/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(unlock(x)) x 160 third_party/tcmalloc/chromium/src/base/vdso_support.cc long VDSOSupport::InitAndGetCPU(unsigned *cpu, void *x, void *y) { // NOLINT x 163 third_party/tcmalloc/chromium/src/base/vdso_support.cc return (*getcpu_fn_)(cpu, x, y); x 49 third_party/tcmalloc/chromium/src/common.cc size_t x = n >> shift; x 50 third_party/tcmalloc/chromium/src/common.cc if (x != 0) { x 51 third_party/tcmalloc/chromium/src/common.cc n = x; x 618 third_party/tcmalloc/chromium/src/deep-heap-profile.cc for (DeepBucket* x = table_[db]; x != 0; /**/) { x 619 third_party/tcmalloc/chromium/src/deep-heap-profile.cc DeepBucket* db = x; x 620 third_party/tcmalloc/chromium/src/deep-heap-profile.cc x = x->next; x 620 third_party/tcmalloc/chromium/src/heap-checker.cc uintptr_t x; x 621 third_party/tcmalloc/chromium/src/heap-checker.cc if (&x < ptr) x 623 third_party/tcmalloc/chromium/src/heap-checker.cc if (ptr < &x) x 650 third_party/tcmalloc/chromium/src/heap-profile-table.cc bool operator<(const Entry& x) const { x 651 third_party/tcmalloc/chromium/src/heap-profile-table.cc return this->bytes > x.bytes; x 158 third_party/tcmalloc/chromium/src/memory_region_map.h bool Overlaps(const Region& x) const { x 159 third_party/tcmalloc/chromium/src/memory_region_map.h return start_addr < x.end_addr && end_addr > x.start_addr; x 245 third_party/tcmalloc/chromium/src/memory_region_map.h bool operator()(const Region& x, const Region& y) const { x 246 third_party/tcmalloc/chromium/src/memory_region_map.h return x.end_addr < y.end_addr; x 85 third_party/tcmalloc/chromium/src/pagemap.h bool Ensure(Number x, size_t n) { x 90 third_party/tcmalloc/chromium/src/pagemap.h return n <= LENGTH - x; // an overflow-free way to do "x + n <= LENGTH" x 209 third_party/tcmalloc/chromium/src/pagemap.h bool Ensure(Number x, size_t n) { x 210 third_party/tcmalloc/chromium/src/pagemap.h if (n > LENGTH - x) x 221 third_party/tcmalloc/chromium/src/pagemap.h size_t first_page = ContainingPage(x); x 222 third_party/tcmalloc/chromium/src/pagemap.h size_t last_page = ContainingPage(x + n - 1); x 169 third_party/tcmalloc/chromium/src/sampler.h uint64_t x; x 170 third_party/tcmalloc/chromium/src/sampler.h memcpy(&x, &d, sizeof(x)); // we depend on the compiler inlining this x 171 third_party/tcmalloc/chromium/src/sampler.h const uint32_t x_high = x >> 32; x 119 third_party/tcmalloc/chromium/src/system-alloc.cc #define rot(x,k) (((x)<<(k))|((x)>>(32-(k)))) x 121 third_party/tcmalloc/chromium/src/system-alloc.cc u4 ranval(ranctx* x) { x 123 third_party/tcmalloc/chromium/src/system-alloc.cc u4 e = x->a - rot(x->b, 27); x 124 third_party/tcmalloc/chromium/src/system-alloc.cc x->a = x->b ^ rot(x->c, 17); x 125 third_party/tcmalloc/chromium/src/system-alloc.cc x->b = x->c + x->d; x 126 third_party/tcmalloc/chromium/src/system-alloc.cc x->c = x->d + e; x 127 third_party/tcmalloc/chromium/src/system-alloc.cc x->d = e + x->a; x 128 third_party/tcmalloc/chromium/src/system-alloc.cc return x->d; x 131 third_party/tcmalloc/chromium/src/system-alloc.cc void raninit(ranctx* x, u4 seed) { x 133 third_party/tcmalloc/chromium/src/system-alloc.cc x->a = 0xf1ea5eed; x 134 third_party/tcmalloc/chromium/src/system-alloc.cc x->b = x->c = x->d = seed; x 136 third_party/tcmalloc/chromium/src/system-alloc.cc (void) ranval(x); x 89 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc for (int x = 0; x < FLAGS_iters; ++x) { x 90 third_party/tcmalloc/chromium/src/tests/addressmap_unittest.cc RAW_LOG(INFO, "Iteration %d/%d...\n", x, FLAGS_iters); x 38 third_party/tcmalloc/chromium/src/tests/atomicops_unittest.cc #define GG_ULONGLONG(x) static_cast<uint64>(x) x 91 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = static_cast<int*>(malloc(sizeof(*x))); x 92 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete"); x 93 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]"); x 95 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc free(x); x 100 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = new int; x 102 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 103 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]"); x 104 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete x; x 110 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = new int[1]; x 112 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 113 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete"); x 114 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete [] x; x 120 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = new(std::nothrow) int; x 122 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 123 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]"); x 124 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete x; x 130 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = new(std::nothrow) int[1]; x 132 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 133 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete"); x 134 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete [] x; x 164 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = new int; x 165 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* old_x = x; x 166 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete x; x 167 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc x = new int; x 174 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks x 181 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete x; x 191 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int* x = new int; x 192 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete x; x 193 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int poisoned_x_value = *x; x 194 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc *x = 1; // a dangling write. x 204 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc *x = poisoned_x_value; x 210 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int *x = new int; x 211 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete x; x 212 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int old_x_value = *x; x 213 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc *x = 1; x 217 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc *x = old_x_value; // restore x so that the test can exit successfully. x 221 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int *x = new int; x 222 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc delete x; x 223 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc int old_x_value = *x; x 224 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc *x = 1; x 228 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc *x = old_x_value; // restore x so that the test can exit successfully. x 725 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc IntSet* x = new(initialized) IntSet[1]; x 726 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc *x = IntSet(some_ints, some_ints + 6); x 728 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc x->insert(i*3); x 730 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc delete [] x; x 744 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc IntSet* x = new(initialized) IntSet[1]; x 745 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc *x = IntSet(some_ints, some_ints + 3); x 747 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc x->insert(i*2); x 749 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc Hide(&x); x 750 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc *setx = x; x 754 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc IntSet* x = *setx; x 755 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc UnHide(&x); x 756 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc delete [] x; x 765 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc IntSet* x; x 766 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc RunHidden(NewCallback(DoTestSTLAllocInverse, &x)); x 767 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc LogHidden("Leaking", x); x 781 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc RunHidden(NewCallback(FreeTestSTLAllocInverse, &x)); x 1026 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc Array(const Array& x) { x 1027 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc size = x.size; x 1030 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc ptr[i] = x.ptr[i]; x 1033 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc void operator=(const Array& x) { x 1035 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc size = x.size; x 1038 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc ptr[i] = x.ptr[i]; x 1041 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc void append(const Array& x) { x 1042 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc T* p = new(initialized) T[size + x.size]; x 1046 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc for (size_t i = 0; i < x.size; ++i) { x 1047 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc p[size+i] = x.ptr[i]; x 1049 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc size += x.size; x 102 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c char* x = (char*)malloc(10); x 105 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c MallocExtension_VerifyMallocMemory(x); x 126 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c if (MallocExtension_GetAllocatedSize(x) < 10) { x 129 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c if (MallocExtension_GetOwnership(x) != MallocExtension_kOwned) { x 138 third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c free(x); x 111 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc inline void* V(intptr_t x) { return reinterpret_cast<void*>(x); } x 148 third_party/tcmalloc/chromium/src/tests/sampler_test.cc double AndersonDarlingErrFix(int n, double x) { x 149 third_party/tcmalloc/chromium/src/tests/sampler_test.cc if (x > 0.8) { x 151 third_party/tcmalloc/chromium/src/tests/sampler_test.cc (1116.360 - 255.7844 * x) * x) * x) * x) * x) / n; x 155 third_party/tcmalloc/chromium/src/tests/sampler_test.cc if (x < cutoff) { x 156 third_party/tcmalloc/chromium/src/tests/sampler_test.cc t = x / cutoff; x 160 third_party/tcmalloc/chromium/src/tests/sampler_test.cc t = (x - cutoff) / (0.8 - cutoff); x 213 third_party/tcmalloc/chromium/src/tests/sampler_test.cc double x = i/10.0; x 214 third_party/tcmalloc/chromium/src/tests/sampler_test.cc LOG(INFO) << "x= " << x << " adpv= " x 215 third_party/tcmalloc/chromium/src/tests/sampler_test.cc << AndersonDarlingPValue(100, x) << ", " x 216 third_party/tcmalloc/chromium/src/tests/sampler_test.cc << AndersonDarlingPValue(1000, x); x 226 third_party/tcmalloc/chromium/src/tests/sampler_test.cc uint64_t x = 1; x 231 third_party/tcmalloc/chromium/src/tests/sampler_test.cc x = sampler.NextRandom(x); x 236 third_party/tcmalloc/chromium/src/tests/sampler_test.cc int_random_sample[i] = x; x 237 third_party/tcmalloc/chromium/src/tests/sampler_test.cc x = sampler.NextRandom(x); x 580 third_party/tcmalloc/chromium/src/tests/sampler_test.cc uint64_t x = (one << 55); x 584 third_party/tcmalloc/chromium/src/tests/sampler_test.cc x = sampler.NextRandom(x); x 585 third_party/tcmalloc/chromium/src/tests/sampler_test.cc CHECK_LE(x, max_value); x 38 third_party/tcmalloc/chromium/src/windows/auto_testing_hook.h #define SIDESTEP_CHK(x) CHECK(x) x 39 third_party/tcmalloc/chromium/src/windows/auto_testing_hook.h #define SIDESTEP_EXPECT_TRUE(x) SIDESTEP_CHK(x) x 202 third_party/tcmalloc/vendor/src/addressmap-inl.h static int HashInt(Number x) { x 204 third_party/tcmalloc/vendor/src/addressmap-inl.h const uint32_t m = static_cast<uint32_t>(x) * kHashMultiplier; x 118 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h Atomic32 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 122 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h return x; x 154 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h Atomic32 x = 0; x 155 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h NoBarrier_AtomicExchange(&x, 0); // acts as a barrier on PIII x 410 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h Atomic64 x = NoBarrier_CompareAndSwap(ptr, old_value, new_value); x 414 third_party/tcmalloc/vendor/src/base/atomicops-internals-x86.h return x; x 537 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h inline T ANNOTATE_UNPROTECTED_READ(const volatile T &x) x 540 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h T res = x; x 559 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h #define ANNOTATE_UNPROTECTED_READ(x) (x) x 612 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h inline T ANNOTATE_UNPROTECTED_READ(const volatile T &x) x 615 third_party/tcmalloc/vendor/src/base/dynamic_annotations.h T res = x; x 321 third_party/tcmalloc/vendor/src/base/simple_mutex.h #define MutexLock(x) COMPILE_ASSERT(0, mutex_lock_decl_missing_var_name) x 322 third_party/tcmalloc/vendor/src/base/simple_mutex.h #define ReaderMutexLock(x) COMPILE_ASSERT(0, rmutex_lock_decl_missing_var_name) x 323 third_party/tcmalloc/vendor/src/base/simple_mutex.h #define WriterMutexLock(x) COMPILE_ASSERT(0, wmutex_lock_decl_missing_var_name) x 148 third_party/tcmalloc/vendor/src/base/spinlock.h #define SpinLockHolder(x) COMPILE_ASSERT(0, spin_lock_decl_missing_var_name) x 50 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h int x = 0; x 58 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h sys_futex(&x, FUTEX_WAKE, 1, 0) >= 0); x 61 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h sys_futex(&x, FUTEX_WAKE | futex_private_flag, 1, 0) < 0) { x 78 third_party/tcmalloc/vendor/src/base/stl_allocator.h pointer address(reference x) const { return &x; } x 79 third_party/tcmalloc/vendor/src/base/stl_allocator.h const_pointer address(const_reference x) const { return &x; } x 923 third_party/tcmalloc/vendor/src/base/sysinfo.cc char x = (flags && flags[0] && flags[1] && flags[2] == 'x') ? 'x' : '-'; x 930 third_party/tcmalloc/vendor/src/base/sysinfo.cc start, end, r,w,x,p, offset, x 52 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define THREAD_ANNOTATION_ATTRIBUTE__(x) __attribute__((x)) x 54 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define THREAD_ANNOTATION_ATTRIBUTE__(x) // no-op x 63 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) x 74 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define PT_GUARDED_BY(x) \ x 75 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(point_to_guarded_by(x)) x 84 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define ACQUIRED_AFTER(x) \ x 85 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(acquired_after(x)) x 86 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define ACQUIRED_BEFORE(x) \ x 87 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(acquired_before(x)) x 93 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define EXCLUSIVE_LOCKS_REQUIRED(x) \ x 94 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(exclusive_locks_required(x)) x 96 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define SHARED_LOCKS_REQUIRED(x) \ x 97 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(shared_locks_required(x)) x 102 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define LOCKS_EXCLUDED(x) \ x 103 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(locks_excluded(x)) x 106 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) x 115 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define EXCLUSIVE_LOCK_FUNCTION(x) \ x 116 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(exclusive_lock(x)) x 118 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define SHARED_LOCK_FUNCTION(x) \ x 119 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(shared_lock(x)) x 121 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define EXCLUSIVE_TRYLOCK_FUNCTION(x) \ x 122 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(exclusive_trylock(x)) x 124 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define SHARED_TRYLOCK_FUNCTION(x) \ x 125 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(shared_trylock(x)) x 127 third_party/tcmalloc/vendor/src/base/thread_annotations.h #define UNLOCK_FUNCTION(x) \ x 128 third_party/tcmalloc/vendor/src/base/thread_annotations.h THREAD_ANNOTATION_ATTRIBUTE__(unlock(x)) x 160 third_party/tcmalloc/vendor/src/base/vdso_support.cc long VDSOSupport::InitAndGetCPU(unsigned *cpu, void *x, void *y) { // NOLINT x 163 third_party/tcmalloc/vendor/src/base/vdso_support.cc return (*getcpu_fn_)(cpu, x, y); x 45 third_party/tcmalloc/vendor/src/common.cc size_t x = n >> shift; x 46 third_party/tcmalloc/vendor/src/common.cc if (x != 0) { x 47 third_party/tcmalloc/vendor/src/common.cc n = x; x 620 third_party/tcmalloc/vendor/src/heap-checker.cc uintptr_t x; x 621 third_party/tcmalloc/vendor/src/heap-checker.cc if (&x < ptr) x 623 third_party/tcmalloc/vendor/src/heap-checker.cc if (ptr < &x) x 167 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (Bucket* x = table[b]; x != 0; /**/) { x 168 third_party/tcmalloc/vendor/src/heap-profile-table.cc Bucket* b = x; x 169 third_party/tcmalloc/vendor/src/heap-profile-table.cc x = x->next; x 337 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (Bucket* x = alloc_table_[b]; x != 0; x = x->next) { x 338 third_party/tcmalloc/vendor/src/heap-profile-table.cc list[n++] = x; x 345 third_party/tcmalloc/vendor/src/heap-profile-table.cc for (Bucket* x = mmap_table_[b]; x != 0; x = x->next) { x 346 third_party/tcmalloc/vendor/src/heap-profile-table.cc list[n++] = x; x 592 third_party/tcmalloc/vendor/src/heap-profile-table.cc bool operator<(const Entry& x) const { x 593 third_party/tcmalloc/vendor/src/heap-profile-table.cc return this->bytes > x.bytes; x 68 third_party/tcmalloc/vendor/src/heap-profile-table.h bool Equivalent(const Stats& x) const { x 69 third_party/tcmalloc/vendor/src/heap-profile-table.h return allocs - frees == x.allocs - x.frees && x 70 third_party/tcmalloc/vendor/src/heap-profile-table.h alloc_size - free_size == x.alloc_size - x.free_size; x 146 third_party/tcmalloc/vendor/src/memory_region_map.h bool Overlaps(const Region& x) const { x 147 third_party/tcmalloc/vendor/src/memory_region_map.h return start_addr < x.end_addr && end_addr > x.start_addr; x 221 third_party/tcmalloc/vendor/src/memory_region_map.h bool operator()(const Region& x, const Region& y) const { x 222 third_party/tcmalloc/vendor/src/memory_region_map.h return x.end_addr < y.end_addr; x 79 third_party/tcmalloc/vendor/src/pagemap.h bool Ensure(Number x, size_t n) { x 84 third_party/tcmalloc/vendor/src/pagemap.h return n <= LENGTH - x; // an overflow-free way to do "x + n <= LENGTH" x 169 third_party/tcmalloc/vendor/src/sampler.h uint64_t x; x 170 third_party/tcmalloc/vendor/src/sampler.h memcpy(&x, &d, sizeof(x)); // we depend on the compiler inlining this x 171 third_party/tcmalloc/vendor/src/sampler.h const uint32_t x_high = x >> 32; x 89 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc for (int x = 0; x < FLAGS_iters; ++x) { x 90 third_party/tcmalloc/vendor/src/tests/addressmap_unittest.cc RAW_LOG(INFO, "Iteration %d/%d...\n", x, FLAGS_iters); x 38 third_party/tcmalloc/vendor/src/tests/atomicops_unittest.cc #define GG_ULONGLONG(x) static_cast<uint64>(x) x 91 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = static_cast<int*>(malloc(sizeof(*x))); x 92 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete"); x 93 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]"); x 95 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc free(x); x 100 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = new int; x 102 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 103 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]"); x 104 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete x; x 110 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = new int[1]; x 112 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 113 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete"); x 114 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete [] x; x 120 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = new(std::nothrow) int; x 122 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 123 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]"); x 124 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete x; x 130 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = new(std::nothrow) int[1]; x 132 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free"); x 133 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete"); x 134 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete [] x; x 164 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = new int; x 165 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* old_x = x; x 166 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete x; x 167 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc x = new int; x 174 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks x 181 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete x; x 191 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int* x = new int; x 192 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete x; x 193 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int poisoned_x_value = *x; x 194 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc *x = 1; // a dangling write. x 204 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc *x = poisoned_x_value; x 210 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int *x = new int; x 211 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete x; x 212 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int old_x_value = *x; x 213 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc *x = 1; x 217 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc *x = old_x_value; // restore x so that the test can exit successfully. x 221 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int *x = new int; x 222 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc delete x; x 223 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc int old_x_value = *x; x 224 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc *x = 1; x 228 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc *x = old_x_value; // restore x so that the test can exit successfully. x 725 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc IntSet* x = new(initialized) IntSet[1]; x 726 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc *x = IntSet(some_ints, some_ints + 6); x 728 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc x->insert(i*3); x 730 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc delete [] x; x 744 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc IntSet* x = new(initialized) IntSet[1]; x 745 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc *x = IntSet(some_ints, some_ints + 3); x 747 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc x->insert(i*2); x 749 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc Hide(&x); x 750 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc *setx = x; x 754 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc IntSet* x = *setx; x 755 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc UnHide(&x); x 756 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc delete [] x; x 765 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc IntSet* x; x 766 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc RunHidden(NewCallback(DoTestSTLAllocInverse, &x)); x 767 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc LogHidden("Leaking", x); x 781 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc RunHidden(NewCallback(FreeTestSTLAllocInverse, &x)); x 1026 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc Array(const Array& x) { x 1027 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc size = x.size; x 1030 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc ptr[i] = x.ptr[i]; x 1033 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc void operator=(const Array& x) { x 1035 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc size = x.size; x 1038 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc ptr[i] = x.ptr[i]; x 1041 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc void append(const Array& x) { x 1042 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc T* p = new(initialized) T[size + x.size]; x 1046 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc for (size_t i = 0; i < x.size; ++i) { x 1047 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc p[size+i] = x.ptr[i]; x 1049 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc size += x.size; x 102 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c char* x = (char*)malloc(10); x 105 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c MallocExtension_VerifyMallocMemory(x); x 126 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c if (MallocExtension_GetAllocatedSize(x) < 10) { x 129 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c if (MallocExtension_GetOwnership(x) != MallocExtension_kOwned) { x 138 third_party/tcmalloc/vendor/src/tests/malloc_extension_c_test.c free(x); x 111 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc inline void* V(intptr_t x) { return reinterpret_cast<void*>(x); } x 148 third_party/tcmalloc/vendor/src/tests/sampler_test.cc double AndersonDarlingErrFix(int n, double x) { x 149 third_party/tcmalloc/vendor/src/tests/sampler_test.cc if (x > 0.8) { x 151 third_party/tcmalloc/vendor/src/tests/sampler_test.cc (1116.360 - 255.7844 * x) * x) * x) * x) * x) / n; x 155 third_party/tcmalloc/vendor/src/tests/sampler_test.cc if (x < cutoff) { x 156 third_party/tcmalloc/vendor/src/tests/sampler_test.cc t = x / cutoff; x 160 third_party/tcmalloc/vendor/src/tests/sampler_test.cc t = (x - cutoff) / (0.8 - cutoff); x 213 third_party/tcmalloc/vendor/src/tests/sampler_test.cc double x = i/10.0; x 214 third_party/tcmalloc/vendor/src/tests/sampler_test.cc LOG(INFO) << "x= " << x << " adpv= " x 215 third_party/tcmalloc/vendor/src/tests/sampler_test.cc << AndersonDarlingPValue(100, x) << ", " x 216 third_party/tcmalloc/vendor/src/tests/sampler_test.cc << AndersonDarlingPValue(1000, x); x 226 third_party/tcmalloc/vendor/src/tests/sampler_test.cc uint64_t x = 1; x 231 third_party/tcmalloc/vendor/src/tests/sampler_test.cc x = sampler.NextRandom(x); x 236 third_party/tcmalloc/vendor/src/tests/sampler_test.cc int_random_sample[i] = x; x 237 third_party/tcmalloc/vendor/src/tests/sampler_test.cc x = sampler.NextRandom(x); x 580 third_party/tcmalloc/vendor/src/tests/sampler_test.cc uint64_t x = (one << 55); x 584 third_party/tcmalloc/vendor/src/tests/sampler_test.cc x = sampler.NextRandom(x); x 585 third_party/tcmalloc/vendor/src/tests/sampler_test.cc CHECK_LE(x, max_value); x 38 third_party/tcmalloc/vendor/src/windows/auto_testing_hook.h #define SIDESTEP_CHK(x) CHECK(x) x 39 third_party/tcmalloc/vendor/src/windows/auto_testing_hook.h #define SIDESTEP_EXPECT_TRUE(x) SIDESTEP_CHK(x) x 144 third_party/wtl/include/atlapp.h #define FreeResource(x) x 145 third_party/wtl/include/atlapp.h #define UnlockResource(x) x 184 third_party/wtl/include/atlapp.h #define LongToPtr(x) ((void*)x) x 705 third_party/wtl/include/atlctrls.h DWORD dw = (DWORD)::SendMessage(m_hWnd, LB_ITEMFROMPOINT, 0, MAKELPARAM(pt.x, pt.y)); x 1283 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, EM_CHARFROMPOS, 0, MAKELPARAM(pt.x, pt.y)); x 2056 third_party/wtl/include/atlctrls.h BOOL Draw(HDC hDC, int nImage, int x, int y, UINT nStyle) x 2060 third_party/wtl/include/atlctrls.h return ImageList_Draw(m_hImageList, nImage, hDC, x, y, nStyle); x 2067 third_party/wtl/include/atlctrls.h return ImageList_Draw(m_hImageList, nImage, hDC, pt.x, pt.y, nStyle); x 2070 third_party/wtl/include/atlctrls.h BOOL DrawEx(int nImage, HDC hDC, int x, int y, int dx, int dy, COLORREF rgbBk, COLORREF rgbFg, UINT fStyle) x 2074 third_party/wtl/include/atlctrls.h return ImageList_DrawEx(m_hImageList, nImage, hDC, x, y, dx, dy, rgbBk, rgbFg, fStyle); x 2127 third_party/wtl/include/atlctrls.h return ImageList_BeginDrag(m_hImageList, nImage, ptHotSpot.x, ptHotSpot.y); x 2143 third_party/wtl/include/atlctrls.h return ImageList_DragMove(pt.x, pt.y); x 2146 third_party/wtl/include/atlctrls.h static BOOL DragMove(int x, int y) x 2148 third_party/wtl/include/atlctrls.h return ImageList_DragMove(x, y); x 2154 third_party/wtl/include/atlctrls.h return ImageList_SetDragCursorImage(m_hImageList, nDrag, ptHotSpot.x, ptHotSpot.y); x 2175 third_party/wtl/include/atlctrls.h return ImageList_DragEnter(hWnd, point.x, point.y); x 2178 third_party/wtl/include/atlctrls.h static BOOL DragEnter(HWND hWnd, int x, int y) x 2180 third_party/wtl/include/atlctrls.h return ImageList_DragEnter(hWnd, x, y); x 2487 third_party/wtl/include/atlctrls.h hti.pt.x = pt.x; x 3018 third_party/wtl/include/atlctrls.h BOOL SetItemPosition(int nItem, int x, int y) x 3022 third_party/wtl/include/atlctrls.h POINT pt = { x, y }; x 5975 third_party/wtl/include/atlctrls.h BOOL InsertMarkHitTest(int x, int y, LPTBINSERTMARK lptbim) const x 5978 third_party/wtl/include/atlctrls.h POINT pt = { x, y }; x 7846 third_party/wtl/include/atlctrls.h POINTL ptl = { pt.x, pt.y }; x 89 third_party/wtl/include/atlctrlw.h int x; x 881 third_party/wtl/include/atlctrlw.h BOOL TrackPopupMenu(HMENU hMenu, UINT uFlags, int x, int y, LPTPMPARAMS lpParams = NULL) x 891 third_party/wtl/include/atlctrlw.h return pT->DoTrackPopupMenu(hMenu, uFlags, x, y, lpParams); x 1624 third_party/wtl/include/atlctrlw.h return pT->TrackPopupMenu(lpCBRPopupMenu->hMenu, lpCBRPopupMenu->uFlags, lpCBRPopupMenu->x, lpCBRPopupMenu->y, lpCBRPopupMenu->lptpm); x 1870 third_party/wtl/include/atlctrlw.h if((point.x != s_point.x || point.y != s_point.y) && nHit >= 0 && nHit < ::GetMenuItemCount(m_hMenu) && nHit != m_nPopBtn && m_nPopBtn != -1) x 1881 third_party/wtl/include/atlctrlw.h ::PostMessage(hWndMenu, WM_LBUTTONUP, 0, MAKELPARAM(point.x, point.y)); x 2174 third_party/wtl/include/atlctrlw.h ::ImageList_Draw(m_hImageList, iButton, dc, point.x, point.y, ILD_TRANSPARENT); x 2290 third_party/wtl/include/atlctrlw.h ::ImageList_Draw(m_hImageList, iButton, dc, point.x, point.y, ILD_TRANSPARENT); x 2355 third_party/wtl/include/atlctrlw.h ildp.x = point.x; x 2383 third_party/wtl/include/atlctrlw.h dc.DitherBlt(point.x, point.y, m_szBitmap.cx, m_szBitmap.cy, dcMem, NULL, 0, 0, hBrushBackground, hBrush3DEffect, hBrushDisabledImage); x 2487 third_party/wtl/include/atlctrlw.h int x = rcDest.left + 1; x 2496 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcMask, 0, 0, ROP_DSno); x 2497 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcSource, 0, 0, ROP_DSa); x 2507 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcMask, 0, 0, ROP_DSa); x 2508 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcSource, 0, 0, ROP_DSo); x 2725 third_party/wtl/include/atlctrlw.h (s_bW2K ? (bAnimate ? TPM_VERPOSANIMATION : TPM_NOANIMATION) : 0), pt.x, pt.y, &TPMParams); x 2763 third_party/wtl/include/atlctrlw.h BOOL DoTrackPopupMenu(HMENU hMenu, UINT uFlags, int x, int y, LPTPMPARAMS lpParams = NULL) x 2785 third_party/wtl/include/atlctrlw.h BOOL bTrackRet = menuPopup.TrackPopupMenuEx(uFlags, x, y, m_hWnd, lpParams); x 3228 third_party/wtl/include/atlctrlw.h ildp.x = 0; x 3520 third_party/wtl/include/atlctrlw.h dc.SetViewportOrg(ptOrg.x + m_cxLeft, ptOrg.y); x 3561 third_party/wtl/include/atlctrlw.h if((pt.x < m_cxRight) || (pt.x > ((rect.right - rect.left) - m_cxLeft))) x 3566 third_party/wtl/include/atlctrlw.h if((pt.x < m_cxLeft) || (pt.x > ((rect.right - rect.left) - m_cxRight))) x 3586 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; x 3666 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; x 3697 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; x 3749 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; x 3179 third_party/wtl/include/atlctrlx.h { ptOrg.x + m_cxSortArrow / 2, ptOrg.y }, x 3180 third_party/wtl/include/atlctrlx.h { ptOrg.x, ptOrg.y + m_cySortArrow - 1 }, x 3181 third_party/wtl/include/atlctrlx.h { ptOrg.x + m_cxSortArrow - 1, ptOrg.y + m_cySortArrow - 1 } x 3189 third_party/wtl/include/atlctrlx.h { ptOrg.x, ptOrg.y }, x 3190 third_party/wtl/include/atlctrlx.h { ptOrg.x + m_cxSortArrow / 2, ptOrg.y + m_cySortArrow - 1 }, x 3191 third_party/wtl/include/atlctrlx.h { ptOrg.x + m_cxSortArrow - 1, ptOrg.y } x 3708 third_party/wtl/include/atlctrlx.h m_ptStartDrag.x = 0; x 4351 third_party/wtl/include/atlctrlx.h m_ptStartDrag.x = GET_X_LPARAM(lParam); x 4366 third_party/wtl/include/atlctrlx.h hti.pt.x = GET_X_LPARAM(lParam); x 4417 third_party/wtl/include/atlctrlx.h if(abs(m_ptStartDrag.x - GET_X_LPARAM(lParam)) >= ::GetSystemMetrics(SM_CXDRAG) || x 4420 third_party/wtl/include/atlctrlx.h if(abs(m_ptStartDrag.x - GET_X_LPARAM(lParam)) >= 4 || x 4466 third_party/wtl/include/atlctrlx.h hti.pt.x = GET_X_LPARAM(lParam); x 4678 third_party/wtl/include/atlctrlx.h int x = rect.left; x 4680 third_party/wtl/include/atlctrlx.h POINT ptsTop[3] = { { x, y }, { x + m_cxMoveMark, y }, { x + (m_cxMoveMark / 2), y + m_cyMoveMark } }; x 4684 third_party/wtl/include/atlctrlx.h POINT ptsBottom[3] = { { x, y }, { x + m_cxMoveMark, y }, { x + (m_cxMoveMark / 2), y - m_cyMoveMark } }; x 2723 third_party/wtl/include/atldlgs.h size.cx = m_psd.ptPaperSize.x; x 2968 third_party/wtl/include/atldlgs.h short x; x 3232 third_party/wtl/include/atldlgs.h #define BEGIN_DIALOG(x, y, width, height) \ x 3236 third_party/wtl/include/atldlgs.h short nX = x, nY = y, nWidth = width, nHeight = height; \ x 3250 third_party/wtl/include/atldlgs.h #define BEGIN_DIALOG_EX(x, y, width, height, helpID) \ x 3254 third_party/wtl/include/atldlgs.h short nX = x, nY = y, nWidth = width, nHeight = height; \ x 3300 third_party/wtl/include/atldlgs.h #define CONTROL_LTEXT(text, id, x, y, width, height, style, exStyle) \ x 3301 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_LEFT | WS_GROUP, exStyle, text, NULL, 0); x 3302 third_party/wtl/include/atldlgs.h #define CONTROL_CTEXT(text, id, x, y, width, height, style, exStyle) \ x 3303 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_CENTER | WS_GROUP, exStyle, text, NULL, 0); x 3304 third_party/wtl/include/atldlgs.h #define CONTROL_RTEXT(text, id, x, y, width, height, style, exStyle) \ x 3305 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_RIGHT | WS_GROUP, exStyle, text, NULL, 0); x 3306 third_party/wtl/include/atldlgs.h #define CONTROL_PUSHBUTTON(text, id, x, y, width, height, style, exStyle) \ x 3307 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); x 3308 third_party/wtl/include/atldlgs.h #define CONTROL_DEFPUSHBUTTON(text, id, x, y, width, height, style, exStyle) \ x 3309 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_DEFPUSHBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); x 3311 third_party/wtl/include/atldlgs.h #define CONTROL_PUSHBOX(text, id, x, y, width, height, style, exStyle) \ x 3312 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_PUSHBOX | WS_TABSTOP, exStyle, text, NULL, 0); x 3314 third_party/wtl/include/atldlgs.h #define CONTROL_STATE3(text, id, x, y, width, height, style, exStyle) \ x 3315 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_3STATE | WS_TABSTOP, exStyle, text, NULL, 0); x 3316 third_party/wtl/include/atldlgs.h #define CONTROL_AUTO3STATE(text, id, x, y, width, height, style, exStyle) \ x 3317 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTO3STATE | WS_TABSTOP, exStyle, text, NULL, 0); x 3318 third_party/wtl/include/atldlgs.h #define CONTROL_CHECKBOX(text, id, x, y, width, height, style, exStyle) \ x 3319 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_CHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0); x 3320 third_party/wtl/include/atldlgs.h #define CONTROL_AUTOCHECKBOX(text, id, x, y, width, height, style, exStyle) \ x 3321 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTOCHECKBOX | WS_TABSTOP, exStyle, text, NULL, 0); x 3322 third_party/wtl/include/atldlgs.h #define CONTROL_RADIOBUTTON(text, id, x, y, width, height, style, exStyle) \ x 3323 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_RADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); x 3324 third_party/wtl/include/atldlgs.h #define CONTROL_AUTORADIOBUTTON(text, id, x, y, width, height, style, exStyle) \ x 3325 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_AUTORADIOBUTTON | WS_TABSTOP, exStyle, text, NULL, 0); x 3326 third_party/wtl/include/atldlgs.h #define CONTROL_COMBOBOX(id, x, y, width, height, style, exStyle) \ x 3327 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_COMBOBOX, (WORD)id, x, y, width, height, style | CBS_DROPDOWN | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0); x 3328 third_party/wtl/include/atldlgs.h #define CONTROL_EDITTEXT(id, x, y, width, height, style, exStyle) \ x 3329 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_EDIT, (WORD)id, x, y, width, height, style | ES_LEFT | WS_BORDER | WS_TABSTOP, exStyle, (LPCTSTR)NULL, NULL, 0); x 3330 third_party/wtl/include/atldlgs.h #define CONTROL_GROUPBOX(text, id, x, y, width, height, style, exStyle) \ x 3331 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_BUTTON, (WORD)id, x, y, width, height, style | BS_GROUPBOX, exStyle, text, NULL, 0); x 3332 third_party/wtl/include/atldlgs.h #define CONTROL_LISTBOX(id, x, y, width, height, style, exStyle) \ x 3333 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_LISTBOX, (WORD)id, x, y, width, height, style | LBS_NOTIFY | WS_BORDER, exStyle, (LPCTSTR)NULL, NULL, 0); x 3334 third_party/wtl/include/atldlgs.h #define CONTROL_SCROLLBAR(id, x, y, width, height, style, exStyle) \ x 3335 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_SCROLLBAR, (WORD)id, x, y, width, height, style | SBS_HORZ, exStyle, (LPCTSTR)NULL, NULL, 0); x 3336 third_party/wtl/include/atldlgs.h #define CONTROL_ICON(text, id, x, y, width, height, style, exStyle) \ x 3337 third_party/wtl/include/atldlgs.h m_Template.AddStdControl(WTL::CMemDlgTemplate::CTRL_STATIC, (WORD)id, x, y, width, height, style | SS_ICON, exStyle, text, NULL, 0); x 3338 third_party/wtl/include/atldlgs.h #define CONTROL_CONTROL(text, id, className, style, x, y, width, height, exStyle) \ x 3339 third_party/wtl/include/atldlgs.h m_Template.AddControl(className, (WORD)id, x, y, width, height, style, exStyle, text, NULL, 0); x 4834 third_party/wtl/include/atldlgs.h ((ATL::_DialogSplitHelper::DLGITEMTEMPLATEEX*)pItem)->x : x 4835 third_party/wtl/include/atldlgs.h pItem->x; x 359 third_party/wtl/include/atlframe.h int x; x 1121 third_party/wtl/include/atlframe.h CBRPOPUPMENU CBRPopupMenu = { sizeof(CBRPOPUPMENU), cmi.hMenu, uMenuFlags, pt.x, pt.y, &TPMParams }; x 1127 third_party/wtl/include/atlframe.h menu.TrackPopupMenuEx(uMenuFlags, pt.x, pt.y, m_hWnd, &TPMParams); x 1850 third_party/wtl/include/atlframe.h lpWndPos->x = rectClient.left; x 3022 third_party/wtl/include/atlframe.h m_ptMinTrackSize.x = -1; x 3065 third_party/wtl/include/atlframe.h m_ptMinTrackSize.x = -1; x 3108 third_party/wtl/include/atlframe.h m_ptMinTrackSize.x = rect.right - rect.left; x 3115 third_party/wtl/include/atlframe.h m_ptMinTrackSize.x = rect.right - rect.left; x 3172 third_party/wtl/include/atlframe.h if(((pT->GetStyle() & WS_CHILD) != 0) && m_ptMinTrackSize.x != -1 && m_ptMinTrackSize.y != -1) x 3174 third_party/wtl/include/atlframe.h if(cxWidth < m_ptMinTrackSize.x) x 3175 third_party/wtl/include/atlframe.h cxWidth = m_ptMinTrackSize.x; x 3256 third_party/wtl/include/atlframe.h if(m_ptMinTrackSize.x != -1 && m_ptMinTrackSize.y != -1) x 1145 third_party/wtl/include/atlgdi.h int OffsetRgn(int x, int y) x 1148 third_party/wtl/include/atlgdi.h return ::OffsetRgn(m_hRgn, x, y); x 1154 third_party/wtl/include/atlgdi.h return ::OffsetRgn(m_hRgn, point.x, point.y); x 1163 third_party/wtl/include/atlgdi.h BOOL PtInRegion(int x, int y) const x 1166 third_party/wtl/include/atlgdi.h return ::PtInRegion(m_hRgn, x, y); x 1172 third_party/wtl/include/atlgdi.h return ::PtInRegion(m_hRgn, point.x, point.y); x 1346 third_party/wtl/include/atlgdi.h BOOL SetBrushOrg(int x, int y, LPPOINT lpPoint = NULL) x 1349 third_party/wtl/include/atlgdi.h return ::SetBrushOrgEx(m_hDC, x, y, lpPoint); x 1355 third_party/wtl/include/atlgdi.h return ::SetBrushOrgEx(m_hDC, point.x, point.y, lpPointRet); x 1589 third_party/wtl/include/atlgdi.h BOOL SetViewportOrg(int x, int y, LPPOINT lpPoint = NULL) x 1592 third_party/wtl/include/atlgdi.h return ::SetViewportOrgEx(m_hDC, x, y, lpPoint); x 1598 third_party/wtl/include/atlgdi.h return SetViewportOrg(point.x, point.y, lpPointRet); x 1615 third_party/wtl/include/atlgdi.h BOOL SetViewportExt(int x, int y, LPSIZE lpSize = NULL) x 1618 third_party/wtl/include/atlgdi.h return ::SetViewportExtEx(m_hDC, x, y, lpSize); x 1642 third_party/wtl/include/atlgdi.h BOOL SetWindowOrg(int x, int y, LPPOINT lpPoint = NULL) x 1645 third_party/wtl/include/atlgdi.h return ::SetWindowOrgEx(m_hDC, x, y, lpPoint); x 1651 third_party/wtl/include/atlgdi.h return SetWindowOrg(point.x, point.y, lpPointRet); x 1667 third_party/wtl/include/atlgdi.h BOOL SetWindowExt(int x, int y, LPSIZE lpSize = NULL) x 1670 third_party/wtl/include/atlgdi.h return ::SetWindowExtEx(m_hDC, x, y, lpSize); x 1844 third_party/wtl/include/atlgdi.h BOOL PtVisible(int x, int y) const x 1847 third_party/wtl/include/atlgdi.h return ::PtVisible(m_hDC, x, y); x 1853 third_party/wtl/include/atlgdi.h return ::PtVisible(m_hDC, point.x, point.y); x 1902 third_party/wtl/include/atlgdi.h int OffsetClipRgn(int x, int y) x 1905 third_party/wtl/include/atlgdi.h return ::OffsetClipRgn(m_hDC, x, y); x 1929 third_party/wtl/include/atlgdi.h BOOL MoveTo(int x, int y, LPPOINT lpPoint = NULL) x 1932 third_party/wtl/include/atlgdi.h return ::MoveToEx(m_hDC, x, y, lpPoint); x 1938 third_party/wtl/include/atlgdi.h return MoveTo(point.x, point.y, lpPointRet); x 1941 third_party/wtl/include/atlgdi.h BOOL LineTo(int x, int y) x 1944 third_party/wtl/include/atlgdi.h return ::LineTo(m_hDC, x, y); x 1950 third_party/wtl/include/atlgdi.h return LineTo(point.x, point.y); x 1965 third_party/wtl/include/atlgdi.h lpRect->right, lpRect->bottom, ptStart.x, ptStart.y, x 1966 third_party/wtl/include/atlgdi.h ptEnd.x, ptEnd.y); x 1977 third_party/wtl/include/atlgdi.h BOOL AngleArc(int x, int y, int nRadius, float fStartAngle, float fSweepAngle) x 1980 third_party/wtl/include/atlgdi.h return ::AngleArc(m_hDC, x, y, nRadius, fStartAngle, fSweepAngle); x 1993 third_party/wtl/include/atlgdi.h lpRect->bottom, ptStart.x, ptStart.y, ptEnd.x, ptEnd.y); x 2073 third_party/wtl/include/atlgdi.h BOOL DrawIcon(int x, int y, HICON hIcon) x 2077 third_party/wtl/include/atlgdi.h return ::DrawIcon(m_hDC, x, y, hIcon); x 2079 third_party/wtl/include/atlgdi.h return ::DrawIconEx(m_hDC, x, y, hIcon, 0, 0, 0, NULL, DI_NORMAL); x 2087 third_party/wtl/include/atlgdi.h return ::DrawIcon(m_hDC, point.x, point.y, hIcon); x 2089 third_party/wtl/include/atlgdi.h return ::DrawIconEx(m_hDC, point.x, point.y, hIcon, 0, 0, 0, NULL, DI_NORMAL); x 2093 third_party/wtl/include/atlgdi.h BOOL DrawIconEx(int x, int y, HICON hIcon, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL) x 2096 third_party/wtl/include/atlgdi.h return ::DrawIconEx(m_hDC, x, y, hIcon, cxWidth, cyWidth, uStepIfAniCur, hbrFlickerFreeDraw, uFlags); x 2102 third_party/wtl/include/atlgdi.h return ::DrawIconEx(m_hDC, point.x, point.y, hIcon, size.cx, size.cy, uStepIfAniCur, hbrFlickerFreeDraw, uFlags); x 2109 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, NULL, (LPARAM)hBitmap, 0, pt.x, pt.y, size.cx, size.cy, nFlags | DST_BITMAP); x 2115 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, NULL, (LPARAM)hIcon, 0, pt.x, pt.y, size.cx, size.cy, nFlags | DST_ICON); x 2121 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, NULL, (LPARAM)lpszText, (WPARAM)nTextLen, pt.x, pt.y, size.cx, size.cy, nFlags | (bPrefixText ? DST_PREFIXTEXT : DST_TEXT)); x 2127 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, lpDrawProc, lData, 0, pt.x, pt.y, size.cx, size.cy, nFlags | DST_COMPLEX); x 2142 third_party/wtl/include/atlgdi.h return ::Chord(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, ptStart.x, ptStart.y, ptEnd.x, ptEnd.y); x 2174 third_party/wtl/include/atlgdi.h return ::Pie(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, ptStart.x, ptStart.y, ptEnd.x, ptEnd.y); x 2213 third_party/wtl/include/atlgdi.h return ::RoundRect(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, point.x, point.y); x 2217 third_party/wtl/include/atlgdi.h BOOL PatBlt(int x, int y, int nWidth, int nHeight, DWORD dwRop) x 2220 third_party/wtl/include/atlgdi.h return ::PatBlt(m_hDC, x, y, nWidth, nHeight, dwRop); x 2223 third_party/wtl/include/atlgdi.h BOOL BitBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, x 2227 third_party/wtl/include/atlgdi.h return ::BitBlt(m_hDC, x, y, nWidth, nHeight, hSrcDC, xSrc, ySrc, dwRop); x 2230 third_party/wtl/include/atlgdi.h BOOL StretchBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, DWORD dwRop) x 2233 third_party/wtl/include/atlgdi.h return ::StretchBlt(m_hDC, x, y, nWidth, nHeight, hSrcDC, xSrc, ySrc, nSrcWidth, nSrcHeight, dwRop); x 2236 third_party/wtl/include/atlgdi.h COLORREF GetPixel(int x, int y) const x 2239 third_party/wtl/include/atlgdi.h return ::GetPixel(m_hDC, x, y); x 2245 third_party/wtl/include/atlgdi.h return ::GetPixel(m_hDC, point.x, point.y); x 2248 third_party/wtl/include/atlgdi.h COLORREF SetPixel(int x, int y, COLORREF crColor) x 2251 third_party/wtl/include/atlgdi.h return ::SetPixel(m_hDC, x, y, crColor); x 2257 third_party/wtl/include/atlgdi.h return ::SetPixel(m_hDC, point.x, point.y, crColor); x 2261 third_party/wtl/include/atlgdi.h BOOL FloodFill(int x, int y, COLORREF crColor) x 2264 third_party/wtl/include/atlgdi.h return ::FloodFill(m_hDC, x, y, crColor); x 2267 third_party/wtl/include/atlgdi.h BOOL ExtFloodFill(int x, int y, COLORREF crColor, UINT nFillType) x 2270 third_party/wtl/include/atlgdi.h return ::ExtFloodFill(m_hDC, x, y, crColor, nFillType); x 2274 third_party/wtl/include/atlgdi.h BOOL MaskBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, HBITMAP hMaskBitmap, int xMask, int yMask, DWORD dwRop) x 2277 third_party/wtl/include/atlgdi.h return ::MaskBlt(m_hDC, x, y, nWidth, nHeight, hSrcDC, xSrc, ySrc, hMaskBitmap, xMask, yMask, dwRop); x 2287 third_party/wtl/include/atlgdi.h BOOL SetPixelV(int x, int y, COLORREF crColor) x 2290 third_party/wtl/include/atlgdi.h return ::SetPixelV(m_hDC, x, y, crColor); x 2296 third_party/wtl/include/atlgdi.h return ::SetPixelV(m_hDC, point.x, point.y, crColor); x 2302 third_party/wtl/include/atlgdi.h BOOL TransparentBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, UINT crTransparent) x 2305 third_party/wtl/include/atlgdi.h return ::TransparentBlt(m_hDC, x, y, nWidth, nHeight, hSrcDC, xSrc, ySrc, nSrcWidth, nSrcHeight, crTransparent); x 2308 third_party/wtl/include/atlgdi.h BOOL TransparentImage(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, UINT crTransparent) x 2311 third_party/wtl/include/atlgdi.h return ::TransparentImage(m_hDC, x, y, nWidth, nHeight, hSrcDC, xSrc, ySrc, nSrcWidth, nSrcHeight, crTransparent); x 2324 third_party/wtl/include/atlgdi.h BOOL AlphaBlend(int x, int y, int nWidth, int nHeight, HDC hSrcDC, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, BLENDFUNCTION bf) x 2327 third_party/wtl/include/atlgdi.h return ::AlphaBlend(m_hDC, x, y, nWidth, nHeight, hSrcDC, xSrc, ySrc, nSrcWidth, nSrcHeight, bf); x 2336 third_party/wtl/include/atlgdi.h BOOL DitherBlt(int x, int y, int nWidth, int nHeight, HDC hSrcDC, HBITMAP hBitmap, int xSrc, int ySrc, x 2421 third_party/wtl/include/atlgdi.h RECT rc = { x, y, x + nWidth, y + nHeight }; x 2428 third_party/wtl/include/atlgdi.h BitBlt(x + 1, y + 1, nWidth, nHeight, dcBW, 0, 0, 0xB8074A); x 2432 third_party/wtl/include/atlgdi.h BitBlt(x, y, nWidth, nHeight, dcBW, 0, 0, 0xB8074A); x 2446 third_party/wtl/include/atlgdi.h BOOL TextOut(int x, int y, LPCTSTR lpszString, int nCount = -1) x 2451 third_party/wtl/include/atlgdi.h return ::TextOut(m_hDC, x, y, lpszString, nCount); x 2455 third_party/wtl/include/atlgdi.h BOOL ExtTextOut(int x, int y, UINT nOptions, LPCRECT lpRect, LPCTSTR lpszString, UINT nCount = -1, LPINT lpDxWidths = NULL) x 2460 third_party/wtl/include/atlgdi.h return ::ExtTextOut(m_hDC, x, y, nOptions, lpRect, lpszString, nCount, lpDxWidths); x 2464 third_party/wtl/include/atlgdi.h SIZE TabbedTextOut(int x, int y, LPCTSTR lpszString, int nCount = -1, int nTabPositions = 0, LPINT lpnTabStopPositions = NULL, int nTabOrigin = 0) x 2469 third_party/wtl/include/atlgdi.h LONG lRes = ::TabbedTextOut(m_hDC, x, y, lpszString, nCount, nTabPositions, lpnTabStopPositions, nTabOrigin); x 2544 third_party/wtl/include/atlgdi.h BOOL GrayString(HBRUSH hBrush, BOOL (CALLBACK* lpfnOutput)(HDC, LPARAM, int), LPARAM lpData, int nCount, int x, int y, int nWidth, int nHeight) x 2547 third_party/wtl/include/atlgdi.h return ::GrayString(m_hDC, hBrush, (GRAYSTRINGPROC)lpfnOutput, lpData, nCount, x, y, nWidth, nHeight); x 3098 third_party/wtl/include/atlgdi.h void FillSolidRect(int x, int y, int cx, int cy, COLORREF clr) x 3102 third_party/wtl/include/atlgdi.h RECT rect = { x, y, x + cx, y + cy }; x 3112 third_party/wtl/include/atlgdi.h void Draw3dRect(int x, int y, int cx, int cy, COLORREF clrTopLeft, COLORREF clrBottomRight) x 3114 third_party/wtl/include/atlgdi.h FillSolidRect(x, y, cx - 1, 1, clrTopLeft); x 3115 third_party/wtl/include/atlgdi.h FillSolidRect(x, y, 1, cy - 1, clrTopLeft); x 3116 third_party/wtl/include/atlgdi.h FillSolidRect(x + cx, y, -1, cy, clrBottomRight); x 3117 third_party/wtl/include/atlgdi.h FillSolidRect(x, y + cy, cx, -1, clrBottomRight); x 3122 third_party/wtl/include/atlgdi.h int SetDIBitsToDevice(int x, int y, DWORD dwWidth, DWORD dwHeight, int xSrc, int ySrc, UINT uStartScan, UINT cScanLines, CONST VOID* lpvBits, CONST BITMAPINFO* lpbmi, UINT uColorUse) x 3125 third_party/wtl/include/atlgdi.h return ::SetDIBitsToDevice(m_hDC, x, y, dwWidth, dwHeight, xSrc, ySrc, uStartScan, cScanLines, lpvBits, lpbmi, uColorUse); x 3130 third_party/wtl/include/atlgdi.h int StretchDIBits(int x, int y, int nWidth, int nHeight, int xSrc, int ySrc, int nSrcWidth, int nSrcHeight, CONST VOID* lpvBits, CONST BITMAPINFO* lpbmi, UINT uColorUse, DWORD dwRop) x 3133 third_party/wtl/include/atlgdi.h return ::StretchDIBits(m_hDC, x, y, nWidth, nHeight, xSrc, ySrc, nSrcWidth, nSrcHeight, lpvBits, lpbmi, uColorUse, dwRop); x 188 third_party/wtl/include/atlmisc.h x = 0; x 194 third_party/wtl/include/atlmisc.h x = initX; x 210 third_party/wtl/include/atlmisc.h x = (short)LOWORD(dwPoint); x 217 third_party/wtl/include/atlmisc.h x += xOffset; x 223 third_party/wtl/include/atlmisc.h x += point.x; x 229 third_party/wtl/include/atlmisc.h x += size.cx; x 235 third_party/wtl/include/atlmisc.h return (x == point.x && y == point.y); x 240 third_party/wtl/include/atlmisc.h return (x != point.x || y != point.y); x 245 third_party/wtl/include/atlmisc.h x += size.cx; x 251 third_party/wtl/include/atlmisc.h x -= size.cx; x 257 third_party/wtl/include/atlmisc.h x += point.x; x 263 third_party/wtl/include/atlmisc.h x -= point.x; x 269 third_party/wtl/include/atlmisc.h x = X; x 276 third_party/wtl/include/atlmisc.h return CPoint(x + size.cx, y + size.cy); x 281 third_party/wtl/include/atlmisc.h return CPoint(x - size.cx, y - size.cy); x 286 third_party/wtl/include/atlmisc.h return CPoint(-x, -y); x 291 third_party/wtl/include/atlmisc.h return CPoint(x + point.x, y + point.y); x 297 third_party/wtl/include/atlmisc.h return CSize(x - point.x, y - point.y); x 341 third_party/wtl/include/atlmisc.h right = (left = point.x) + size.cx; x 347 third_party/wtl/include/atlmisc.h left = topLeft.x; x 349 third_party/wtl/include/atlmisc.h right = bottomRight.x; x 428 third_party/wtl/include/atlmisc.h ::SetRect(this, topLeft.x, topLeft.y, bottomRight.x, bottomRight.y); x 446 third_party/wtl/include/atlmisc.h void InflateRect(int x, int y) x 448 third_party/wtl/include/atlmisc.h ::InflateRect(this, x, y); x 472 third_party/wtl/include/atlmisc.h void DeflateRect(int x, int y) x 474 third_party/wtl/include/atlmisc.h ::InflateRect(this, -x, -y); x 498 third_party/wtl/include/atlmisc.h void OffsetRect(int x, int y) x 500 third_party/wtl/include/atlmisc.h ::OffsetRect(this, x, y); x 509 third_party/wtl/include/atlmisc.h ::OffsetRect(this, point.x, point.y); x 536 third_party/wtl/include/atlmisc.h void MoveToX(int x) x 538 third_party/wtl/include/atlmisc.h right = Width() + x; x 539 third_party/wtl/include/atlmisc.h left = x; x 542 third_party/wtl/include/atlmisc.h void MoveToXY(int x, int y) x 544 third_party/wtl/include/atlmisc.h MoveToX(x); x 550 third_party/wtl/include/atlmisc.h MoveToX(pt.x); x 588 third_party/wtl/include/atlmisc.h ::OffsetRect(this, point.x, point.y); x 603 third_party/wtl/include/atlmisc.h ::OffsetRect(this, -point.x, -point.y); x 630 third_party/wtl/include/atlmisc.h ::OffsetRect(&rect, pt.x, pt.y); x 637 third_party/wtl/include/atlmisc.h ::OffsetRect(&rect, -pt.x, -pt.y); x 697 third_party/wtl/include/atlmisc.h { return CPoint(cx + point.x, cy + point.y); } x 700 third_party/wtl/include/atlmisc.h { return CPoint(cx - point.x, cy - point.y); } x 1000 third_party/wtl/include/atlprint.h ptOffset.x = ::MulDiv(ptOffset.x, m_sizeAll.cx, sizeAll.cx); x 1035 third_party/wtl/include/atlprint.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y, &ptViewportOrg); x 100 third_party/wtl/include/atlscrl.h m_ptOffset.x = 0; x 138 third_party/wtl/include/atlscrl.h void SetScrollOffset(int x, int y, BOOL bRedraw = TRUE) x 143 third_party/wtl/include/atlscrl.h pT->AdjustScrollOffset(x, y); x 145 third_party/wtl/include/atlscrl.h int dx = m_ptOffset.x - x; x 147 third_party/wtl/include/atlscrl.h m_ptOffset.x = x; x 156 third_party/wtl/include/atlscrl.h si.nPos = m_ptOffset.x; x 188 third_party/wtl/include/atlscrl.h SetScrollOffset(ptOffset.x, ptOffset.y, bRedraw); x 205 third_party/wtl/include/atlscrl.h int x = 0; x 209 third_party/wtl/include/atlscrl.h x = m_ptOffset.x; x 211 third_party/wtl/include/atlscrl.h pT->AdjustScrollOffset(x, y); x 214 third_party/wtl/include/atlscrl.h int dx = m_ptOffset.x - x; x 216 third_party/wtl/include/atlscrl.h m_ptOffset.x = x; x 228 third_party/wtl/include/atlscrl.h si.nPos = m_ptOffset.x; x 361 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_LINEDOWN, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 368 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_LINEUP, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 375 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_PAGEDOWN, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 382 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_PAGEUP, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 389 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_TOP, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 396 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_BOTTOM, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 404 third_party/wtl/include/atlscrl.h RECT rect = { pt.x, pt.y, pt.x, pt.y }; x 416 third_party/wtl/include/atlscrl.h int x = m_ptOffset.x; x 417 third_party/wtl/include/atlscrl.h if(rect.left < m_ptOffset.x) x 418 third_party/wtl/include/atlscrl.h x = rect.left; x 419 third_party/wtl/include/atlscrl.h else if(rect.right > (m_ptOffset.x + rcClient.right)) x 420 third_party/wtl/include/atlscrl.h x = rect.right - rcClient.right; x 428 third_party/wtl/include/atlscrl.h SetScrollOffset(x, y); x 492 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, (int)(short)LOWORD(wParam), (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 522 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, nScrollCode, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 544 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, nScrollCode, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); x 576 third_party/wtl/include/atlscrl.h si.nPos = m_ptOffset.x; x 593 third_party/wtl/include/atlscrl.h int x = m_ptOffset.x; x 595 third_party/wtl/include/atlscrl.h if(pT->AdjustScrollOffset(x, y)) x 598 third_party/wtl/include/atlscrl.h pT->ScrollWindowEx(m_ptOffset.x - x, m_ptOffset.y - y, (m_uScrollFlags & ~SCRL_SCROLLCHILDREN)); x 599 third_party/wtl/include/atlscrl.h SetScrollOffset(x, y, FALSE); x 614 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y, &ptViewportOrg); x 621 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y); x 826 third_party/wtl/include/atlscrl.h bool AdjustScrollOffset(int& x, int& y) x 828 third_party/wtl/include/atlscrl.h int xOld = x; x 832 third_party/wtl/include/atlscrl.h if(x > cxMax) x 833 third_party/wtl/include/atlscrl.h x = (cxMax >= 0) ? cxMax : 0; x 834 third_party/wtl/include/atlscrl.h else if(x < 0) x 835 third_party/wtl/include/atlscrl.h x = 0; x 843 third_party/wtl/include/atlscrl.h return (x != xOld || y != yOld); x 975 third_party/wtl/include/atlscrl.h void SetScrollOffset(int x, int y, BOOL bRedraw = TRUE) x 978 third_party/wtl/include/atlscrl.h POINT ptOff = { x, y }; x 990 third_party/wtl/include/atlscrl.h SetScrollOffset(ptOffset.x, ptOffset.y, bRedraw); x 1144 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y, &ptViewportOrg); x 1146 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y + m_sizeAll.cy, &ptViewportOrg); x 1161 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y); x 1163 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y + m_sizeAll.cy); x 1437 third_party/wtl/include/atlscrl.h void Zoom(int x, int y, float fZoomScale) x 1445 third_party/wtl/include/atlscrl.h POINT pt = { x, y }; x 1457 third_party/wtl/include/atlscrl.h pT->Zoom(pt.x, pt.y, fZoomScale); x 1495 third_party/wtl/include/atlscrl.h pt.x = rc.right / 2; x 1520 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y); x 1547 third_party/wtl/include/atlscrl.h pt.x += m_ptOffset.x; x 1553 third_party/wtl/include/atlscrl.h pt.x -= m_ptOffset.x; x 1563 third_party/wtl/include/atlscrl.h int xOfs = pt.x - (rect.right / 2) + m_ptOffset.x; x 1601 third_party/wtl/include/atlscrl.h ::OffsetRect(&rc, -m_ptOffset.x, -m_ptOffset.y); x 1692 third_party/wtl/include/atlscrl.h dc.SetViewportOrg(-m_ptOffset.x, -m_ptOffset.y, &ptViewportOrg); x 1720 third_party/wtl/include/atlscrl.h ::SetRect(&m_rcTrack, pt.x, pt.y, pt.x, pt.y); x 1736 third_party/wtl/include/atlscrl.h m_rcTrack.right = pt.x; x 460 third_party/wtl/include/atlsplit.h if(IsOverSplitterBar(ptPos.x, ptPos.y)) x 713 third_party/wtl/include/atlsplit.h bool IsOverSplitterRect(int x, int y) const x 716 third_party/wtl/include/atlsplit.h return ((x == -1 || (x >= m_rcSplitter.left && x <= m_rcSplitter.right)) && x 720 third_party/wtl/include/atlsplit.h bool IsOverSplitterBar(int x, int y) const x 724 third_party/wtl/include/atlsplit.h if(m_xySplitterPos == -1 || !IsOverSplitterRect(x, y)) x 726 third_party/wtl/include/atlsplit.h int xy = t_bVertical ? x : y; x 234 third_party/wtl/include/atluser.h BOOL TrackPopupMenu(UINT nFlags, int x, int y, HWND hWnd, LPCRECT lpRect = NULL) x 239 third_party/wtl/include/atluser.h x = _FixTrackMenuPopupX(x, y); x 241 third_party/wtl/include/atluser.h return ::TrackPopupMenu(m_hMenu, nFlags, x, y, 0, hWnd, lpRect); x 244 third_party/wtl/include/atluser.h return ::TrackPopupMenuEx(m_hMenu, nFlags, x, y, hWnd, NULL); x 248 third_party/wtl/include/atluser.h BOOL TrackPopupMenuEx(UINT uFlags, int x, int y, HWND hWnd, LPTPMPARAMS lptpm = NULL) x 252 third_party/wtl/include/atluser.h x = _FixTrackMenuPopupX(x, y); x 254 third_party/wtl/include/atluser.h return ::TrackPopupMenuEx(m_hMenu, uFlags, x, y, hWnd, lptpm); x 259 third_party/wtl/include/atluser.h static int _FixTrackMenuPopupX(int x, int y) x 261 third_party/wtl/include/atluser.h POINT pt = { x, y }; x 272 third_party/wtl/include/atluser.h if(x < mi.rcWork.left) x 273 third_party/wtl/include/atluser.h x = mi.rcWork.left; x 274 third_party/wtl/include/atluser.h else if(x > mi.rcWork.right) x 275 third_party/wtl/include/atluser.h x = mi.rcWork.right; x 280 third_party/wtl/include/atluser.h return x; x 803 third_party/wtl/include/atluser.h BOOL DrawIcon(HDC hDC, int x, int y) x 807 third_party/wtl/include/atluser.h return ::DrawIcon(hDC, x, y, m_hIcon); x 809 third_party/wtl/include/atluser.h return ::DrawIconEx(hDC, x, y, m_hIcon, 0, 0, 0, NULL, DI_NORMAL); x 817 third_party/wtl/include/atluser.h return ::DrawIcon(hDC, pt.x, pt.y, m_hIcon); x 819 third_party/wtl/include/atluser.h return ::DrawIconEx(hDC, pt.x, pt.y, m_hIcon, 0, 0, 0, NULL, DI_NORMAL); x 823 third_party/wtl/include/atluser.h BOOL DrawIconEx(HDC hDC, int x, int y, int cxWidth, int cyWidth, UINT uStepIfAniCur = 0, HBRUSH hbrFlickerFreeDraw = NULL, UINT uFlags = DI_NORMAL) x 826 third_party/wtl/include/atluser.h return ::DrawIconEx(hDC, x, y, m_hIcon, cxWidth, cyWidth, uStepIfAniCur, hbrFlickerFreeDraw, uFlags); x 832 third_party/wtl/include/atluser.h return ::DrawIconEx(hDC, pt.x, pt.y, m_hIcon, size.cx, size.cy, uStepIfAniCur, hbrFlickerFreeDraw, uFlags); x 1581 third_party/wtl/include/atlwince.h void SetScrollOffset(int x, int y, BOOL bRedraw = TRUE) x 1583 third_party/wtl/include/atlwince.h CScrollImpl< T >::SetScrollOffset((int)(x / m_fzoom), (int)(y / m_fzoom), bRedraw); x 1588 third_party/wtl/include/atlwince.h SetScrollOffset(ptOffset.x, ptOffset.y, bRedraw); x 1593 third_party/wtl/include/atlwince.h ptOffset.x = (LONG)(m_ptOffset.x * m_fzoom); x 1712 third_party/wtl/include/atlwince.h return destDC.StretchBlt(0, 0, m_sizeClient.cx, m_sizeClient.cy, hsourceDC, ptOffset.x, ptOffset.y, sizeZClient.cx, sizeZClient.cy, dwROP); x 2423 third_party/wtl/include/atlwince.h cmvr.xPos = pt.x; x 243 third_party/zlib/contrib/minizip/unzip.c uLong x ; x 248 third_party/zlib/contrib/minizip/unzip.c x = (uLong)i; x 252 third_party/zlib/contrib/minizip/unzip.c x |= ((uLong)i)<<8; x 255 third_party/zlib/contrib/minizip/unzip.c *pX = x; x 270 third_party/zlib/contrib/minizip/unzip.c uLong x ; x 275 third_party/zlib/contrib/minizip/unzip.c x = (uLong)i; x 279 third_party/zlib/contrib/minizip/unzip.c x |= ((uLong)i)<<8; x 283 third_party/zlib/contrib/minizip/unzip.c x |= ((uLong)i)<<16; x 287 third_party/zlib/contrib/minizip/unzip.c x += ((uLong)i)<<24; x 290 third_party/zlib/contrib/minizip/unzip.c *pX = x; x 306 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T x ; x 311 third_party/zlib/contrib/minizip/unzip.c x = (ZPOS64_T)i; x 315 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<8; x 319 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<16; x 323 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<24; x 327 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<32; x 331 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<40; x 335 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<48; x 339 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<56; x 342 third_party/zlib/contrib/minizip/unzip.c *pX = x; x 286 third_party/zlib/contrib/minizip/zip.c local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte)); x 287 third_party/zlib/contrib/minizip/zip.c local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) x 293 third_party/zlib/contrib/minizip/zip.c buf[n] = (unsigned char)(x & 0xff); x 294 third_party/zlib/contrib/minizip/zip.c x >>= 8; x 296 third_party/zlib/contrib/minizip/zip.c if (x != 0) x 310 third_party/zlib/contrib/minizip/zip.c local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte)); x 311 third_party/zlib/contrib/minizip/zip.c local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) x 316 third_party/zlib/contrib/minizip/zip.c buf[n] = (unsigned char)(x & 0xff); x 317 third_party/zlib/contrib/minizip/zip.c x >>= 8; x 320 third_party/zlib/contrib/minizip/zip.c if (x != 0) x 375 third_party/zlib/contrib/minizip/zip.c uLong x ; x 380 third_party/zlib/contrib/minizip/zip.c x = (uLong)i; x 384 third_party/zlib/contrib/minizip/zip.c x += ((uLong)i)<<8; x 387 third_party/zlib/contrib/minizip/zip.c *pX = x; x 397 third_party/zlib/contrib/minizip/zip.c uLong x ; x 402 third_party/zlib/contrib/minizip/zip.c x = (uLong)i; x 406 third_party/zlib/contrib/minizip/zip.c x += ((uLong)i)<<8; x 410 third_party/zlib/contrib/minizip/zip.c x += ((uLong)i)<<16; x 414 third_party/zlib/contrib/minizip/zip.c x += ((uLong)i)<<24; x 417 third_party/zlib/contrib/minizip/zip.c *pX = x; x 428 third_party/zlib/contrib/minizip/zip.c ZPOS64_T x; x 433 third_party/zlib/contrib/minizip/zip.c x = (ZPOS64_T)i; x 437 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<8; x 441 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<16; x 445 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<24; x 449 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<32; x 453 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<40; x 457 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<48; x 461 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<56; x 464 third_party/zlib/contrib/minizip/zip.c *pX = x; x 128 third_party/zlib/gzguts.h # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) x 131 third_party/zlib/gzguts.h # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) x 265 third_party/zlib/zutil.h # define Trace(x) {if (z_verbose>=0) fprintf x ;} x 266 third_party/zlib/zutil.h # define Tracev(x) {if (z_verbose>0) fprintf x ;} x 267 third_party/zlib/zutil.h # define Tracevv(x) {if (z_verbose>1) fprintf x ;} x 268 third_party/zlib/zutil.h # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;} x 269 third_party/zlib/zutil.h # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;} x 272 third_party/zlib/zutil.h # define Trace(x) x 273 third_party/zlib/zutil.h # define Tracev(x) x 274 third_party/zlib/zutil.h # define Tracevv(x) x 275 third_party/zlib/zutil.h # define Tracec(c,x) x 276 third_party/zlib/zutil.h # define Tracecv(c,x) x 98 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java for (int x = 0; x < mWorkers.length; x++) { x 99 tools/binary_size/java/src/org/chromium/tools/binary_size/Addr2LineWorkerPool.java mWorkers[x] = new Addr2LineWorker(); x 507 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java for (int x = 0; x < args.length; x++) if (name.equals(args[x])) return true; x 512 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java for (int x = 0; x < args.length; x++) { x 513 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java if (name.equals(args[x])) { x 514 tools/binary_size/java/src/org/chromium/tools/binary_size/ParallelAddress2Line.java if (x < args.length - 1) return args[x + 1]; x 11 tools/clang/plugins/tests/inline_copy_ctor.h int a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p , q, r, s, t, u, v, w, x; x 15 tools/clang/rewrite_scoped_array/tests/test-expected.cc scoped_ptr<int[]> TestFunction(scoped_ptr<int[]> x, scoped_ptr<int[]>) { x 15 tools/clang/rewrite_scoped_array/tests/test-original.cc scoped_array<int> TestFunction(scoped_array<int> x, scoped_array<int>) { x 37 tools/gn/target_unittest.cc Target x(&settings_, Label(SourceDir("//component/"), "x")); x 43 tools/gn/target_unittest.cc g.deps().push_back(LabelTargetPair(&x)); x 61 tools/gn/target_unittest.cc EXPECT_EQ(&x, a.deps()[1].ptr); x 127 tools/imagediff/image_diff.cc uint32 pixel_at(int x, int y) const { x 128 tools/imagediff/image_diff.cc DCHECK(x >= 0 && x < w_); x 130 tools/imagediff/image_diff.cc return *reinterpret_cast<const uint32*>(&(data_[(y * w_ + x) * 4])); x 133 tools/imagediff/image_diff.cc void set_pixel_at(int x, int y, uint32 color) const { x 134 tools/imagediff/image_diff.cc DCHECK(x >= 0 && x < w_); x 136 tools/imagediff/image_diff.cc void* addr = &const_cast<unsigned char*>(&data_.front())[(y * w_ + x) * 4]; x 154 tools/imagediff/image_diff.cc for (int x = 0; x < w; x++) { x 155 tools/imagediff/image_diff.cc if (baseline.pixel_at(x, y) != actual.pixel_at(x, y)) x 192 tools/imagediff/image_diff.cc for (int x = 0; x < w; x++) { x 194 tools/imagediff/image_diff.cc baseline_histogram[baseline.pixel_at(x, y)]++; x 201 tools/imagediff/image_diff.cc for (int x = 0; x < w; x++) { x 202 tools/imagediff/image_diff.cc uint32 actual_rgba = actual.pixel_at(x, y); x 344 tools/imagediff/image_diff.cc for (int x = 0; x < w; x++) { x 345 tools/imagediff/image_diff.cc uint32 base_pixel = image1.pixel_at(x, y); x 346 tools/imagediff/image_diff.cc if (base_pixel != image2.pixel_at(x, y)) { x 348 tools/imagediff/image_diff.cc out->set_pixel_at(x, y, RGBA_RED | RGBA_ALPHA); x 354 tools/imagediff/image_diff.cc out->set_pixel_at(x, y, new_pixel); x 47 tools/imagediff/image_diff_png.cc for (int x = 0; x < pixel_width; x++) { x 48 tools/imagediff/image_diff_png.cc const unsigned char* pixel_in = &input[x * 4]; x 49 tools/imagediff/image_diff_png.cc unsigned char* pixel_out = &output[x * 4]; x 59 tools/imagediff/image_diff_png.cc for (int x = 0; x < pixel_width; x++) { x 60 tools/imagediff/image_diff_png.cc const unsigned char* pixel_in = &rgba[x * 4]; x 61 tools/imagediff/image_diff_png.cc unsigned char* pixel_out = &rgb[x * 3]; x 121 tools/imagediff/image_diff_png.cc for (int x = 0; x < pixel_width; x++) { x 122 tools/imagediff/image_diff_png.cc const unsigned char* pixel_in = &rgb[x * 3]; x 123 tools/imagediff/image_diff_png.cc unsigned char* pixel_out = &rgba[x * 4]; x 133 tools/imagediff/image_diff_png.cc for (int x = 0; x < pixel_width; x++) { x 134 tools/imagediff/image_diff_png.cc const unsigned char* pixel_in = &rgb[x * 3]; x 135 tools/imagediff/image_diff_png.cc unsigned char* pixel_out = &bgra[x * 4]; x 388 tools/imagediff/image_diff_png.cc for (int x = 0; x < pixel_width; x++) { x 389 tools/imagediff/image_diff_png.cc const unsigned char* pixel_in = &bgra[x * 4]; x 390 tools/imagediff/image_diff_png.cc unsigned char* pixel_out = &rgb[x * 3]; x 947 tools/ipc_fuzzer/mutate/generate.cc int x; x 949 tools/ipc_fuzzer/mutate/generate.cc if (!GenerateParam(&x, generator)) x 953 tools/ipc_fuzzer/mutate/generate.cc p->SetPoint(x, y); x 961 tools/ipc_fuzzer/mutate/generate.cc float x; x 963 tools/ipc_fuzzer/mutate/generate.cc if (!GenerateParam(&x, generator)) x 967 tools/ipc_fuzzer/mutate/generate.cc p->SetPoint(x, y); x 1047 tools/ipc_fuzzer/mutate/generate.cc int x; x 1049 tools/ipc_fuzzer/mutate/generate.cc if (!GenerateParam(&x, generator)) x 1053 tools/ipc_fuzzer/mutate/generate.cc *p = gfx::Vector2d(x, y); x 1061 tools/ipc_fuzzer/mutate/generate.cc float x; x 1063 tools/ipc_fuzzer/mutate/generate.cc if (!GenerateParam(&x, generator)) x 1067 tools/ipc_fuzzer/mutate/generate.cc *p = gfx::Vector2dF(x, y); x 422 tools/ipc_fuzzer/mutate/mutate.cc int x = p->x(); x 424 tools/ipc_fuzzer/mutate/mutate.cc FuzzParam(&x, fuzzer); x 426 tools/ipc_fuzzer/mutate/mutate.cc p->SetPoint(x, y); x 30 tools/json_schema_compiler/test/idl_schemas_unittest.cc a.x = 5; x 35 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(a.x, b.x); x 42 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(5, f2_params->x); x 55 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(17, f3_params->arg.x); x 74 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(a.x, c.x); x 116 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(17, t1->x); x 128 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(33, f10_params->x); x 140 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(33, f10_params->x); x 149 tools/json_schema_compiler/test/idl_schemas_unittest.cc a.x = 5; x 150 tools/json_schema_compiler/test/idl_schemas_unittest.cc b.x = 6; x 160 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(5, f11_params->arg[0]->x); x 162 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(6, f11_params->arg[1]->x); x 169 tools/json_schema_compiler/test/idl_schemas_unittest.cc f1.x = 3; x 173 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_EQ(f1.x, f2.x); x 177 tools/json_schema_compiler/test/idl_schemas_unittest.cc b1.x.reset(new base::FundamentalValue(7)); x 182 tools/json_schema_compiler/test/idl_schemas_unittest.cc EXPECT_TRUE(b2.x->GetAsInteger(&tmp_int)); x 230 tools/memory_watcher/call_stack.cc __asm call x x 231 tools/memory_watcher/call_stack.cc __asm x: pop eax x 52 tools/telemetry/telemetry/core/bitmaptools.cc void Union(int x, int y) { x 53 tools/telemetry/telemetry/core/bitmaptools.cc if (left > x) left = x; x 54 tools/telemetry/telemetry/core/bitmaptools.cc if (right <= x) right = x + 1; x 216 tools/telemetry/telemetry/core/bitmaptools.cc int x = 0; x 218 tools/telemetry/telemetry/core/bitmaptools.cc pixel += bmp.pixel_stride, ++x) { x 221 tools/telemetry/telemetry/core/bitmaptools.cc box.Union(x, y); x 53 tools/traceline/traceline/assembler.h #define ASSERT(x) CHECK(x) x 163 tools/traceline/traceline/assembler.h explicit Operand(const Operand& x) : len_(x.len_) { x 164 tools/traceline/traceline/assembler.h memcpy(buf_, x.buf_, sizeof(buf_)); x 302 tools/traceline/traceline/assembler.h bool is_int8(int x) { return x >= -128 && x <= 127; } x 79 tools/traceline/traceline/main.cc void set_log_heap(bool x) { log_heap_ = x; } x 83 tools/traceline/traceline/main.cc void set_log_lock(bool x) { log_lock_ = x; } x 87 tools/traceline/traceline/main.cc void set_vista(bool x) { vista_ = x; } x 24 tools/win/split_link/split_link.cc #define WIDEN2(x) L ## x x 25 tools/win/split_link/split_link.cc #define WIDEN(x) WIDEN2(x) x 124 ui/accessibility/ax_node_data.cc result += " (" + IntToString(location.x()) + ", " + x 125 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java public void setAnchorRect(float x, float y, float width, float height) { x 128 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java mAnchorX = x; x 27 ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java void setAnchorViewPosition(View view, float x, float y, float width, float height); x 53 ui/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java return mTempPoint.x; x 77 ui/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java return mTempPoint.x; x 38 ui/app_list/app_list_folder_item.cc int x, int y) { x 43 ui/app_list/app_list_folder_item.cc x, y, resized.width(), resized.height(), true); x 67 ui/app_list/app_list_folder_item.cc top_icon_bounds[i].x(), top_icon_bounds[i].y()); x 142 ui/app_list/app_list_folder_item.cc int left_x = icon_center.x() - kItemIconDimension - delta_to_center; x 148 ui/app_list/app_list_folder_item.cc int right_x = icon_center.x() + delta_to_center; x 62 ui/app_list/views/app_list_background.cc gfx::Rect search_box_rect(bounds.x(), x 77 ui/app_list/views/app_list_background.cc gfx::Rect contents_rect(bounds.x(), x 95 ui/app_list/views/app_list_background.cc gfx::Rect contents_switcher_rect(bounds.x(), x 163 ui/app_list/views/app_list_folder_view.cc SetBoundsRect(gfx::Rect(bounds().x(), bounds().y(), 1, 1)); x 215 ui/app_list/views/app_list_item_view.cc return gfx::Point(icon_->x() + image.x(), icon_->y() + image.y()); x 274 ui/app_list/views/app_list_item_view.cc gfx::Rect title_bounds(rect.x() + (rect.width() - title_size.width()) / 2, x 282 ui/app_list/views/app_list_item_view.cc progress_bar_bounds.set_x(GetContentsBounds().x() + x 308 ui/app_list/views/app_list_item_view.cc gfx::Point center = gfx::Point(icon_->x() + icon_->size().width() / 2, x 483 ui/app_list/views/app_list_item_view.cc gfx::Rect icon_bounds(rect.x(), rect.y(), rect.width(), icon_size_.height()); x 305 ui/app_list/views/app_list_view.cc kArrowOffset + anchor_offset.x(), x 307 ui/app_list/views/app_list_view.cc kArrowOffset - anchor_offset.x())); x 298 ui/app_list/views/apps_grid_view.cc gfx::Point grid_view_pt(p.x, p.y); x 449 ui/app_list/views/apps_grid_view.cc drag_view_start_ = gfx::Point(drag_view_->x(), drag_view_->y()); x 742 ui/app_list/views/apps_grid_view.cc drag_view_start_ = gfx::Point(drag_view_->x(), drag_view_->y()); x 1101 ui/app_list/views/apps_grid_view.cc gfx::Point(grid_rect.x() + col * tile_size.width() + x_offset, x 1153 ui/app_list/views/apps_grid_view.cc const int current_page = current.x() < 0 ? -1 : x 1154 ui/app_list/views/apps_grid_view.cc current.x() >= width() ? 1 : 0; x 1155 ui/app_list/views/apps_grid_view.cc const int target_page = target.x() < 0 ? -1 : x 1156 ui/app_list/views/apps_grid_view.cc target.x() >= width() ? 1 : 0; x 1243 ui/app_list/views/apps_grid_view.cc (point.x() - bounds.x()) / kPreferredTileWidth); x 1541 ui/app_list/views/apps_grid_view.cc if (new_page_flip_target == -1 && drag_point.x() < kPageFlipZoneSize) x 1545 ui/app_list/views/apps_grid_view.cc drag_point.x() > width() - kPageFlipZoneSize) { x 2048 ui/app_list/views/apps_grid_view.cc int x = point.x(); x 2050 ui/app_list/views/apps_grid_view.cc int col = (x - bounds.x()) / kPreferredTileWidth; x 2067 ui/app_list/views/apps_grid_view.cc gfx::Point(grid_rect.x() + col * tile_size.width(), x 429 ui/app_list/views/apps_grid_view_unittest.cc gfx::Point to = gfx::Point(from.x() - reorder_offset, from.y()); x 85 ui/app_list/views/contents_switcher_view.cc gfx::Rect buttons_bounds(rect.CenterPoint().x() - buttons_size.width() / 2, x 153 ui/app_list/views/folder_header_view.cc text_bounds.set_x(back_bounds.x() + (rect.width() - text_width) / 2); x 175 ui/app_list/views/folder_header_view.cc rect.set_x((rect.width() - kBottomSeparatorWidth) / 2 + rect.x()); x 182 ui/app_list/views/page_switcher.cc gfx::Rect buttons_bounds(rect.CenterPoint().x() - buttons_size.width() / 2, x 236 ui/app_list/views/search_result_view.cc text_bounds.set_x(GetMirroredXWithWidthInView(text_bounds.x(), x 247 ui/app_list/views/search_result_view.cc title_text_->SetDisplayRect(gfx::Rect(gfx::Point(text_bounds.x(), y), x 252 ui/app_list/views/search_result_view.cc details_text_->SetDisplayRect(gfx::Rect(gfx::Point(text_bounds.x(), y), x 188 ui/app_list/views/speech_view.cc contents_bounds.x() + kTextMargin, x 48 ui/app_list/views/top_icon_animation_view.cc transform.Translate(scaled_rect_.x() - layer()->bounds().x(), x 586 ui/aura/gestures/gesture_recognizer_unittest.cc int x = x_start; x 590 ui/aura/gestures/gesture_recognizer_unittest.cc x += dx; x 592 ui/aura/gestures/gesture_recognizer_unittest.cc ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y), x 602 ui/aura/gestures/gesture_recognizer_unittest.cc float x, x 607 ui/aura/gestures/gesture_recognizer_unittest.cc ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::PointF(x, y), x 812 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(101, actual_point.x()); x 853 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(367, actual_point.x()); x 910 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(48, actual_point.x()); x 996 ui/aura/gestures/gesture_recognizer_unittest.cc EXPECT_EQ(397, actual_point.x()); x 1111 ui/aura/gestures/gesture_recognizer_unittest.cc total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); x 1124 ui/aura/gestures/gesture_recognizer_unittest.cc total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); x 1127 ui/aura/gestures/gesture_recognizer_unittest.cc (int)(total_scroll.x())); x 1135 ui/aura/gestures/gesture_recognizer_unittest.cc total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); x 1138 ui/aura/gestures/gesture_recognizer_unittest.cc (int)(total_scroll.x())); x 1145 ui/aura/gestures/gesture_recognizer_unittest.cc total_scroll.set_x(total_scroll.x() + delegate->scroll_x()); x 1148 ui/aura/gestures/gesture_recognizer_unittest.cc (int)(total_scroll.x())); x 4050 ui/aura/gestures/gesture_recognizer_unittest.cc int x = 0; x 4053 ui/aura/gestures/gesture_recognizer_unittest.cc ui::TouchEvent press1(ui::ET_TOUCH_PRESSED, gfx::Point(x, y), x 4061 ui/aura/gestures/gesture_recognizer_unittest.cc x += 100; x 4063 ui/aura/gestures/gesture_recognizer_unittest.cc ui::TouchEvent move1(ui::ET_TOUCH_MOVED, gfx::Point(x, y), x 4072 ui/aura/gestures/gesture_recognizer_unittest.cc x += 10; x 4075 ui/aura/gestures/gesture_recognizer_unittest.cc ui::ET_TOUCH_MOVED, gfx::Point(x, y), kTouchId, tes.Now()); x 4084 ui/aura/gestures/gesture_recognizer_unittest.cc x += 20; x 4087 ui/aura/gestures/gesture_recognizer_unittest.cc ui::ET_TOUCH_MOVED, gfx::Point(x, y), kTouchId, tes.Now()); x 432 ui/aura/remote_window_tree_host_win.cc gfx::Point(static_cast<int>(pt.x), static_cast<int>(pt.y)); x 451 ui/aura/remote_window_tree_host_win.cc VLOG(1) << "In MoveCursorTo: " << location.x() << ", " << location.y(); x 472 ui/aura/remote_window_tree_host_win.cc host_->Send(new MetroViewerHostMsg_SetCursorPos(location.x(), location.y())); x 507 ui/aura/remote_window_tree_host_win.cc bounds.left = rect.x(); x 517 ui/aura/remote_window_tree_host_win.cc gfx::Point PointFromNativeEvent(int32 x, int32 y) { x 519 ui/aura/remote_window_tree_host_win.cc gfx::Point result( x * scale_factor, y * scale_factor); x 523 ui/aura/remote_window_tree_host_win.cc void RemoteWindowTreeHostWin::OnMouseMoved(int32 x, int32 y, int32 flags) { x 527 ui/aura/remote_window_tree_host_win.cc gfx::Point location = PointFromNativeEvent(x, y); x 534 ui/aura/remote_window_tree_host_win.cc gfx::Point location = PointFromNativeEvent(params.x, params.y); x 606 ui/aura/remote_window_tree_host_win.cc void RemoteWindowTreeHostWin::OnTouchDown(int32 x, x 610 ui/aura/remote_window_tree_host_win.cc gfx::Point location = PointFromNativeEvent(x, y); x 618 ui/aura/remote_window_tree_host_win.cc void RemoteWindowTreeHostWin::OnTouchUp(int32 x, x 622 ui/aura/remote_window_tree_host_win.cc gfx::Point location = PointFromNativeEvent(x, y); x 630 ui/aura/remote_window_tree_host_win.cc void RemoteWindowTreeHostWin::OnTouchMoved(int32 x, x 634 ui/aura/remote_window_tree_host_win.cc gfx::Point location = PointFromNativeEvent(x, y); x 179 ui/aura/remote_window_tree_host_win.h void OnMouseMoved(int32 x, int32 y, int32 flags); x 195 ui/aura/remote_window_tree_host_win.h void OnTouchDown(int32 x, int32 y, uint64 timestamp, uint32 pointer_id); x 196 ui/aura/remote_window_tree_host_win.h void OnTouchUp(int32 x, int32 y, uint64 timestamp, uint32 pointer_id); x 197 ui/aura/remote_window_tree_host_win.h void OnTouchMoved(int32 x, int32 y, uint64 timestamp, uint32 pointer_id); x 312 ui/aura/test/event_generator.cc int dx = (end.x() - start.x()) / steps; x 467 ui/aura/test/event_generator.cc offsets[i].x(), offsets[i].y(), x 468 ui/aura/test/event_generator.cc offsets[i].x(), offsets[i].y(), x 477 ui/aura/test/event_generator.cc offsets[steps - 1].x(), offsets[steps - 1].y(), x 478 ui/aura/test/event_generator.cc offsets[steps - 1].x(), offsets[steps - 1].y(), x 140 ui/aura/test/event_generator.h void MoveMouseToInHost(int x, int y) { x 141 ui/aura/test/event_generator.h MoveMouseToInHost(gfx::Point(x, y)); x 150 ui/aura/test/event_generator.h void MoveMouseTo(int x, int y) { x 151 ui/aura/test/event_generator.h MoveMouseTo(gfx::Point(x, y)); x 157 ui/aura/test/event_generator.h void MoveMouseRelativeTo(const Window* window, int x, int y) { x 158 ui/aura/test/event_generator.h MoveMouseRelativeTo(window, gfx::Point(x, y)); x 161 ui/aura/test/event_generator.h void MoveMouseBy(int x, int y) { x 162 ui/aura/test/event_generator.h MoveMouseTo(current_location_ + gfx::Vector2d(x, y)); x 168 ui/aura/test/event_generator.h void DragMouseTo(int x, int y) { x 169 ui/aura/test/event_generator.h DragMouseTo(gfx::Point(x, y)); x 201 ui/aura/test/event_generator.h void PressMoveAndReleaseTouchTo(int x, int y) { x 202 ui/aura/test/event_generator.h PressMoveAndReleaseTouchTo(gfx::Point(x, y)); x 205 ui/aura/test/event_generator.h void PressMoveAndReleaseTouchBy(int x, int y) { x 206 ui/aura/test/event_generator.h PressMoveAndReleaseTouchTo(current_location_ + gfx::Vector2d(x, y)); x 158 ui/aura/test/ui_controls_factory_aurax11.cc xmotion->x = root_location.x(); x 184 ui/aura/test/ui_controls_factory_aurax11.cc xbutton->x = mouse_loc.x(); x 791 ui/aura/window.cc bounds().x(), bounds().y(), bounds().width(), bounds().height(), x 867 ui/aura/window.cc clip_region.setRect(local_bounds.x(), local_bounds.y(), x 871 ui/aura/window.cc mask_region.contains(local_point.x(), local_point.y()); x 871 ui/aura/window_event_dispatcher_unittest.cc int translated_x = mouse_location.x() - window_origin.x(); x 915 ui/aura/window_event_dispatcher_unittest.cc int translated_x = mouse_exit_location.x() - window_origin.x(); x 1138 ui/aura/window_event_dispatcher_unittest.cc point.x(), x 56 ui/aura/window_property.h static int64 ToInt64(T x) { return static_cast<int64>(x); } x 57 ui/aura/window_property.h static T FromInt64(int64 x) { return static_cast<T>(x); } x 62 ui/aura/window_property.h static int64 ToInt64(T* x) { return reinterpret_cast<int64>(x); } x 63 ui/aura/window_property.h static T* FromInt64(int64 x) { return reinterpret_cast<T*>(x); } x 68 ui/aura/window_property.h static int64 ToInt64(bool x) { return static_cast<int64>(x); } x 69 ui/aura/window_property.h static bool FromInt64(int64 x) { return x != 0; } x 171 ui/aura/window_tree_host.cc point->Offset(location.x(), location.y()); x 176 ui/aura/window_tree_host.cc point->Offset(-location.x(), -location.y()); x 98 ui/aura/window_tree_host_win.cc target_rect.x(), x 118 ui/aura/window_tree_host_win.cc window_rect.left = bounds.x(); x 184 ui/aura/window_tree_host_win.cc gfx::Point(max(0, min(size.width(), static_cast<int>(pt.x))), x 186 ui/aura/window_tree_host_win.cc return (pt.x >= 0 && static_cast<int>(pt.x) < size.width() && x 155 ui/aura/window_tree_host_x11.cc int x = event->x(); x 168 ui/aura/window_tree_host_x11.cc x -= left_; x 171 ui/aura/window_tree_host_x11.cc if (x < 0 && x > -left_ * kGraceAreaFraction) x 172 ui/aura/window_tree_host_x11.cc x = 0; x 175 ui/aura/window_tree_host_x11.cc if (x > resolution_x - left_ && x 176 ui/aura/window_tree_host_x11.cc x < resolution_x - left_ + right_ * kGraceAreaFraction) x 177 ui/aura/window_tree_host_x11.cc x = resolution_x - left_; x 179 ui/aura/window_tree_host_x11.cc x = (x * resolution_x) / (resolution_x - (right_ + left_)); x 203 ui/aura/window_tree_host_x11.cc event->set_root_location(gfx::Point(x, y)); x 205 ui/aura/window_tree_host_x11.cc event->set_location(gfx::Point(x, y)); x 262 ui/aura/window_tree_host_x11.cc bounds.x(), bounds.y(), bounds.width(), bounds.height(), x 361 ui/aura/window_tree_host_x11.cc gfx::Rect damage_rect(xev->xexpose.x, xev->xexpose.y, x 408 ui/aura/window_tree_host_x11.cc gfx::Rect bounds(xev->xconfigure.x, xev->xconfigure.y, x 497 ui/aura/window_tree_host_x11.cc size_hints.x = bounds_.x(); x 547 ui/aura/window_tree_host_x11.cc changes.x = bounds.x(); x 629 ui/aura/window_tree_host_x11.cc bounds.x(), bounds.y(), bounds.right(), bounds.y(), x 635 ui/aura/window_tree_host_x11.cc bounds.x(), bounds.bottom(), bounds.right(), bounds.bottom(), x 641 ui/aura/window_tree_host_x11.cc bounds.x(), bounds.y(), bounds.x(), bounds.bottom(), x 688 ui/aura/window_tree_host_x11.cc gfx::Point point(xevent.xmotion.x, xevent.xmotion.y); x 690 ui/aura/window_tree_host_x11.cc xevent.xmotion.x_root = point.x(); x 712 ui/aura/window_tree_host_x11.cc bounds_.x() + location.x(), x 49 ui/base/android/window_android.cc content_x + content_offset_.x(), x 142 ui/base/clipboard/clipboard_win.cc for (int x = 0; x < bitmap.width(); ++x) { x 144 ui/base/clipboard/clipboard_win.cc uint32_t pixel = *bitmap.getAddr32(x, y); x 155 ui/base/clipboard/clipboard_win.cc for (int x = 0; x < bitmap.width(); ++x) { x 157 ui/base/clipboard/clipboard_win.cc *bitmap.getAddr32(x, y) = SkColorSetA(*bitmap.getAddr32(x, y), 0xFF); x 27 ui/base/cocoa/appkit_utils.h #define IMAGE_GRID(x) { x ## _TOP_LEFT, x ## _TOP, x ## _TOP_RIGHT, \ x 28 ui/base/cocoa/appkit_utils.h x ## _LEFT, x ## _CENTER, x ## _RIGHT, \ x 29 ui/base/cocoa/appkit_utils.h x ## _BOTTOM_LEFT, x ## _BOTTOM, x ## _BOTTOM_RIGHT, } x 24 ui/base/cursor/cursor_util.cc hotpoint->SetPoint(bitmap->height() - hotpoint->y(), hotpoint->x()); x 30 ui/base/cursor/cursor_util.cc bitmap->width() - hotpoint->x(), bitmap->height() - hotpoint->y()); x 35 ui/base/cursor/cursor_util.cc hotpoint->SetPoint(hotpoint->y(), bitmap->width() - hotpoint->x()); x 17 ui/base/cursor/cursors_aura.cc int x; x 171 ui/base/cursor/cursors_aura.cc gfx::Point(table[i].hot_1x.x, table[i].hot_1x.y) : x 172 ui/base/cursor/cursors_aura.cc gfx::Point(table[i].hot_2x.x, table[i].hot_2x.y); x 51 ui/base/dragdrop/drop_target_win.cc POINT screen_pt = { cursor_position.x, cursor_position.y }; x 64 ui/base/dragdrop/drop_target_win.cc POINT screen_pt = { cursor_position.x, cursor_position.y }; x 92 ui/base/dragdrop/drop_target_win.cc POINT screen_pt = { cursor_position.x, cursor_position.y }; x 28 ui/base/gtk/gtk_expanded_container.cc void GetChildPosition(GtkWidget* container, GtkWidget* child, int* x, int* y) { x 32 ui/base/gtk/gtk_expanded_container.cc *x = g_value_get_int(&v); x 65 ui/base/gtk/gtk_expanded_container.cc int x, y; x 66 ui/base/gtk/gtk_expanded_container.cc GetChildPosition(data->container, child, &x, &y); x 68 ui/base/gtk/gtk_expanded_container.cc child_allocation.x = x + data->border_width; x 72 ui/base/gtk/gtk_expanded_container.cc child_allocation.x += data->allocation->x; x 150 ui/base/gtk/gtk_expanded_container.cc allocation->x, x 169 ui/base/gtk/gtk_expanded_container.cc GtkWidget* widget, gint x, gint y) { x 172 ui/base/gtk/gtk_expanded_container.cc gtk_fixed_put(GTK_FIXED(container), widget, x, y); x 176 ui/base/gtk/gtk_expanded_container.cc GtkWidget* widget, gint x, gint y) { x 179 ui/base/gtk/gtk_expanded_container.cc gtk_fixed_move(GTK_FIXED(container), widget, x, y); x 64 ui/base/gtk/gtk_expanded_container.h gint x, x 68 ui/base/gtk/gtk_expanded_container.h gint x, x 13 ui/base/gtk/gtk_expanded_container_unittest.cc EXPECT_EQ(x_, allocation.x); \ x 51 ui/base/gtk/gtk_expanded_container_unittest.cc GValue x = { 0 }; x 52 ui/base/gtk/gtk_expanded_container_unittest.cc g_value_init(&x, G_TYPE_INT); x 53 ui/base/gtk/gtk_expanded_container_unittest.cc gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "x", &x); x 54 ui/base/gtk/gtk_expanded_container_unittest.cc return g_value_get_int(&x); x 102 ui/base/gtk/gtk_expanded_container_unittest.cc allocation.x = 10; x 106 ui/base/gtk/gtk_expanded_container_unittest.cc EXPECT_ALLOCATION_PARAM_EQ(child1, x, 10); x 108 ui/base/gtk/gtk_expanded_container_unittest.cc EXPECT_ALLOCATION_PARAM_EQ(child2, x, 20); x 212 ui/base/gtk/gtk_floating_container.cc allocation->x, x 243 ui/base/gtk/gtk_floating_container.cc child_allocation.x = allocation->x + child->x; x 265 ui/base/gtk/gtk_floating_container.cc floating_child->x = g_value_get_int(value); x 290 ui/base/gtk/gtk_floating_container.cc g_value_set_int(value, floating_child->x); x 313 ui/base/gtk/gtk_floating_container.cc child_info->x = 0; x 75 ui/base/gtk/gtk_floating_container.h gint x; x 17 ui/base/gtk/gtk_screen_util.cc int x, y; x 18 ui/base/gtk/gtk_screen_util.cc gdk_display_get_pointer(gtk_widget_get_display(widget), NULL, &x, &y, x 20 ui/base/gtk/gtk_screen_util.cc return gfx::Point(x, y); x 24 ui/base/gtk/gtk_screen_util.cc int x, y; x 25 ui/base/gtk/gtk_screen_util.cc gtk_widget_get_pointer(widget, &x, &y); x 26 ui/base/gtk/gtk_screen_util.cc return gfx::Point(x, y); x 37 ui/base/gtk/gtk_screen_util.cc gint x, y; x 38 ui/base/gtk/gtk_screen_util.cc gdk_window_get_origin(window, &x, &y); x 43 ui/base/gtk/gtk_screen_util.cc x += allocation.x; x 47 ui/base/gtk/gtk_screen_util.cc return gfx::Vector2d(x, y); x 165 ui/base/ime/input_method_win.cc POINT window_point = { screen_bounds.x(), screen_bounds.y() }; x 167 ui/base/ime/input_method_win.cc gfx::Rect caret_rect(gfx::Point(window_point.x, window_point.y), x 535 ui/base/ime/input_method_win.cc char_positon->pt.x = rect.x(); x 212 ui/base/ime/win/imm32_manager.cc int x = caret_rect_.x(); x 228 ui/base/ime/win/imm32_manager.cc CANDIDATEFORM candidate_position = {0, CFS_CANDIDATEPOS, {x, y}, x 235 ui/base/ime/win/imm32_manager.cc ::SetCaretPos(x, y + caret_rect_.height()); x 238 ui/base/ime/win/imm32_manager.cc ::SetCaretPos(x, y); x 244 ui/base/ime/win/imm32_manager.cc COMPOSITIONFORM cf = {CFS_POINT, {x, y}}; x 261 ui/base/ime/win/imm32_manager.cc CANDIDATEFORM exclude_rectangle = {0, CFS_EXCLUDE, {x, y}, x 262 ui/base/ime/win/imm32_manager.cc {x, y, x + caret_rect_.width(), y + caret_rect_.height()}}; x 268 ui/base/ime/win/imm32_manager.cc if (caret_rect_.x() >= 0 && caret_rect_.y() >= 0) { x 12 ui/base/nine_image_painter_factory.h #define IMAGE_GRID(x) { x ## _TOP_LEFT, x ## _TOP, x ## _TOP_RIGHT, \ x 13 ui/base/nine_image_painter_factory.h x ## _LEFT, x ## _CENTER, x ## _RIGHT, \ x 14 ui/base/nine_image_painter_factory.h x ## _BOTTOM_LEFT, x ## _BOTTOM, x ## _BOTTOM_RIGHT, } x 22 ui/base/nine_image_painter_factory.h #define IMAGE_GRID_NO_CENTER(x) { x ## _TOP_LEFT, x ## _TOP, x ## _TOP_RIGHT, \ x 23 ui/base/nine_image_painter_factory.h x ## _LEFT, EMPTY_IMAGE, x ## _RIGHT, \ x 24 ui/base/nine_image_painter_factory.h x ## _BOTTOM_LEFT, x ## _BOTTOM, x ## _BOTTOM_RIGHT, } x 45 ui/base/test/ui_controls_aura.cc bool SendMouseMove(long x, long y) { x 47 ui/base/test/ui_controls_aura.cc return instance_->SendMouseMove(x, y); x 51 ui/base/test/ui_controls_aura.cc bool SendMouseMoveNotifyWhenDone(long x, x 55 ui/base/test/ui_controls_aura.cc return instance_->SendMouseMoveNotifyWhenDone(x, y, task); x 36 ui/base/test/ui_controls_aura.h virtual bool SendMouseMove(long x, long y) = 0; x 37 ui/base/test/ui_controls_aura.h virtual bool SendMouseMoveNotifyWhenDone(long x, x 65 ui/base/test/ui_controls_gtk.cc void FakeAMouseMotionEvent(gint x, gint y) { x 77 ui/base/test/ui_controls_gtk.cc event->motion.window = gdk_window_at_pointer(&x, &y); x 82 ui/base/test/ui_controls_gtk.cc event->motion.x = x - window_x; x 84 ui/base/test/ui_controls_gtk.cc event->motion.x_root = x; x 167 ui/base/test/ui_controls_gtk.cc bool SendMouseMove(long x, long y) { x 170 ui/base/test/ui_controls_gtk.cc x, y); x 174 ui/base/test/ui_controls_gtk.cc FakeAMouseMotionEvent(x, y); x 178 ui/base/test/ui_controls_gtk.cc bool SendMouseMoveNotifyWhenDone(long x, long y, const base::Closure& task) { x 180 ui/base/test/ui_controls_gtk.cc bool rv = SendMouseMove(x, y); x 192 ui/base/test/ui_controls_gtk.cc gint x, y; x 198 ui/base/test/ui_controls_gtk.cc gdk_window_get_pointer(event->button.window, &x, &y, NULL); x 200 ui/base/test/ui_controls_gtk.cc event->button.window = gdk_window_at_pointer(&x, &y); x 205 ui/base/test/ui_controls_gtk.cc event->button.x = x; x 209 ui/base/test/ui_controls_gtk.cc event->button.x_root = x + origin_x; x 264 ui/base/test/ui_controls_internal_win.cc if (screen_x == current_pos.x && screen_y == current_pos.y) { x 43 ui/base/test/ui_controls_win.cc bool SendMouseMove(long x, long y) { x 45 ui/base/test/ui_controls_win.cc return internal::SendMouseMoveImpl(x, y, base::Closure()); x 48 ui/base/test/ui_controls_win.cc bool SendMouseMoveNotifyWhenDone(long x, long y, const base::Closure& task) { x 50 ui/base/test/ui_controls_win.cc return internal::SendMouseMoveImpl(x, y, task); x 146 ui/base/win/hwnd_subclass.cc TOUCH_COORD_TO_PIXEL(point.x) / x 415 ui/base/x/x11_util.cc image->xhot = std::min(bitmap->width() - 1, hotspot_point.x()); x 587 ui/base/x/x11_util.cc root_bounds.x(), x 624 ui/base/x/x11_util.cc int x, y; x 628 ui/base/x/x11_util.cc if (!XGetGeometry(gfx::GetXDisplay(), window, &root, &x, &y, x 633 ui/base/x/x11_util.cc 0, 0, &x, &y, &child)) x 636 ui/base/x/x11_util.cc *rect = gfx::Rect(x, y, width, height); x 694 ui/base/x/x11_util.cc gfx::Rect(shape_rects[i].x + window_rect.x(), x 1223 ui/base/x/x11_util.cc source_bounds.x(), source_bounds.y(), x 1256 ui/base/x/x11_util.cc canvas->DrawImageInt(image_skia, dest_offset.x(), dest_offset.y()); x 1403 ui/base/x/x11_util.cc return monitor_rect.x == window_rect.x() && x 36 ui/compositor/debug_utils.cc mouse_location.Offset(-layer->bounds().x(), -layer->bounds().y()); x 65 ui/compositor/debug_utils.cc *out << L"bounds: " << layer->bounds().x() << L',' << layer->bounds().y(); x 418 ui/compositor/layer.cc translation.Translate(static_cast<float>(p->bounds().x()), x 586 ui/compositor/layer.cc damaged_region_.op(invalid_rect.x(), x 606 ui/compositor/layer.cc sk_damaged.x(), x 978 ui/compositor/layer.cc gfx::PointF(bounds_.x(), bounds_.y()), x 859 ui/compositor/layer_unittest.cc for (int x = 0; x < viewport_size.width(); x++) { x 861 ui/compositor/layer_unittest.cc SkColor actual_color = bitmap.getColor(x, y); x 864 ui/compositor/layer_unittest.cc << "Pixel error at x=" << x << " y=" << y << "; " x 58 ui/compositor/test/test_compositor_host_x11.cc bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(), x 33 ui/compositor/test/test_utils.cc EXPECT_FLOAT_EQ(lhs.x(), rhs.x()); x 1028 ui/display/chromeos/output_configurator.cc static_cast<float>(new_origin.x()) / (framebuffer_size.width() - 1); x 67 ui/display/chromeos/output_configurator_unittest.cc origin.x(), x 267 ui/display/chromeos/x11/native_display_delegate_x11.cc x11_output.crtc(), mode_id, x11_output.output(), origin.x(), origin.y()); x 273 ui/display/chromeos/x11/native_display_delegate_x11.cc int x, x 277 ui/display/chromeos/x11/native_display_delegate_x11.cc << " output=" << output << " x=" << x << " y=" << y; x 285 ui/display/chromeos/x11/native_display_delegate_x11.cc x, x 292 ui/display/chromeos/x11/native_display_delegate_x11.cc << " mode=" << mode << " output=" << output << " x=" << x x 373 ui/display/chromeos/x11/native_display_delegate_x11.cc origin.SetPoint(crtc_info->x, crtc_info->y); x 115 ui/display/chromeos/x11/native_display_delegate_x11.h bool ConfigureCrtc(RRCrtc crtc, RRMode mode, RROutput output, int x, int y); x 320 ui/events/event.cc if (std::abs(event2.x() - event1.x()) > kDoubleClickWidth / 2) x 431 ui/events/event.cc offset_.set_x(offset_.x() * decomp.scale[0]); x 713 ui/events/event.cc float x, x 720 ui/events/event.cc gfx::PointF(x, y), x 721 ui/events/event.cc gfx::PointF(x, y), x 249 ui/events/event.h float x() const { return location_.x(); } x 428 ui/events/event.h int x_offset() const { return offset_.x(); } x 666 ui/events/event.h float x, x 207 ui/events/gesture_detection/gesture_detector.cc const float x = x1 * velocity_tracker_.GetXVelocity(id2); x 210 ui/events/gesture_detection/gesture_detector.cc const float dot = x + y; x 14 ui/events/gesture_detection/gesture_event_data.cc float x, x 20 ui/events/gesture_detection/gesture_event_data.cc x(x), x 30 ui/events/gesture_detection/gesture_event_data.cc float x, x 35 ui/events/gesture_detection/gesture_event_data.cc x(x), x 42 ui/events/gesture_detection/gesture_event_data.cc GestureEventData::GestureEventData() : type(ET_UNKNOWN), x(0), y(0) {} x 21 ui/events/gesture_detection/gesture_event_data.h float x, x 28 ui/events/gesture_detection/gesture_event_data.h float x, x 34 ui/events/gesture_detection/gesture_event_data.h float x; x 36 ui/events/gesture_detection/gesture_provider.cc float x, x 39 ui/events/gesture_detection/gesture_provider.cc return GestureEventData(type, motion_event_id, time, x, y, details); x 45 ui/events/gesture_detection/gesture_provider.cc float x, x 47 ui/events/gesture_detection/gesture_provider.cc return GestureEventData(type, motion_event_id, time, x, y); x 466 ui/events/gesture_detection/gesture_provider.cc bool IsPointOutsideCurrentSlopRegion(float x, float y) const { x 467 ui/events/gesture_detection/gesture_provider.cc return IsDistanceGreaterThanTouchSlop(last_raw_x_ - x, last_raw_y_ - y); x 689 ui/events/gesture_detection/gesture_provider.cc gesture.x, x 724 ui/events/gesture_detection/gesture_provider.cc gesture.x, x 753 ui/events/gesture_detection/gesture_provider.cc gesture.x, x 56 ui/events/gesture_detection/gesture_provider_unittest.cc float x, x 58 ui/events/gesture_detection/gesture_provider_unittest.cc return MockMotionEvent(action, event_time, x, y); x 531 ui/events/gesture_detection/gesture_provider_unittest.cc EXPECT_EQ(kFakeCoordX - delta_x, gesture.x); x 577 ui/events/gesture_detection/gesture_provider_unittest.cc EXPECT_EQ(kFakeCoordX + delta_x * i, gesture.x); x 24 ui/events/gesture_detection/mock_motion_event.cc float x, x 27 ui/events/gesture_detection/mock_motion_event.cc points[0].SetPoint(x, y); x 74 ui/events/gesture_detection/mock_motion_event.cc return points[pointer_index].x(); x 123 ui/events/gesture_detection/mock_motion_event.cc void MockMotionEvent::PressPoint(float x, float y) { x 130 ui/events/gesture_detection/mock_motion_event.cc points[pointer_count++] = gfx::PointF(x, y); x 134 ui/events/gesture_detection/mock_motion_event.cc void MockMotionEvent::MovePoint(size_t index, float x, float y) { x 136 ui/events/gesture_detection/mock_motion_event.cc points[index] = gfx::PointF(x, y); x 17 ui/events/gesture_detection/mock_motion_event.h MockMotionEvent(Action action, base::TimeTicks time, float x, float y); x 53 ui/events/gesture_detection/mock_motion_event.h void PressPoint(float x, float y); x 54 ui/events/gesture_detection/mock_motion_event.h void MovePoint(size_t index, float x, float y); x 136 ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc void PressTouchPoint(int x, int y) { x 137 ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc touch_event_.PressPoint(x, y); x 141 ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc void MoveTouchPoint(size_t index, int x, int y) { x 142 ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc touch_event_.MovePoint(index, x, y); x 38 ui/events/gesture_detection/velocity_tracker.cc float x, y; x 328 ui/events/gesture_detection/velocity_tracker.cc positions[index].x = event.GetHistoricalX(i, h); x 336 ui/events/gesture_detection/velocity_tracker.cc positions[index].x = event.GetX(i); x 451 ui/events/gesture_detection/velocity_tracker.cc static bool SolveLeastSquares(const float* x, x 477 ui/events/gesture_detection/velocity_tracker.cc a[i][h] = a[i - 1][h] * x[h]; x 543 ui/events/gesture_detection/velocity_tracker.cc term *= x[h]; x 565 ui/events/gesture_detection/velocity_tracker.cc float x[HISTORY_SIZE]; x 582 ui/events/gesture_detection/velocity_tracker.cc x[m] = position.x; x 600 ui/events/gesture_detection/velocity_tracker.cc if (SolveLeastSquares(time, x, w, m, n, out_estimator->xcoeff, &xdet) && x 611 ui/events/gesture_detection/velocity_tracker.cc out_estimator->xcoeff[0] = x[0]; x 712 ui/events/gesture_detection/velocity_tracker.cc UpdateState(state, event_time, position.x, position.y); x 714 ui/events/gesture_detection/velocity_tracker.cc InitState(state, event_time, position.x, position.y); x 54 ui/events/gesture_detection/velocity_tracker_unittest.cc return MockMotionEvent(action, t0 + dt, p.x(), p.y()); x 108 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(v.x(), state.GetXVelocity(0), kEpsilson * v.x()); x 112 ui/events/gesture_detection/velocity_tracker_unittest.cc EXPECT_NEAR(v.x(), state.GetXVelocity(-1), kEpsilson * v.x()); x 23 ui/events/gesture_event_details.cc data.scroll_update.x = delta_x; x 30 ui/events/gesture_event_details.cc data.fling_velocity.x = delta_x; x 80 ui/events/gesture_event_details.cc data.scroll_update.x = delta_x; x 87 ui/events/gesture_event_details.cc data.fling_velocity.x = delta_x; x 55 ui/events/gesture_event_details.h return data.scroll_update.x; x 66 ui/events/gesture_event_details.h return type_ == ui::ET_SCROLL_FLING_START ? data.fling_velocity.x : x 158 ui/events/gesture_event_details.h float x; x 171 ui/events/gesture_event_details.h float x; x 59 ui/events/gestures/gesture_point.cc velocity_calculator_.PointSeen(event.location().x(), x 77 ui/events/gestures/gesture_point.cc velocity_calculator_.PointSeen(event.location().x(), x 139 ui/events/gestures/gesture_point.cc return fabs(d.x()) > dist || fabs(d.y()) > dist; x 144 ui/events/gestures/gesture_point.cc return std::abs(d.x()) > x 151 ui/events/gestures/gesture_point.cc GestureConfiguration::rail_start_proportion() * std::abs(d.x()); x 185 ui/events/gestures/gesture_point.cc float dx = p1.x() - p2.x(); x 193 ui/events/gestures/gesture_point.cc float dx = p1.x() - p2.x(); x 224 ui/events/gestures/gesture_point.cc gfx::RectF rect(event.location_f().x() - radius, x 60 ui/events/gestures/gesture_point.h float x() const { return last_touch_position_.x(); } x 447 ui/events/gestures/gesture_sequence.cc float nu = 0.0f, x = 1.f; x 451 ui/events/gestures/gesture_sequence.cc nu += x * a; x 452 ui/events/gestures/gesture_sequence.cc x *= normalized_velocity; x 821 ui/events/gestures/gesture_sequence.cc left = std::min(left, point.x()); x 822 ui/events/gestures/gesture_sequence.cc right = std::max(right, point.x()); x 880 ui/events/gestures/gesture_sequence.cc double distance = (p1.x() - p2.x()) * (p1.x() - p2.x()) + x 898 ui/events/gestures/gesture_sequence.cc return new GestureEvent(gesture_details.type(), location.x(), location.y(), x 961 ui/events/gestures/gesture_sequence.cc GestureEventDetails(ui::ET_GESTURE_SCROLL_BEGIN, d.x(), d.y()), x 1030 ui/events/gestures/gesture_sequence.cc location += gfx::Vector2dF(last_scroll_prediction_offset_.x(), x 1039 ui/events/gestures/gesture_sequence.cc d.set_x(d.x() * ratio); x 1053 ui/events/gestures/gesture_sequence.cc d.x(), d.y(), o.x(), o.y()); x 33 ui/events/gestures/velocity_calculator.cc void VelocityCalculator::PointSeen(float x, float y, int64 time) { x 34 ui/events/gestures/velocity_calculator.cc buffer_[index_].x = x; x 65 ui/events/gestures/velocity_calculator.cc mean_x += buffer_[i].x; x 90 ui/events/gestures/velocity_calculator.cc xt += (buffer_[i].x - mean_x) * t_i; x 20 ui/events/gestures/velocity_calculator.h void PointSeen(float x, float y, int64 time); x 28 ui/events/gestures/velocity_calculator.h float x; x 19 ui/events/gestures/velocity_calculator_unittest.cc float x = 0; x 24 ui/events/gestures/velocity_calculator_unittest.cc velocity_calculator->PointSeen(x, y, time); x 25 ui/events/gestures/velocity_calculator_unittest.cc x += x_increment; x 15 ui/events/ozone/evdev/event_device_info.h #define EVDEV_BITS_TO_LONGS(x) (((x) + EVDEV_LONG_BITS - 1) / EVDEV_LONG_BITS) x 176 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(42, event->x()); x 223 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(42, event->x()); x 237 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(42, event->x()); x 274 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(42, event->x()); x 325 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(40, ev0->x()); x 334 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(101, ev1->x()); x 351 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(40, ev1->x()); x 370 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(39, ev0->x()); x 389 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(39, ev0->x()); x 397 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(38, ev1->x()); x 414 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc EXPECT_EQ(38, ev1->x()); x 110 ui/events/test/events_test_utils_x11.cc xiev->event_x = location.x(); x 158 ui/events/test/events_test_utils_x11.cc event_->xkey.x = 0; x 176 ui/events/test/events_test_utils_x11.cc xievent->event_x = location.x(); x 235 ui/events/win/events_win.cc native_point.x = GET_X_LPARAM(native_event.lParam); x 24 ui/events/x/device_list_cache_x.h T& operator[] (int x) { x 25 ui/events/x/device_list_cache_x.h return devices[x]; x 428 ui/events/x/events_x.cc return gfx::Point(native_event->xcrossing.x, native_event->xcrossing.y); x 431 ui/events/x/events_x.cc return gfx::Point(native_event->xbutton.x, native_event->xbutton.y); x 433 ui/events/x/events_x.cc return gfx::Point(native_event->xmotion.x, native_event->xmotion.y); x 37 ui/events/x/events_x_unittest.cc button_event->x = location.x(); x 74 ui/events/x/events_x_unittest.cc EXPECT_EQ(0, offset.x()); x 83 ui/events/x/events_x_unittest.cc EXPECT_EQ(0, offset.x()); x 92 ui/events/x/events_x_unittest.cc EXPECT_GT(offset.x(), 0); x 101 ui/events/x/events_x_unittest.cc EXPECT_LT(offset.x(), 0); x 124 ui/events/x/events_x_unittest.cc event.xcrossing.x = 10; x 137 ui/events/x/events_x_unittest.cc event.xcrossing.x = 30; x 38 ui/gfx/android/scroller.cc float ApplyViscosity(float x) { x 39 ui/gfx/android/scroller.cc x *= viscous_fluid_scale_; x 40 ui/gfx/android/scroller.cc if (x < 1.0f) { x 41 ui/gfx/android/scroller.cc x -= (1.0f - std::exp(-x)); x 44 ui/gfx/android/scroller.cc x = 1.0f - std::exp(1.0f - x); x 45 ui/gfx/android/scroller.cc x = start + x * (1.0f - start); x 47 ui/gfx/android/scroller.cc x *= viscous_fluid_normalize_; x 48 ui/gfx/android/scroller.cc return x; x 72 ui/gfx/android/scroller.cc float x, tx, coef; x 74 ui/gfx/android/scroller.cc x = x_min + (x_max - x_min) / 2.0f; x 75 ui/gfx/android/scroller.cc coef = 3.0f * x * (1.0f - x); x 76 ui/gfx/android/scroller.cc tx = coef * ((1.0f - x) * kP1 + x * kP2) + x * x * x; x 80 ui/gfx/android/scroller.cc x_max = x; x 82 ui/gfx/android/scroller.cc x_min = x; x 84 ui/gfx/android/scroller.cc spline_position_[i] = coef * ((1.0f - x) * kStartTension + x) + x * x * x; x 307 ui/gfx/android/scroller.cc float x = g_viscosity_constants.Get().ApplyViscosity(t); x 309 ui/gfx/android/scroller.cc curr_x_ = start_x_ + x * delta_x_; x 310 ui/gfx/android/scroller.cc curr_y_ = start_y_ + x * delta_y_; x 160 ui/gfx/animation/tween.cc LinearIntValueBetween(value, start_bounds.x(), target_bounds.x()), x 59 ui/gfx/blit.cc BitBlt(dst_context, dst_rect.x(), dst_rect.y(), x 61 ui/gfx/blit.cc src_context, src_origin.x(), src_origin.y(), SRCCOPY); x 85 ui/gfx/blit.cc double surface_x = src_origin.x(); x 89 ui/gfx/blit.cc dst_rect.x()-surface_x, dst_rect.y()-surface_y); x 90 ui/gfx/blit.cc cairo_rectangle(dst_context, dst_rect.x(), dst_rect.y(), x 145 ui/gfx/blit.cc ScrollDC(hdc, offset.x(), offset.y(), NULL, &r, NULL, &damaged_rect); x 173 ui/gfx/blit.cc memcpy(bitmap.getAddr32(dest_rect.x(), dest_rect.y() + y), x 174 ui/gfx/blit.cc bitmap.getAddr32(src_rect.x(), src_rect.y() + y), x 180 ui/gfx/blit.cc memcpy(bitmap.getAddr32(dest_rect.x(), dest_rect.y() + y), x 181 ui/gfx/blit.cc bitmap.getAddr32(src_rect.x(), src_rect.y() + y), x 184 ui/gfx/blit.cc } else if (offset.x() != 0) { x 189 ui/gfx/blit.cc memmove(bitmap.getAddr32(dest_rect.x(), dest_rect.y() + y), x 190 ui/gfx/blit.cc bitmap.getAddr32(src_rect.x(), src_rect.y() + y), x 30 ui/gfx/blit_unittest.cc for (int x = 0; x < w; x++) { x 31 ui/gfx/blit_unittest.cc uint8 value = values[y][x]; x 32 ui/gfx/blit_unittest.cc *bitmap.getAddr32(x, y) = x 50 ui/gfx/blit_unittest.cc for (int x = 0; x < w; x++) { x 51 ui/gfx/blit_unittest.cc uint8 value = values[y][x]; x 54 ui/gfx/blit_unittest.cc ASSERT_EQ(expected, *bitmap.getAddr32(x, y)); x 171 ui/gfx/canvas.cc DrawRect(Rect(rect.x(), rect.y(), rect.width(), 1), paint); x 172 ui/gfx/canvas.cc DrawRect(Rect(rect.x(), rect.y() + rect.height() - 1, rect.width(), 1), x 174 ui/gfx/canvas.cc DrawRect(Rect(rect.x(), rect.y(), 1, rect.height()), paint); x 175 ui/gfx/canvas.cc DrawRect(Rect(rect.x() + rect.width() - 1, rect.y(), 1, rect.height()), x 217 ui/gfx/canvas.cc canvas_->translate(SkIntToScalar(offset.x()), SkIntToScalar(offset.y())); x 270 ui/gfx/canvas.cc canvas_->drawPoint(SkIntToScalar(p1.x()), SkIntToScalar(p1.y()), paint); x 281 ui/gfx/canvas.cc canvas_->drawLine(SkIntToScalar(p1.x()), SkIntToScalar(p1.y()), x 282 ui/gfx/canvas.cc SkIntToScalar(p2.x()), SkIntToScalar(p2.y()), paint); x 288 ui/gfx/canvas.cc canvas_->drawCircle(SkIntToScalar(center_point.x()), x 313 ui/gfx/canvas.cc int x1 = std::min(rect.x(), rect.right()); x 314 ui/gfx/canvas.cc int x2 = std::max(rect.x(), rect.right()); x 323 ui/gfx/canvas.cc void Canvas::DrawImageInt(const ImageSkia& image, int x, int y) { x 325 ui/gfx/canvas.cc DrawImageInt(image, x, y, paint); x 328 ui/gfx/canvas.cc void Canvas::DrawImageInt(const ImageSkia& image, int x, int y, uint8 a) { x 331 ui/gfx/canvas.cc DrawImageInt(image, x, y, paint); x 335 ui/gfx/canvas.cc int x, x 348 ui/gfx/canvas.cc SkFloatToScalar(x * bitmap_scale), x 440 ui/gfx/canvas.cc int x, x 449 ui/gfx/canvas.cc matrix.setTranslate(SkIntToScalar(x), SkIntToScalar(y)); x 478 ui/gfx/canvas.cc int x, x 482 ui/gfx/canvas.cc TileImageInt(image, 0, 0, x, y, w, h); x 553 ui/gfx/canvas.cc bool Canvas::IntersectsClipRectInt(int x, int y, int w, int h) { x 556 ui/gfx/canvas.cc clip.intersect(SkIntToScalar(x), SkIntToScalar(y), SkIntToScalar(x + w), x 561 ui/gfx/canvas.cc return IntersectsClipRectInt(rect.x(), rect.y(), x 273 ui/gfx/canvas.h void DrawImageInt(const ImageSkia&, int x, int y); x 277 ui/gfx/canvas.h void DrawImageInt(const ImageSkia&, int x, int y, uint8 alpha); x 285 ui/gfx/canvas.h int x, x 328 ui/gfx/canvas.h int x, x 372 ui/gfx/canvas.h int x, x 427 ui/gfx/canvas.h bool IntersectsClipRectInt(int x, int y, int w, int h); x 46 ui/gfx/canvas_paint_gtk.cc cairo_set_source_surface(cr, source_surface, bounds.x, bounds.y); x 63 ui/gfx/canvas_paint_gtk.cc canvas->translate(-SkIntToScalar(bounds.x), -SkIntToScalar(bounds.y)); x 24 ui/gfx/canvas_paint_win.cc CanvasSkiaPaint::CanvasSkiaPaint(HDC dc, bool opaque, int x, int y, x 29 ui/gfx/canvas_paint_win.cc ps_.rcPaint.left = x; x 30 ui/gfx/canvas_paint_win.cc ps_.rcPaint.right = x + w; x 44 ui/gfx/canvas_paint_win.h CanvasSkiaPaint(HDC dc, bool opaque, int x, int y, int w, int h); x 65 ui/gfx/canvas_skia.cc int x, int y, x 67 ui/gfx/canvas_skia.cc if (x > 0 && x 68 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x - 1, y) != halo_color && x 69 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x - 1, y) != 0) x 71 ui/gfx/canvas_skia.cc if (x < bitmap.width() - 1 && x 72 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x + 1, y) != halo_color && x 73 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x + 1, y) != 0) x 76 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x, y - 1) != halo_color && x 77 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x, y - 1) != 0) x 80 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x, y + 1) != halo_color && x 81 ui/gfx/canvas_skia.cc *bitmap.getAddr32(x, y + 1) != 0) x 371 ui/gfx/canvas_skia.cc DrawImageInt(text_image, display_rect.x() - 1, display_rect.y() - 1); x 153 ui/gfx/codec/jpeg_codec.cc for (int x = 0; x < pixel_width; x++) { x 154 ui/gfx/codec/jpeg_codec.cc const unsigned char* pixel_in = &rgba[x * 4]; x 155 ui/gfx/codec/jpeg_codec.cc unsigned char* pixel_out = &rgb[x * 3]; x 168 ui/gfx/codec/jpeg_codec.cc for (int x = 0; x < pixel_width; x++) { x 169 ui/gfx/codec/jpeg_codec.cc const unsigned char* pixel_in = &bgra[x * 4]; x 170 ui/gfx/codec/jpeg_codec.cc unsigned char* pixel_out = &rgb[x * 3]; x 409 ui/gfx/codec/jpeg_codec.cc for (int x = 0; x < pixel_width; x++) { x 410 ui/gfx/codec/jpeg_codec.cc const unsigned char* pixel_in = &rgb[x * 3]; x 411 ui/gfx/codec/jpeg_codec.cc unsigned char* pixel_out = &rgba[x * 4]; x 423 ui/gfx/codec/jpeg_codec.cc for (int x = 0; x < pixel_width; x++) { x 424 ui/gfx/codec/jpeg_codec.cc const unsigned char* pixel_in = &bgra[x * 3]; x 425 ui/gfx/codec/jpeg_codec.cc unsigned char* pixel_out = &rgb[x * 4]; x 92 ui/gfx/codec/jpeg_codec_unittest.cc for (int x = 0; x < w; x++) { x 93 ui/gfx/codec/jpeg_codec_unittest.cc unsigned char* org_px = &(*dat)[(y * w + x) * 3]; x 94 ui/gfx/codec/jpeg_codec_unittest.cc org_px[0] = x * 3; // r x 95 ui/gfx/codec/jpeg_codec_unittest.cc org_px[1] = x * 3 + 1; // g x 96 ui/gfx/codec/jpeg_codec_unittest.cc org_px[2] = x * 3 + 2; // b x 137 ui/gfx/codec/jpeg_codec_unittest.cc for (int x = 0; x < w; x++) { x 138 ui/gfx/codec/jpeg_codec_unittest.cc unsigned char* org_px = &original[(y * w + x) * 4]; x 139 ui/gfx/codec/jpeg_codec_unittest.cc org_px[0] = x * 3; // r x 140 ui/gfx/codec/jpeg_codec_unittest.cc org_px[1] = x * 3 + 1; // g x 141 ui/gfx/codec/jpeg_codec_unittest.cc org_px[2] = x * 3 + 2; // b x 24 ui/gfx/codec/png_codec.cc for (int x = 0; x < pixel_width; x++) { x 25 ui/gfx/codec/png_codec.cc const unsigned char* pixel_in = &input[x * 4]; x 26 ui/gfx/codec/png_codec.cc unsigned char* pixel_out = &output[x * 4]; x 36 ui/gfx/codec/png_codec.cc for (int x = 0; x < pixel_width; x++) { x 37 ui/gfx/codec/png_codec.cc const unsigned char* pixel_in = &rgba[x * 4]; x 38 ui/gfx/codec/png_codec.cc unsigned char* pixel_out = &rgb[x * 3]; x 47 ui/gfx/codec/png_codec.cc for (int x = 0; x < pixel_width; x++) { x 48 ui/gfx/codec/png_codec.cc const uint32_t pixel_in = *reinterpret_cast<const uint32_t*>(&skia[x * 4]); x 49 ui/gfx/codec/png_codec.cc unsigned char* pixel_out = &rgb[x * 3]; x 505 ui/gfx/codec/png_codec.cc for (int x = 0; x < pixel_width; x++) { x 506 ui/gfx/codec/png_codec.cc const unsigned char* pixel_in = &bgra[x * 4]; x 507 ui/gfx/codec/png_codec.cc unsigned char* pixel_out = &rgb[x * 3]; x 26 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 27 ui/gfx/codec/png_codec_unittest.cc unsigned char* org_px = &(*data)[(y * w + x) * 3]; x 28 ui/gfx/codec/png_codec_unittest.cc org_px[0] = x * 3; // r x 29 ui/gfx/codec/png_codec_unittest.cc org_px[1] = x * 3 + 1; // g x 30 ui/gfx/codec/png_codec_unittest.cc org_px[2] = x * 3 + 2; // b x 43 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 44 ui/gfx/codec/png_codec_unittest.cc unsigned char* org_px = &(*data)[(y * w + x) * 4]; x 45 ui/gfx/codec/png_codec_unittest.cc org_px[0] = x * 3; // r x 46 ui/gfx/codec/png_codec_unittest.cc org_px[1] = x * 3 + 1; // g x 47 ui/gfx/codec/png_codec_unittest.cc org_px[2] = x * 3 + 2; // b x 49 ui/gfx/codec/png_codec_unittest.cc org_px[3] = x*3 + 3; // a x 70 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 71 ui/gfx/codec/png_codec_unittest.cc (*data)[y * w + x] = x; // palette index x 87 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 88 ui/gfx/codec/png_codec_unittest.cc (*data)[y * w + x] = x; // gray value x 98 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 99 ui/gfx/codec/png_codec_unittest.cc unsigned char* px = &(*data)[(y * w + x) * 2]; x 100 ui/gfx/codec/png_codec_unittest.cc px[0] = x; // gray value x 101 ui/gfx/codec/png_codec_unittest.cc px[1] = x % 256; // alpha x 394 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 395 ui/gfx/codec/png_codec_unittest.cc unsigned char palette_pixel = original[y * w + x]; x 398 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 4]; x 439 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 440 ui/gfx/codec/png_codec_unittest.cc unsigned char palette_pixel = original[y * w + x]; x 442 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 3]; x 482 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 483 ui/gfx/codec/png_codec_unittest.cc unsigned char palette_pixel = original[y * w + x]; x 486 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 4]; x 519 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 520 ui/gfx/codec/png_codec_unittest.cc unsigned char gray_pixel = original[(y * w + x)]; x 521 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 3]; x 555 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 556 ui/gfx/codec/png_codec_unittest.cc unsigned char* gray_pixel = &original[(y * w + x) * 2]; x 557 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 4]; x 592 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 593 ui/gfx/codec/png_codec_unittest.cc unsigned char* gray_pixel = &original[(y * w + x) * 2]; x 594 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 3]; x 629 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 630 ui/gfx/codec/png_codec_unittest.cc unsigned char gray_pixel = original[(y * w + x)]; x 631 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 4]; x 667 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; ++x) { x 668 ui/gfx/codec/png_codec_unittest.cc unsigned char* gray_pixel = &original[(y * w + x) * 2]; x 669 ui/gfx/codec/png_codec_unittest.cc unsigned char* rgba_pixel = &decoded[(y * w + x) * 4]; x 762 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 764 ui/gfx/codec/png_codec_unittest.cc unsigned char* orig_px = &original[(y * w + x) * 4]; x 765 ui/gfx/codec/png_codec_unittest.cc unsigned char* dec_px = &decoded[(y * w + x) * 3]; x 799 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 801 ui/gfx/codec/png_codec_unittest.cc unsigned char* orig_px = &original[(y * w + x) * 3]; x 802 ui/gfx/codec/png_codec_unittest.cc unsigned char* dec_px = &decoded[(y * w + x) * 4]; x 861 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 863 ui/gfx/codec/png_codec_unittest.cc const unsigned char* original_pixel = &original[(y * w + x) * 3]; x 868 ui/gfx/codec/png_codec_unittest.cc const uint32_t decoded_pixel = decoded_bitmap.getAddr32(0, y)[x]; x 894 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 896 ui/gfx/codec/png_codec_unittest.cc const unsigned char* original_pixel = &original[(y * w + x) * 4]; x 901 ui/gfx/codec/png_codec_unittest.cc const uint32_t decoded_pixel = decoded_bitmap.getAddr32(0, y)[x]; x 1022 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < kWidth; x++) { x 1024 ui/gfx/codec/png_codec_unittest.cc uint32_t original_pixel = original_bitmap.getAddr32(0, y)[x]; x 1025 ui/gfx/codec/png_codec_unittest.cc uint32_t decoded_pixel = decoded_bitmap.getAddr32(0, y)[x]; x 1049 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 1051 ui/gfx/codec/png_codec_unittest.cc uint32_t original_pixel = original_bitmap.getAddr32(0, y)[x]; x 1052 ui/gfx/codec/png_codec_unittest.cc uint32_t decoded_pixel = decoded_bitmap.getAddr32(0, y)[x]; x 1073 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 1075 ui/gfx/codec/png_codec_unittest.cc uint8_t original_pixel = *original_bitmap.getAddr8(x, y); x 1076 ui/gfx/codec/png_codec_unittest.cc uint32_t decoded_pixel = *decoded_bitmap.getAddr32(x, y); x 1100 ui/gfx/codec/png_codec_unittest.cc for (int x = 0; x < w; x++) { x 1102 ui/gfx/codec/png_codec_unittest.cc uint32_t original_pixel = original_bitmap.getAddr32(0, y)[x]; x 1105 ui/gfx/codec/png_codec_unittest.cc uint32_t decoded_pixel = decoded_bitmap.getAddr32(0, y)[x]; x 171 ui/gfx/color_analysis.cc int x = kPadX + x 175 ui/gfx/color_analysis.cc int index = x + (y * width); x 426 ui/gfx/color_analysis.cc for (int x = 0; x < bitmap.width(); ++x, ++current_color) { x 491 ui/gfx/color_analysis.cc float tr = color_transform.x(); x 503 ui/gfx/color_analysis.cc for (int x = 0; x < source_bitmap.width(); ++x) { x 504 ui/gfx/color_analysis.cc SkColor c = SkUnPreMultiply::PMColorToColor(source_color_row[x]); x 529 ui/gfx/color_analysis.cc for (int x = 0; x < source_bitmap.width(); ++x) { x 530 ui/gfx/color_analysis.cc SkColor c = SkUnPreMultiply::PMColorToColor(source_color_row[x]); x 540 ui/gfx/color_analysis.cc target_color_row[x] = static_cast<uint8_t>(gl); x 143 ui/gfx/color_analysis_unittest.cc for (int x = 0; x < bitmap.width(); ++x, ++current_color) { x 204 ui/gfx/color_utils.cc for (int x = 0; x < pixel_width; ++x) x 205 ui/gfx/color_utils.cc ++histogram[GetLuminanceForColor(bitmap.getColor(x, y))]; x 90 ui/gfx/display.cc work_area_.x() - bounds_.x(), x 121 ui/gfx/display.cc origin.SetPoint(origin_f.x(), origin_f.y()); x 71 ui/gfx/gdi_util.cc cutouts[i].x(), x 88 ui/gfx/gdi_util.cc windows_points[i].x = SkScalarRoundToInt(points[i].fX); x 29 ui/gfx/geometry/box_f.cc DCHECK_LE(min.x(), max.x()); x 33 ui/gfx/geometry/box_f.cc float min_x = std::min(x(), min.x()); x 36 ui/gfx/geometry/box_f.cc float max_x = std::max(right(), max.x()); x 27 ui/gfx/geometry/box_f.h BoxF(float x, float y, float z, float width, float height, float depth) x 28 ui/gfx/geometry/box_f.h : origin_(x, y, z), x 66 ui/gfx/geometry/box_f.h float x() const { return origin_.x(); } x 67 ui/gfx/geometry/box_f.h void set_x(float x) { origin_.set_x(x); } x 84 ui/gfx/geometry/box_f.h float right() const { return x() + width(); } x 128 ui/gfx/geometry/box_f.h return BoxF(b.x() * x_scale, x 150 ui/gfx/geometry/box_f.h return BoxF(b.x() + v.x(), x 32 ui/gfx/geometry/cubic_bezier.cc double x) { x 40 ui/gfx/geometry/cubic_bezier.cc x = std::min(std::max(x, 0.0), 1.0); x 51 ui/gfx/geometry/cubic_bezier.cc const double error = eval_bezier(x1, x2, t) - x; x 59 ui/gfx/geometry/cubic_bezier.cc DCHECK_GT(kBezierEpsilon, std::abs(eval_bezier(x1, x2, t) - x)); x 77 ui/gfx/geometry/cubic_bezier.cc double CubicBezier::Solve(double x) const { x 78 ui/gfx/geometry/cubic_bezier.cc return bezier_interp(x1_, y1_, x2_, y2_, x); x 19 ui/gfx/geometry/cubic_bezier.h double Solve(double x) const; x 82 ui/gfx/geometry/matrix3_f.cc matrix.set(a.x() * bt.x(), a.x() * bt.y(), a.x() * bt.z(), x 83 ui/gfx/geometry/matrix3_f.cc a.y() * bt.x(), a.y() * bt.y(), a.y() * bt.z(), x 84 ui/gfx/geometry/matrix3_f.cc a.z() * bt.x(), a.z() * bt.y(), a.z() * bt.z()); x 57 ui/gfx/geometry/matrix3_f.h data_[MatrixToArrayCoords(0, i)] = c.x(); x 20 ui/gfx/geometry/point.cc set_x(points.x); x 25 ui/gfx/geometry/point.cc : PointBase<Point, int, Vector2d>(point.x, point.y) { x 29 ui/gfx/geometry/point.cc set_x(point.x); x 36 ui/gfx/geometry/point.cc p.x = x(); x 42 ui/gfx/geometry/point.cc : PointBase<Point, int, Vector2d>(point.x, point.y) { x 46 ui/gfx/geometry/point.cc return CGPointMake(x(), y()); x 51 ui/gfx/geometry/point.cc return base::StringPrintf("%d,%d", x(), y()); x 28 ui/gfx/geometry/point.h Point(int x, int y) : PointBase<Point, int, Vector2d>(x, y) {} x 49 ui/gfx/geometry/point.h return PointF(x(), y()); x 57 ui/gfx/geometry/point.h return lhs.x() == rhs.x() && lhs.y() == rhs.y(); x 77 ui/gfx/geometry/point.h return Vector2d(lhs.x() - rhs.x(), lhs.y() - rhs.y()); x 81 ui/gfx/geometry/point.h return Point(offset_from_origin.x(), offset_from_origin.y()); x 16 ui/gfx/geometry/point3_f.cc float x = lhs.x() + rhs.x(); x 19 ui/gfx/geometry/point3_f.cc return Point3F(x, y, z); x 25 ui/gfx/geometry/point3_f.cc float x = lhs.x() - rhs.x(); x 28 ui/gfx/geometry/point3_f.cc return Point3F(x, y, z); x 34 ui/gfx/geometry/point3_f.cc float x = lhs.x() - rhs.x(); x 37 ui/gfx/geometry/point3_f.cc return Vector3dF(x, y, z); x 21 ui/gfx/geometry/point3_f.h Point3F(float x, float y, float z) : x_(x), y_(y), z_(z) {} x 23 ui/gfx/geometry/point3_f.h explicit Point3F(const PointF& point) : x_(point.x()), y_(point.y()), z_(0) {} x 32 ui/gfx/geometry/point3_f.h SetPoint(x() * x_scale, y() * y_scale, z() * z_scale); x 35 ui/gfx/geometry/point3_f.h float x() const { return x_; } x 39 ui/gfx/geometry/point3_f.h void set_x(float x) { x_ = x; } x 43 ui/gfx/geometry/point3_f.h void SetPoint(float x, float y, float z) { x 44 ui/gfx/geometry/point3_f.h x_ = x; x 51 ui/gfx/geometry/point3_f.h x_ += v.x(); x 58 ui/gfx/geometry/point3_f.h x_ -= v.x(); x 85 ui/gfx/geometry/point3_f.h return lhs.x() == rhs.x() && lhs.y() == rhs.y() && lhs.z() == rhs.z(); x 104 ui/gfx/geometry/point3_f.h return Point3F(offset.x(), offset.y(), offset.z()); x 111 ui/gfx/geometry/point3_f.h return Point3F(p.x() * x_scale, p.y() * y_scale, p.z() * z_scale); x 20 ui/gfx/geometry/point_base.h Type x() const { return x_; } x 23 ui/gfx/geometry/point_base.h void SetPoint(Type x, Type y) { x 24 ui/gfx/geometry/point_base.h x_ = x; x 28 ui/gfx/geometry/point_base.h void set_x(Type x) { x_ = x; } x 37 ui/gfx/geometry/point_base.h x_ += vector.x(); x 42 ui/gfx/geometry/point_base.h x_ -= vector.x(); x 75 ui/gfx/geometry/point_base.h PointBase(Type x, Type y) : x_(x), y_(y) {} x 12 ui/gfx/geometry/point_conversions.cc int x = ToFlooredInt(point.x()); x 14 ui/gfx/geometry/point_conversions.cc return Point(x, y); x 18 ui/gfx/geometry/point_conversions.cc int x = ToCeiledInt(point.x()); x 20 ui/gfx/geometry/point_conversions.cc return Point(x, y); x 24 ui/gfx/geometry/point_conversions.cc int x = ToRoundedInt(point.x()); x 26 ui/gfx/geometry/point_conversions.cc return Point(x, y); x 14 ui/gfx/geometry/point_f.cc return base::StringPrintf("%f,%f", x(), y()); x 20 ui/gfx/geometry/point_f.h PointF(float x, float y) : PointBase<PointF, float, Vector2dF>(x, y) {} x 28 ui/gfx/geometry/point_f.h SetPoint(x() * x_scale, y() * y_scale); x 36 ui/gfx/geometry/point_f.h return lhs.x() == rhs.x() && lhs.y() == rhs.y(); x 56 ui/gfx/geometry/point_f.h return Vector2dF(lhs.x() - rhs.x(), lhs.y() - rhs.y()); x 60 ui/gfx/geometry/point_f.h return PointF(offset_from_origin.x(), offset_from_origin.y()); x 17 ui/gfx/geometry/point_unittest.cc return p.x(); x 25 ui/gfx/geometry/point_unittest.cc float x = TestPointF(a); x 26 ui/gfx/geometry/point_unittest.cc EXPECT_EQ(x, a.x()); x 14 ui/gfx/geometry/quad_f.cc p1_ = PointF(rect.x(), rect.y()); x 17 ui/gfx/geometry/quad_f.cc p4_ = PointF(rect.x(), rect.bottom()); x 34 ui/gfx/geometry/quad_f.cc (WithinEpsilon(p1_.x(), p2_.x()) && WithinEpsilon(p2_.y(), p3_.y()) && x 35 ui/gfx/geometry/quad_f.cc WithinEpsilon(p3_.x(), p4_.x()) && WithinEpsilon(p4_.y(), p1_.y())) || x 36 ui/gfx/geometry/quad_f.cc (WithinEpsilon(p1_.y(), p2_.y()) && WithinEpsilon(p2_.x(), p3_.x()) && x 37 ui/gfx/geometry/quad_f.cc WithinEpsilon(p3_.y(), p4_.y()) && WithinEpsilon(p4_.x(), p1_.x())); x 49 ui/gfx/geometry/quad_f.cc double determinant1 = static_cast<double>(p1_.x()) * p2_.y() x 50 ui/gfx/geometry/quad_f.cc - static_cast<double>(p2_.x()) * p1_.y(); x 51 ui/gfx/geometry/quad_f.cc double determinant2 = static_cast<double>(p2_.x()) * p3_.y() x 52 ui/gfx/geometry/quad_f.cc - static_cast<double>(p3_.x()) * p2_.y(); x 53 ui/gfx/geometry/quad_f.cc double determinant3 = static_cast<double>(p3_.x()) * p4_.y() x 54 ui/gfx/geometry/quad_f.cc - static_cast<double>(p4_.x()) * p3_.y(); x 55 ui/gfx/geometry/quad_f.cc double determinant4 = static_cast<double>(p4_.x()) * p1_.y() x 56 ui/gfx/geometry/quad_f.cc - static_cast<double>(p1_.x()) * p4_.y(); x 30 ui/gfx/geometry/quad_f.h : p1_(rect.x(), rect.y()), x 33 ui/gfx/geometry/quad_f.h p4_(rect.x(), rect.bottom()) {} x 62 ui/gfx/geometry/quad_f.h float rl = std::min(std::min(p1_.x(), p2_.x()), std::min(p3_.x(), p4_.x())); x 63 ui/gfx/geometry/quad_f.h float rr = std::max(std::max(p1_.x(), p2_.x()), std::max(p3_.x(), p4_.x())); x 34 ui/gfx/geometry/rect.cc : RectBaseT(gfx::Point(r.origin.x, r.origin.y)) { x 40 ui/gfx/geometry/rect.cc : RectBaseT(gfx::Point(r.x, r.y)) { x 49 ui/gfx/geometry/rect.cc r.left = x(); x 57 ui/gfx/geometry/rect.cc return CGRectMake(x(), y(), width(), height()); x 61 ui/gfx/geometry/rect.cc GdkRectangle r = {x(), y(), width(), height()}; x 103 ui/gfx/geometry/rect.cc int rx = std::min(p1.x(), p2.x()); x 105 ui/gfx/geometry/rect.cc int rr = std::max(p1.x(), p2.x()); x 47 ui/gfx/geometry/rect.h Rect(int x, int y, int width, int height) x 49 ui/gfx/geometry/rect.h (Point(x, y), Size(width, height)) {} x 78 ui/gfx/geometry/rect.h return RectF(origin().x(), origin().y(), size().width(), size().height()); x 114 ui/gfx/geometry/rect.h int x = std::floor(rect.x() * x_scale); x 116 ui/gfx/geometry/rect.h int r = rect.width() == 0 ? x : std::ceil(rect.right() * x_scale); x 118 ui/gfx/geometry/rect.h return Rect(x, y, r - x, b - y); x 128 ui/gfx/geometry/rect.h int x = std::ceil(rect.x() * x_scale); x 130 ui/gfx/geometry/rect.h int r = rect.width() == 0 ? x : std::floor(rect.right() * x_scale); x 132 ui/gfx/geometry/rect.h return Rect(x, y, r - x, b - y); x 29 ui/gfx/geometry/rect_base.h Type x() const { return origin_.x(); } x 30 ui/gfx/geometry/rect_base.h void set_x(Type x) { origin_.set_x(x); } x 47 ui/gfx/geometry/rect_base.h Type right() const { return x() + width(); } x 51 ui/gfx/geometry/rect_base.h PointClass bottom_left() const { return PointClass(x(), bottom()); } x 55 ui/gfx/geometry/rect_base.h return VectorClass(x(), y()); x 58 ui/gfx/geometry/rect_base.h void SetRect(Type x, Type y, Type width, Type height); x 74 ui/gfx/geometry/rect_base.h Offset(distance.x(), distance.y()); x 81 ui/gfx/geometry/rect_base.h inner.x() - x(), x 104 ui/gfx/geometry/rect_base.h return Contains(point.x(), point.y()); x 39 ui/gfx/geometry/rect_base_impl.h SetRect(Type x, Type y, Type width, Type height) { x 40 ui/gfx/geometry/rect_base_impl.h origin_.SetPoint(x, y); x 129 ui/gfx/geometry/rect_base_impl.h return (point_x >= x()) && (point_x < right()) && x 141 ui/gfx/geometry/rect_base_impl.h return (rect.x() >= x() && rect.right() <= right() && x 154 ui/gfx/geometry/rect_base_impl.h rect.x() >= right() || rect.right() <= x() || x 171 ui/gfx/geometry/rect_base_impl.h Type rx = std::max(x(), rect.x()); x 197 ui/gfx/geometry/rect_base_impl.h Type rx = std::min(x(), rect.x()); x 220 ui/gfx/geometry/rect_base_impl.h Type rx = x(); x 227 ui/gfx/geometry/rect_base_impl.h if (rect.x() <= x()) { x 230 ui/gfx/geometry/rect_base_impl.h rr = rect.x(); x 232 ui/gfx/geometry/rect_base_impl.h } else if (rect.x() <= x() && rect.right() >= right()) { x 251 ui/gfx/geometry/rect_base_impl.h Type new_x = x(); x 255 ui/gfx/geometry/rect_base_impl.h AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); x 268 ui/gfx/geometry/rect_base_impl.h return PointClass(x() + width() / 2, y() + height() / 2); x 281 ui/gfx/geometry/rect_base_impl.h Type new_x = x() + (width() - new_width) / 2; x 297 ui/gfx/geometry/rect_base_impl.h left_half->SetRect(x(), y(), width() / 2, height()); x 313 ui/gfx/geometry/rect_base_impl.h (x() == rect.right() || right() == rect.x())) || x 314 ui/gfx/geometry/rect_base_impl.h (x() == rect.x() && width() == rect.width() && x 327 ui/gfx/geometry/rect_base_impl.h x() - point.x(), point.x() - right())); x 342 ui/gfx/geometry/rect_base_impl.h Class c(x(), y(), width(), height()); x 349 ui/gfx/geometry/rect_base_impl.h Type x = std::max<Type>(0, c.width() - width() - rect.width() + kEpsilon); x 351 ui/gfx/geometry/rect_base_impl.h return x + y; x 16 ui/gfx/geometry/rect_conversions.cc int min_x = ToFlooredInt(rect.x()); x 26 ui/gfx/geometry/rect_conversions.cc int min_x = ToCeiledInt(rect.x()); x 36 ui/gfx/geometry/rect_conversions.cc float float_min_x = rect.x(); x 57 ui/gfx/geometry/rect_conversions.cc float float_min_x = rect.x(); x 75 ui/gfx/geometry/rect_conversions.cc return Rect(ToFlooredInt(rect.x()), x 23 ui/gfx/geometry/rect_f.cc return IsExpressibleAsInt(x()) && IsExpressibleAsInt(y()) && x 53 ui/gfx/geometry/rect_f.cc float rx = std::min(p1.x(), p2.x()); x 55 ui/gfx/geometry/rect_f.cc float rr = std::max(p1.x(), p2.x()); x 31 ui/gfx/geometry/rect_f.h RectF(float x, float y, float width, float height) x 33 ui/gfx/geometry/rect_f.h (PointF(x, y), SizeF(width, height)) {} x 73 ui/gfx/geometry/rect_f.h return RectF(lhs.x() + rhs.x(), lhs.y() + rhs.y(), x 78 ui/gfx/geometry/rect_f.h return RectF(lhs.x() - rhs.x(), lhs.y() - rhs.y(), x 91 ui/gfx/geometry/rect_f.h return RectF(r.x() * x_scale, r.y() * y_scale, x 116 ui/gfx/geometry/rect_unittest.cc EXPECT_EQ(r3.x(), ir.x()); x 165 ui/gfx/geometry/rect_unittest.cc EXPECT_EQ(r3.x(), u.x()); x 218 ui/gfx/geometry/rect_unittest.cc EXPECT_EQ(r3.x(), u.x()); x 461 ui/gfx/geometry/rect_unittest.cc EXPECT_FLOAT_AND_NAN_EQ(r2.x(), scaled.x()); x 511 ui/gfx/geometry/rect_unittest.cc EXPECT_FLOAT_AND_NAN_EQ(r2.x(), enclosed.x()); x 563 ui/gfx/geometry/rect_unittest.cc EXPECT_FLOAT_AND_NAN_EQ(r2.x(), enclosed.x()); x 607 ui/gfx/geometry/rect_unittest.cc EXPECT_FLOAT_EQ(r2.x(), floored.x()); x 24 ui/gfx/geometry/vector2d.h Vector2d(int x, int y) : x_(x), y_(y) {} x 26 ui/gfx/geometry/vector2d.h int x() const { return x_; } x 27 ui/gfx/geometry/vector2d.h void set_x(int x) { x_ = x; } x 70 ui/gfx/geometry/vector2d.h return lhs.x() == rhs.x() && lhs.y() == rhs.y(); x 74 ui/gfx/geometry/vector2d.h return Vector2d(-v.x(), -v.y()); x 12 ui/gfx/geometry/vector2d_conversions.cc int x = ToFlooredInt(vector2d.x()); x 14 ui/gfx/geometry/vector2d_conversions.cc return Vector2d(x, y); x 18 ui/gfx/geometry/vector2d_conversions.cc int x = ToCeiledInt(vector2d.x()); x 20 ui/gfx/geometry/vector2d_conversions.cc return Vector2d(x, y); x 24 ui/gfx/geometry/vector2d_conversions.cc int x = ToRoundedInt(vector2d.x()); x 26 ui/gfx/geometry/vector2d_conversions.cc return Vector2d(x, y); x 45 ui/gfx/geometry/vector2d_f.cc return static_cast<double>(lhs.x()) * rhs.y() - x 46 ui/gfx/geometry/vector2d_f.cc static_cast<double>(lhs.y()) * rhs.x(); x 50 ui/gfx/geometry/vector2d_f.cc return static_cast<double>(lhs.x()) * rhs.x() + x 22 ui/gfx/geometry/vector2d_f.h Vector2dF(float x, float y) : x_(x), y_(y) {} x 24 ui/gfx/geometry/vector2d_f.h float x() const { return x_; } x 25 ui/gfx/geometry/vector2d_f.h void set_x(float x) { x_ = x; } x 70 ui/gfx/geometry/vector2d_f.h return lhs.x() == rhs.x() && lhs.y() == rhs.y(); x 78 ui/gfx/geometry/vector2d_f.h return Vector2dF(-v.x(), -v.y()); x 116 ui/gfx/geometry/vector2d_unittest.cc EXPECT_EQ(v.x(), double_values[i][0] * double_values[i][2]); x 122 ui/gfx/geometry/vector2d_unittest.cc EXPECT_EQ(double_values[i][0] * double_values[i][2], v2.x()); x 141 ui/gfx/geometry/vector2d_unittest.cc EXPECT_EQ(v.x(), single_values[i][0] * single_values[i][2]); x 147 ui/gfx/geometry/vector2d_unittest.cc EXPECT_EQ(single_values[i][0] * single_values[i][2], v2.x()); x 19 ui/gfx/geometry/vector3d_f.cc Vector3dF::Vector3dF(float x, float y, float z) x 20 ui/gfx/geometry/vector3d_f.cc : x_(x), x 26 ui/gfx/geometry/vector3d_f.cc : x_(other.x()), x 67 ui/gfx/geometry/vector3d_f.cc float x = y_ * other.z() - z_ * other.y(); x 68 ui/gfx/geometry/vector3d_f.cc float y = z_ * other.x() - x_ * other.z(); x 69 ui/gfx/geometry/vector3d_f.cc float z = x_ * other.y() - y_ * other.x(); x 70 ui/gfx/geometry/vector3d_f.cc x_ = x; x 76 ui/gfx/geometry/vector3d_f.cc return lhs.x() * rhs.x() + lhs.y() * rhs.y() + lhs.z() * rhs.z(); x 23 ui/gfx/geometry/vector3d_f.h Vector3dF(float x, float y, float z); x 27 ui/gfx/geometry/vector3d_f.h float x() const { return x_; } x 28 ui/gfx/geometry/vector3d_f.h void set_x(float x) { x_ = x; } x 81 ui/gfx/geometry/vector3d_f.h return lhs.x() == rhs.x() && lhs.y() == rhs.y() && lhs.z() == rhs.z(); x 85 ui/gfx/geometry/vector3d_f.h return Vector3dF(-v.x(), -v.y(), -v.z()); x 91 ui/gfx/geometry/vector3d_unittest.cc EXPECT_EQ(triple_values[i][0] * triple_values[i][3], v.x()); x 100 ui/gfx/geometry/vector3d_unittest.cc EXPECT_EQ(triple_values[i][0] * triple_values[i][3], v2.x()); x 127 ui/gfx/geometry/vector3d_unittest.cc EXPECT_EQ(single_values[i][0] * single_values[i][3], v.x()); x 136 ui/gfx/geometry/vector3d_unittest.cc EXPECT_EQ(single_values[i][0] * single_values[i][3], v2.x()); x 96 ui/gfx/gtk_preserve_window.cc allocation.x, x 210 ui/gfx/gtk_preserve_window.cc gdk_window_move(gdk_window, allocation->x, allocation->y); x 213 ui/gfx/gtk_preserve_window.cc gdk_window, allocation->x, allocation->y, x 228 ui/gfx/gtk_preserve_window.cc child_allocation.x = child->x + border_width; x 106 ui/gfx/gtk_util.cc for (int x = 0; x < width; x++) { x 107 ui/gfx/gtk_util.cc uint32 pixel = bitmap.getAddr32(0, y)[x]; x 358 ui/gfx/icon_util.cc ii.xHotspot = hotspot.x(); x 52 ui/gfx/image/cairo_cached_surface.cc int x, int y) const { x 53 ui/gfx/image/cairo_cached_surface.cc SetSource(cr, gtk_widget_get_display(widget), x, y); x 57 ui/gfx/image/cairo_cached_surface.cc int x, int y) const { x 63 ui/gfx/image/cairo_cached_surface.cc cairo_set_source_surface(cr, surface, x, y); x 67 ui/gfx/image/cairo_cached_surface.cc int x, int y) const { x 68 ui/gfx/image/cairo_cached_surface.cc MaskSource(cr, gtk_widget_get_display(widget), x, y); x 72 ui/gfx/image/cairo_cached_surface.cc int x, int y) const { x 78 ui/gfx/image/cairo_cached_surface.cc cairo_mask_surface(cr, surface, x, y); x 55 ui/gfx/image/cairo_cached_surface.h void SetSource(cairo_t* cr, GtkWidget* widget, int x, int y) const; x 56 ui/gfx/image/cairo_cached_surface.h void SetSource(cairo_t* cr, GdkDisplay* display, int x, int y) const; x 59 ui/gfx/image/cairo_cached_surface.h void MaskSource(cairo_t* cr, GtkWidget* widget, int x, int y) const; x 60 ui/gfx/image/cairo_cached_surface.h void MaskSource(cairo_t* cr, GdkDisplay* display, int x, int y) const; x 230 ui/gfx/image/image_skia_operations.cc bounds.x(), bounds.y(), bounds.width(), bounds.height()), x 119 ui/gfx/image/image_unittest_util.cc for (int x = 0; x < bmp1.width(); ++x) { x 120 ui/gfx/image/image_unittest_util.cc if (!ColorsClose(bmp1.getColor(x,y), bmp2.getColor(x,y))) x 241 ui/gfx/image/image_unittest_util.cc SkColor GetPlatformImageColor(PlatformImage image, int x, int y) { x 246 ui/gfx/image/image_unittest_util.cc guchar* pixel = gdk_pixels + (y * rowstride) + (x * n_channels); x 251 ui/gfx/image/image_unittest_util.cc SkColor GetPlatformImageColor(PlatformImage image, int x, int y) { x 254 ui/gfx/image/image_unittest_util.cc return bitmap.getColor(x, y); x 78 ui/gfx/image/image_unittest_util.h SkColor GetPlatformImageColor(PlatformImage image, int x, int y); x 69 ui/gfx/image/image_util.cc for (int x = 0; x < bitmap.width(); ++x) { x 71 ui/gfx/image/image_util.cc if (SkColorGetA(bitmap.getColor(x, y)) > kMinimumVisibleOpacity) { x 72 ui/gfx/image/image_util.cc inner_min = x; x 81 ui/gfx/image/image_util.cc for (int x = bitmap.width() - 1; x > inner_min; --x) { x 83 ui/gfx/image/image_util.cc if (SkColorGetA(bitmap.getColor(x, y)) > kMinimumVisibleOpacity) { x 84 ui/gfx/image/image_util.cc inner_max = x; x 38 ui/gfx/image/image_util_unittest.cc int x = 0; x 40 ui/gfx/image/image_util_unittest.cc gfx::VisibleMargins(img, &x, &y); x 41 ui/gfx/image/image_util_unittest.cc EXPECT_EQ(3, x); x 52 ui/gfx/image/image_util_unittest.cc x = 0; x 54 ui/gfx/image/image_util_unittest.cc gfx::VisibleMargins(img_transparent, &x, &y); x 55 ui/gfx/image/image_util_unittest.cc EXPECT_EQ(8, x); x 67 ui/gfx/image/image_util_unittest.cc x = 0; x 69 ui/gfx/image/image_util_unittest.cc gfx::VisibleMargins(img3, &x, &y); x 70 ui/gfx/image/image_util_unittest.cc EXPECT_EQ(3, x); x 82 ui/gfx/image/image_util_unittest.cc x = 0; x 84 ui/gfx/image/image_util_unittest.cc gfx::VisibleMargins(img4, &x, &y); x 85 ui/gfx/image/image_util_unittest.cc EXPECT_EQ(0, x); x 97 ui/gfx/image/image_util_unittest.cc x = 0; x 99 ui/gfx/image/image_util_unittest.cc gfx::VisibleMargins(img5, &x, &y); x 100 ui/gfx/image/image_util_unittest.cc EXPECT_EQ(4, x); x 231 ui/gfx/interpolated_transform.cc float scale_x = ValueBetween(t, start_scale_.x(), end_scale_.x()); x 264 ui/gfx/interpolated_transform.cc result.Translate(ValueBetween(t, start_pos_.x(), end_pos_.x()), x 320 ui/gfx/interpolated_transform.cc to_pivot.Translate(-pivot.x(), -pivot.y()); x 321 ui/gfx/interpolated_transform.cc from_pivot.Translate(pivot.x(), pivot.y()); x 136 ui/gfx/interpolated_transform_unittest.cc gfx::Point(new_pivot.x() - old_pivot.x(), x 193 ui/gfx/interpolated_transform_unittest.cc gfx::Point(target_bounds.x() - initial_bounds.x(), x 23 ui/gfx/nine_image_painter.cc int x, x 28 ui/gfx/nine_image_painter.cc c->DrawImageInt(i, 0, 0, i.width(), i.height(), x, y, w, h, false, paint); x 45 ui/gfx/nine_image_painter.cc const int x[] = x 53 ui/gfx/nine_image_painter.cc Rect(x[i], y[j], x[i + 1] - x[i], y[j + 1] - y[j])); x 94 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc virtual bool MoveCursor(uint32_t crtc_id, int x, int y) OVERRIDE { x 46 ui/gfx/ozone/dri/dri_wrapper.cc crtc->x, x 101 ui/gfx/ozone/dri/dri_wrapper.cc bool DriWrapper::MoveCursor(uint32_t crtc_id, int x, int y) { x 103 ui/gfx/ozone/dri/dri_wrapper.cc return !drmModeMoveCursor(fd_, crtc_id, x, y); x 82 ui/gfx/ozone/dri/dri_wrapper.h virtual bool MoveCursor(uint32_t crtc_id, int x, int y); x 153 ui/gfx/ozone/dri/hardware_display_controller.cc return drm_->MoveCursor(crtc_id_, location.x(), location.y()); x 99 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc virtual bool MoveCursor(uint32_t crtc_id, int x, int y) OVERRIDE { x 17 ui/gfx/path.cc moveTo(SkIntToScalar(points[0].x), SkIntToScalar(points[0].y)); x 19 ui/gfx/path.cc lineTo(SkIntToScalar(points[i].x), SkIntToScalar(points[i].y)); x 24 ui/gfx/path.cc moveTo(SkFloatToScalar(points[0].x), SkFloatToScalar(points[0].y)); x 26 ui/gfx/path.cc lineTo(SkFloatToScalar(points[i].x), SkFloatToScalar(points[i].y)); x 19 ui/gfx/path.h int x; x 23 ui/gfx/path.h float x; x 27 ui/gfx/path_gtk.cc gdk_points[i].x = SkScalarRoundToInt(points[i].fX); x 33 ui/gfx/path_win.cc windows_points[i].x = SkScalarRoundToInt(points[i].fX); x 20 ui/gfx/path_x11.cc rect.x = i.rect().x(); x 36 ui/gfx/path_x11.cc x11_points[i].x = SkScalarRoundToInt(points[i].fX); x 105 ui/gfx/render_text.cc const SkScalar left = static_cast<SkScalar>(fade_rect.x() - text_rect.x()); x 146 ui/gfx/render_text.cc points[0].iset(text_rect.x(), text_rect.y()); x 277 ui/gfx/render_text.cc void SkiaTextRenderer::DrawDecorations(int x, int y, int width, bool underline, x 280 ui/gfx/render_text.cc DrawUnderline(x, y, width); x 282 ui/gfx/render_text.cc DrawStrike(x, y, width); x 285 ui/gfx/render_text.cc diagonal_.reset(new DiagonalStrike(canvas_, Point(x, y), paint_)); x 299 ui/gfx/render_text.cc void SkiaTextRenderer::DrawUnderline(int x, int y, int width) { x 300 ui/gfx/render_text.cc SkRect r = SkRect::MakeLTRB(x, y + underline_position_, x + width, x 310 ui/gfx/render_text.cc void SkiaTextRenderer::DrawStrike(int x, int y, int width) const { x 314 ui/gfx/render_text.cc const SkRect r = SkRect::MakeLTRB(x, offset, x + width, offset + height); x 347 ui/gfx/render_text.cc int x = start_.x(); x 353 ui/gfx/render_text.cc canvas_->ClipRect(Rect(x, 0, pieces_[i].first, start_.y() + thickness)); x 361 ui/gfx/render_text.cc x += pieces_[i].first; x 508 ui/gfx/render_text.cc int start_x = GetCursorBounds(selection_start, true).x(); x 509 ui/gfx/render_text.cc int cursor_x = GetCursorBounds(position, true).x(); x 784 ui/gfx/render_text.cc int x = 0, width = 1; x 790 ui/gfx/render_text.cc x = size.width(); x 796 ui/gfx/render_text.cc x = (caret_affinity == CURSOR_BACKWARD) ? xspan.end() : xspan.start(); x 798 ui/gfx/render_text.cc x = xspan.GetMin(); x 802 ui/gfx/render_text.cc return Rect(ToViewPoint(Point(x, 0)), Size(width, size.height())); x 978 ui/gfx/render_text.cc int x = point.x(); x 980 ui/gfx/render_text.cc for (; line < lines_.size() && x > lines_[line].size.width(); ++line) x 981 ui/gfx/render_text.cc x -= lines_[line].size.width(); x 982 ui/gfx/render_text.cc return Point(x, point.y()) + GetLineOffset(line); x 985 ui/gfx/render_text.cc std::vector<Rect> RenderText::TextBoundsToViewBounds(const Range& x) { x 989 ui/gfx/render_text.cc rects.push_back(Rect(ToViewPoint(Point(x.GetMin(), 0)), x 990 ui/gfx/render_text.cc Size(x.length(), GetStringSize().height()))); x 1004 ui/gfx/render_text.cc const Range intersection = segment->x_range.Intersect(x); x 1032 ui/gfx/render_text.cc offset.set_x(offset.x() / 2); x 1085 ui/gfx/render_text.cc text_rect.Inset(GetAlignmentOffset(0).x(), 0, 0, 0); x 1275 ui/gfx/render_text.cc delta_x = -display_offset_.x(); x 1283 ui/gfx/render_text.cc } else if (cursor_bounds_.x() < display_rect_.x()) { x 1288 ui/gfx/render_text.cc delta_x = display_rect_.x() - cursor_bounds_.x(); x 1289 ui/gfx/render_text.cc } else if (display_offset_.x() != 0) { x 1293 ui/gfx/render_text.cc const int offset = negate_rtl * display_offset_.x(); x 75 ui/gfx/render_text.h void DrawDecorations(int x, int y, int width, bool underline, bool strike, x 79 ui/gfx/render_text.h void DrawUnderline(int x, int y, int width); x 80 ui/gfx/render_text.h void DrawStrike(int x, int y, int width) const; x 537 ui/gfx/render_text.h std::vector<Rect> TextBoundsToViewBounds(const Range& x); x 174 ui/gfx/render_text_mac.cc renderer.DrawDecorations(run.origin.x(), run.origin.y(), run.width, x 261 ui/gfx/render_text_mac.cc const SkScalar x = SkIntToScalar(text_offset.x()); x 263 ui/gfx/render_text_mac.cc SkPoint run_origin = SkPoint::Make(x, y); x 303 ui/gfx/render_text_mac.cc point->set(x + SkDoubleToScalar(positions_ptr[glyph].x), x 103 ui/gfx/render_text_pango.cc if (p.x() < 0) x 105 ui/gfx/render_text_pango.cc if (p.x() > GetStringSize().width()) x 109 ui/gfx/render_text_pango.cc pango_layout_xy_to_index(layout_, p.x() * PANGO_SCALE, p.y() * PANGO_SCALE, x 218 ui/gfx/render_text_pango.cc return Range(PANGO_PIXELS(pos.x), PANGO_PIXELS(pos.x + pos.width)); x 240 ui/gfx/render_text_pango.cc int x = PANGO_PIXELS(ranges[2 * i]); x 241 ui/gfx/render_text_pango.cc int width = PANGO_PIXELS(ranges[2 * i + 1]) - x; x 242 ui/gfx/render_text_pango.cc Rect rect(x, 0, width, height); x 383 ui/gfx/render_text_pango.cc SkScalar x = SkIntToScalar(offset.x()); x 447 ui/gfx/render_text_pango.cc SkScalar style_start_x = x; x 458 ui/gfx/render_text_pango.cc pos[glyph_index].set(x + pango_units_to_double(glyph.geometry.x_offset), x 460 ui/gfx/render_text_pango.cc x += pango_units_to_double(glyph.geometry.width); x 479 ui/gfx/render_text_pango.cc renderer.DrawDecorations(style_start_x, y, x - style_start_x, x 485 ui/gfx/render_text_pango.cc style_start_x = x; x 314 ui/gfx/render_text_unittest.cc for (int x = -1; x <= 20; ++x) { x 315 ui/gfx/render_text_unittest.cc SelectionModel selection = render_text->FindCursorPosition(Point(x, 0)); x 1379 ui/gfx/render_text_unittest.cc EXPECT_EQ(cursor_around_b.x(), cursor_before_b.x()); x 1380 ui/gfx/render_text_unittest.cc EXPECT_EQ(cursor_around_b.right(), cursor_before_c.x()); x 1408 ui/gfx/render_text_unittest.cc EXPECT_EQ(0, offset.x()); x 1413 ui/gfx/render_text_unittest.cc EXPECT_EQ(0, offset.x()); x 1416 ui/gfx/render_text_unittest.cc EXPECT_EQ(kEnlargementX / 2, offset.x()); x 1419 ui/gfx/render_text_unittest.cc EXPECT_EQ(kEnlargementX, offset.x()); x 1448 ui/gfx/render_text_unittest.cc EXPECT_EQ(kEnlargement, offset.x()); x 1627 ui/gfx/render_text_unittest.cc EXPECT_EQ(width, render_text->GetUpdatedCursorBounds().x()); x 1641 ui/gfx/render_text_unittest.cc EXPECT_EQ(width, render_text->GetUpdatedCursorBounds().x()); x 1652 ui/gfx/render_text_unittest.cc EXPECT_EQ(width, render_text->GetUpdatedCursorBounds().x()); x 1666 ui/gfx/render_text_unittest.cc EXPECT_EQ(width, render_text->GetUpdatedCursorBounds().x()); x 1683 ui/gfx/render_text_unittest.cc render_text->GetUpdatedCursorBounds().x()); x 1687 ui/gfx/render_text_unittest.cc EXPECT_EQ(0, render_text->GetUpdatedCursorBounds().x()); x 1691 ui/gfx/render_text_unittest.cc EXPECT_EQ(0, render_text->GetUpdatedCursorBounds().x()); x 1696 ui/gfx/render_text_unittest.cc render_text->GetUpdatedCursorBounds().x()); x 1709 ui/gfx/render_text_unittest.cc render_text->GetUpdatedCursorBounds().x()); x 1713 ui/gfx/render_text_unittest.cc EXPECT_EQ(0, render_text->GetUpdatedCursorBounds().x()); x 1717 ui/gfx/render_text_unittest.cc EXPECT_EQ(0, render_text->GetUpdatedCursorBounds().x()); x 1722 ui/gfx/render_text_unittest.cc render_text->GetUpdatedCursorBounds().x()); x 295 ui/gfx/render_text_win.cc int x = 0; x 305 ui/gfx/render_text_win.cc &x); x 307 ui/gfx/render_text_win.cc return run->preceding_run_widths + x; x 403 ui/gfx/render_text_win.cc int x = SegmentFromHandle(rtl_segments_[0])->x_range.start(); x 407 ui/gfx/render_text_win.cc segment->x_range = Range(x, x + segment_width); x 408 ui/gfx/render_text_win.cc x += segment_width; x 532 ui/gfx/render_text_win.cc int x = ToTextPoint(point).x(); x 533 ui/gfx/render_text_win.cc size_t run_index = GetRunContainingXCoord(x); x 535 ui/gfx/render_text_win.cc return EdgeSelectionModel((x < 0) ? CURSOR_LEFT : CURSOR_RIGHT); x 539 ui/gfx/render_text_win.cc HRESULT hr = ScriptXtoCP(x - run->preceding_run_widths, x 845 ui/gfx/render_text_win.cc SkIntToScalar(text_offset.x() + run->offsets[k].du + segment_x), x 849 ui/gfx/render_text_win.cc pos.back().set(SkIntToScalar(text_offset.x() + segment_x), x 873 ui/gfx/render_text_win.cc renderer.DrawDecorations(start_pos.x(), text_offset.y(), x 874 ui/gfx/render_text_win.cc SkScalarCeilToInt(end_pos.x() - start_pos.x()), x 1253 ui/gfx/render_text_win.cc size_t RenderTextWin::GetRunContainingXCoord(int x) const { x 1257 ui/gfx/render_text_win.cc if ((runs_[run]->preceding_run_widths <= x) && x 1258 ui/gfx/render_text_win.cc ((runs_[run]->preceding_run_widths + runs_[run]->width) > x)) x 108 ui/gfx/render_text_win.h size_t GetRunContainingXCoord(int x) const; x 40 ui/gfx/screen_gtk.cc gint x = data[0]; x 46 ui/gfx/screen_gtk.cc out_rect->SetRect(x, y, width, height); x 91 ui/gfx/screen_gtk.cc gint x, y; x 92 ui/gfx/screen_gtk.cc gdk_display_get_pointer(gdk_display_get_default(), NULL, &x, &y, NULL); x 93 ui/gfx/screen_gtk.cc return gfx::Point(x, y); x 157 ui/gfx/screen_gtk.cc screen, point.x(), point.y()); x 109 ui/gfx/screen_win.cc POINT initial_loc = { point.x(), point.y() }; x 40 ui/gfx/shadow_value.cc offset_.x(), offset_.y(), x 61 ui/gfx/shadow_value.cc left = std::max(left, blur - shadow.x()); x 63 ui/gfx/shadow_value.cc right = std::max(right, blur + shadow.x()); x 30 ui/gfx/shadow_value.h int x() const { return offset_.x(); } x 36 ui/gfx/skbitmap_operations.cc for (int x = 0; x < image.width(); ++x) { x 37 ui/gfx/skbitmap_operations.cc uint32 image_pixel = image_row[x]; x 38 ui/gfx/skbitmap_operations.cc dst_row[x] = (image_pixel & 0xFF000000) | x 107 ui/gfx/skbitmap_operations.cc for (int x = 0; x < first.width(); ++x) { x 108 ui/gfx/skbitmap_operations.cc uint32 first_pixel = first_row[x]; x 109 ui/gfx/skbitmap_operations.cc uint32 second_pixel = second_row[x]; x 120 ui/gfx/skbitmap_operations.cc dst_row[x] = SkColorSetARGB(a, r, g, b); x 149 ui/gfx/skbitmap_operations.cc for (int x = 0; x < masked.width(); ++x) { x 150 ui/gfx/skbitmap_operations.cc SkColor rgb_pixel = SkUnPreMultiply::PMColorToColor(rgb_row[x]); x 151 ui/gfx/skbitmap_operations.cc SkColor alpha_pixel = SkUnPreMultiply::PMColorToColor(alpha_row[x]); x 155 ui/gfx/skbitmap_operations.cc dst_row[x] = SkColorSetARGB(alpha, x 190 ui/gfx/skbitmap_operations.cc for (int x = 0; x < mask.width(); ++x) { x 191 ui/gfx/skbitmap_operations.cc uint32 image_pixel = image_row[x % image.width()]; x 201 ui/gfx/skbitmap_operations.cc double mask_a = static_cast<double>(SkColorGetA(mask_row[x])) / 255.0; x 203 ui/gfx/skbitmap_operations.cc dst_row[x] = SkColorSetARGB( x 275 ui/gfx/skbitmap_operations.cc for (int x = 0; x < width; x++) { x 276 ui/gfx/skbitmap_operations.cc out[x] = SkPreMultiplyColor(color_utils::HSLShift( x 277 ui/gfx/skbitmap_operations.cc SkUnPreMultiply::PMColorToColor(in[x]), hsl_shift)); x 304 ui/gfx/skbitmap_operations.cc for (int x = 0; x < width; x++) { x 305 ui/gfx/skbitmap_operations.cc uint32_t a = SkGetPackedA32(in[x]); x 306 ui/gfx/skbitmap_operations.cc uint32_t r = SkGetPackedR32(in[x]); x 307 ui/gfx/skbitmap_operations.cc uint32_t g = SkGetPackedG32(in[x]); x 308 ui/gfx/skbitmap_operations.cc uint32_t b = SkGetPackedB32(in[x]); x 312 ui/gfx/skbitmap_operations.cc out[x] = SkPackARGB32(a, r, g, b); x 328 ui/gfx/skbitmap_operations.cc for (int x = 0; x < width; x++) { x 329 ui/gfx/skbitmap_operations.cc uint32_t a = SkGetPackedA32(in[x]); x 330 ui/gfx/skbitmap_operations.cc uint32_t r = SkGetPackedR32(in[x]); x 331 ui/gfx/skbitmap_operations.cc uint32_t g = SkGetPackedG32(in[x]); x 332 ui/gfx/skbitmap_operations.cc uint32_t b = SkGetPackedB32(in[x]); x 336 ui/gfx/skbitmap_operations.cc out[x] = SkPackARGB32(a, r, g, b); x 374 ui/gfx/skbitmap_operations.cc for (int x = 0; x < width; x++) { x 375 ui/gfx/skbitmap_operations.cc int32_t a = static_cast<int32_t>(SkGetPackedA32(in[x])); x 376 ui/gfx/skbitmap_operations.cc int32_t r = static_cast<int32_t>(SkGetPackedR32(in[x])); x 377 ui/gfx/skbitmap_operations.cc int32_t g = static_cast<int32_t>(SkGetPackedG32(in[x])); x 378 ui/gfx/skbitmap_operations.cc int32_t b = static_cast<int32_t>(SkGetPackedB32(in[x])); x 396 ui/gfx/skbitmap_operations.cc out[x] = SkPackARGB32(a, r, g, b); x 413 ui/gfx/skbitmap_operations.cc for (int x = 0; x < width; x++) { x 414 ui/gfx/skbitmap_operations.cc int32_t a = static_cast<int32_t>(SkGetPackedA32(in[x])); x 415 ui/gfx/skbitmap_operations.cc int32_t r = static_cast<int32_t>(SkGetPackedR32(in[x])); x 416 ui/gfx/skbitmap_operations.cc int32_t g = static_cast<int32_t>(SkGetPackedG32(in[x])); x 417 ui/gfx/skbitmap_operations.cc int32_t b = static_cast<int32_t>(SkGetPackedB32(in[x])); x 435 ui/gfx/skbitmap_operations.cc out[x] = SkPackARGB32(a, r, g, b); x 452 ui/gfx/skbitmap_operations.cc for (int x = 0; x < width; x++) { x 453 ui/gfx/skbitmap_operations.cc int32_t a = static_cast<int32_t>(SkGetPackedA32(in[x])); x 454 ui/gfx/skbitmap_operations.cc int32_t r = static_cast<int32_t>(SkGetPackedR32(in[x])); x 455 ui/gfx/skbitmap_operations.cc int32_t g = static_cast<int32_t>(SkGetPackedG32(in[x])); x 456 ui/gfx/skbitmap_operations.cc int32_t b = static_cast<int32_t>(SkGetPackedB32(in[x])); x 478 ui/gfx/skbitmap_operations.cc out[x] = SkPackARGB32(a, r, g, b); x 592 ui/gfx/skbitmap_operations.cc for (int x = 0; x < dst_w; ++x) { x 593 ui/gfx/skbitmap_operations.cc int x_pix = (src_x + x) % source.width(); x 597 ui/gfx/skbitmap_operations.cc dst_row[x] = source_row[x_pix]; x 700 ui/gfx/skbitmap_operations.cc for (int x = 0; x < opaque_bitmap.width(); x++) { x 701 ui/gfx/skbitmap_operations.cc uint32 src_pixel = *bitmap.getAddr32(x, y); x 702 ui/gfx/skbitmap_operations.cc uint32* dst_pixel = opaque_bitmap.getAddr32(x, y); x 724 ui/gfx/skbitmap_operations.cc for (int x = 0; x < image.width(); ++x) { x 725 ui/gfx/skbitmap_operations.cc uint32* dst = transposed.getAddr32(y, x); x 726 ui/gfx/skbitmap_operations.cc *dst = image_row[x]; x 785 ui/gfx/skbitmap_operations.cc SkIntToScalar(shadow.x()), x 36 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < a.width(); x++) { x 37 ui/gfx/skbitmap_operations_unittest.cc SkColor a_pixel = *a.getAddr32(x, y); x 38 ui/gfx/skbitmap_operations_unittest.cc SkColor b_pixel = *b.getAddr32(x, y); x 78 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < bitmap.width(); ++x) { x 79 ui/gfx/skbitmap_operations_unittest.cc tinted_pixels[x] = SkPreMultiplyColor(color_utils::HSLShift( x 80 ui/gfx/skbitmap_operations_unittest.cc SkUnPreMultiply::PMColorToColor(pixels[x]), hsl_shift)); x 98 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 99 ui/gfx/skbitmap_operations_unittest.cc int i = y * src_w + x; x 100 ui/gfx/skbitmap_operations_unittest.cc *src.getAddr32(x, y) = x 110 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 111 ui/gfx/skbitmap_operations_unittest.cc int i = y * src_w + x; x 113 ui/gfx/skbitmap_operations_unittest.cc SkColorGetA(*inverted.getAddr32(x, y))); x 115 ui/gfx/skbitmap_operations_unittest.cc SkColorGetR(*inverted.getAddr32(x, y))); x 117 ui/gfx/skbitmap_operations_unittest.cc SkColorGetG(*inverted.getAddr32(x, y))); x 119 ui/gfx/skbitmap_operations_unittest.cc SkColorGetB(*inverted.getAddr32(x, y))); x 137 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 138 ui/gfx/skbitmap_operations_unittest.cc *src_a.getAddr32(x, y) = SkColorSetARGB(255, 0, i * 2 % 255, i % 255); x 139 ui/gfx/skbitmap_operations_unittest.cc *src_b.getAddr32(x, y) = x 153 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 154 ui/gfx/skbitmap_operations_unittest.cc int i = y * src_w + x; x 156 ui/gfx/skbitmap_operations_unittest.cc SkColorGetA(*blended.getAddr32(x, y))); x 158 ui/gfx/skbitmap_operations_unittest.cc SkColorGetR(*blended.getAddr32(x, y))); x 160 ui/gfx/skbitmap_operations_unittest.cc SkColorGetG(*blended.getAddr32(x, y))); x 162 ui/gfx/skbitmap_operations_unittest.cc SkColorGetB(*blended.getAddr32(x, y))); x 179 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 180 ui/gfx/skbitmap_operations_unittest.cc *alpha.getAddr32(x, y) = SkColorSetARGB((i + 128) % 255, x 194 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 196 ui/gfx/skbitmap_operations_unittest.cc SkColor src_pixel = SkUnPreMultiply::PMColorToColor(*src.getAddr32(x, y)); x 198 ui/gfx/skbitmap_operations_unittest.cc SkUnPreMultiply::PMColorToColor(*alpha.getAddr32(x, y)); x 199 ui/gfx/skbitmap_operations_unittest.cc SkColor masked_pixel = *masked.getAddr32(x, y); x 225 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 226 ui/gfx/skbitmap_operations_unittest.cc *src.getAddr32(x, y) = SkPreMultiplyColor(SkColorSetARGB((i + 128) % 255, x 239 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 240 ui/gfx/skbitmap_operations_unittest.cc SkColor src_pixel = *src.getAddr32(x, y); x 241 ui/gfx/skbitmap_operations_unittest.cc SkColor shifted_pixel = *shifted.getAddr32(x, y); x 263 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 264 ui/gfx/skbitmap_operations_unittest.cc *src.getAddr32(x, y) = SkColorSetARGB(255, 0, 0, i % 255); x 278 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 279 ui/gfx/skbitmap_operations_unittest.cc EXPECT_TRUE(ColorsClose(shifted.getColor(x, y), x 297 ui/gfx/skbitmap_operations_unittest.cc for (int g = 0, x = 0; g <= 255; g += inc) { x 298 ui/gfx/skbitmap_operations_unittest.cc for (int b = 0; b <= 255; b+= inc, x++) { x 299 ui/gfx/skbitmap_operations_unittest.cc *src.getAddr32(x, y) = x 335 ui/gfx/skbitmap_operations_unittest.cc for (int x = 4; x < 12; x++) { x 336 ui/gfx/skbitmap_operations_unittest.cc EXPECT_EQ(*src.getAddr32(x, y), x 337 ui/gfx/skbitmap_operations_unittest.cc *cropped.getAddr32(x - 4, y - 4)); x 356 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < src_w; x++) { x 357 ui/gfx/skbitmap_operations_unittest.cc EXPECT_EQ(*src.getAddr32(x, y), x 358 ui/gfx/skbitmap_operations_unittest.cc *cropped.getAddr32((x + src_w / 2) % src_w, x 505 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < input.width(); ++x) { x 507 ui/gfx/skbitmap_operations_unittest.cc *input.getAddr32(x, y) = x * input.width() + y; x 516 ui/gfx/skbitmap_operations_unittest.cc for (int x = 0; x < input.width(); ++x) { x 518 ui/gfx/skbitmap_operations_unittest.cc EXPECT_EQ(*input.getAddr32(x, y), *result.getAddr32(y, x)); x 574 ui/gfx/skbitmap_operations_unittest.cc for (int x=0; x < src_w; ++x) { x 576 ui/gfx/skbitmap_operations_unittest.cc ASSERT_EQ(*src.getAddr32(x,y), *rotate90.getAddr32(src_h - (y+1),x)); x 577 ui/gfx/skbitmap_operations_unittest.cc ASSERT_EQ(*src.getAddr32(x,y), *rotate270.getAddr32(y, src_w - (x+1))); x 578 ui/gfx/skbitmap_operations_unittest.cc ASSERT_EQ(*src.getAddr32(x,y), x 579 ui/gfx/skbitmap_operations_unittest.cc *rotate180.getAddr32(src_w - (x+1), src_h - (y+1))); x 24 ui/gfx/skia_util.cc r.iset(rect.x(), rect.y(), rect.right(), rect.bottom()); x 29 ui/gfx/skia_util.cc return SkIRect::MakeXYWH(rect.x(), rect.y(), rect.width(), rect.height()); x 33 ui/gfx/skia_util.cc return Rect(rect.x(), rect.y(), rect.width(), rect.height()); x 37 ui/gfx/skia_util.cc return SkRect::MakeXYWH(SkFloatToScalar(rect.x()), x 44 ui/gfx/skia_util.cc return RectF(SkScalarToFloat(rect.x()), x 119 ui/gfx/skia_util.cc layer_info.fOffset.set(SkIntToScalar(shadow.x()), x 37 ui/gfx/test/gfx_util.cc if (FloatAlmostEqual(lhs.x(), rhs.x()) && x 141 ui/gfx/test/ui_cocoa_test_helper.h EXPECT_TRUE(CGFLOAT_EQ(expected.origin.x, actual.origin.x) && \ x 35 ui/gfx/transform.cc inline bool ApproximatelyZero(SkMScalar x, SkMScalar tolerance) { x 36 ui/gfx/transform.cc return std::abs(x) <= tolerance; x 39 ui/gfx/transform.cc inline bool ApproximatelyOne(SkMScalar x, SkMScalar tolerance) { x 40 ui/gfx/transform.cc return std::abs(x - SkDoubleToMScalar(1.0)) <= tolerance; x 153 ui/gfx/transform.cc matrix_.setRotateDegreesAbout(SkFloatToMScalar(axis.x()), x 159 ui/gfx/transform.cc rot.setRotateDegreesAbout(SkFloatToMScalar(axis.x()), x 167 ui/gfx/transform.cc void Transform::Scale(SkMScalar x, SkMScalar y) { matrix_.preScale(x, y, 1); } x 169 ui/gfx/transform.cc void Transform::Scale3d(SkMScalar x, SkMScalar y, SkMScalar z) { x 170 ui/gfx/transform.cc matrix_.preScale(x, y, z); x 173 ui/gfx/transform.cc void Transform::Translate(SkMScalar x, SkMScalar y) { x 174 ui/gfx/transform.cc matrix_.preTranslate(x, y, 0); x 177 ui/gfx/transform.cc void Transform::Translate3d(SkMScalar x, SkMScalar y, SkMScalar z) { x 178 ui/gfx/transform.cc matrix_.preTranslate(x, y, z); x 501 ui/gfx/transform.cc SkMScalar p[4] = {SkFloatToMScalar(point->x()), SkFloatToMScalar(point->y()), x 519 ui/gfx/transform.cc SkMScalar p[4] = {SkFloatToMScalar(point->x()), SkFloatToMScalar(point->y()), x 90 ui/gfx/transform.h void Scale(SkMScalar x, SkMScalar y); x 91 ui/gfx/transform.h void Scale3d(SkMScalar x, SkMScalar y, SkMScalar z); x 98 ui/gfx/transform.h void Translate(SkMScalar x, SkMScalar y); x 99 ui/gfx/transform.h void Translate3d(SkMScalar x, SkMScalar y, SkMScalar z); x 404 ui/gfx/transform_unittest.cc int x; x 423 ui/gfx/transform_unittest.cc Point3F p1(value.x, value.y, 0); x 468 ui/gfx/transform_unittest.cc EXPECT_EQ(p1.x(), p2.x()); x 497 ui/gfx/transform_unittest.cc EXPECT_EQ(p1.x(), p2.x()); x 529 ui/gfx/transform_unittest.cc EXPECT_EQ(p1.x(), p2.x()); x 579 ui/gfx/transform_unittest.cc EXPECT_EQ(p1.x(), p2.x()); x 582 ui/gfx/transform_unittest.cc EXPECT_EQ(p1.x(), p0.x()); x 633 ui/gfx/transform_unittest.cc EXPECT_EQ(p1.x(), p2.x()); x 637 ui/gfx/transform_unittest.cc EXPECT_EQ(p1.x(), p0.x()); x 648 ui/gfx/transform_unittest.cc int x; x 668 ui/gfx/transform_unittest.cc Point pt(value.x, value.y); x 675 ui/gfx/transform_unittest.cc EXPECT_EQ(value.xprime, pt.x()); x 678 ui/gfx/transform_unittest.cc EXPECT_EQ(pt.x(), value.x); x 697 ui/gfx/transform_unittest.cc EXPECT_FLOAT_EQ(11.f, transformed.x()); x 2395 ui/gfx/transform_unittest.cc QuadF test_quad(PointF(p1.x(), p1.y()), x 2396 ui/gfx/transform_unittest.cc PointF(p2.x(), p2.y()), x 2397 ui/gfx/transform_unittest.cc PointF(p3.x(), p3.y()), x 2398 ui/gfx/transform_unittest.cc PointF(p4.x(), p4.y())); x 2406 ui/gfx/transform_unittest.cc QuadF transformedQuad(PointF(p1.x(), p1.y()), x 2407 ui/gfx/transform_unittest.cc PointF(p2.x(), p2.y()), x 2408 ui/gfx/transform_unittest.cc PointF(p3.x(), p3.y()), x 2409 ui/gfx/transform_unittest.cc PointF(p4.x(), p4.y())); x 2605 ui/gfx/transform_unittest.cc transform.Translate(translation.x(), translation.y() + 1); x 2608 ui/gfx/transform_unittest.cc transform.Translate(translation.x(), translation.y()); x 51 ui/gfx/transform_util.cc SkMScalar x = a[1] * b[2] - a[2] * b[1]; x 54 ui/gfx/transform_util.cc out[0] = x; x 143 ui/gfx/transform_util.cc double x = decomp.quaternion[0]; x 152 ui/gfx/transform_util.cc 2.0 * (x * y + z * w), x 153 ui/gfx/transform_util.cc 2.0 * (x * z - y * w), x 154 ui/gfx/transform_util.cc 2.0 * (x * y - z * w), x 155 ui/gfx/transform_util.cc 1.0 - 2.0 * (x * x + z * z), x 156 ui/gfx/transform_util.cc 2.0 * (y * z + x * w), x 157 ui/gfx/transform_util.cc 2.0 * (x * z + y * w), x 158 ui/gfx/transform_util.cc 2.0 * (y * z - x * w), x 159 ui/gfx/transform_util.cc 1.0 - 2.0 * (x * x + y * y)); x 279 ui/gfx/transform_util.cc transform.Translate(anchor.x() * (1 - scale), x 24 ui/gfx/transform_util_unittest.cc Point test(kAnchor.x() + sign_x * kOffset, x 28 ui/gfx/transform_util_unittest.cc EXPECT_EQ(Point(kAnchor.x() + sign_x * kOffset * kScale, x 34 ui/gfx/win/hwnd_util.cc SetWindowPos(hwnd, 0, new_window_rect.x(), new_window_rect.y(), x 181 ui/gfx/win/hwnd_util.cc window_bounds.left = topleft.x; x 226 ui/gfx/win/hwnd_util.cc TrackPopupMenu(menu, flags, point.x(), point.y(), 0, window, NULL); x 167 ui/gfx/win/window_impl.cc int x, y, width, height; x 169 ui/gfx/win/window_impl.cc x = y = width = height = CW_USEDEFAULT; x 171 ui/gfx/win/window_impl.cc x = bounds.x(); x 182 ui/gfx/win/window_impl.cc window_style_, x, y, width, height, x 103 ui/gfx/x/x11_types.cc for (int x = 0; x < data_width; ++x) { x 129 ui/gfx/x/x11_types.cc for (int x = 0; x < data_width; ++x) { x 129 ui/gl/gl_bindings_skia_in_process.cc GLint x, GLint y, x 131 ui/gl/gl_bindings_skia_in_process.cc glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); x 390 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, x 392 ui/gl/gl_bindings_skia_in_process.cc glReadPixels(x, y, width, height, format, type, pixels); x 407 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLScissor(GLint x, GLint y, GLsizei width, GLsizei height) { x 408 ui/gl/gl_bindings_skia_in_process.cc glScissor(x, y, width, height); x 568 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLViewport(GLint x, GLint y, GLsizei width, GLsizei height) { x 569 ui/gl/gl_bindings_skia_in_process.cc glViewport(x, y, width, height); x 26 ui/gl/gl_context_cgl.cc void operator()(CGLRendererInfoObj* x) { x 27 ui/gl/gl_context_cgl.cc if (x) x 28 ui/gl/gl_context_cgl.cc CGLDestroyRendererInfo(*x); x 26 ui/gl/gl_image_glx.cc void operator()(void* x) const { ::XFree(x); } x 102 ui/gl/gl_image_glx.cc int x = 0; x 109 ui/gl/gl_image_glx.cc display_, pixmap_, &root, &x, &y, &width, &height, &bw, &depth)) { x 188 ui/gl/gl_surface.cc bool GLSurface::PostSubBuffer(int x, int y, int width, int height) { x 283 ui/gl/gl_surface.cc bool GLSurfaceAdapter::PostSubBuffer(int x, int y, int width, int height) { x 284 ui/gl/gl_surface.cc return surface_->PostSubBuffer(x, y, width, height); x 68 ui/gl/gl_surface.h virtual bool PostSubBuffer(int x, int y, int width, int height); x 146 ui/gl/gl_surface.h virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 549 ui/gl/gl_surface_egl.cc int x, int y, int width, int height) { x 551 ui/gl/gl_surface_egl.cc if (!eglPostSubBufferNV(GetDisplay(), surface_, x, y, width, height)) { x 69 ui/gl/gl_surface_egl.h virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 37 ui/gl/gl_surface_glx.cc void operator()(void* x) const { x 38 ui/gl/gl_surface_glx.cc ::XFree(x); x 684 ui/gl/gl_surface_glx.cc int x, int y, int width, int height) { x 686 ui/gl/gl_surface_glx.cc glXCopySubBufferMESA(g_display, GetDrawableHandle(), x, y, width, height); x 65 ui/gl/gl_surface_glx.h virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 50 ui/gl/gl_surface_osmesa.cc for (int x = 0; x < copy_width; ++x) { x 51 ui/gl/gl_surface_osmesa.cc buffer_[y * new_size.width() + x] = old_buffer[y * size_.width() + x]; x 45 ui/gl/gl_surface_win.cc virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 187 ui/gl/gl_surface_win.cc int x, int y, int width, int height) { x 213 ui/gl/gl_surface_win.cc x, size.height() - y - height, width, height, x 214 ui/gl/gl_surface_win.cc x, y, width, height, x 37 ui/gl/gl_surface_x11.cc virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; x 227 ui/gl/gl_surface_x11.cc int x, int y, int width, int height) { x 248 ui/gl/gl_surface_x11.cc x, x 250 ui/gl/gl_surface_x11.cc x, x 260 ui/gl/gl_surface_x11.cc x, x 264 ui/gl/gl_surface_x11.cc x, x 222 ui/keyboard/keyboard_controller_unittest.cc before_bounds.x(), before_bounds.y(), x 76 ui/keyboard/keyboard_util.cc window_bounds.x(), x 220 ui/message_center/views/message_center_view.cc child->SetBounds(child_area.x(), top, child_area.width(), height); x 278 ui/message_center/views/message_center_view.cc new_view->SetBounds(old_bounds.x(), x 494 ui/message_center/views/message_center_view.cc child, gfx::Rect(child_area.x(), top, child_area.width(), height)); x 502 ui/message_center/views/message_center_view.cc gfx::Rect target(child_area.x(), top, child_area.width(), height); x 219 ui/message_center/views/message_center_view_unittest.cc << " @ " << bounds.x() << ", " << bounds.y(); x 170 ui/message_center/views/message_popup_collection.cc origin.set_x(origin.x() - preferred_size.width()); x 172 ui/message_center/views/message_popup_collection.cc origin.set_x(origin.x() + preferred_size.width()); x 262 ui/message_center/views/message_popup_collection.cc return work_area_.x() + kToastMarginX; x 265 ui/message_center/views/message_popup_collection.cc return work_area_.x() + kToastMarginX; x 356 ui/message_center/views/message_popup_collection.cc ((work_area.x() > screen_bounds.x() && work_area.y() == screen_bounds.y()) x 188 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_EQ(r0.x(), r1.x()); x 189 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_EQ(r1.x(), r2.x()); x 220 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_EQ(r0.x(), r1.x()); x 248 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_EQ(r0.x(), r1.x()); x 279 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_EQ(r0.x(), r1.x()); x 310 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_EQ(r0.x(), r1.x()); x 338 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_EQ(r0.x(), r1.x()); x 341 ui/message_center/views/message_popup_collection_unittest.cc EXPECT_LT(r1.x(), GetWorkArea().CenterPoint().x()); x 104 ui/message_center/views/notification_view.cc for (int x = 0; x < bitmap.width(); ++x) { x 105 ui/message_center/views/notification_view.cc if (alpha.getColor(x, y) != SK_ColorBLACK) { x 67 ui/message_center/views/padded_button.cc canvas->DrawImageInt(background_image_, position.x(), position.y()); x 68 ui/message_center/views/padded_button.cc canvas->DrawImageInt(image, position.x(), position.y()); x 38 ui/message_center/views/proportional_image_view.cc canvas->DrawImageInt(image_, draw_bounds.x(), draw_bounds.y()); x 47 ui/message_center/views/proportional_image_view.cc draw_bounds.x(), draw_bounds.y(), draw_size.width(), draw_size.height(), x 96 ui/message_center/views/toast_contents_view.cc origin_ = gfx::Point(origin.x() - preferred_size_.width(), x 346 ui/message_center/views/toast_contents_view.cc return gfx::Rect(bounds.x() + bounds.width() - kClosedToastWidth, x 23 ui/metro_viewer/metro_viewer_messages.h IPC_STRUCT_MEMBER(int32, x) x 126 ui/native_theme/common_theme.cc canvas->drawLine(rect.x(), position_y, rect.right(), position_y, paint); x 134 ui/native_theme/common_theme.cc int position_x = rect.x() + rect.width() / 2; x 286 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), rect.y(), rect.x() + rect.width(), rect.y() x 296 ui/native_theme/native_theme_base.cc outline.moveTo(rect.x() + 0.5, rect.y() + rect.height() + 0.5); x 304 ui/native_theme/native_theme_base.cc outline.moveTo(rect.x() + 0.5, rect.y() - 0.5); x 312 ui/native_theme/native_theme_base.cc outline.moveTo(rect.x() - 0.5, rect.y() + 0.5); x 320 ui/native_theme/native_theme_base.cc outline.moveTo(rect.x() + rect.width() + 0.5, rect.y() + 0.5); x 369 ui/native_theme/native_theme_base.cc path.moveTo(rect.x() + width_middle - 4, rect.y() + length_middle + 2); x 374 ui/native_theme/native_theme_base.cc path.moveTo(rect.x() + width_middle - 4, rect.y() + length_middle - 3); x 379 ui/native_theme/native_theme_base.cc path.moveTo(rect.x() + length_middle - 3, rect.y() + width_middle - 4); x 384 ui/native_theme/native_theme_base.cc path.moveTo(rect.x() + length_middle + 1, rect.y() + width_middle - 5); x 404 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), rect.y(), rect.right(), rect.bottom()); x 422 ui/native_theme/native_theme_base.cc const int midx = rect.x() + rect.width() / 2; x 434 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), rect.y(), midx + 1, rect.y() + rect.height()); x 436 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), rect.y(), rect.x() + rect.width(), midy + 1); x 444 ui/native_theme/native_theme_base.cc midx + 1, rect.y(), rect.x() + rect.width(), rect.y() + rect.height()); x 447 ui/native_theme/native_theme_base.cc rect.x(), midy + 1, rect.x() + rect.width(), rect.y() + rect.height()); x 523 ui/native_theme/native_theme_base.cc dash.moveTo(skrect.x() + skrect.width() * 0.16, x 530 ui/native_theme/native_theme_base.cc check.moveTo(skrect.x() + skrect.width() * 0.2, x 573 ui/native_theme/native_theme_base.cc skrect.iset(skrect.x(), skrect.y(), skrect.right() - 1, skrect.bottom() - 1); x 593 ui/native_theme/native_theme_base.cc gradient_bounds[0].set(skrect.x(), skrect.y()); x 594 ui/native_theme/native_theme_base.cc gradient_bounds[1].set(skrect.x(), skrect.y() + skrect.height() * 0.38); x 595 ui/native_theme/native_theme_base.cc gradient_bounds[2].set(skrect.x(), skrect.bottom()); x 666 ui/native_theme/native_theme_base.cc SkRect skrect = SkRect::MakeLTRB(rect.x(), rect.y(), kRight, kBottom); x 687 ui/native_theme/native_theme_base.cc gradient_bounds[kLightEnd].iset(rect.x(), rect.y()); x 688 ui/native_theme/native_theme_base.cc gradient_bounds[kDarkEnd].iset(rect.x(), kBottom - 1); x 722 ui/native_theme/native_theme_base.cc bounds.set(rect.x(), rect.y(), rect.right() - 1, rect.bottom() - 1); x 783 ui/native_theme/native_theme_base.cc const int kMidX = rect.x() + rect.width() / 2; x 791 ui/native_theme/native_theme_base.cc skrect.set(std::max(rect.x(), kMidX - 2), x 796 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), x 809 ui/native_theme/native_theme_base.cc const int kMidX = rect.x() + rect.width() / 2; x 817 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), rect.y(), kMidX + 1, rect.bottom()); x 819 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), rect.y(), rect.right(), kMidY + 1); x 828 ui/native_theme/native_theme_base.cc skrect.set(rect.x(), kMidY + 1, rect.right(), rect.bottom()); x 903 ui/native_theme/native_theme_base.cc rect.x(), rect.y(), x 922 ui/native_theme/native_theme_base.cc big_rect.x(), big_rect.y(), big_rect.width(), big_rect.height()); x 924 ui/native_theme/native_theme_base.cc small_rect.x(), small_rect.y(), small_rect.width(), small_rect.height()); x 941 ui/native_theme/native_theme_base.cc left_border_image->height(), rect.x(), rect.y(), dest_left_border_width, x 951 ui/native_theme/native_theme_base.cc int x, int y, int w, int h) const { x 954 ui/native_theme/native_theme_base.cc clip.intersect(SkIntToScalar(x), SkIntToScalar(y), SkIntToScalar(x + w), x 998 ui/native_theme/native_theme_base.cc int x, x 1003 ui/native_theme/native_theme_base.cc skrect.set(x, y1, x + 1, y2 + 1); x 1020 ui/native_theme/native_theme_base.cc const int right = rect.x() + rect.width() - 1; x 1022 ui/native_theme/native_theme_base.cc DrawHorizLine(canvas, rect.x(), right, rect.y(), paint); x 1024 ui/native_theme/native_theme_base.cc DrawHorizLine(canvas, rect.x(), right, bottom, paint); x 1025 ui/native_theme/native_theme_base.cc DrawVertLine(canvas, rect.x(), rect.y(), bottom, paint); x 139 ui/native_theme/native_theme_base.h int x, int y, int w, int h) const; x 166 ui/native_theme/native_theme_base.h int x, x 733 ui/native_theme/native_theme_win.cc canvas->drawBitmap(bitmap, rect.x(), rect.y()); x 901 ui/native_theme/native_theme_win.cc StretchBlt(hdc, r.x(), r.y(), r.width(), r.height(), x 1703 ui/native_theme/native_theme_win.cc RECT bounds = gfx::Rect(scaled_rect.x() + save_transform.eDx, x 2099 ui/native_theme/native_theme_win.cc BitBlt(hdc, rect.x(), rect.y(), width, height, bitmap_dc, 0, 0, SRCCOPY); x 116 ui/ozone/platform/caca/caca_event_factory.cc location.x() * bitmap_size.width() / physical_size.width(), x 198 ui/ozone/platform/caca/caca_event_factory.cc last_cursor_location_.x(), x 45 ui/ozone/platform/dri/cursor_factory_evdev_dri.cc gfx::PointF(cursor_bounds_.x(), cursor_bounds_.y())); x 215 ui/shell_dialogs/select_file_dialog_win.cc point.x = dialog_rect.right; x 33 ui/snapshot/snapshot_android.cc scaled_bounds.x(), scaled_bounds.y(), scaled_bounds.width(), x 30 ui/snapshot/snapshot_aura_unittest.cc SkColor GetExpectedColorForPoint(int x, int y) { x 31 ui/snapshot/snapshot_aura_unittest.cc return SkColorSetRGB(std::min(x, 255), std::min(y, 255), 0); x 46 ui/snapshot/snapshot_aura_unittest.cc for (int x = 0; x < window_size_.width(); ++x) x 47 ui/snapshot/snapshot_aura_unittest.cc canvas->FillRect(gfx::Rect(x, y, 1, 1), GetExpectedColorForPoint(x, y)); x 64 ui/snapshot/snapshot_aura_unittest.cc for (int x = 0; x < bitmap->width(); x += scale_factor) { x 65 ui/snapshot/snapshot_aura_unittest.cc if (static_cast<SkColor>(bitmap_data[x + y * bitmap->width()]) != x 66 ui/snapshot/snapshot_aura_unittest.cc GetExpectedColorForPoint(x / scale_factor, y / scale_factor)) { x 51 ui/snapshot/snapshot_gtk.cc display, win, snapshot_bounds.x(), snapshot_bounds.y(), x 88 ui/snapshot/snapshot_win.cc window_hdc, snapshot_bounds.x(), snapshot_bounds.y(), SRCCOPY); x 349 ui/views/accessibility/native_view_accessibility_win.cc *x_left = topleft.x(); x 1052 ui/views/accessibility/native_view_accessibility_win.cc LONG x, LONG y, enum IA2CoordinateType coord_type, LONG* offset) { x 178 ui/views/accessibility/native_view_accessibility_win.h LONG x, x 240 ui/views/accessibility/native_view_accessibility_win.h STDMETHODIMP get_offsetAtPoint(LONG x, LONG y, x 265 ui/views/accessibility/native_view_accessibility_win.h LONG* x, LONG* y, x 288 ui/views/accessibility/native_view_accessibility_win.h LONG x, LONG y) { x 264 ui/views/animation/bounds_animator.cc repaint_bounds_.x(), repaint_bounds_.width())); x 168 ui/views/bubble/bubble_border.cc int x = anchor_rect.x(); x 181 ui/views/bubble/bubble_border.cc x += mid_anchor ? w / 2 - arrow_offset : kStroke - GetBorderThickness(); x 183 ui/views/bubble/bubble_border.cc x += w / 2 - arrow_offset; x 185 ui/views/bubble/bubble_border.cc x += mid_anchor ? w / 2 + arrow_offset - size.width() : x 190 ui/views/bubble/bubble_border.cc x += is_arrow_on_left(arrow_) ? w + arrow_size : -arrow_size - size.width(); x 200 ui/views/bubble/bubble_border.cc x += (w - size.width()) / 2; x 204 ui/views/bubble/bubble_border.cc return gfx::Rect(x, y, size.width(), size.height()); x 331 ui/views/bubble/bubble_border.cc canvas->DrawImageInt(*GetArrowImage(), arrow_bounds.x(), arrow_bounds.y()); x 334 ui/views/bubble/bubble_border.cc float tip_x = horizontal ? arrow_bounds.CenterPoint().x() : x 336 ui/views/bubble/bubble_border.cc arrow_bounds.x() + thickness; x 47 ui/views/bubble/bubble_frame_view.cc return std::max(0, available_bounds.x() - window_bounds.x()) + x 111 ui/views/bubble/bubble_frame_view.cc gfx::Rect sys_rect(0, 0, title_->x(), title_->y()); x 192 ui/views/bubble/bubble_frame_view.cc const int title_width = std::max(0, close_->bounds().x() - title_bounds.x()); x 198 ui/views/bubble/bubble_frame_view.cc const int extra_width = close_->bounds().x() - title_->bounds().right(); x 318 ui/views/bubble/bubble_frame_view.cc if (window_bounds.x() < available_bounds.x()) x 319 ui/views/bubble/bubble_frame_view.cc offscreen_adjust = available_bounds.x() - window_bounds.x(); x 52 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(insets.left() + margin_x, frame.GetBoundsForClientView().x()); x 71 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_GT(window_bounds.x(), xposition); x 82 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_GT(window_bounds.x(), xposition); x 93 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_GT(window_bounds.x(), xposition); x 104 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_GT(window_bounds.x(), xposition); x 115 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_LT(window_bounds.x(), 900 + 50 - 500); x 126 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_LT(window_bounds.x(), 900 + 50 - 500); x 137 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_LT(window_bounds.x(), 900 + 50 - 500); x 149 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_LT(window_bounds.x(), 900 + 50 - 500); x 161 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_LT(window_bounds.x(), 900 + 50 - 500); x 224 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_LT(window_bounds.x(), 100 + 50 - 500); x 241 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x() + window_bounds.width() / 2, 525); x 249 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x() + window_bounds.width() / 2, 525); x 274 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x(), 0); x 275 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x() + x 284 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x(), 0); x 285 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x() + x 296 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x() + x 306 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(window_bounds.x() + x 108 ui/views/bubble/tray_bubble_view.cc rect.set_x(rect.x() + x 111 ui/views/bubble/tray_bubble_view.cc rect.set_x(rect.x() + kArrowOffsetLeft); x 113 ui/views/bubble/tray_bubble_view.cc rect.set_x(rect.x() + kArrowOffsetRight); x 122 ui/views/bubble/tray_bubble_view.cc const int x = position_relative_to.x() + x 127 ui/views/bubble/tray_bubble_view.cc return gfx::Rect(x, y, border_size.width(), border_size.height()); x 143 ui/views/bubble/tray_bubble_view.cc arrow_offset = pt.x(); x 270 ui/views/color_chooser/color_chooser_view.cc int x = SkScalarFloorToInt(SkScalarMul(saturation, scalar_size)) + x 274 ui/views/color_chooser/color_chooser_view.cc if (gfx::Point(x, y) == marker_position_) x 277 ui/views/color_chooser/color_chooser_view.cc marker_position_.set_x(x); x 286 ui/views/color_chooser/color_chooser_view.cc SkIntToScalar(point.x() - kBorderWidth), scalar_size); x 322 ui/views/color_chooser/color_chooser_view.cc gfx::Rect(marker_position_.x(), x 327 ui/views/color_chooser/color_chooser_view.cc gfx::Rect(marker_position_.x() - kSaturationValueIndicatorSize, x 88 ui/views/controls/button/checkbox.cc gfx::Insets(rect.y(), rect.x(), x 108 ui/views/controls/button/image_button.cc canvas->DrawImageInt(background_image_, position.x(), position.y()); x 110 ui/views/controls/button/image_button.cc canvas->DrawImageInt(img, position.x(), position.y()); x 148 ui/views/controls/button/image_button.cc int x = 0, y = 0; x 160 ui/views/controls/button/image_button.cc x = (rect.width() - image.width()) / 2; x 162 ui/views/controls/button/image_button.cc x = rect.width() - image.width(); x 169 ui/views/controls/button/image_button.cc x += rect.x(); x 172 ui/views/controls/button/image_button.cc return gfx::Point(x, y); x 263 ui/views/controls/button/label_button.cc label_origin.set_x(image_origin.x() + image_size.width() + kSpacing); x 143 ui/views/controls/button/label_button_unittest.cc EXPECT_LT(button.image_->bounds().right(), button.label_->bounds().x()); x 147 ui/views/controls/button/label_button_unittest.cc EXPECT_LT(button.image_->bounds().right(), button.label_->bounds().x()); x 151 ui/views/controls/button/label_button_unittest.cc EXPECT_LT(button.label_->bounds().right(), button.image_->bounds().x()); x 80 ui/views/controls/button/menu_button.cc menu_position.set_x(lb.x()); x 84 ui/views/controls/button/menu_button.cc menu_position.Offset(-menu_offset_.x(), menu_offset_.y()); x 86 ui/views/controls/button/menu_button.cc menu_position.Offset(menu_offset_.x(), menu_offset_.y()); x 89 ui/views/controls/button/menu_button.cc if (max_x_coordinate && max_x_coordinate <= menu_position.x()) x 263 ui/views/controls/button/menu_button.cc canvas->DrawImageInt(*menu_marker_, arrow_bounds.x(), arrow_bounds.y()); x 48 ui/views/controls/button/menu_button.h void set_menu_offset(int x, int y) { menu_offset_.SetPoint(x, y); } x 646 ui/views/controls/button/text_button.cc : text_bounds.x() - icon.width() - spacing; x 667 ui/views/controls/button/text_button.cc canvas->DrawImageInt(icon, icon_bounds.x(), icon_bounds.y()); x 71 ui/views/controls/combobox/combobox.cc #define MENU_IMAGE_GRID(x) { \ x 72 ui/views/controls/combobox/combobox.cc x ## _MENU_TOP, x ## _MENU_CENTER, x ## _MENU_BOTTOM, } x 192 ui/views/controls/combobox/combobox.cc int x, int y, int width, int height) { x 195 ui/views/controls/combobox/combobox.cc x, y, width, top_image.height(), false); x 200 ui/views/controls/combobox/combobox.cc x, y, width, center_height, false); x 204 ui/views/controls/combobox/combobox.cc x, y, width, bottom_image.height(), false); x 211 ui/views/controls/combobox/combobox.cc int x, int height) { x 216 ui/views/controls/combobox/combobox.cc x, 0, arrow_button_images[0]->width(), height); x 648 ui/views/controls/combobox/combobox.cc int x = insets.left(); x 668 ui/views/controls/combobox/combobox.cc gfx::Rect text_bounds(x, y, text_width, text_height); x 679 ui/views/controls/combobox/combobox.cc canvas->DrawImageInt(*disclosure_arrow_, arrow_bounds.x(), arrow_bounds.y()); x 726 ui/views/controls/combobox/combobox.cc PaintArrowButton(canvas, arrow_button_images, arrow_button_->x(), height()); x 734 ui/views/controls/combobox/combobox.cc arrow_button_->x(), height()); x 755 ui/views/controls/combobox/combobox.cc menu_position.set_x(menu_position.x() + kMenuBorderWidthLeft); x 761 ui/views/controls/combobox/combobox.cc if (menu_position.x() < 0) x 516 ui/views/controls/combobox/combobox_unittest.cc PerformClick(gfx::Point(combobox_->x() + 1, x 537 ui/views/controls/combobox/combobox_unittest.cc PerformClick(gfx::Point(combobox_->x() + 1, x 597 ui/views/controls/combobox/combobox_unittest.cc PerformClick(gfx::Point(combobox_->x() + combobox_->width() - 1, x 608 ui/views/controls/combobox/combobox_unittest.cc PerformClick(gfx::Point(combobox_->x() + 1, x 93 ui/views/controls/glow_hover_controller.cc center_point.iset(location_.x(), location_.y()); x 110 ui/views/controls/glow_hover_controller.cc hover_canvas.DrawRect(gfx::Rect(location_.x() - radius, x 120 ui/views/controls/image_view.cc int x; x 129 ui/views/controls/image_view.cc case LEADING: x = insets.left(); break; x 130 ui/views/controls/image_view.cc case TRAILING: x = width() - insets.right() - image_size.width(); break; x 131 ui/views/controls/image_view.cc case CENTER: x = (width() - image_size.width()) / 2; break; x 132 ui/views/controls/image_view.cc default: NOTREACHED(); x = 0; break; x 143 ui/views/controls/image_view.cc return gfx::Point(x, y); x 229 ui/views/controls/image_view.cc image_bounds.x(), image_bounds.y(), image_bounds.width(), x 232 ui/views/controls/image_view.cc canvas->DrawImageInt(image_, image_bounds.x(), image_bounds.y()); x 114 ui/views/controls/label.cc void Label::SetShadowOffset(int x, int y) { x 115 ui/views/controls/label.cc shadow_offset_.SetPoint(x, y); x 204 ui/views/controls/label.cc SetBounds(x(), y(), label_width, 0); x 95 ui/views/controls/label.h void SetShadowOffset(int x, int y); x 392 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width() / 2, text_bounds.x()); x 408 ui/views/controls/label_unittest.cc EXPECT_EQ(0, text_bounds.x()); x 424 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width(), text_bounds.x()); x 455 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); x 471 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); x 487 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width(), text_bounds.x()); x 513 ui/views/controls/label_unittest.cc label.SetBounds(label.x(), x 524 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width() / 2, text_bounds.x()); x 543 ui/views/controls/label_unittest.cc EXPECT_EQ(0, text_bounds.x()); x 561 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width(), text_bounds.x()); x 579 ui/views/controls/label_unittest.cc label.SetBounds(label.x(), x 589 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); x 607 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); x 625 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width() + border.left(), text_bounds.x()); x 664 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width() / 2, text_bounds.x()); x 680 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width(), text_bounds.x()); x 696 ui/views/controls/label_unittest.cc EXPECT_EQ(0, text_bounds.x()); x 728 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); x 744 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width(), text_bounds.x()); x 760 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); x 789 ui/views/controls/label_unittest.cc label.SetBounds(label.x(), x 800 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width() / 2, text_bounds.x()); x 820 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width(), text_bounds.x()); x 839 ui/views/controls/label_unittest.cc EXPECT_EQ(0, text_bounds.x()); x 858 ui/views/controls/label_unittest.cc label.SetBounds(label.x(), x 868 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); x 887 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width(), text_bounds.x()); x 906 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); x 221 ui/views/controls/menu/menu.h virtual void RunMenuAt(int x, int y) = 0; x 743 ui/views/controls/menu/menu_controller.cc MenuItemView* menu_item = GetMenuItemAt(source, event.x(), event.y()); x 747 ui/views/controls/menu/menu_controller.cc menu_item = GetEmptyMenuItemAt(source, event.x(), event.y()); x 1263 ui/views/controls/menu/menu_controller.cc if (mouse_location.x() >= 0 && x 1264 ui/views/controls/menu/menu_controller.cc mouse_location.x() < source_view->width() && x 1314 ui/views/controls/menu/menu_controller.cc UpdateInitialLocation(gfx::Rect(screen_menu_loc.x(), screen_menu_loc.y(), x 1360 ui/views/controls/menu/menu_controller.cc MenuItemView* MenuController::GetMenuItemAt(View* source, int x, int y) { x 1362 ui/views/controls/menu/menu_controller.cc View* child_under_mouse = source->GetEventHandlerForPoint(gfx::Point(x, y)); x 1374 ui/views/controls/menu/menu_controller.cc MenuItemView* MenuController::GetEmptyMenuItemAt(View* source, int x, int y) { x 1375 ui/views/controls/menu/menu_controller.cc View* child_under_mouse = source->GetEventHandlerForPoint(gfx::Point(x, y)); x 1384 ui/views/controls/menu/menu_controller.cc int x, x 1389 ui/views/controls/menu/menu_controller.cc scroll_view->GetEventHandlerForPoint(gfx::Point(x, y)); x 1433 ui/views/controls/menu/menu_controller.cc if (scroll_view_loc.x() < 0 || x 1434 ui/views/controls/menu/menu_controller.cc scroll_view_loc.x() >= scroll_view_container->width() || x 1440 ui/views/controls/menu/menu_controller.cc if (IsScrollButtonAt(menu, scroll_view_loc.x(), scroll_view_loc.y(), x 1450 ui/views/controls/menu/menu_controller.cc part->menu = GetMenuItemAt(menu, menu_loc.x(), menu_loc.y()); x 1469 ui/views/controls/menu/menu_controller.cc return vis_rect.Contains(view_loc.x(), view_loc.y()); x 1690 ui/views/controls/menu/menu_controller.cc int x, y; x 1696 ui/views/controls/menu/menu_controller.cc x = state_.initial_bounds.x(); x 1701 ui/views/controls/menu/menu_controller.cc x += 1; x 1705 ui/views/controls/menu/menu_controller.cc x = x + state_.initial_bounds.width() - pref.width(); x 1707 ui/views/controls/menu/menu_controller.cc x -= 1; x 1709 ui/views/controls/menu/menu_controller.cc x = x - (pref.width() - state_.initial_bounds.width()) / 2; x 1759 ui/views/controls/menu/menu_controller.cc if (x + state_.initial_bounds.width() + pref.width() > x 1761 ui/views/controls/menu/menu_controller.cc x -= pref.width(); // Move the menu to the left of the button. x 1763 ui/views/controls/menu/menu_controller.cc x += state_.initial_bounds.width(); // Move the menu right. x 1767 ui/views/controls/menu/menu_controller.cc if (state_.monitor_bounds.x() > x 1768 ui/views/controls/menu/menu_controller.cc state_.initial_bounds.x() - pref.width()) x 1769 ui/views/controls/menu/menu_controller.cc x = state_.initial_bounds.right(); // Move right of the button. x 1771 ui/views/controls/menu/menu_controller.cc x = state_.initial_bounds.x() - pref.width(); // Move left. x 1791 ui/views/controls/menu/menu_controller.cc if (x + pref.width() > state_.monitor_bounds.right()) x 1792 ui/views/controls/menu/menu_controller.cc x = state_.initial_bounds.x() - pref.width() - 1; x 1793 ui/views/controls/menu/menu_controller.cc if (x < state_.monitor_bounds.x()) x 1794 ui/views/controls/menu/menu_controller.cc x = state_.monitor_bounds.x(); x 1811 ui/views/controls/menu/menu_controller.cc x = item_loc.x() + item->width() - submenu_horizontal_inset; x 1813 ui/views/controls/menu/menu_controller.cc x + pref.width() > state_.monitor_bounds.right()) { x 1818 ui/views/controls/menu/menu_controller.cc x = item_loc.x() - pref.width() + submenu_horizontal_inset; x 1821 ui/views/controls/menu/menu_controller.cc x = item_loc.x() - pref.width() + submenu_horizontal_inset; x 1822 ui/views/controls/menu/menu_controller.cc if (state_.monitor_bounds.width() != 0 && x < state_.monitor_bounds.x()) { x 1827 ui/views/controls/menu/menu_controller.cc x = item_loc.x() + item->width() - submenu_horizontal_inset; x 1841 ui/views/controls/menu/menu_controller.cc if (x + pref.width() > state_.monitor_bounds.right()) x 1842 ui/views/controls/menu/menu_controller.cc x = state_.monitor_bounds.right() - pref.width(); x 1843 ui/views/controls/menu/menu_controller.cc if (x < state_.monitor_bounds.x()) x 1844 ui/views/controls/menu/menu_controller.cc x = state_.monitor_bounds.x(); x 1846 ui/views/controls/menu/menu_controller.cc return gfx::Rect(x, y, pref.width(), pref.height()); x 1871 ui/views/controls/menu/menu_controller.cc max_width = owner_bounds.x() - state_.monitor_bounds.x() + x 1893 ui/views/controls/menu/menu_controller.cc int x, y; x 1901 ui/views/controls/menu/menu_controller.cc x = owner_bounds.CenterPoint().x() - pref.width() / 2; x 1902 ui/views/controls/menu/menu_controller.cc int x_old = x; x 1903 ui/views/controls/menu/menu_controller.cc if (x < state_.monitor_bounds.x()) { x 1904 ui/views/controls/menu/menu_controller.cc x = state_.monitor_bounds.x(); x 1905 ui/views/controls/menu/menu_controller.cc } else if (x + pref.width() > state_.monitor_bounds.right()) { x 1906 ui/views/controls/menu/menu_controller.cc x = state_.monitor_bounds.right() - pref.width(); x 1909 ui/views/controls/menu/menu_controller.cc pref.width() / 2 - x + x_old); x 1912 ui/views/controls/menu/menu_controller.cc x = owner_bounds.right() - kBubbleTipSizeLeftRight; x 1914 ui/views/controls/menu/menu_controller.cc x = owner_bounds.x() - pref.width() + kBubbleTipSizeLeftRight; x 1926 ui/views/controls/menu/menu_controller.cc return gfx::Rect(x, y, pref.width(), pref.height()); x 303 ui/views/controls/menu/menu_controller.h MenuItemView* GetMenuItemAt(View* menu, int x, int y); x 306 ui/views/controls/menu/menu_controller.h MenuItemView* GetEmptyMenuItemAt(View* source, int x, int y); x 312 ui/views/controls/menu/menu_controller.h int x, x 523 ui/views/controls/menu/menu_item_view.cc int x = width() - (use_right_margin_ ? item_right_margin_ : 0); x 529 ui/views/controls/menu/menu_item_view.cc child->SetBounds(x - width, 0, width, height()); x 530 ui/views/controls/menu/menu_item_view.cc x -= width - kChildXPadding; x 537 ui/views/controls/menu/menu_item_view.cc int x = config.item_left_margin + left_icon_margin_ + x 540 ui/views/controls/menu/menu_item_view.cc x = label_start_; x 543 ui/views/controls/menu/menu_item_view.cc icon_view_->SetPosition(gfx::Point(x, y)); x 781 ui/views/controls/menu/menu_item_view.cc canvas->DrawImageInt(check, check_bounds.x(), check_bounds.y()); x 790 ui/views/controls/menu/menu_item_view.cc canvas->DrawImageInt(image, radio_bounds.x(), radio_bounds.y()); x 852 ui/views/controls/menu/menu_item_view.cc canvas->DrawImageInt(arrow, arrow_bounds.x(), arrow_bounds.y()); x 85 ui/views/controls/menu/menu_scroll_view_container.cc int x = width() / 2; x 88 ui/views/controls/menu/menu_scroll_view_container.cc int x_left = x - config.scroll_arrow_height; x 89 ui/views/controls/menu/menu_scroll_view_container.cc int x_right = x + config.scroll_arrow_height; x 100 ui/views/controls/menu/menu_scroll_view_container.cc path.moveTo(SkIntToScalar(x), SkIntToScalar(y)); x 103 ui/views/controls/menu/menu_scroll_view_container.cc path.lineTo(SkIntToScalar(x), SkIntToScalar(y)); x 221 ui/views/controls/menu/menu_scroll_view_container.cc int x = insets.left(); x 226 ui/views/controls/menu/menu_scroll_view_container.cc scroll_view_->SetBounds(x, y, width, content_height); x 232 ui/views/controls/menu/menu_scroll_view_container.cc scroll_up_button_->SetBounds(x, y, width, pref.height()); x 238 ui/views/controls/menu/menu_scroll_view_container.cc scroll_down_button_->SetBounds(x, height() - pref.height() - insets.top(), x 242 ui/views/controls/menu/menu_scroll_view_container.cc scroll_view_->SetBounds(x, scroll_view_y, width, content_height); x 39 ui/views/controls/menu/menu_separator_win.cc start_x = gutter_bounds.x() + config.gutter_width; x 446 ui/views/controls/menu/native_menu_win.cc TrackPopupMenu(menu_, flags, point.x(), point.y(), 0, host_window_->hwnd(), x 107 ui/views/controls/menu/submenu_view.cc SetBounds(x(), new_y, parent()->width(), pref_height); x 110 ui/views/controls/menu/submenu_view.cc int x = insets.left(); x 117 ui/views/controls/menu/submenu_view.cc child->SetBounds(x, y, menu_item_width, child_pref_size.height()); x 484 ui/views/controls/menu/submenu_view.cc int x = vis_bounds.x(); x 491 ui/views/controls/menu/submenu_view.cc gfx::Rect new_vis_bounds(x, y, vis_bounds.width(), vis_bounds.height()); x 87 ui/views/controls/native/native_view_host.cc int x = vis_bounds.x(); x 89 ui/views/controls/native/native_view_host.cc native_wrapper_->InstallClip(x, y, vis_bounds.width(), x 105 ui/views/controls/native/native_view_host.cc native_wrapper_->ShowWidget(local_bounds.x(), local_bounds.y(), x 196 ui/views/controls/native/native_view_host.cc return native_wrapper_->GetCursor(event.x(), event.y()); x 69 ui/views/controls/native/native_view_host_aura.cc void NativeViewHostAura::InstallClip(int x, int y, int w, int h) { x 83 ui/views/controls/native/native_view_host_aura.cc void NativeViewHostAura::ShowWidget(int x, int y, int w, int h) { x 85 ui/views/controls/native/native_view_host_aura.cc host_->native_view()->SetBounds(gfx::Rect(x, y, w, h)); x 104 ui/views/controls/native/native_view_host_aura.cc gfx::NativeCursor NativeViewHostAura::GetCursor(int x, int y) { x 106 ui/views/controls/native/native_view_host_aura.cc return host_->native_view()->GetCursor(gfx::Point(x, y)); x 30 ui/views/controls/native/native_view_host_aura.h virtual void InstallClip(int x, int y, int w, int h) OVERRIDE; x 33 ui/views/controls/native/native_view_host_aura.h virtual void ShowWidget(int x, int y, int w, int h) OVERRIDE; x 37 ui/views/controls/native/native_view_host_aura.h virtual gfx::NativeCursor GetCursor(int x, int y) OVERRIDE; x 42 ui/views/controls/native/native_view_host_wrapper.h virtual void InstallClip(int x, int y, int w, int h) = 0; x 52 ui/views/controls/native/native_view_host_wrapper.h virtual void ShowWidget(int x, int y, int w, int h) = 0; x 67 ui/views/controls/native/native_view_host_wrapper.h virtual gfx::NativeCursor GetCursor(int x, int y) = 0; x 39 ui/views/controls/progress_bar.cc void AddRoundRectPathWithPadding(int x, int y, x 47 ui/views/controls/progress_bar.cc SkIntToScalar(x) + padding, SkIntToScalar(y) + padding, x 48 ui/views/controls/progress_bar.cc SkIntToScalar(x + w) - padding, SkIntToScalar(y + h) - padding); x 55 ui/views/controls/progress_bar.cc void AddRoundRectPath(int x, int y, x 59 ui/views/controls/progress_bar.cc AddRoundRectPathWithPadding(x, y, w, h, corner_radius, SK_ScalarHalf, path); x 63 ui/views/controls/progress_bar.cc int x, int y, x 71 ui/views/controls/progress_bar.cc AddRoundRectPath(x, y, w, h, corner_radius, &path); x 77 ui/views/controls/progress_bar.cc p[0].iset(x, y); x 79 ui/views/controls/progress_bar.cc p[1].iset(x + w, y); x 81 ui/views/controls/progress_bar.cc p[1].iset(x, y + h); x 91 ui/views/controls/progress_bar.cc int x, int y, x 99 ui/views/controls/progress_bar.cc FillRoundRect(canvas, x, y, w, h, corner_radius, x 103 ui/views/controls/progress_bar.cc AddRoundRectPath(x, y, w, h, corner_radius, &path); x 113 ui/views/controls/progress_bar.cc int x, int y, x 119 ui/views/controls/progress_bar.cc AddRoundRectPath(x, y, w, h, corner_radius, &path); x 199 ui/views/controls/progress_bar.cc int bar_left = content_bounds.x(); x 43 ui/views/controls/resize_area.cc gfx::Point point(event.x(), 0); x 45 ui/views/controls/resize_area.cc initial_position_ = point.x(); x 54 ui/views/controls/resize_area.cc ReportResizeAmount(event.x(), false); x 59 ui/views/controls/resize_area.cc ReportResizeAmount(event.x(), true); x 73 ui/views/controls/resize_area.cc resize_amount = point.x() - initial_position_; x 59 ui/views/controls/scroll_view.cc int x = CheckScrollBounds(viewport->width(), view->width(), -view->x()); x 63 ui/views/controls/scroll_view.cc view->SetBounds(-x, -y, view->width(), view->height()); x 98 ui/views/controls/scroll_view.cc scroll_rect.Offset(-contents->x(), -contents->y()); x 164 ui/views/controls/scroll_view.cc return gfx::Rect(-contents_->x(), -contents_->y(), x 240 ui/views/controls/scroll_view.cc const int contents_x = viewport_bounds.x(); x 402 ui/views/controls/scroll_view.cc position = AdjustPosition(contents_->x(), position, contents_->width(), x 404 ui/views/controls/scroll_view.cc if (-contents_->x() == position) x 469 ui/views/controls/scroll_view.cc int x = std::max(0, std::min(contents_max_x, rect.x())); x 475 ui/views/controls/scroll_view.cc x + std::min(rect.width(), contents_viewport_->width())); x 483 ui/views/controls/scroll_view.cc if (vis_rect.Contains(gfx::Rect(x, y, max_x - x, max_y - y))) x 494 ui/views/controls/scroll_view.cc (vis_rect.x() > x) ? x : std::max(0, max_x - contents_viewport_->width()); x 553 ui/views/controls/scroll_view.cc int origin = contents_->x(); x 39 ui/views/controls/scroll_view_unittest.cc SetBounds(x(), y(), width, height); x 142 ui/views/controls/scroll_view_unittest.cc EXPECT_EQ(0, contents->parent()->x()); x 146 ui/views/controls/scroll_view_unittest.cc EXPECT_EQ(0, header->parent()->x()); x 158 ui/views/controls/scroll_view_unittest.cc EXPECT_EQ(0, contents->parent()->x()); x 163 ui/views/controls/scroll_view_unittest.cc EXPECT_EQ(0, header->parent()->x()); x 175 ui/views/controls/scroll_view_unittest.cc EXPECT_EQ(0, contents->parent()->x()); x 180 ui/views/controls/scroll_view_unittest.cc EXPECT_EQ(0, header->parent()->x()); x 242 ui/views/controls/scrollbar/base_scroll_bar.cc scroll_amount_f = event->details().scroll_x() - roundoff_error_.x(); x 291 ui/views/controls/scrollbar/base_scroll_bar.cc gfx::Point temp_pt(p.x() - widget_bounds.x(), p.y() - widget_bounds.y()); x 293 ui/views/controls/scrollbar/base_scroll_bar.cc context_menu_mouse_position_ = IsHorizontal() ? temp_pt.x() : temp_pt.y(); x 455 ui/views/controls/scrollbar/base_scroll_bar.cc if (GetMirroredXInView(event.x()) < thumb_bounds.x()) { x 457 ui/views/controls/scrollbar/base_scroll_bar.cc } else if (GetMirroredXInView(event.x()) > thumb_bounds.right()) { x 54 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc thumb_bounds.set_x(track_bounds.x() + position); x 64 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc return x() - track_bounds.x(); x 77 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc mouse_offset_ = scroll_bar_->IsHorizontal() ? event.x() : event.y(); x 94 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc if ((event.x() < x() - kScrollThumbDragOutSnap) || x 95 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc (event.x() > (x() + width() + kScrollThumbDragOutSnap))) { x 101 ui/views/controls/scrollbar/base_scroll_bar_thumb.cc int thumb_x = event.x() - mouse_offset_; x 88 ui/views/controls/scrollbar/kennedy_scroll_bar.cc thumb_bounds.set_x(thumb->x()); x 286 ui/views/controls/scrollbar/native_scroll_bar_views.cc params_.scrollbar_track.track_x = bounds.x(); x 359 ui/views/controls/scrollbar/native_scroll_bar_views.cc bounds.set_x(bounds.x() + size.width()); x 149 ui/views/controls/scrollbar/overlay_scroll_bar.cc thumb_bounds.set_x(thumb->x()); x 149 ui/views/controls/single_split_view.cc drag_info_.initial_mouse_offset = GetPrimaryAxisSize(event.x(), event.y()); x 159 ui/views/controls/single_split_view.cc int delta_offset = GetPrimaryAxisSize(event.x(), event.y()) - x 211 ui/views/controls/single_split_view.cc p.x() - child_at(base::i18n::IsRTL() ? 1 : 0)->width(); x 121 ui/views/controls/slider.cc width() - (point.x() - inset.left()) : x 122 ui/views/controls/slider.cc point.x() - inset.left()) - thumb_x; x 142 ui/views/controls/slider.cc width() - inset.left() - point.x() - initial_button_offset_.x() : x 143 ui/views/controls/slider.cc point.x() - inset.left() - initial_button_offset_.x(); x 233 ui/views/controls/slider.cc int button_cx = content.x() + full; x 248 ui/views/controls/slider.cc int x = content.width() / 2 - kLineThickness / 2; x 249 ui/views/controls/slider.cc canvas->FillRect(gfx::Rect(x, content.y() + kButtonRadius, x 252 ui/views/controls/slider.cc canvas->FillRect(gfx::Rect(x, content.y() + empty + 2 * kButtonRadius, x 16 ui/views/controls/slider_unittest.cc void ClickAt(views::View* view, int x, int y) { x 17 ui/views/controls/slider_unittest.cc gfx::Point point(x, y); x 195 ui/views/controls/styled_label.cc int x = 0; x 205 ui/views/controls/styled_label.cc if (x == 0 && line > 0) { x 216 ui/views/controls/styled_label.cc const gfx::Rect chunk_bounds(x, 0, width - x, 2 * line_height); x 240 ui/views/controls/styled_label.cc if (x == 0) { x 249 ui/views/controls/styled_label.cc x = 0; x 259 ui/views/controls/styled_label.cc position == range.start() && x != 0) { x 262 ui/views/controls/styled_label.cc x = 0; x 295 ui/views/controls/styled_label.cc gfx::Point(GetInsets().left() + x - focus_border_insets.left(), x 301 ui/views/controls/styled_label.cc x += view_size.width() - focus_border_insets.width(); x 120 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(3, styled()->child_at(0)->x()); x 170 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(Label::kFocusBorderPadding, styled()->child_at(0)->x()); x 171 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(0, styled()->child_at(1)->x()); x 194 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(0, styled()->child_at(0)->x()); x 195 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(0, styled()->child_at(1)->x()); x 273 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(0, styled()->child_at(0)->x()); x 274 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(0, styled()->child_at(1)->x()); x 276 ui/views/controls/styled_label_unittest.cc styled()->child_at(2)->x()); x 367 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(Label::kFocusBorderPadding, styled()->child_at(0)->x()); x 369 ui/views/controls/styled_label_unittest.cc styled()->child_at(1)->x()); x 370 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(Label::kFocusBorderPadding, styled()->child_at(2)->x()); x 372 ui/views/controls/styled_label_unittest.cc styled()->child_at(3)->x()); x 373 ui/views/controls/styled_label_unittest.cc EXPECT_EQ(0, styled()->child_at(4)->x()); x 197 ui/views/controls/tabbed_pane/tabbed_pane.cc int x = kTabOffset; // Layout tabs with an offset to the tabstrip border. x 200 ui/views/controls/tabbed_pane/tabbed_pane.cc child_at(i)->SetBounds(x, 0, ps.width(), ps.height()); x 201 ui/views/controls/tabbed_pane/tabbed_pane.cc x = child_at(i)->bounds().right(); x 58 ui/views/controls/table/table_header.cc SetBounds(x(), y(), table_->width(), GetPreferredSize().height()); x 76 ui/views/controls/table/table_header.cc columns[i].x + columns[i].width - 1); x 82 ui/views/controls/table/table_header.cc const int x = columns[i].x + kHorizontalPadding; x 100 ui/views/controls/table/table_header.cc gfx::Rect(GetMirroredXWithWidthInView(x, width), kVerticalPadding, x 120 ui/views/controls/table/table_header.cc indicator_x = x + title_width; x 123 ui/views/controls/table/table_header.cc indicator_x = x + width / 2; x 126 ui/views/controls/table/table_header.cc indicator_x = x + width; x 166 ui/views/controls/table/table_header.cc return GetResizeColumn(GetMirroredXInView(event.x())) != -1 ? x 225 ui/views/controls/table/table_header.cc const int index = GetResizeColumn(GetMirroredXInView(event.x())); x 231 ui/views/controls/table/table_header.cc resize_details_->initial_x = event.root_location().x(); x 242 ui/views/controls/table/table_header.cc (event.root_location().x() - resize_details_->initial_x); x 252 ui/views/controls/table/table_header.cc const int x = GetMirroredXInView(event.x()); x 253 ui/views/controls/table/table_header.cc const int index = GetClosestVisibleColumnIndex(table_, x); x 255 ui/views/controls/table/table_header.cc if (x >= column.x && x < column.x + column.width && event.y() >= 0 && x 260 ui/views/controls/table/table_header.cc int TableHeader::GetResizeColumn(int x) const { x 265 ui/views/controls/table/table_header.cc const int index = GetClosestVisibleColumnIndex(table_, x); x 268 ui/views/controls/table/table_header.cc if (index > 0 && x >= column.x - kResizePadding && x 269 ui/views/controls/table/table_header.cc x <= column.x + kResizePadding) { x 272 ui/views/controls/table/table_header.cc const int max_x = column.x + column.width; x 273 ui/views/controls/table/table_header.cc return (x >= max_x - kResizePadding && x <= max_x + kResizePadding) ? x 69 ui/views/controls/table/table_header.h int GetResizeColumn(int x) const; x 107 ui/views/controls/table/table_utils.cc int GetClosestVisibleColumnIndex(const TableView* table, int x) { x 111 ui/views/controls/table/table_utils.cc if (x <= columns[i].x + columns[i].width) x 53 ui/views/controls/table/table_utils.h int GetClosestVisibleColumnIndex(const TableView* table, int x); x 105 ui/views/controls/table/table_view.cc TableView::VisibleColumn::VisibleColumn() : x(0), width(0) {} x 269 ui/views/controls/table/table_view.cc visible_columns_[i].x = x 270 ui/views/controls/table/table_view.cc visible_columns_[i - 1].x + visible_columns_[i - 1].width; x 318 ui/views/controls/table/table_view.cc SetBounds(x(), y(), width, height); x 324 ui/views/controls/table/table_view.cc width = visible_columns_.back().x + visible_columns_.back().width; x 506 ui/views/controls/table/table_view.cc int text_x = kTextHorizontalPadding + cell_bounds.x(); x 549 ui/views/controls/table/table_view.cc const int group_indicator_x = GetMirroredXInView(GetCellBounds(0, 0).x() + x 647 ui/views/controls/table/table_view.cc return gfx::Rect(vis_col.x, row * row_height_, vis_col.width, row_height_); x 652 ui/views/controls/table/table_view.cc int text_x = kTextHorizontalPadding + bounds->x(); x 692 ui/views/controls/table/table_view.cc int x = 0; x 694 ui/views/controls/table/table_view.cc visible_columns_[i].x = x; x 696 ui/views/controls/table/table_view.cc x += sizes[i]; x 723 ui/views/controls/table/table_view.cc int max_x = visible_columns_[i].x + visible_columns_[i].width; x 726 ui/views/controls/table/table_view.cc if (region.min_column != -1 && visible_columns_[i].x >= paint_max_x) { x 881 ui/views/controls/table/table_view.cc const int x = GetMirroredXInView(location.x()); x 882 ui/views/controls/table/table_view.cc const int column = GetClosestVisibleColumnIndex(this, x); x 883 ui/views/controls/table/table_view.cc if (x < visible_columns_[column].x || x 884 ui/views/controls/table/table_view.cc x > (visible_columns_[column].x + visible_columns_[column].width)) x 895 ui/views/controls/table/table_view.cc if (right > cell_bounds.x() && x 896 ui/views/controls/table/table_view.cc gfx::GetStringWidth(text, font_list_) <= (right - cell_bounds.x())) x 902 ui/views/controls/table/table_view.cc tooltip_origin->SetPoint(cell_bounds.x(), x 64 ui/views/controls/table/table_view.h int x; x 289 ui/views/controls/table/table_view_unittest.cc const int x = table_->visible_columns()[0].width; x 290 ui/views/controls/table/table_view_unittest.cc EXPECT_NE(0, x); x 292 ui/views/controls/table/table_view_unittest.cc const ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, gfx::Point(x, 0), x 293 ui/views/controls/table/table_view_unittest.cc gfx::Point(x, 0), ui::EF_LEFT_MOUSE_BUTTON, x 296 ui/views/controls/table/table_view_unittest.cc const ui::MouseEvent dragged(ui::ET_MOUSE_DRAGGED, gfx::Point(x - 1, 0), x 297 ui/views/controls/table/table_view_unittest.cc gfx::Point(x - 1, 0), ui::EF_LEFT_MOUSE_BUTTON, x 302 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[0].width); x 303 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[1].x); x 308 ui/views/controls/table/table_view_unittest.cc const int x = table_->visible_columns()[0].width; x 309 ui/views/controls/table/table_view_unittest.cc EXPECT_NE(0, x); x 313 ui/views/controls/table/table_view_unittest.cc ui::GestureEvent scroll_begin(ui::ET_GESTURE_SCROLL_BEGIN, x, 0, 0, x 316 ui/views/controls/table/table_view_unittest.cc ui::GestureEvent scroll_update(ui::ET_GESTURE_SCROLL_UPDATE, x - 1, 0, x 321 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[0].width); x 322 ui/views/controls/table/table_view_unittest.cc EXPECT_EQ(x - 1, table_->visible_columns()[1].x); x 380 ui/views/controls/table/table_view_unittest.cc const int x = table_->visible_columns()[0].width / 2; x 381 ui/views/controls/table/table_view_unittest.cc EXPECT_NE(0, x); x 383 ui/views/controls/table/table_view_unittest.cc const ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, gfx::Point(x, 0), x 384 ui/views/controls/table/table_view_unittest.cc gfx::Point(x, 0), ui::EF_LEFT_MOUSE_BUTTON, x 388 ui/views/controls/table/table_view_unittest.cc const ui::MouseEvent release(ui::ET_MOUSE_RELEASED, gfx::Point(x, 0), x 389 ui/views/controls/table/table_view_unittest.cc gfx::Point(x, 0), ui::EF_LEFT_MOUSE_BUTTON, x 102 ui/views/controls/textfield/textfield_unittest.cc GestureEventForTest(ui::EventType type, int x, int y, float delta_x, x 104 ui/views/controls/textfield/textfield_unittest.cc : GestureEvent(type, x, y, 0, base::TimeDelta(), x 257 ui/views/controls/textfield/textfield_unittest.cc gfx::SelectionModel(cursor_pos, gfx::CURSOR_FORWARD), false).x(); x 277 ui/views/controls/textfield/textfield_unittest.cc gfx::Point point(bound.x() + x_offset, bound.y() + bound.height() / 2); x 1334 ui/views/controls/textfield/textfield_unittest.cc int x = GetCursorBounds().x(); x 1335 ui/views/controls/textfield/textfield_unittest.cc int prev_x = x; x 1339 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1340 ui/views/controls/textfield/textfield_unittest.cc EXPECT_LT(prev_x, x); x 1341 ui/views/controls/textfield/textfield_unittest.cc prev_x = x; x 1345 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1346 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(prev_x, x); x 1350 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1351 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(prev_x, x); x 1360 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1361 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(GetDisplayRect().x(), x); x 1362 ui/views/controls/textfield/textfield_unittest.cc prev_x = x; x 1366 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1367 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(prev_x, x); x 1371 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1372 ui/views/controls/textfield/textfield_unittest.cc EXPECT_LT(prev_x, x); x 1373 ui/views/controls/textfield/textfield_unittest.cc prev_x = x; x 1377 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1378 ui/views/controls/textfield/textfield_unittest.cc EXPECT_LT(prev_x, x); x 1389 ui/views/controls/textfield/textfield_unittest.cc int x = GetCursorBounds().x(); x 1390 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(GetDisplayRect().right() - 1, x); x 1391 ui/views/controls/textfield/textfield_unittest.cc int prev_x = x; x 1395 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1396 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(prev_x, x); x 1400 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1401 ui/views/controls/textfield/textfield_unittest.cc EXPECT_GT(prev_x, x); x 1402 ui/views/controls/textfield/textfield_unittest.cc prev_x = x; x 1406 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1407 ui/views/controls/textfield/textfield_unittest.cc EXPECT_GT(prev_x, x); x 1415 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1416 ui/views/controls/textfield/textfield_unittest.cc prev_x = x; x 1420 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1421 ui/views/controls/textfield/textfield_unittest.cc EXPECT_GT(prev_x, x); x 1422 ui/views/controls/textfield/textfield_unittest.cc prev_x = x; x 1426 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1427 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(prev_x, x); x 1428 ui/views/controls/textfield/textfield_unittest.cc prev_x = x; x 1432 ui/views/controls/textfield/textfield_unittest.cc x = GetCursorBounds().x(); x 1433 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(prev_x, x); x 1451 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(bound.x(), GetCursorBounds(sel).x()); x 1459 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(bound.x(), GetCursorBounds(sel).x()); x 1465 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(bound.x(), GetCursorBounds(sel).x()); x 1471 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(bound.x(), GetCursorBounds(sel).x()); x 1479 ui/views/controls/textfield/textfield_unittest.cc int half_width = (cursor_bounds[i + 1].x() - cursor_bounds[i].x()) / 2; x 1640 ui/views/controls/textfield/textfield_unittest.cc gfx::Point top_left(prev_cursor.x(), prev_cursor.y()); x 1641 ui/views/controls/textfield/textfield_unittest.cc gfx::Point bottom_right(cursor_bounds.x(), prev_cursor.bottom()); x 1645 ui/views/controls/textfield/textfield_unittest.cc char_rect_in_screen_coord[i].set_width(bottom_right.x() - top_left.x()); x 1712 ui/views/controls/textfield/textfield_unittest.cc const gfx::Point middle(middle_cursor.x(), x 1836 ui/views/controls/textfield/textfield_unittest.cc const int x = GetCursorPositionX(2); x 1837 ui/views/controls/textfield/textfield_unittest.cc GestureEventForTest tap(ui::ET_GESTURE_TAP, x, 0, 1.0f, 0.0f); x 1838 ui/views/controls/textfield/textfield_unittest.cc GestureEventForTest tap_down(ui::ET_GESTURE_TAP_DOWN, x, 0, 0.0f, 0.0f); x 1839 ui/views/controls/textfield/textfield_unittest.cc GestureEventForTest long_press(ui::ET_GESTURE_LONG_PRESS, x, 0, 0.0f, 0.0f); x 1932 ui/views/controls/textfield/textfield_unittest.cc GestureEventForTest long_press(ui::ET_GESTURE_LONG_PRESS, kStringPoint.x(), x 350 ui/views/controls/tree/tree_view.cc SetBounds(x(), y(), width, height); x 647 ui/views/controls/tree/tree_view.cc int relative_x = event.x() - bounds.x(); x 728 ui/views/controls/tree/tree_view.cc GetMirroredXWithWidthInView(row_bounds.x(), row_bounds.width())); x 729 ui/views/controls/tree/tree_view.cc row_bounds.set_x(row_bounds.x() + text_offset_); x 788 ui/views/controls/tree/tree_view.cc icon_x += bounds.x(); x 794 ui/views/controls/tree/tree_view.cc gfx::Rect text_bounds(bounds.x() + text_offset_, bounds.y(), x 797 ui/views/controls/tree/tree_view.cc text_bounds.set_x(bounds.x()); x 808 ui/views/controls/tree/tree_view.cc text_bounds.x() + kTextHorizontalPadding, x 826 ui/views/controls/tree/tree_view.cc center_x = node_bounds.x() + (kArrowRegionSize - 4) / 2; x 880 ui/views/controls/tree/tree_view.cc rect.set_x(GetMirroredXWithWidthInView(rect.x(), rect.width())); x 136 ui/views/controls/webview/webview.cc const int64 x = static_cast<int64>(capture_size.width()) * x 140 ui/views/controls/webview/webview.cc if (y < x) { x 145 ui/views/controls/webview/webview.cc static_cast<int>(x / capture_size.height()), holder_bounds.height())); x 176 ui/views/corewm/tooltip_aura.cc gfx::Rect tooltip_rect(mouse_pos.x(), mouse_pos.y(), tooltip_width, x 90 ui/views/corewm/tooltip_win.cc gfx::Rect tooltip_bounds(location_.x(), initial_y + 20, x 99 ui/views/corewm/tooltip_win.cc SetWindowPos(tooltip_hwnd_, NULL, tooltip_bounds.x(), tooltip_bounds.y(), 0, x 25 ui/views/debug_utils.cc *out << view->x() << L"," << view->y() << L","; x 25 ui/views/event_utils_win.cc MAKELPARAM(screen_loc.x(), x 45 ui/views/event_utils_win.cc int window_x = screen_loc.x(); x 50 ui/views/event_utils_win.cc window_x = pt.x; x 32 ui/views/layout/box_layout.cc int x = child_area.x(); x 67 ui/views/layout/box_layout.cc gfx::Rect bounds(x, y, child_area.width(), child_area.height()); x 71 ui/views/layout/box_layout.cc x += bounds.width() + between_child_spacing_; x 821 ui/views/layout/grid_layout.cc int x = column_set->columns_[view_state->start_col]->Location() + x 826 ui/views/layout/grid_layout.cc &x, &width); x 836 ui/views/layout/grid_layout.cc view->SetBounds(x, y, width, height); x 13 ui/views/layout/grid_layout_unittest.cc void ExpectViewBoundsEquals(int x, int y, int w, int h, x 15 ui/views/layout/grid_layout_unittest.cc EXPECT_EQ(x, view->x()); x 38 ui/views/mouse_watcher_view_host.cc bounds.SetRect(view_topleft.x() - hot_zone_insets_.left(), x 43 ui/views/mouse_watcher_view_host.cc return bounds.Contains(screen_point.x(), screen_point.y()); x 28 ui/views/rect_based_targeting_utils.cc int dx = center_point.x() - point.x(); x 183 ui/views/test/child_modal_window.cc button_->SetBounds(x(), running_y, width(), kButtonHeight); x 185 ui/views/test/child_modal_window.cc textfield_->SetBounds(x(), running_y, width(), kTextfieldHeight); x 187 ui/views/test/child_modal_window.cc host_->SetBounds(x(), running_y, width(), height() - running_y); x 190 ui/views/test/ui_controls_factory_desktop_aurax11.cc xmotion->x = root_location.x(); x 215 ui/views/test/ui_controls_factory_desktop_aurax11.cc xbutton->x = mouse_loc.x(); x 106 ui/views/touchui/touch_editing_menu.cc int x = child->bounds().right() + kSpacingBetweenButtons / 2; x 107 ui/views/touchui/touch_editing_menu.cc canvas->FillRect(gfx::Rect(x, 0, 1, child->height()), x 94 ui/views/touchui/touch_selection_controller_impl.cc int rx = std::min(r1.x(), r2.x()); x 207 ui/views/touchui/touch_selection_controller_impl.cc gfx::Point drag_pos(event->location().x(), x 250 ui/views/touchui/touch_selection_controller_impl.cc rect.x() - image_size.width() / 2 - kSelectionHandleHorizPadding, x 474 ui/views/touchui/touch_selection_controller_impl.cc const gfx::Point anchor(rect.CenterPoint().x(), rect.y()); x 88 ui/views/touchui/touch_selection_controller_impl_unittest.cc return gfx::Point(cursor_bounds.x(), cursor_bounds.y()); x 283 ui/views/touchui/touch_selection_controller_impl_unittest.cc int x = gfx::Canvas::GetStringWidth(ASCIIToUTF16("ld "), font_list); x 284 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 2); x 295 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(ASCIIToUTF16("textfield with "), font_list); x 296 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 1); x 301 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(ASCIIToUTF16("with selected "), font_list); x 302 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 2); x 322 ui/views/touchui/touch_selection_controller_impl_unittest.cc int x = gfx::Canvas::GetStringWidth(WideToUTF16(L"\x05e3"), font_list); x 323 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 2); x 328 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"b"), font_list); x 329 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(-x, 0), 1); x 339 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"\x05e3"), font_list); x 340 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 1); x 345 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"b"), font_list); x 346 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(-x, 0), 2); x 371 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"d"), font_list); x 372 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 1); x 390 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"d"), font_list); x 391 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 2); x 401 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"c"), font_list); x 402 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(-x, 0), 2); x 407 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"\x05e2"), font_list); x 408 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 1); x 418 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"c"), font_list); x 419 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(-x, 0), 1); x 424 ui/views/touchui/touch_selection_controller_impl_unittest.cc x = gfx::Canvas::GetStringWidth(WideToUTF16(L"\x05e2"), font_list); x 425 ui/views/touchui/touch_selection_controller_impl_unittest.cc SimulateSelectionHandleDrag(gfx::Point(x, 0), 2); x 310 ui/views/view.cc void View::SetBounds(int x, int y, int width, int height) { x 311 ui/views/view.cc SetBoundsRect(gfx::Rect(x, y, std::max(0, width), std::max(0, height))); x 336 ui/views/view.cc SetBounds(x(), y(), size.width(), size.height()); x 340 ui/views/view.cc SetBounds(position.x(), position.y(), width(), height()); x 343 ui/views/view.cc void View::SetX(int x) { x 344 ui/views/view.cc SetBounds(x, y(), width(), height()); x 348 ui/views/view.cc SetBounds(x(), y, width(), height()); x 424 ui/views/view.cc SetBounds(x(), y(), prefsize.width(), prefsize.height()); x 524 ui/views/view.cc return parent_ ? parent_->GetMirroredXForRect(bounds_) : x(); x 529 ui/views/view.cc (width() - bounds.x() - bounds.width()) : bounds.x(); x 532 ui/views/view.cc int View::GetMirroredXInView(int x) const { x 533 ui/views/view.cc return base::i18n::IsRTL() ? width() - x : x; x 536 ui/views/view.cc int View::GetMirroredXWithWidthInView(int x, int w) const { x 537 ui/views/view.cc return base::i18n::IsRTL() ? width() - x - w : x; x 1284 ui/views/view.cc return (abs(delta.x()) > GetHorizontalDragThreshold() || x 1448 ui/views/view.cc SetLayerBounds(gfx::Rect(local_point.x(), local_point.y(), x 1595 ui/views/view.cc gfx::Point screen_point(vis_bounds.x() + vis_bounds.width() / 2, x 1659 ui/views/view.cc bounds().x(), x 218 ui/views/view.h void SetBounds(int x, int y, int width, int height); x 222 ui/views/view.h void SetX(int x); x 227 ui/views/view.h int x() const { return bounds_.x(); } x 361 ui/views/view.h int GetMirroredXInView(int x) const; x 372 ui/views/view.h int GetMirroredXWithWidthInView(int x, int w) const; x 21 ui/views/view_model_unittest.cc result += base::IntToString(model.ideal_bounds(i).x()); x 18 ui/views/view_model_utils.cc int x, x 20 ui/views/view_model_utils.cc return alignment == ViewModelUtils::HORIZONTAL ? x : y; x 45 ui/views/view_model_utils.cc int x, x 47 ui/views/view_model_utils.cc int value = primary_axis_coordinate(alignment, x, y); x 53 ui/views/view_model_utils.cc model.ideal_bounds(i).x() + model.ideal_bounds(i).width() / 2, x 66 ui/views/view_model_utils.cc model.ideal_bounds(current_index + 1).x() - x 67 ui/views/view_model_utils.cc model.ideal_bounds(current_index).x(), x 74 ui/views/view_model_utils.cc bounds.x() + bounds.width() / 2 - delta, x 33 ui/views/view_model_utils.h int x, x 188 ui/views/view_unittest.cc GestureEventForTest(ui::EventType type, int x, int y, int flags) x 189 ui/views/view_unittest.cc : GestureEvent(type, x, y, flags, base::TimeDelta(), x 281 ui/views/view_unittest.cc location_.SetPoint(event->x(), event->y()); x 349 ui/views/view_unittest.cc location_.SetPoint(event.x(), event.y()); x 357 ui/views/view_unittest.cc location_.SetPoint(event.x(), event.y()); x 363 ui/views/view_unittest.cc location_.SetPoint(event.x(), event.y()); x 400 ui/views/view_unittest.cc EXPECT_EQ(v2->location_.x(), 10); x 413 ui/views/view_unittest.cc EXPECT_EQ(v2->location_.x(), -50); x 425 ui/views/view_unittest.cc EXPECT_EQ(v2->location_.x(), -100); x 1861 ui/views/view_unittest.cc EXPECT_EQ(190, v2->location_.x()); x 1886 ui/views/view_unittest.cc EXPECT_EQ(10, v2->location_.x()); x 1922 ui/views/view_unittest.cc EXPECT_EQ(10, v3->location_.x()); x 1961 ui/views/view_unittest.cc EXPECT_EQ(10, v3->location_.x()); x 2235 ui/views/view_unittest.cc EXPECT_EQ(22, point.x()); x 2240 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(22.0f, rect.x()); x 2247 ui/views/view_unittest.cc EXPECT_EQ(5, point.x()); x 2252 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(5.0f, rect.x()); x 2262 ui/views/view_unittest.cc EXPECT_EQ(133, point.x()); x 2267 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(133.0f, rect.x()); x 2274 ui/views/view_unittest.cc EXPECT_EQ(5, point.x()); x 2279 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(5.0f, rect.x()); x 2289 ui/views/view_unittest.cc EXPECT_EQ(42, point.x()); x 2294 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(42.0f, rect.x()); x 2301 ui/views/view_unittest.cc EXPECT_EQ(5, point.x()); x 2306 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(5.0f, rect.x()); x 2317 ui/views/view_unittest.cc EXPECT_EQ(-1, point.x()); x 2323 ui/views/view_unittest.cc EXPECT_NEAR(-0.33f, rect.x(), error); x 2333 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(615.0f, rect.x()); x 2340 ui/views/view_unittest.cc EXPECT_FLOAT_EQ(50.0f, rect.x()); x 3090 ui/views/view_unittest.cc v1->SetBounds(v1->x() - 5, v1->y(), v1->width(), v1->height()); x 3091 ui/views/view_unittest.cc l1bounds.set_x(l1bounds.x() + 5); x 3099 ui/views/view_unittest.cc v2->SetBounds(v2->x() + 5, v2->y(), v2->width(), v2->height()); x 3100 ui/views/view_unittest.cc l2bounds.set_x(l2bounds.x() - 5); x 973 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc xev.xclient.data.l[2] = (screen_point.x() << 16) | screen_point.y(); x 97 ui/views/widget/desktop_aura/desktop_drop_target_win.cc gfx::Point location(position.x, position.y); x 54 ui/views/widget/desktop_aura/desktop_screen_position_client.cc point->Offset(origin.x(), origin.y()); x 61 ui/views/widget/desktop_aura/desktop_screen_position_client.cc point->Offset(-origin.x(), -origin.y()); x 87 ui/views/widget/desktop_aura/desktop_screen_position_client.cc origin.Offset(-host_origin.x(), -host_origin.y()); x 79 ui/views/widget/desktop_aura/desktop_screen_position_client_unittest.cc gfx::Point expected_origin(origin.x() * 3, origin.y() * 3); x 385 ui/views/widget/desktop_aura/desktop_screen_x11.cc gfx::Rect crtc_bounds(crtc->x, crtc->y, crtc->width, crtc->height); x 59 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc rect->Inset(0, 0, vector.x(), vector.y()); x 466 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bounds.x() + window_expansion_top_left_delta_.x(), x 468 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bounds.width() - window_expansion_bottom_right_delta_.x() - x 469 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc window_enlargement_.x(), x 483 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bounds.x() - window_expansion_top_left_delta_.x(), x 485 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc bounds.width() + window_expansion_bottom_right_delta_.x(), x 532 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc gfx::Point(static_cast<int>(pt.x), static_cast<int>(pt.y)); x 571 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc ::SetCursorPos(cursor_location.x, cursor_location.y); x 378 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc parent_bounds.x() + (parent_bounds.width() - size.width()) / 2, x 443 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc int x, y; x 446 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc if (!XGetGeometry(xdisplay_, x_root_window_, &root, &x, &y, x 452 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc return gfx::Rect(x, y, width, height); x 787 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc changes.x = bounds.x(); x 882 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc bounds_.x() + location.x(), bounds_.y() + location.y()); x 912 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc gfx::Point point(xevent.xmotion.x, xevent.xmotion.y); x 914 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc xevent.xmotion.x_root = point.x(); x 971 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc bounds_.x(), bounds_.y(), x 1253 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc for (int x = 0; x < width; ++x) x 1254 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc data->push_back(bitmap.getColor(x, y)); x 1275 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc size_hints.x = bounds_.x(); x 1330 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc gfx::Rect damage_rect(xev->xexpose.x, xev->xexpose.y, x 1385 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc int translated_x = xev->xconfigure.x; x 328 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc for (int x = 0; x < in_bitmap->width(); ++x) { x 329 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc if (SkColorGetA(in_row[x]) > kMinAlpha) x 191 ui/views/widget/desktop_aura/x11_window_event_filter.cc event.xclient.data.l[0] = screen_location.x(); x 328 ui/views/widget/native_widget_aura.cc parent_bounds.x() + (parent_bounds.width() - size.width()) / 2, x 187 ui/views/widget/native_widget_aura_unittest.cc EXPECT_EQ(10, client_bounds.x()); x 732 ui/views/widget/root_view.cc last_mouse_event_x_ = event.x(); x 19 ui/views/widget/tooltip_manager.cc int TooltipManager::GetMaxWidth(int x, int y, gfx::NativeView context) { x 21 ui/views/widget/tooltip_manager.cc gfx::Point(x, y))); x 48 ui/views/widget/tooltip_manager.h static int GetMaxWidth(int x, int y, gfx::NativeView context); x 82 ui/views/win/fullscreen_handler.cc SetWindowPos(hwnd_, NULL, window_rect.x(), window_rect.y(), x 96 ui/views/win/fullscreen_handler.cc SetWindowPos(hwnd_, NULL, new_rect.x(), new_rect.y(), x 219 ui/views/win/hwnd_message_handler.cc int x; x 230 ui/views/win/hwnd_message_handler.cc bounds.left - clip_state->x, x 232 ui/views/win/hwnd_message_handler.cc bounds.right - clip_state->x, x 464 ui/views/win/hwnd_message_handler.cc return gfx::Rect(point.x, point.y, r.right - r.left, r.bottom - r.top); x 532 ui/views/win/hwnd_message_handler.cc SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(), x 1421 ui/views/win/hwnd_message_handler.cc minmax_info->ptMinTrackSize.x = min_window_size.width(); x 1428 ui/views/win/hwnd_message_handler.cc minmax_info->ptMaxTrackSize.x = max_window_size.width(); x 1721 ui/views/win/hwnd_message_handler.cc MAKELPARAM(point.x(), point.y()), &result)) { x 1728 ui/views/win/hwnd_message_handler.cc POINT temp = { point.x(), point.y() }; x 1737 ui/views/win/hwnd_message_handler.cc MAKELPARAM(point.x(), point.y())); x 1770 ui/views/win/hwnd_message_handler.cc pt.x = point.x(); x 1834 ui/views/win/hwnd_message_handler.cc clip_state.x = window_rect.left; x 2064 ui/views/win/hwnd_message_handler.cc if ((notification_code & sc_mask) == SC_KEYMENU && point.x() == 0) { x 2086 ui/views/win/hwnd_message_handler.cc MAKELPARAM(point.x(), point.y())); x 2110 ui/views/win/hwnd_message_handler.cc point.x = TOUCH_COORD_TO_PIXEL(input[i].x) / x 2119 ui/views/win/hwnd_message_handler.cc LPARAM l_param_ht = MAKELPARAM(point.x, point.y); x 2157 ui/views/win/hwnd_message_handler.cc gfx::Point(point.x, point.y), x 2229 ui/views/win/hwnd_message_handler.cc window_pos->x = new_window_rect.x(); x 2311 ui/views/win/hwnd_message_handler.cc l_param_ht = MAKELPARAM(screen_point.x, screen_point.y); x 2326 ui/views/win/hwnd_message_handler.cc MAKELPARAM(screen_point.x, screen_point.y)); x 127 ui/views/window/custom_frame_view.cc return gfx::Rect(client_bounds.x() - border_thickness, x 403 ui/views/window/custom_frame_view.cc client_area_bounds.x() - top_left->width(), x 406 ui/views/window/custom_frame_view.cc client_area_bounds.x(), x 432 ui/views/window/custom_frame_view.cc client_area_bounds.x() - bottom_left->width(), x 436 ui/views/window/custom_frame_view.cc client_area_bounds.x(), x 447 ui/views/window/custom_frame_view.cc client_area_bounds.x() - left->width(), x 453 ui/views/window/custom_frame_view.cc canvas->FillRect(gfx::Rect(client_area_bounds.x() - 1, x 501 ui/views/window/custom_frame_view.cc visible_button->SetBounds(close_button_->x() - visible_button_size.width(), x 504 ui/views/window/custom_frame_view.cc next_button_x = visible_button->x(); x 507 ui/views/window/custom_frame_view.cc next_button_x = close_button_->x(); x 543 ui/views/window/custom_frame_view.cc : icon_bounds.x(); x 552 ui/views/window/custom_frame_view.cc std::max(0, minimize_button_->x() - kTitleCaptionSpacing - x 222 ui/views/window/dialog_client_view.cc footnote_view_->SetBounds(bounds.x(), bounds.bottom() - height, x 232 ui/views/window/dialog_client_view.cc gfx::Rect row_bounds(bounds.x(), bounds.bottom() - height, x 254 ui/views/window/dialog_client_view.cc contents_view()->SetBounds(contents_bounds.x(), contents_bounds.y(), x 266 ui/views/window/non_client_view.cc if (point.x() < resize_border_thickness) { x 273 ui/views/window/non_client_view.cc } else if (point.x() >= (width() - resize_border_thickness)) { x 281 ui/views/window/non_client_view.cc if (point.x() < resize_corner_width) x 283 ui/views/window/non_client_view.cc else if (point.x() >= (width() - resize_corner_width)) x 288 ui/views/window/non_client_view.cc if (point.x() < resize_corner_width) x 290 ui/views/window/non_client_view.cc else if (point.x() >= (width() - resize_corner_width)) x 219 ui/wm/core/image_grid.cc gfx::Rect(content_bounds.x() - left_image_width_, x 144 ui/wm/core/image_grid_unittest.cc EXPECT_EQ(gfx::RectF(origin.x() - kBorder, x 36 ui/wm/core/masked_window_targeter.cc mask_region.contains(point.x(), point.y()); x 183 ui/wm/core/window_animations.cc gfx::Vector2d top_left_delta(world_at_start.x() - union_in_window_space.x(), x 187 ui/wm/core/window_animations.cc union_in_window_space.x() + union_in_window_space.width() - x 188 ui/wm/core/window_animations.cc (world_at_start.x() + world_at_start.width()), x 192 ui/wm/core/window_animations.cc DCHECK(top_left_delta.x() >= 0 && top_left_delta.y() >= 0 && x 193 ui/wm/core/window_animations.cc bottom_right_delta.x() >= 0 && bottom_right_delta.y() >= 0); x 625 url/url_canon_ip.cc int x = address[i] << 8 | address[i + 1]; x 631 url/url_canon_ip.cc _itoa_s(x, str, 16); x 13 webkit/browser/fileapi/isolated_context_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 21 webkit/browser/fileapi/sandbox_directory_database_unittest.cc #define FPL(x) FILE_PATH_LITERAL(x) x 350 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc int x, int y, int width, int height) { x 85 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void postSubBufferCHROMIUM(int x, int y, int width, int height); x 141 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dint x, x 150 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dint x, x 274 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void readPixels(WGC3Dint x, x 288 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void scissor(WGC3Dint x, WGC3Dint y, x 333 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void uniform1f(WGC3Dint location, WGC3Dfloat x); x 336 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void uniform1i(WGC3Dint location, WGC3Dint x); x 339 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y); x 342 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void uniform2i(WGC3Dint location, WGC3Dint x, WGC3Dint y); x 346 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z); x 350 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dint x, WGC3Dint y, WGC3Dint z); x 354 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, x 359 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dint x, WGC3Dint y, WGC3Dint z, WGC3Dint w); x 378 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void vertexAttrib1f(WGC3Duint index, WGC3Dfloat x); x 380 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void vertexAttrib2f(WGC3Duint index, WGC3Dfloat x, WGC3Dfloat y); x 383 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z); x 386 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h WGC3Dfloat x, WGC3Dfloat y, x 396 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h virtual void viewport(WGC3Dint x, WGC3Dint y, x 82 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.cc anchorPoint().x || anchorPoint().y) { x 53 webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc original_point.x() * bounds.width / fixed_bounds.width(), x 28 webkit/renderer/compositor_bindings/web_nine_patch_layer_impl.cc setBorder(blink::WebRect(aperture.x, aperture.y, x 21 webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc gfx::Vector2dF(target_value.x, target_value.y), x 33 webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc curve_->SetInitialValue(gfx::Vector2dF(initial_value.x, initial_value.y)); x 38 webkit/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc return WebFloatPoint(value.x(), value.y()); x 27 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc void WebTransformOperationsImpl::appendTranslate(double x, double y, double z) { x 28 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc transform_operations_.AppendTranslate(x, y, z); x 31 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc void WebTransformOperationsImpl::appendRotate(double x, x 35 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc transform_operations_.AppendRotate(x, y, z, degrees); x 38 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc void WebTransformOperationsImpl::appendScale(double x, double y, double z) { x 39 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc transform_operations_.AppendScale(x, y, z); x 42 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc void WebTransformOperationsImpl::appendSkew(double x, double y) { x 43 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc transform_operations_.AppendSkew(x, y); x 24 webkit/renderer/compositor_bindings/web_transform_operations_impl.h virtual void appendTranslate(double x, double y, double z); x 25 webkit/renderer/compositor_bindings/web_transform_operations_impl.h virtual void appendRotate(double x, double y, double z, double degrees); x 26 webkit/renderer/compositor_bindings/web_transform_operations_impl.h virtual void appendScale(double x, double y, double z); x 27 webkit/renderer/compositor_bindings/web_transform_operations_impl.h virtual void appendSkew(double x, double y); x 964 win8/metro_driver/chrome_app_view.cc globals.view->OnPositionChanged(pos->x, pos->y); x 1014 win8/metro_driver/chrome_app_view.cc HRESULT ChromeAppView::OnPositionChanged(int x, int y) { x 1017 win8/metro_driver/chrome_app_view.cc ::SetWindowPos(globals.host_windows.front().first, NULL, x, y, 0, 0, x 101 win8/metro_driver/chrome_app_view.h HRESULT OnPositionChanged(int x, int y); x 241 win8/metro_driver/chrome_app_view_ash.cc void OnSetCursorPos(int x, int y) { x 242 win8/metro_driver/chrome_app_view_ash.cc VLOG(1) << "In IPC OnSetCursorPos: " << x << ", " << y; x 247 win8/metro_driver/chrome_app_view_ash.cc x, y)); x 826 win8/metro_driver/chrome_app_view_ash.cc void ChromeAppViewAsh::OnSetCursorPos(int x, int y) { x 828 win8/metro_driver/chrome_app_view_ash.cc ::SetCursorPos(x, y); x 829 win8/metro_driver/chrome_app_view_ash.cc DVLOG(1) << "In UI OnSetCursorPos: " << x << ", " << y; x 835 win8/metro_driver/chrome_app_view_ash.cc ui_channel_->Send(new MetroViewerHostMsg_MouseMoved(x, y, 0)); x 961 win8/metro_driver/chrome_app_view_ash.cc void ChromeAppViewAsh::SendMouseButton(int x, x 969 win8/metro_driver/chrome_app_view_ash.cc params.x = static_cast<int32>(x); x 1000 win8/metro_driver/chrome_app_view_ash.cc SendMouseButton(pointer.x(), pointer.y(), 0, event_type, x 1045 win8/metro_driver/chrome_app_view_ash.cc pointer.x(), x 1050 win8/metro_driver/chrome_app_view_ash.cc ui_channel_->Send(new MetroViewerHostMsg_TouchMoved(pointer.x(), x 1074 win8/metro_driver/chrome_app_view_ash.cc SendMouseButton(pointer.x(), pointer.y(), 0, ui::ET_MOUSE_PRESSED, x 1079 win8/metro_driver/chrome_app_view_ash.cc ui_channel_->Send(new MetroViewerHostMsg_TouchDown(pointer.x(), x 1097 win8/metro_driver/chrome_app_view_ash.cc SendMouseButton(pointer.x(), pointer.y(), 0, ui::ET_MOUSE_RELEASED, x 1104 win8/metro_driver/chrome_app_view_ash.cc ui_channel_->Send(new MetroViewerHostMsg_TouchUp(pointer.x(), x 1120 win8/metro_driver/chrome_app_view_ash.cc SendMouseButton(pointer.x(), pointer.y(), pointer.wheel_delta(), x 84 win8/metro_driver/chrome_app_view_ash.h void OnSetCursorPos(int x, int y); x 136 win8/metro_driver/chrome_app_view_ash.h void SendMouseButton(int x, x 407 win8/metro_driver/ime/text_service.cc left_top.x, x 409 win8/metro_driver/ime/text_service.cc right_bottom.x, x 426 win8/metro_driver/ime/text_service.cc SetRect(rect, left_top.x, left_top.y, right_bottom.x, right_bottom.y); x 200 win8/metro_driver/ime/text_store.cc rect->left = left_top.x; x 202 win8/metro_driver/ime/text_store.cc rect->right = right_bottom.x;