Searched refs:bounds (Results 176 - 200 of 592) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_views.cc120 gfx::Rect* bounds) {
137 *bounds = view->GetContentsBounds();
138 bounds->set_origin(point);
116 WindowGetViewBounds(int handle, int view_id, bool screen_coordinates, bool* success, gfx::Rect* bounds) argument
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble.cc110 gfx::Rect bounds = widget->GetClientAreaScreenBounds(); local
114 kBubbleXRatio * (bounds.width() - view_size.width());
115 const int y = bounds.height() - view_size.height() / 2 - kBubbleBottomGap;
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.h37 const gfx::Rect& bounds() const { return bounds_; } function in class:Panel
44 virtual void SetBounds(const gfx::Rect& bounds);
141 Panel(Browser* browser, const gfx::Rect& bounds);
H A Dpanel_manager.h80 // Computes the bounds for next panel.
83 // Returns true if computed bounds are within the displayable area.
84 bool ComputeBoundsForNextPanel(gfx::Rect* bounds, bool allow_size_change);
100 // Used in computing the bounds of the next panel.
114 // Bounds of the panel to drag. It is first set to the original bounds when
/external/skia/gm/
H A Daarectmodes.cpp148 const SkRect bounds = SkRect::MakeWH(W, H); local
164 canvas->drawRect(bounds, fBGPaint);
165 canvas->saveLayer(&bounds, NULL);
H A Dhairmodes.cpp96 const SkRect bounds = SkRect::MakeWH(W, H); variable
112 canvas->drawRect(bounds, fBGPaint);
113 canvas->saveLayer(&bounds, NULL);
/external/skia/src/gpu/
H A DGrTextStrike.cpp162 GrIRect bounds; local
163 if (!scaler->getPackedGlyphBounds(packed, &bounds)) {
168 glyph->init(packed, bounds);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DContentLayerChromium.cpp124 IntSize size = bounds();
161 return IntRect(IntPoint(0, 0), bounds());
206 updateLayerSize(bounds());
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h130 const IntSize& bounds() const { return m_bounds; } function in class:WebCore::CCLayerImpl
131 void setBounds(const IntSize& bounds) { m_bounds = bounds; } argument
193 // to bounds.
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc342 gfx::Rect bounds = reference_view->bounds(); local
343 bounds.set_origin(origin);
349 bounds.set_origin(
351 bounds.set_width(0);
356 Bubble* bubble = Bubble::Show(browser_view->GetWidget(), bounds,
/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc207 animation_start_height_ = bounds().height();
367 gfx::Rect bounds = browser_view->toolbar()->location_bar()->bounds(); local
368 bounds.set_origin(point);
369 bounds.set_width(kIconHorizontalOffset);
375 Bubble::Show(browser_view->GetWidget(), bounds,
H A Dbrowser_dialogs.h44 const gfx::Rect& bounds,
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeSafari.cpp268 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
274 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
282 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
581 // shadow. We don't consider this part of the bounds of the control in WebKit.
809 IntRect bounds = IntRect(r.x() + o->style()->borderLeftWidth(), local
814 paintMenuListButtonGradients(o, paintInfo, bounds);
816 // Since we actually know the size of the control here, we restrict the font scale to make sure the arrow will fit vertically in the bounds
817 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
818 float centerY = bounds.y() + bounds
[all...]
/external/checkpolicy/
H A Dmodule_compiler.c169 role_datum_t *bounds; local
183 bounds = hashtab_search(roles_tab, bounds_id);
184 if (!bounds) {
185 yyerror2("role %s doesn't exist, is implicit bounds of %s",
190 if (!role->bounds)
191 role->bounds = bounds->s.value;
192 else if (role->bounds != bounds->s.value) {
193 yyerror2("role %s has inconsistent bounds
373 user_datum_t *bounds; local
[all...]
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.h113 // Returns the bounds for the new window in |new_window_bounds|. If the new
120 // Adjust the bounds of the other window during docking. Does nothing if type
143 // Returns the bounds of the window to show the indicator for.
175 // Returns the bounds of the window.
176 bool GetWindowBounds(gfx::Rect* bounds) const;
177 void SizeOtherWindowTo(const gfx::Rect& bounds) const;
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c138 __u32 bounds[2]; member in struct:cap_ng
186 memset(m.bounds, 0, sizeof(m.bounds));
215 for (i=0; i<sizeof(m.bounds)/sizeof(__u32); i++)
216 m.bounds[i] = 0xFFFFFFFFU;
253 sscanf(buf, "CapBnd: %08x%08x", &m.bounds[1], &m.bounds[0]);
392 m.bounds[idx] |= MASK(capability);
394 m.bounds[idx] &= ~(MASK(capability));
720 if (m.bounds[
[all...]
/external/skia/legacy/src/effects/
H A DSkTestImageFilters.cpp207 SkIRect bounds; local
208 if (!this->filterBounds(srcBounds, ctm, &bounds)) {
212 const int x0 = bounds.left();
213 const int y0 = bounds.top();
215 SkDevice* dst = proxy->createDevice(bounds.width(), bounds.height());
244 loc->set(bounds.left(), bounds.top());
/external/skia/legacy/src/images/
H A DSkFlipPixelRef.cpp126 const SkIRect bounds = {0, 0, dst.width(), dst.height()}; local
127 SkRegion::Cliperator iter(clip, bounds);
/external/skia/legacy/src/views/
H A DSkListWidget.cpp29 fVisibleRowCount = 0; // number of cells that can fit in our bounds
361 SkRect bounds; local
363 bounds.fLeft = 0;
364 bounds.fRight = this->getContentWidth();
365 bounds.fBottom = 0;
366 // assign bounds.fTop inside the loop
368 // hack to reveal our bounds for debugging
379 bounds.fTop = bounds.fBottom;
380 bounds
[all...]
/external/skia/src/core/
H A DSkRTree.h39 * It also supports bulk-loading from a batch of bounds and values; if you don't require the tree
54 * If you have some prior information about the distribution of bounds you're expecting, you
62 * Insert a node, consisting of bounds and a data value into the tree, if we don't immediately
66 * @param bounds The corresponding bounding box
69 virtual void insert(void* data, const SkIRect& bounds, bool defer = false);
172 int validateSubtree(Node* root, SkIRect bounds, bool isRoot = false);
/external/skia/src/images/
H A DSkFlipPixelRef.cpp103 const SkIRect bounds = {0, 0, dst.width(), dst.height()}; local
104 SkRegion::Cliperator iter(clip, bounds);
/external/webkit/Source/WebKit/android/plugins/
H A DANPPathInterface.cpp54 static void anp_getBounds(const ANPPath* path, ANPRectF* bounds) { argument
55 SkANP::SetRect(bounds, path->getBounds());
/external/webkit/Source/WebKit/win/
H A DWebScrollBar.h74 /* [in] */ RECT bounds);
87 /* [retval][out] */ RECT* bounds);
/external/webkit/Source/WebKit2/Platform/
H A DRegion.h41 WebCore::IntRect bounds() const { return m_bounds; } function in class:WebKit::Region
72 WebCore::IntRect bounds() const;
/external/chromium/chrome/browser/
H A Dblocked_content_container.h25 // Adds a TabContents to this container. |bounds| are the window bounds
29 const gfx::Rect& bounds,

Completed in 555 milliseconds

1234567891011>>