HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 676 - 700 of 5192) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/skia/include/views/animated/
SkImageView.h 61 bool getDataBounds(SkRect* bounds);
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_hello.cpp 37 SkRect bounds; local
38 canvas->getClipBounds(&bounds);
40 bounds.centerX(), bounds.centerY(),
  /external/chromium_org/third_party/skia/src/core/
SkRecordOpts.h 32 // Calculate min and max Y bounds for DrawPosTextH commands, for use with SkCanvas::quickRejectY.
SkScanPriv.h 18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds,
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskCache.h 34 bool canReuse(int32_t clipGenID, const SkIRect& bounds) {
41 // We could reuse the mask if bounds is a subset of last bounds. We'd have to communicate
44 back->fLastBound == bounds &&
GrLayerCache.h 22 // means the plot in which it resides and its bounds inside the plot.
28 void set(GrPlot* plot, const GrIRect16& bounds) {
30 fBounds = bounds;
37 const GrIRect16& bounds() const { function in class:GrAtlasLocation
  /external/chromium_org/ui/app_list/
app_list_folder_item.h 47 // Returns the target icon bounds for |item| to fly back to its parent folder
50 // the target icon bounds is centered at the |folder_icon_bounds| with
70 // Calculates the top item icons' bounds inside |folder_icon_bounds|.
71 // Returns the bounds of top item icons in sequence of top left, top right,
  /external/chromium_org/ui/aura/test/
test_window_tree_client.h 24 const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/ui/aura/
window_tree_host_x11.h 37 explicit WindowTreeHostX11(const gfx::Rect& bounds);
50 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
73 const gfx::Rect bounds() const { return bounds_; } function in class:aura::WindowTreeHostX11
99 // The bounds of |xwindow_|.
  /external/chromium_org/ui/base/cocoa/
hover_image_button_unittest.mm 24 [button_ drawRect:[button_ bounds]];
nsgraphics_context_additions.mm 17 bottomLeft.y = NSMaxY([ancestorWithLayer bounds]);
  /external/chromium_org/ui/events/test/
cocoa_test_event_utils.mm 88 const NSRect bounds = [view convertRect:[view bounds] toView:nil];
89 const NSPoint mid_point = NSMakePoint(NSMidX(bounds), NSMidY(bounds));
  /external/chromium_org/ui/snapshot/
snapshot_mac.mm 27 // Get the view bounds relative to the screen
28 NSRect frame = [view convertRect:[view bounds] toView:nil];
37 // Convert snapshot bounds relative to window into bounds relative to
  /external/chromium_org/ui/views/bubble/
bubble_window_targeter.h 15 // A convenient window-targeter that uses a mask based on the content-bounds of
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 12 // The distance the mouse can be dragged outside the bounds of the thumb during
35 gfx::Rect thumb_bounds = bounds();
51 gfx::Rect thumb_bounds = bounds();
85 // the bounds of the thumb, the scrollbar will snap the scroll back to the
  /external/chromium_org/ui/views/layout/
fill_layout.h 18 // sized to match the bounds of its parent.
  /external/chromium_org/ui/views/widget/
widget_delegate.cc 112 void WidgetDelegate::SaveWindowPlacement(const gfx::Rect& bounds,
119 GetWidget(), window_name, bounds, show_state);
124 gfx::Rect* bounds,
131 widget, window_name, bounds, show_state);
  /external/clang/include/clang/Basic/
Sanitizers.def 55 SANITIZER("array-bounds", ArrayBounds)
99 SANITIZER("local-bounds", LocalBounds)
100 SANITIZER_GROUP("bounds", Bounds, ArrayBounds | LocalBounds)
  /external/clang/test/Sema/
attr-format.c 6 void b(const char *a, ...) __attribute__((format(printf, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
7 void c(const char *a, ...) __attribute__((format(printf, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
40 void b2(const char *a, ...) __attribute__((format(printf0, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
41 void c2(const char *a, ...) __attribute__((format(printf0, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
  /external/icu/icu4c/source/samples/uresb/
en.txt 14 "Index out of bounds error",
  /external/llvm/include/llvm/Support/
DataExtractor.h 51 /// correctly. If the offset is out of bounds or there are not
57 /// pointed to by \a offset_ptr is out of bounds, or if the
58 /// offset plus the length of the C string is out of bounds,
76 /// correctly. If the offset is out of bounds or there are not
101 /// correctly. If the offset is out of bounds or there are not
124 /// correctly. If the offset is out of bounds or there are not
142 /// correctly. If the offset is out of bounds or there are not
159 /// correctly. If the offset is out of bounds or there are not
184 /// correctly. If the offset is out of bounds or there are not
202 /// correctly. If the offset is out of bounds or there are no
    [all...]
  /external/qemu-pc-bios/bochs/bios/
biossums.c 289 check( offset + _32__MINHDR <= MAX_OFFSET, "_32_ header out of bounds" );
291 check( offset + len <= MAX_OFFSET, "_32_ header-length out of bounds" );
325 check( offset + _32__CHKSUM <= MAX_OFFSET, "PCI-Bios checksum out of bounds" );
332 check( offset + _32__CHKSUM <= MAX_OFFSET, "PCI-Bios checksum out of bounds" );
343 check( offset + _MP__MINHDR <= MAX_OFFSET, "_MP_ header out of bounds" );
345 check( offset + len <= MAX_OFFSET, "_MP_ header-length out of bounds" );
379 check( offset + _MP__CHKSUM <= MAX_OFFSET, "MP checksum out of bounds" );
386 check( offset + _MP__CHKSUM <= MAX_OFFSET, "MP checksum out of bounds" );
397 check( offset + PCMP_MINHDR <= MAX_OFFSET, "PCMP header out of bounds" );
400 check( offset + len <= MAX_OFFSET, "PCMP header-length out of bounds" );
    [all...]
  /external/skia/gm/
filterindiabox.cpp 20 SkRect bounds = SkRect::MakeWH(SkIntToScalar(bm.width()), local
22 mat.mapRect(&bounds);
23 return SkSize::Make(bounds.width(), bounds.height());
imagefiltersclipped.cpp 119 SkRect bounds = r; local
120 bounds.outset(margin, margin);
124 bounds.fLeft = SkIntToScalar(xOffset);
131 canvas->clipRect(bounds);
  /external/skia/include/effects/
SkMagnifierImageFilter.h 31 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;

Completed in 723 milliseconds

<<21222324252627282930>>