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

<<11121314151617181920>>

  /external/skia/gm/
pictureimagefilter.cpp 58 SkRect bounds = SkRect::MakeXYWH(0, 0, 100, 100); variable
64 fillRectFiltered(canvas, bounds, pictureSource);
68 fillRectFiltered(canvas, bounds, pictureSourceSrcRect);
72 fillRectFiltered(canvas, bounds, pictureSourceEmptyRect);
  /frameworks/minikin/sample/
MinikinSkia.h 14 void GetBounds(MinikinRect* bounds, uint32_t glyph_id,
  /cts/tools/signature-tools/src/signature/model/
ITypeVariableDefinition.java 27 * Returns the upper bounds for this type variable as specified by the
28 * extends clause. If no upper bounds are explicitly specified then
31 * @return the upper bounds for this type variable
  /external/chromium-trace/trace-viewer/src/tracing/
trace_model_test.js 66 assertEquals(undefined, m.bounds.min);
67 assertEquals(undefined, m.bounds.max);
74 assertEquals(undefined, m.bounds.min);
75 assertEquals(undefined, m.bounds.max);
83 assertEquals(1, m.bounds.min);
84 assertEquals(4, m.bounds.max);
93 assertEquals(1, m.bounds.min);
94 assertEquals(4, m.bounds.max);
102 assertEquals(1, m.bounds.min);
103 assertEquals(4, m.bounds.max)
    [all...]
  /external/chromium_org/ash/shell/
toplevel_window.h 24 // Clears saved show state and bounds used to position
38 const gfx::Rect& bounds,
42 gfx::Rect* bounds,
  /external/chromium_org/ash/wm/
window_state_observer.h 23 // the window's bounds has been updated for the new type.
25 // that the window can use the correct environment to update its bounds.
32 // window bounds, such as shelf visibility.
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.h 25 // will affect the window's bounds.
39 // Creates, shows and returns a phantom widget at |bounds|
48 // Target bounds (including the shadows if any) of the animation in screen
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.h 57 void SetPersistentState(const gfx::Rect& bounds,
61 void SetLastActiveState(const gfx::Rect& bounds,
67 gfx::Rect* bounds,
71 gfx::Rect* bounds,
92 // Set up the window bounds, monitor bounds, show states and more to get the
96 // none. For all these states the |bounds| and |work_area| get used, for the
101 const gfx::Rect& bounds,
111 // Set up the window bounds, monitor bounds, and work area to get th
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
app_current_window_internal.idl 10 dictionary Bounds {
47 static void setBounds(DOMString boundsType, Bounds bounds);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 111 var bounds = location && button && button.getClientRects()[0];
112 var x = bounds && location.clientX;
113 var y = bounds && location.clientY;
114 var x1 = bounds && bounds.left;
115 var x2 = bounds && bounds.right;
116 var y1 = bounds && bounds.top;
117 var y2 = bounds && bounds.bottom
    [all...]
  /external/chromium_org/content/plugin/
plugin_interpose_util_mac.h 30 void NotifyBrowserOfPluginSelectWindow(uint32 window_id, CGRect bounds,
35 void NotifyBrowserOfPluginShowWindow(uint32 window_id, CGRect bounds,
41 void NotifyBrowserOfPluginHideWindow(uint32 window_id, CGRect bounds);
  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator.h 19 // the bounds for the offset value (assuming the true offset value is constant
29 // If bounds are known, assigns |lower_bound| and |upper_bound| with the
31 // Returns true if bounds are known.
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_mac.mm 31 virtual void Init(const gfx::Rect& bounds) OVERRIDE {
34 rect_ = bounds;
61 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE {
  /external/chromium_org/third_party/molokocacao/
NSBezierPath+MCAdditions.m 102 NSRect bounds = NSInsetRect(self.bounds, -(ABS(offset.width) + radius), -(ABS(offset.height) + radius));
105 offset.height += bounds.size.height;
109 [transform translateXBy:0 yBy:bounds.size.height];
111 [transform translateXBy:0 yBy:-bounds.size.height];
113 NSBezierPath *drawingPath = [NSBezierPath bezierPathWithRect:bounds];
130 NSRect bounds = NSInsetRect(self.bounds, -radius, -radius);
132 shadow.shadowOffset = NSMakeSize(0, bounds.size.height);
138 [transform translateXBy:0 yBy:bounds.size.height]
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType3FunctionDictionary_autogen.cpp 23 SkPdfArray* SkPdfType3FunctionDictionary::Bounds(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Bounds", "");
32 return get("Bounds", "") != NULL;
  /external/chromium_org/third_party/skia/include/gpu/
GrFontScaler.h 29 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
32 // get bounds for distance field associated with packed ID
33 virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
  /external/chromium_org/third_party/skia/include/utils/
SkNoSaveLayerCanvas.h 22 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds, const SkPaint* paint,
24 this->INHERITED::willSaveLayer(bounds, paint, flags);
33 // for speed, just respect the bounds, and disable AA. May give us a few
  /external/chromium_org/ui/views/
masked_view_targeter.cc 29 gfx::Size size = view->bounds().size();
36 gfx::Rect bounds = gfx::ToEnclosingRect(bounds_f); local
40 mask_region.intersects(RectToSkIRect(bounds));
  /external/chromium_org/ui/wm/public/
animation_host.h 20 // bounds required for animation as well as animation completion for deferring
27 // the window bounds for the top left corner.
29 // window bounds for the bottom right.
  /external/llvm/test/Instrumentation/BoundsChecking/
many-trap.ll 1 ; RUN: opt < %s -bounds-checking -S | FileCheck %s
2 ; RUN: opt < %s -bounds-checking -bounds-checking-single-trap -S | FileCheck -check-prefix=SINGLE %s
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType3FunctionDictionary_autogen.cpp 23 SkPdfArray* SkPdfType3FunctionDictionary::Bounds(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Bounds", "");
32 return get("Bounds", "") != NULL;
  /external/skia/include/gpu/
GrFontScaler.h 29 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
32 // get bounds for distance field associated with packed ID
33 virtual bool getPackedGlyphDFBounds(GrGlyph::PackedID, SkIRect* bounds) = 0;
  /external/skia/include/utils/
SkNoSaveLayerCanvas.h 22 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds, const SkPaint* paint,
24 this->INHERITED::willSaveLayer(bounds, paint, flags);
33 // for speed, just respect the bounds, and disable AA. May give us a few
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 28 * Returns the node's bounds clipped to the size of the display
33 * @return null if node is null, else a Rect containing visible bounds
39 // targeted node's bounds
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos_unittest.cc 60 const api::system_display::Bounds& bounds) const {
63 bounds.left, bounds.top, bounds.width, bounds.height);
80 EXPECT_EQ("0,0 500x600", SystemInfoDisplayBoundsToString(result[0]->bounds));
98 SystemInfoDisplayBoundsToString(result[1]->bounds));
119 EXPECT_EQ("0,0 600x500", SystemInfoDisplayBoundsToString(result[0]->bounds));
129 EXPECT_EQ("0,0 600x500", SystemInfoDisplayBoundsToString(result[0]->bounds));
    [all...]

Completed in 448 milliseconds

<<11121314151617181920>>