/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 525 RECT bounds; local 554 bounds.left = SDL_windowX; 555 bounds.top = SDL_windowY; 556 bounds.right = SDL_windowX+width; 557 bounds.bottom = SDL_windowY+height; 559 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), (GetMenu(SDL_Window) != NULL), 0); 562 AdjustWindowRectEx(&bounds, GetWindowLong(SDL_Window, GWL_STYLE), 0, 0); 564 width = bounds.right-bounds.left; 565 height = bounds.bottom-bounds.top [all...] |
/external/skia/include/core/ |
SkPath.h | 225 not null, set rect to the bounds of the path. If the path does not 228 @param rect If not null, returns the bounds of the path if it specifies 268 /** Returns the bounds of the path's points. If the path contains 0 or 1 269 points, the bounds is set to (0,0,0,0), and isEmpty() will return true. 270 Note: this bounds may be larger than the actual shape, since curves 277 /** Calling this will, if the internal cache of the bounds is out of date, 280 will inherit the cached bounds. 559 /** The path can not draw the same as its bounds. */ 561 /** The path draws the same as its bounds when filled. */ 563 /** The path draws the same as its bounds when stroked or filled. * [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteControl.java | 172 Rectangle bounds = popupMenuItem.getBounds(); 175 Point point = toolbar.toDisplay(bounds.x, bounds.y + bounds.height); 755 // See if we can find out the bounds of this element from a preview image. 758 Rect bounds = null; local 767 bounds = new Rect(0, 0, width, height); 779 bounds /* bounds */, [all...] |
/external/chromium_org/cc/animation/ |
layer_animation_controller.cc | 425 const gfx::BoxF& box, gfx::BoxF* bounds) const { 432 gfx::BoxF* bounds) const { 435 << "are no transform animations affecting bounds, non-animated transform " 438 // Compute bounds based on animations for which is_finished() is false. 440 // that callers will take care of computing bounds based on the owning layer's 442 *bounds = gfx::BoxF(); 455 bounds->Union(animation_bounds); [all...] |
/external/chromium_org/cc/layers/ |
scrollbar_layer_unittest.cc | 135 // Choose bounds to give max_scroll_offset = (30, 50). 380 // Choose layer bounds to give max_scroll_offset = (8, 8). 511 void SetScrollbarBounds(const gfx::Size& bounds) { bounds_ = bounds; } 533 EXPECT_GT(scrollbar_layer_->bounds().width(), kMaxTextureSize); 745 gfx::ScaleSize(scrollbar_layer->bounds(), test_scale, test_scale); [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_test.cc | 55 gfx::Rect bounds; local 57 bounds = browser()->window()->GetRestoredBounds(); 59 bounds = browser()->window()->GetBounds(); 71 EXPECT_EQ(bounds.x(), utils::GetInteger(result.get(), "left")); 72 EXPECT_EQ(bounds.y(), utils::GetInteger(result.get(), "top")); 73 EXPECT_EQ(bounds.width(), utils::GetInteger(result.get(), "width")); 74 EXPECT_EQ(bounds.height(), utils::GetInteger(result.get(), "height"));
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_frame_view.cc | 369 // The origin of client-area bounds starts after left border and titlebar and 401 // The window bounds include both client area and non-client area (titlebar 495 gfx::Rect bounds(0, 0, pref_size.width(), pref_size.height()); 497 GetWindowBoundsForClientBounds(bounds).size(); 533 restore_button_->SetBoundsRect(minimize_button_->bounds()); 545 int title_x = title_icon_->bounds().right() + panel::kIconAndTitlePadding; 655 if (bounds().height() <= panel::kMinimizedPanelHeight)
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
toolbar_view.cc | 581 int next_element_x = back_->bounds().right(); 585 next_element_x = forward_->bounds().right(); 589 next_element_x = reload_->bounds().right(); 600 next_element_x = home_->bounds().right() + kStandardSpacing; 611 next_element_x = location_bar_->bounds().right(); 615 next_element_x = browser_actions_->bounds().right(); 620 // page action, browser action bounds do not change, as a result of which
|
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/ |
view_manager_client_impl.cc | 34 const gfx::Rect& bounds) { 41 private_node.LocalSetBounds(gfx::Rect(), bounds); local 78 nodes[i]->bounds.To<gfx::Rect>()); 363 const gfx::Rect& bounds, 367 bounds_(bounds) {} 590 void ViewManagerClientImpl::SetBounds(Id node_id, const gfx::Rect& bounds) { 593 new SetBoundsTransaction(node_id, bounds, this));
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsCommon.cpp | 54 if (basePt.fY < contour->bounds().fTop) { 57 if (bestY > contour->bounds().fBottom) { 245 const SkPathOpsBounds& bounds = contour->bounds(); local 246 if (bounds.fBottom < topLeft->fY) { 250 if (bounds.fBottom == topLeft->fY && bounds.fRight < topLeft->fX) {
|
/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.h | 87 // Where the menu should be drawn, above or below the bounds (when 88 // the bounds is non-empty). POSITION_BEST_FIT (default) positions 89 // the menu below the bounds unless the menu does not fit on the 299 // recalculates the bounds. 375 // Given bounds within our View, this helper routine mirrors the bounds if 505 // |menu_position_| is the requested position with respect to the bounds.
|
/external/elfutils/0.153/libdwfl/ |
dwfl_segment_report_module.c | 260 /* Track the bounds of the file visible in memory. */ 270 /* Collect the unbiased bounds of the module here. */ 447 /* Now we know enough to report a module for sure: its bounds. */ 540 /* We know the bounds of the .dynstr section. 549 within the module bounds, or try applying the phdr bias 550 when that adjusts it to fall within the module bounds. */ 567 /* Now that we have chosen the module's name and bounds, report it.
|
/external/lldb/include/lldb/Core/ |
DataExtractor.h | 348 /// correctly. If the offset is out of bounds or there are not 400 /// correctly. If the offset is out of bounds or there are not 406 /// pointed to by \a offset_ptr is out of bounds, or if the 407 /// offset plus the length of the C string is out of bounds, 425 /// correctly. If the offset is out of bounds or there are not 431 /// pointed to by \a offset_ptr is out of bounds, or if the 432 /// offset plus the length of the field is out of bounds, or if 449 /// correctly. If the offset is out of bounds or there are not 564 /// correctly. If the offset is out of bounds or there are not 586 /// correctly. If the offset is out of bounds or there are no [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_surface.c | 798 SDL_Rect bounds; local 862 bounds.x = 0; 863 bounds.y = 0; 864 bounds.w = surface->w; 865 bounds.h = surface->h; 866 SDL_LowerBlit(surface, &bounds, convert, &bounds);
|
/external/skia/src/pathops/ |
SkPathOpsCommon.cpp | 54 if (basePt.fY < contour->bounds().fTop) { 57 if (bestY > contour->bounds().fBottom) { 245 const SkPathOpsBounds& bounds = contour->bounds(); local 246 if (bounds.fBottom < topLeft->fY) { 250 if (bounds.fBottom == topLeft->fY && bounds.fRight < topLeft->fX) {
|
/frameworks/base/docs/html/about/versions/ |
android-4.3.jd | 56 <li><a href="#OpticalBounds">Optical bounds layout</a></li> [all...] |
/frameworks/base/docs/image_sources/in-app-billing/v3/ |
iab_v3_consumption_flow.graffle | 16 <key>Bounds</key> 265 <key>Bounds</key> 354 <key>Bounds</key> 442 <key>Bounds</key> 533 <key>Bounds</key> 624 <key>Bounds</key> 742 <key>Bounds</key>
|
/frameworks/native/libs/gui/ |
Surface.cpp | 752 err = src->lock(GRALLOC_USAGE_SW_READ_OFTEN, reg.bounds(), (void**)&src_bits); 756 err = dst->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, reg.bounds(), (void**)&dst_bits); 819 const Rect bounds(backBuffer->width, backBuffer->height); 824 newDirtyRegion.andSelf(bounds); 826 newDirtyRegion.set(bounds); 844 newDirtyRegion.set(bounds); 871 newDirtyRegion.bounds(), &vaddr, fenceFd);
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SwitchCompat.java | 110 * optical bounds for both the track and thumb. 116 * optical bounds for both the track and thumb. 122 * optical bounds. 425 * the thumb's optical bounds will be clipped out of the track drawable, 900 final Rect bounds = thumbDrawable.getBounds(); local 901 cX = bounds.left + bounds.right; [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
converter.hpp | 17 #include "boost/numeric/conversion/bounds.hpp" 105 return s < static_cast<S>(bounds<T>::lowest()) ? cNegOverflow : cInRange ; 134 return s <= static_cast<S>(bounds<T>::lowest()) - static_cast<S>(1.0) 150 return s < static_cast<S>(bounds<T>::lowest()) - static_cast<S>(0.5) 166 return s > static_cast<S>(bounds<T>::highest()) 182 return s >= static_cast<S>(bounds<T>::highest()) + static_cast<S>(1.0) 198 return s >= static_cast<S>(bounds<T>::highest()) + static_cast<S>(0.5)
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrClipMaskManager.cpp | 304 // clipSpace bounds. We determine the mask's position WRT to the render target here. 333 // only guarantees that the stencil mask is correct within the bounds it was passed, so we must 334 // use both stencil and scissor test to the bounds for the final draw. 401 // entire mask bounds and writes 0 outside the rect. 562 // The top-left of the mask corresponds to the top-left corner of the bounds. 590 // pass must not set values outside of this bounds or stencil values outside the rect won't be 606 // This is the bounds of the clip element in the space of the alpha-mask. The temporary 729 // We set the current clip to the bounds so that our recursive draws are scissored to them. [all...] |
GrDrawTarget.h | 309 * @param devBounds optional bounds hint. This is a promise from the caller, 327 * @param devBounds optional bounds hint. This is a promise from the caller, 420 * @param devBounds optional bounds hint. This is a promise from the caller, 470 * src bounds then pixel values in the dst rect corresponding to area clipped 473 * limitations. If rect is clipped out entirely by the src or dst bounds then 764 // src bounds. Likewise, the dst rect implied by dstPoint and srcRect's width and height falls 776 // and dst bounds [all...] |
/external/skia/src/gpu/ |
GrClipMaskManager.cpp | 304 // clipSpace bounds. We determine the mask's position WRT to the render target here. 333 // only guarantees that the stencil mask is correct within the bounds it was passed, so we must 334 // use both stencil and scissor test to the bounds for the final draw. 401 // entire mask bounds and writes 0 outside the rect. 562 // The top-left of the mask corresponds to the top-left corner of the bounds. 590 // pass must not set values outside of this bounds or stencil values outside the rect won't be 606 // This is the bounds of the clip element in the space of the alpha-mask. The temporary 729 // We set the current clip to the bounds so that our recursive draws are scissored to them. [all...] |
GrDrawTarget.h | 309 * @param devBounds optional bounds hint. This is a promise from the caller, 327 * @param devBounds optional bounds hint. This is a promise from the caller, 420 * @param devBounds optional bounds hint. This is a promise from the caller, 470 * src bounds then pixel values in the dst rect corresponding to area clipped 473 * limitations. If rect is clipped out entirely by the src or dst bounds then 764 // src bounds. Likewise, the dst rect implied by dstPoint and srcRect's width and height falls 776 // and dst bounds [all...] |
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
ruler_track.js | 148 var bounds = this.getBoundingClientRect(); 149 var width = bounds.width * pixelRatio; 150 var height = bounds.height * pixelRatio;
|