/external/webkit/Tools/DumpRenderTree/gtk/ |
D | PixelDumpSupportGtk.cpp | 63 GdkRectangle rectangle; in createBitmapContextFromWebView() local 64 DumpRenderTreeSupportGtk::rectangleForSelection(mainFrame, &rectangle); in createBitmapContextFromWebView() 67 cairo_rectangle(context, rectangle.x, rectangle.y, rectangle.width, rectangle.height); in createBitmapContextFromWebView()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 65 GdkRectangle rectangle; in getPangoRegionExtents() local 66 gdk_region_get_clipbox(region, &rectangle); in getPangoRegionExtents() 67 return IntRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height); in getPangoRegionExtents() 79 cairo_rectangle_int_t rectangle; 80 cairo_region_get_extents(region, &rectangle); 81 return IntRect(rectangle.x, rectangle.y, rectangle.width, rectangle.height);
|
/external/clang/test/FixIt/ |
D | typo.c | 33 rectangle *r2 = &r1; // expected-error{{unknown type name 'rectangle'; did you mean 'Rectangle'?}} in test()
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | math.proto | 18 // Axis-aligned rectangle in 2D space.
|
D | annotations.proto | 21 required Rectangle rectangle = 1; field
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | DumpRenderTreeSupportGtk.cpp | 752 void DumpRenderTreeSupportGtk::rectangleForSelection(WebKitWebFrame* frame, GdkRectangle* rectangle) in rectangleForSelection() argument 759 rectangle->x = bounds.x(); in rectangleForSelection() 760 rectangle->y = bounds.y(); in rectangleForSelection() 761 rectangle->width = bounds.width(); in rectangleForSelection() 762 rectangle->height = bounds.height(); in rectangleForSelection()
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 584 The ID of a rectangle element. 652 A shader describes how to draw within a rectangle. 653 Outside of the rectangle, the shader may be ignored, clamped on the edges, or repeated. 885 AddRect adds a closed rectangle to the parent path element. 891 <!-- @attribute bottom The bottom edge of the rectangle. --> 893 <!-- @attribute left The left edge of the rectangle. --> 895 <!-- @attribute right The right edge of the rectangle. --> 897 <!-- @attribute top" The top" edge of the rectangle. --> 904 AddRoundRect adds a closed rounded rectangle to the parent path element. 910 <!-- @attribute bottom The bottom edge of the rounded rectangle's bounding box. --> [all …]
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view.mm | 96 // Draw the rounded rectangle. 114 // Draw the border of the rounded rectangle.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | info_bubble_view.mm | 28 // Start with a rounded rectangle.
|
D | clickhold_button_cell.mm | 120 // Stop tracking if mouse left frame rectangle (if requested to do so).
|
D | fullscreen_controller.mm | 119 // using with the rectangle in |trackingAreaBounds_|, or remove the tracking 124 // Returns YES if the mouse is currently in any current tracking rectangle, NO 469 // If the tracking rectangle is already |trackingAreaBounds_|, quit early.
|
D | tabpose_window.mm | 386 // vertically into a rectangle with the dimensions |w_c|, |h_c|. This returns 433 // Returns the rectangle this thumbnail is at at the beginning of the zoom-in 434 // animation. |tile| is the rectangle that's covering the whole tab area when
|
/external/webkit/Source/WebKit/mac/Carbon/ |
D | CarbonWindowFrame.m | 78 // Given a content rectangle and style mask, return a corresponding frame rectangle.
|
D | CarbonWindowAdapter.mm | 200 // Set up from the frame rectangle. 365 …// Set the frame rectangle of the border view and this window from the Carbon window's structure r…
|
/external/qemu/docs/ |
D | ANDROID-FRAMEBUFFER.TXT | 27 compute the bounding rectangle of pixel updates since the last call, and
|
D | DISPLAY-STATE.TXT | 204 For every rectangle of the hw framebuffer that was modified, it copies 212 to the DisplayState, and the rectangle corresponding to the update. Its
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | most_visited_page.css | 35 /* filler mode: hide everything except the thumbnail --- leave a grey rectangle
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | ThemeChromiumMac.mm | 72 // view with a valid clipping rectangle. 363 // Set the control size based off the rectangle we're painting into. 447 // Set the control size based off the rectangle we're painting into. 527 // Set the control size based off the rectangle we're painting into.
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebClipView.mm | 37 // There's no easy way to prevent the focus ring from drawing outside the passed-in clip rectangle
|
D | WebVideoFullscreenController.mm | 544 // This function will animate a change of frame rectangle
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ThemeMac.mm | 245 // Set the control size based off the rectangle we're painting into. 326 // Set the control size based off the rectangle we're painting into. 407 // Set the control size based off the rectangle we're painting into.
|
D | DragImageMac.mm | 280 // Drag a rectangle with rounded corners
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_cell.mm | 96 // cell. |frame| is the cell's boundary rectangle, |remaining_frame|
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac.mm | 468 // We need to convert the coordinate of the cursor rectangle sent from the 472 // this view. So, we convert the cursor rectangle and save it. 2129 // An input method requests a cursor rectangle to display its candidate 2131 // Calculate the screen coordinate of the cursor rectangle saved in 2134 // Since this window may be moved since we receive the cursor rectangle last 2135 // time we sent the cursor rectangle to the input method, so we should map
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 398 Reset the main screen's rectangle 1115 windows for their screen rectangle and window level. 1122 -Getting a rectangle seems slower than getting the window level
|