/external/chromium_org/third_party/skia/tests/ |
BitmapGetColorTest.cpp | 31 // bitmap bounds (to test that we catch that in eraseArea
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
enh_upsample.h | 25 * upsample finite array assuming zeros outside bounds
|
/external/chromium_org/ui/aura/test/ |
test_screen.cc | 71 rotate.Translate(display_.bounds().height() - one_pixel, 0); 75 rotate.Translate(0, display_.bounds().width() - one_pixel); 79 rotate.Translate(display_.bounds().width() - one_pixel, 80 display_.bounds().height() - one_pixel);
|
/external/chromium_org/ui/aura/ |
window_targeter_unittest.cc | 44 gfx::RectF bounds = gfx::Rect(window->bounds().size()); local 51 transform.TransformRect(&bounds); 52 return bounds;
|
/external/chromium_org/ui/base/cocoa/ |
hover_button.h | 37 // Checks to see whether the mouse is in the button's bounds and update
|
/external/chromium_org/ui/compositor/ |
layer_animation_delegate.h | 22 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) = 0;
|
/external/chromium_org/ui/compositor/test/ |
test_layer_animation_delegate.h | 22 virtual void SetBoundsFromAnimation(const gfx::Rect& bounds) OVERRIDE;
|
/external/chromium_org/ui/message_center/views/ |
toast_contents_view.h | 66 // Origin and bounds are not 'instant', but rather 'current stable values', 69 gfx::Rect bounds() { return gfx::Rect(origin_, preferred_size_); } function in class:message_center::ToastContentsView 109 // Given the bounds of a toast on the screen, compute the bouds for that 112 gfx::Rect GetClosedToastBounds(gfx::Rect bounds);
|
/external/chromium_org/ui/views/controls/menu/ |
display_change_listener_aura.cc | 14 // root window bounds change.
|
/external/chromium_org/ui/views/controls/ |
separator.cc | 42 canvas->FillRect(bounds(), kDefaultColor);
|
/external/chromium_org/ui/views/ |
cull_set.h | 18 // from painting or other bounds-checking operations. It wraps a set of
|
/external/chromium_org/ui/views/layout/ |
grid_layout_unittest.cc | 68 gfx::Rect bounds; member in class:views::GridLayoutTest 84 void TestAlignment(GridLayout::Alignment alignment, gfx::Rect* bounds) { 93 *bounds = v1.bounds(); 103 gfx::Rect bounds; local 104 TestAlignment(GridLayout::FILL, &bounds); 105 EXPECT_EQ(gfx::Rect(0, 0, 100, 100), bounds); 109 gfx::Rect bounds; local 110 TestAlignment(GridLayout::LEADING, &bounds); 111 EXPECT_EQ(gfx::Rect(0, 0, 10, 20), bounds); 115 gfx::Rect bounds; local 121 gfx::Rect bounds; local [all...] |
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_screen_position_client.h | 29 const gfx::Rect& bounds,
|
/external/chromium_org/ui/views/widget/ |
tooltip_manager.cc | 26 return (display.bounds().width() + 1) / 2;
|
/external/chromium_org/ui/views/window/ |
custom_frame_view_unittest.cc | 240 gfx::Rect close_button_initial_bounds = close_button()->bounds(); 241 gfx::Rect minimize_button_initial_bounds = minimize_button()->bounds(); 246 EXPECT_GT(close_button()->bounds().width(), 248 EXPECT_GT(minimize_button()->bounds().width(),
|
/external/chromium_org/ui/wm/core/ |
easy_resize_window_targeter.h | 41 // the extended bounds.
|
masked_window_targeter.cc | 27 gfx::Size size = window->bounds().size();
|
/external/chromium_org/ui/wm/test/ |
wm_test_helper.h | 50 const gfx::Rect& bounds) OVERRIDE;
|
/external/clang/test/Analysis/ |
outofbound-notwork.c | 1 // RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,alpha.security.ArrayBound -analyzer-store=region -verify %s
|
rdar-6541136-region.c | 16 // the out-of-bounds checking. We don't expect the warning for now since
|
/external/clang/test/Sema/ |
array-bounds-ptr-arith.c | 1 // RUN: %clang_cc1 -verify -Warray-bounds-pointer-arithmetic %s
|
/external/clang/test/SemaCXX/ |
attr-format.cpp | 14 expected-error{{out of bounds}}
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 69 Rectangle bounds= im.getBounds(); local 91 int bottom= bounds.height - titleHeight - PADDING; 95 int right= bounds.width - lastItem.getSize(g).x - PADDING/2; 98 //g.drawString(fTitle, (bounds.width - titleWidth) / 2, titleHeight, true);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
ButtonPropertyEditorPresentationImpl.java | 72 // set bounds 165 * Sets new bounds for {@link Control}, optimizing when possible. 168 // check, may be Control is invisible, so no reason to change bounds 200 // no any optimization possible, just set bounds
|
/external/icu/icu4c/source/test/cintltst/ |
capitst.h | 86 * Test getting bounds for a sortkey
|