/external/chromium_org/third_party/skia/src/gpu/ |
GrPathUtils.h | 25 /// Since we divide by tol if we're computing exact worst-case bounds, 31 /// Since we divide by tol if we're computing exact worst-case bounds, 42 /// Since we divide by tol if we're computing exact worst-case bounds,
|
/external/chromium_org/third_party/skia/src/utils/ |
SkNWayCanvas.cpp | 69 SkCanvas::SaveLayerStrategy SkNWayCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, 73 iter->saveLayer(bounds, paint, flags); 76 this->INHERITED::willSaveLayer(bounds, paint, flags);
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkWidgetViews.cpp | 302 SkRect bounds; local 303 fAnim.getInvalBounds(&bounds); 304 this->inval(&bounds);
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
mouse_cursor_monitor_mac.mm | 109 if (it->bounds.Contains(position)) { 196 position = position.subtract(config->bounds.top_left()); 203 position.subtract(configuration.bounds.top_left());
|
/external/chromium_org/ui/aura/ |
window_tree_host.cc | 47 WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) { 110 gfx::Rect bounds(host_size); 111 gfx::RectF new_bounds(ui::ConvertRectToDIP(window()->layer(), bounds));
|
/external/chromium_org/ui/compositor/ |
layer_animation_sequence_unittest.cc | 128 // Pause bounds for a second. 130 LayerAnimationElement::BOUNDS, delta)); 200 LayerAnimationElement::BOUNDS),
|
/external/chromium_org/ui/message_center/cocoa/ |
settings_entry_view.mm | 142 NSRect rect = [self titleRectForBounds:[controlView bounds]]; 191 NSRect checkboxFrame = [self bounds]; 259 NSRect separatorRect = [self bounds];
|
/external/chromium_org/ui/snapshot/ |
snapshot_aura_unittest.cc | 128 gfx::Rect source_rect(test_window_->bounds().size()); 190 SetupTestWindow(root_window()->bounds()); 194 EXPECT_EQ(test_window()->bounds().size().ToString(),
|
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
ViewElement.java | 85 put(Attribute.BOUNDS, getBounds()); 90 // needs to have the VISIBLE flag as well as non-empty bounds to be 163 // Bounds are relative to root view; adjust to screen coordinates.
|
/external/icu/icu4c/source/common/ |
uvectr64.h | 38 * <p>There is index bounds checking, but little is done about it. If 39 * indices are out of bounds, either nothing happens, or zero is 55 * <p>Improve the handling of index out of bounds errors.
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusMetaHeader.h | 23 RECTL rclBounds; // Inclusive-inclusive bounds in device units
119 INT X; // Bounds in device units
151 // Get the bounds of the metafile in device units
|
/external/proguard/src/proguard/evaluation/ |
Variables.java | 176 throw new IndexOutOfBoundsException("Variable index ["+index+"] out of bounds ["+size+"]"); 191 throw new IndexOutOfBoundsException("Variable index ["+index+"] out of bounds ["+size+"]"); 213 throw new IndexOutOfBoundsException("Variable index ["+index+"] out of bounds ["+size+"]");
|
/external/qemu-pc-bios/vgabios/ |
biossums.c | 223 check((offset + len) <= (bios_len - 1), "PMID entry length out of bounds" ); 255 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" ); 262 check((offset + PMID_CHKSUM) <= (bios_len - 1), "PMID checksum out of bounds" );
|
/external/skia/gm/ |
rrects.cpp | 127 SkRect bounds = rrect.getBounds(); variable 128 bounds.outset(2.f, 2.f); 130 tt.target()->drawSimpleRect(bounds); variable
|
/external/skia/src/core/ |
SkRecorder.cpp | 214 SkCanvas::SaveLayerStrategy SkRecorder::willSaveLayer(const SkRect* bounds, 217 APPEND(SaveLayer, this->copy(bounds), this->copy(paint), flags); 218 INHERITED(willSaveLayer, bounds, paint, flags);
|
/external/skia/src/gpu/ |
GrPathUtils.h | 25 /// Since we divide by tol if we're computing exact worst-case bounds, 31 /// Since we divide by tol if we're computing exact worst-case bounds, 42 /// Since we divide by tol if we're computing exact worst-case bounds,
|
/external/skia/src/utils/ |
SkNWayCanvas.cpp | 69 SkCanvas::SaveLayerStrategy SkNWayCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, 73 iter->saveLayer(bounds, paint, flags); 76 this->INHERITED::willSaveLayer(bounds, paint, flags);
|
/external/skia/src/views/animated/ |
SkWidgetViews.cpp | 302 SkRect bounds; local 303 fAnim.getInvalBounds(&bounds); 304 this->inval(&bounds);
|
/frameworks/base/docs/html/guide/topics/graphics/ |
view-animation.jd | 112 bounds of the View that holds your animation will not automatically adjust to accommodate it. 113 Even so, the animation will still be drawn beyond the bounds of its View and will not be clipped. 114 However, clipping <em>will occur</em> if the animation exceeds the bounds of the parent View.</p>
|
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/ |
RoundedBitmapDrawable.java | 125 * Get the gravity used to position/stretch the bitmap within its bounds. 136 * Set the gravity used to position/stretch the bitmap within its bounds. 214 Rect bounds, Rect outRect) {
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
RecyclerViewBasicTest.java | 139 assertEquals("Parcel reading should not go out of bounds", parcelSuffix, 151 // we append a suffix to the parcelable to test out of bounds 168 assertEquals("Parcel reading should not go out of bounds", parcelSuffix,
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
PingParser.java | 151 * Parse an integer value from the response for a particular property, and bounds check the 167 throw new IOException(name + " out of bounds: " + value); 230 throw new IOException("No value specified for heartbeat out of bounds");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
ProcessingService.java | 108 Rect bounds, Rect destination, 117 request.setBounds(bounds); 119 passedPreset.setPartialRendering(true, bounds);
|
/packages/apps/Gallery2/src/com/android/photos/drawables/ |
AutoThumbnailDrawable.java | 94 protected void onBoundsChange(Rect bounds) { 95 super.onBoundsChange(bounds); 97 mBounds.set(bounds);
|
/packages/apps/Launcher2/res/values/ |
dimens.xml | 32 that we put on each page for allowing folders to draw out of bounds --> 61 <!-- External toolbar icon size (for bounds) --> 86 <!-- Because portal animations go beyond the bounds of an icon, we need
|