/libcore/support/src/test/java/tests/support/ |
Support_StringWriter.java | 110 * If offset or count are outside of bounds. 169 * If offset or count are outside of bounds.
|
/packages/apps/Settings/src/com/android/settings/widget/ |
SetupWizardIllustration.java | 110 setOutlineProvider(ViewOutlineProvider.BOUNDS); 134 // Scale the bounds by mScale to compensate for the scale done to the canvas before
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Window_classes.py | 48 """bounds - the boundary rectangle for the window """ 147 'bounds' : _Prop_bounds,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
FrameLayoutRule.java | 95 // for all dropped elements with valid bounds, offset at 106 // We don't have bounds for new elements. In this case
|
GridLayoutRule.java | 435 int startColumn = grid.getColumn(state.bounds.x); 436 int endColumn = grid.getColumn(state.bounds.x2()); 439 int startRow = grid.getRow(state.bounds.y); 440 int endRow = grid.getRow(state.bounds.y2()); 565 int startColumn = grid.getColumn(state.bounds.x); 566 int endColumn = grid.getColumn(state.bounds.x2()); 569 int startRow = grid.getRow(state.bounds.y); 570 int endRow = grid.getRow(state.bounds.y2());
|
/external/chromium_org/ash/display/ |
display_manager.cc | 349 // Primary's bounds stay the same. Just notify bounds change 371 if (display.bounds().Contains(point_in_screen)) 544 // without --ash-host-window-bounds on linux desktop, use the 724 // Using display.bounds() and display.work_area() would fail most of the 1092 gfx::Rect bounds = local [all...] |
/external/chromium_org/ui/gfx/ |
render_text_win.cc | 684 // Return edge bounds if the index is invalid or beyond the layout text size. 703 std::vector<Range> bounds; 706 // TODO(msw): The bounds should probably not always be leading the range ends. 718 DCHECK(bounds.empty() || bounds.back().GetMax() <= range_x.GetMin()); 719 if (!bounds.empty() && bounds.back().GetMax() == range_x.GetMin()) { 720 range_x = Range(bounds.back().GetMin(), range_x.GetMax()); 721 bounds.pop_back(); 723 bounds.push_back(range_x) [all...] |
/external/deqp/framework/referencerenderer/ |
rrRasterizer.cpp | 247 } bounds[] = local 380 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(bounds); ++ndx) 382 const bool startVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) || 383 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1))); 384 const bool endVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v1, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) || 385 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v1, LineRasterUtil::SubpixelLineSegment (…) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchPaint.java | 292 Rect bounds = new Rect(); local 293 mPaint.getTextBounds(text, 0, text.length(), bounds); 294 int twidth = bounds.width(); 299 mPaint.getTextBounds(text, 0, text.length(), bounds); 302 mCanvas.drawText(text, (width-bounds.width())/2,
|
/external/ceres-solver/examples/ |
more_garbow_hillstrom.cc | 31 // Bounds constrained test problems from the paper 37 // A subset of these problems were augmented with bounds and used for 38 // testing bounds constrained optimization algorithms by 45 // The latter paper is behind a paywall. We obtained the bounds on the 48 // http://www.mat.univie.ac.at/~neum/glopt/bounds.html
|
/external/ceres-solver/internal/ceres/ |
parameter_block.h | 213 // hyper cube implied by the bounds constraints. 376 // Upper and lower bounds for the parameter block. SetUpperBound 380 // are no bounds, or only one sided bounds we do not pay the cost of 381 // allocating memory for the inactive bounds constraints.
|
/external/chromium_org/cc/layers/ |
layer.h | 113 // A layer's bounds are in logical, non-page-scaled pixels (however, the 114 // root layer's bounds are in physical pixels). 115 void SetBounds(const gfx::Size& bounds); 116 gfx::Size bounds() const { return bounds_; } function in class:cc::Layer 126 void SetNeedsDisplay() { SetNeedsDisplayRect(gfx::RectF(bounds())); }
|
/external/chromium_org/cc/trees/ |
occlusion_tracker.cc | 422 DCHECK(layer->visible_content_rect().Contains(opaque_contents.bounds())); 533 unoccluded_region_in_target_surface.bounds(); 538 unoccluded_region_in_target_surface.bounds(); 571 unoccluded_region_in_target_surface.bounds(); 613 unoccluded_region_in_target_surface.bounds();
|
/external/chromium_org/chrome/browser/ui/views/ |
create_application_shortcut_view.cc | 198 gfx::Rect bounds = GetLocalBounds(); local 201 SkIntToScalar(bounds.x()), 202 SkIntToScalar(bounds.y()), 203 SkIntToScalar(bounds.right()), 204 SkIntToScalar(bounds.bottom())
|
fullscreen_exit_bubble_views.cc | 286 params.bounds = GetPopupRect(false); 382 // We may have finished hiding |popup_|. However, the bounds animation 384 // animation assumes |popup_| has the bounds when |popup_| is fully shown. 434 // NOTE: don't use the bounds of the root_view_. On linux GTK changing window 439 browser_view_->GetWidget()->GetNativeView()).bounds();
|
/external/chromium_org/content/shell/browser/ |
shell_views.cc | 146 gfx::Rect bounds = GetWidget()->GetWindowBoundsInScreen(); local 147 bounds.set_size(GetWidget()->GetRootView()->GetPreferredSize()); 148 GetWidget()->SetBounds(bounds); 153 GetWidget()->GetNativeWindow()->GetHost()->SetBounds(bounds); 500 params.bounds = gfx::Rect(0, 0, width, height);
|
/external/chromium_org/third_party/WebKit/Source/web/painting/ |
PaintAggregator.cpp | 163 IntRect bounds; local 165 bounds.unite(paintRects[i]); 166 return bounds; 355 IntRect bounds = m_update.calculatePaintBounds(); local 357 m_update.paintRects.append(bounds);
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
readable_font_data.h | 64 // Sets the bounds to use for computing the checksum. These bounds are in 68 // @param ranges the range bounds to use for the checksum 73 // @return the UBYTE; -1 if outside the bounds of the font data 89 // bounds of the font data
|
/external/chromium_org/third_party/skia/src/core/ |
SkScan_Hairline.cpp | 84 const SkIRect& bounds = clip->getBounds(); 86 clipR.set(SkIntToFDot6(bounds.fLeft), SkIntToFDot6(bounds.fTop), 87 SkIntToFDot6(bounds.fRight), SkIntToFDot6(bounds.fBottom));
|
/external/chromium_org/third_party/skia/src/utils/ |
SkDumpCanvas.cpp | 200 SkCanvas::SaveLayerStrategy SkDumpCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, 204 if (bounds) { 205 str.append(" bounds"); 206 toString(*bounds, &str); 217 return this->INHERITED::willSaveLayer(bounds, paint, flags);
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_grid_controller.mm | 238 NSPoint newOrigin = [clipView bounds].origin; 268 if (pointInView.x <= 0 || pointInView.x >= NSWidth([[self view] bounds])) { 326 [[clipView animator] setBoundsOrigin:[clipView bounds].origin]; 333 NSMinX([[[self gridScrollView] contentView] bounds]) / kViewWidth); 568 NSMinX([[[self gridScrollView] contentView] bounds]) / kViewWidth - page;
|
/external/chromium_org/ui/gfx/image/ |
image_skia_operations.cc | 225 gfx::Rect bounds = DIPToPixelBounds(gfx::Rect(src_x_, src_y_, dst_w_, variable 230 bounds.x(), bounds.y(), bounds.width(), bounds.height()),
|
/external/chromium_org/v8/src/ |
hydrogen-bce.cc | 250 // The BCE algorithm only selects mergeable bounds checks that share 399 OS::Print("Fresh bounds check data for block #%d: [%d]\n", 406 OS::Print("Eliminating bounds check #%d, offset %d is covered\n", 421 // What happens currently is that the first bounds check in a dominated 442 OS::Print("Updated bounds check data for block #%d: [%d - %d]\n",
|
/external/clang/lib/Lex/ |
PreprocessingRecord.cpp | 96 assert(0 && "Out-of bounds loaded preprocessed entity"); 119 assert(0 && "Out-of bounds local preprocessed entity"); 332 "Out-of bounds loaded preprocessed entity"); 340 "Out-of bounds local preprocessed entity"); 348 "Out-of bounds loaded preprocessed entity");
|
/external/libsepol/src/ |
hierarchy.c | 55 * If the given datum has a valid bounds, this function merely 66 if (datum->bounds) \ 67 *parent = a->p->prefix##_val_to_struct[datum->bounds - 1]; \ 248 * See the following example. A_t type is bounds of B_t type, 264 * because it seems to us B_t is violated to bounds constraints
|