/external/chromium_org/mojo/services/native_viewport/ |
native_viewport.h | 44 virtual void Init(const gfx::Rect& bounds) = 0; 49 virtual void SetBounds(const gfx::Rect& bounds) = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
carbonvideorenderer.cc | 137 Rect bounds; local 138 InvalWindowRect(window_ref_, GetWindowPortBounds(window_ref_, &bounds)); 150 struct Rect bounds; local 151 bounds.top = y_; 152 bounds.bottom = 480; 153 bounds.left = x_; 154 bounds.right = 640; 156 &bounds, &window_ref_);
|
/external/chromium_org/third_party/skia/gm/ |
dropshadowimagefilter.cpp | 53 SkIRect bounds; local 54 r.roundOut(&bounds); 57 bm.allocN32Pixels(bounds.width(), bounds.height()); 72 SkIRect bounds; local 73 r.roundOut(&bounds); 76 bm.allocN32Pixels(bounds.width(), bounds.height());
|
imagefiltersbase.cpp | 125 SkIRect bounds; local 126 r.roundOut(&bounds); 129 bm.allocN32Pixels(bounds.width(), bounds.height()); 141 SkIRect bounds; local 142 r.roundOut(&bounds); 145 bm.allocN32Pixels(bounds.width(), bounds.height());
|
imagefilterscropped.cpp | 59 SkIRect bounds; local 60 r.roundOut(&bounds); 63 bm.allocN32Pixels(bounds.width(), bounds.height()); 78 SkIRect bounds; local 79 r.roundOut(&bounds); 82 bm.allocN32Pixels(bounds.width(), bounds.height());
|
imagefiltersgraph.cpp | 41 SkIRect bounds; variable 42 if (!this->applyCropRect(ctx, proxy, source, &srcOffset, &bounds, &source)) { 46 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); 50 canvas.drawBitmap(source, fDX - bounds.left(), fDY - bounds.top(), &paint); 52 offset->fX += bounds.left(); 53 offset->fY += bounds.top();
|
imageresizetiled.cpp | 41 SkRect bounds; variable 42 canvas->getClipBounds(&bounds);
|
/external/chromium_org/third_party/skia/include/effects/ |
SkRectShaderImageFilter.h | 20 * is produced with the same bounds as the input primitive (even though 26 * primitive's bounds are used instead.
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrGlyph.h | 31 void init(GrGlyph::PackedID packed, const SkIRect& bounds) { 35 fBounds.set(bounds);
|
/external/chromium_org/third_party/skia/src/effects/ |
SkColorFilterImageFilter.cpp | 111 SkIRect bounds; local 112 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) { 116 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); 125 canvas.drawSprite(src, srcOffset.fX - bounds.fLeft, srcOffset.fY - bounds.fTop, &paint); 128 offset->fX = bounds.fLeft; 129 offset->fY = bounds.fTop;
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
DropdownDividerDrawable.java | 30 public void onBoundsChange(Rect bounds) { 31 mDividerRect.set(0, 0, bounds.width(), mDividerRect.height());
|
/external/chromium_org/ui/aura/ |
window_tree_host_mac.h | 28 explicit WindowTreeHostMac(const gfx::Rect& bounds); 39 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
/external/chromium_org/ui/gfx/ |
nine_image_painter.cc | 87 void NineImagePainter::Paint(Canvas* canvas, const Rect& bounds) { 89 Paint(canvas, bounds, std::numeric_limits<uint8>::max()); 93 const Rect& bounds, 99 canvas->Translate(bounds.OffsetFromOrigin()); 105 // bounds passed in. This will give us the pixel bounds which can be used 107 // We should not scale the bounds by the canvas->image_scale() as that can be 111 matrix.mapRect(&scaled_rect, RectToSkRect(bounds));
|
path_aura.cc | 14 const SkRect bounds = getBounds(); local 16 bounds.round(&ibounds);
|
/external/chromium_org/ui/views/ |
mouse_watcher_view_host.h | 17 // bounds of the view to determine the active zone. For example, if 34 // Insets added to the bounds of the view.
|
/external/clang/test/CodeGen/ |
bounds-checking.c | 1 // RUN: %clang_cc1 -fsanitize=local-bounds -emit-llvm -triple x86_64-apple-darwin10 %s -o - | FileCheck %s 2 // RUN: %clang_cc1 -fsanitize=array-bounds -O -fsanitize-undefined-trap-on-error -emit-llvm -triple x86_64-apple-darwin10 -DNO_DYNAMIC %s -o - | FileCheck %s
|
/external/compiler-rt/test/asan/TestCases/ |
contiguous_container_crash.cc | 3 // RUN: not %run %t bad-bounds 2>&1 | FileCheck --check-prefix=CHECK-BAD %s 37 else if (!strcmp(argv[1], "bad-bounds"))
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
Attribute.java | 37 BOUNDS("bounds");
|
/external/skia/gm/ |
dropshadowimagefilter.cpp | 53 SkIRect bounds; local 54 r.roundOut(&bounds); 57 bm.allocN32Pixels(bounds.width(), bounds.height()); 72 SkIRect bounds; local 73 r.roundOut(&bounds); 76 bm.allocN32Pixels(bounds.width(), bounds.height());
|
imagefiltersbase.cpp | 125 SkIRect bounds; local 126 r.roundOut(&bounds); 129 bm.allocN32Pixels(bounds.width(), bounds.height()); 141 SkIRect bounds; local 142 r.roundOut(&bounds); 145 bm.allocN32Pixels(bounds.width(), bounds.height());
|
imagefilterscropped.cpp | 59 SkIRect bounds; local 60 r.roundOut(&bounds); 63 bm.allocN32Pixels(bounds.width(), bounds.height()); 78 SkIRect bounds; local 79 r.roundOut(&bounds); 82 bm.allocN32Pixels(bounds.width(), bounds.height());
|
imagefiltersgraph.cpp | 41 SkIRect bounds; variable 42 if (!this->applyCropRect(ctx, proxy, source, &srcOffset, &bounds, &source)) { 46 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height())); 50 canvas.drawBitmap(source, fDX - bounds.left(), fDY - bounds.top(), &paint); 52 offset->fX += bounds.left(); 53 offset->fY += bounds.top();
|
imageresizetiled.cpp | 41 SkRect bounds; variable 42 canvas->getClipBounds(&bounds);
|
/external/skia/include/effects/ |
SkRectShaderImageFilter.h | 20 * is produced with the same bounds as the input primitive (even though 26 * primitive's bounds are used instead.
|
/external/skia/include/gpu/ |
GrGlyph.h | 31 void init(GrGlyph::PackedID packed, const SkIRect& bounds) { 35 fBounds.set(bounds);
|