/external/chromium_org/mojo/examples/browser/ |
browser.cc | 82 params.bounds = gfx::Rect(node->bounds().width(), node->bounds().height());
|
/external/chromium_org/mojo/services/native_viewport/ |
native_viewport_x11.cc | 36 virtual void Init(const gfx::Rect& bounds) OVERRIDE { 43 bounds_ = bounds; 99 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE {
|
/external/chromium_org/third_party/icu/patches/ |
utext.patch | 17 + /* Test pinning of input bounds */ 29 + /* Test pinning of input bounds */ 67 // Pins 'start' to the length of the string, if it came in out-of-bounds.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_scissor_state.c | 57 /* If the scissor was out of bounds and got clamped to 0 58 * width/height at the bounds, the subtraction of 1 from 61 * the bounds, which produces the expected no rendering.
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeWalkerRectangles_Test.cpp | 172 SkRect bounds[2]; local 173 bounds[0].setEmpty(); 174 bounds[1].setEmpty(); 175 SkRect* boundsPtr = bounds; 182 SkASSERT(boundsPtr == bounds); 213 if (boundsPtr != bounds) { 214 SkASSERT((bounds[0] == rect1 || bounds[1] == rect1) 215 && (bounds[0] == rect2 || bounds[1] == rect2)) 229 SkRect bounds; local [all...] |
/external/chromium_org/third_party/skia/gm/ |
hairmodes.cpp | 92 const SkRect bounds = SkRect::MakeWH(W, H); variable 108 canvas->drawRect(bounds, fBGPaint); 109 canvas->saveLayer(&bounds, NULL);
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleAARectModes.cpp | 98 const SkRect bounds = SkRect::MakeWH(W, H); local 114 canvas->drawRect(bounds, fBGPaint); 115 canvas->saveLayer(&bounds, NULL);
|
SampleDitherBitmap.cpp | 49 SkIRect bounds; local 50 path.getBounds().round(&bounds); 51 SkRegion clip(bounds);
|
SampleHairModes.cpp | 96 const SkRect bounds = SkRect::MakeWH(W, H); local 112 canvas->drawRect(bounds, fBGPaint); 113 canvas->saveLayer(&bounds, NULL);
|
SampleWarp.cpp | 216 void init(const SkRect& bounds, int rows, int cols, 219 const SkRect& bounds() const { return fBounds; } function in class:Mesh 268 void Mesh::init(const SkRect& bounds, int rows, int cols, 272 fBounds = bounds; 286 const SkScalar dx = bounds.width() / rows; 287 const SkScalar dy = bounds.height() / cols; 295 pts->set(bounds.fLeft + x*dx, bounds.fTop + y*dy); 342 SkRect bounds, texture; local 345 bounds = texture [all...] |
/external/chromium_org/third_party/skia/tests/ |
FontObjTest.cpp | 95 SkRect bounds; local 101 // Requesting the bounds forces a generateMetrics call. 102 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds);
|
/external/chromium_org/ui/app_list/views/ |
app_list_item_view.h | 64 // Returns the icon bounds relative to AppListItemView. 70 // Returns the icon bounds for the given |target_bounds| as 71 // the assuming bounds of this view.
|
apps_container_view.h | 84 // Calculates the top item icon bounds in the active folder icon. The bounds 86 // Returns the bounds of top items' icon in sequence of top left, top right,
|
/external/chromium_org/ui/base/ |
base_window.h | 43 // Returns the nonmaximized bounds of the window (even if the window is 50 // Retrieves the window's current bounds, including its window. 83 virtual void SetBounds(const gfx::Rect& bounds) = 0;
|
/external/chromium_org/ui/base/cocoa/ |
base_view.mm | 131 new_rect.set_y(NSHeight([self bounds]) - new_rect.bottom()); 137 new_rect.origin.y = NSHeight([self bounds]) - NSMaxY(new_rect); 149 trackingArea_.reset([[CrTrackingArea alloc] initWithRect:[self bounds]
|
/external/chromium_org/ui/gfx/ |
color_profile_win.cc | 65 bool GetDisplayColorProfile(const gfx::Rect& bounds, 69 RECT rect = bounds.ToRECT(); 71 if (bounds.IsEmpty() || !handle)
|
/external/chromium_org/ui/keyboard/ |
keyboard_controller.h | 63 // Hides virtual keyboard and notifies observer bounds change. 69 // Notifies the keyboard observer for keyboard bounds changed. 95 // Returns the current keyboard bounds. When the keyboard is not shown,
|
/external/chromium_org/win8/metro_driver/ime/ |
text_service.cc | 400 const metro_viewer::CharacterBounds& bounds = local 402 POINT left_top = { bounds.left, bounds.top }; 403 POINT right_bottom = { bounds.right, bounds.bottom }; 420 const metro_viewer::CharacterBounds& bounds = variable 422 POINT left_top = { bounds.left, bounds.top }; 423 POINT right_bottom = { bounds.right, bounds.bottom } [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
AbstractComboPropertyEditor.java | 102 public final void setBounds(Rectangle bounds) { 103 m_combo.setBounds(bounds); 104 // editor created without bounds, so activate it after first setBounds()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
SquaringDrawable.java | 32 public void setBounds(Rect bounds) { 33 super.setBounds(bounds); 34 wrapped.setBounds(bounds);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_scissor_state.c | 57 /* If the scissor was out of bounds and got clamped to 0 58 * width/height at the bounds, the subtraction of 1 from 61 * the bounds, which produces the expected no rendering.
|
/external/skia/experimental/Intersection/ |
EdgeWalkerRectangles_Test.cpp | 172 SkRect bounds[2]; local 173 bounds[0].setEmpty(); 174 bounds[1].setEmpty(); 175 SkRect* boundsPtr = bounds; 182 SkASSERT(boundsPtr == bounds); 213 if (boundsPtr != bounds) { 214 SkASSERT((bounds[0] == rect1 || bounds[1] == rect1) 215 && (bounds[0] == rect2 || bounds[1] == rect2)) 229 SkRect bounds; local [all...] |
/external/skia/gm/ |
hairmodes.cpp | 92 const SkRect bounds = SkRect::MakeWH(W, H); variable 108 canvas->drawRect(bounds, fBGPaint); 109 canvas->saveLayer(&bounds, NULL);
|
/external/skia/samplecode/ |
SampleAARectModes.cpp | 98 const SkRect bounds = SkRect::MakeWH(W, H); local 114 canvas->drawRect(bounds, fBGPaint); 115 canvas->saveLayer(&bounds, NULL);
|
SampleDitherBitmap.cpp | 49 SkIRect bounds; local 50 path.getBounds().round(&bounds); 51 SkRegion clip(bounds);
|