HomeSort by relevance Sort by last modified time
    Searched full:rect (Results 126 - 150 of 5422) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/cc/quads/
texture_draw_quad.h 20 gfx::Rect rect,
21 gfx::Rect opaque_rect,
31 gfx::Rect rect,
32 gfx::Rect opaque_rect,
33 gfx::Rect visible_rect,
yuv_video_draw_quad.h 23 gfx::Rect rect,
24 gfx::Rect opaque_rect,
32 gfx::Rect rect,
33 gfx::Rect opaque_rect,
34 gfx::Rect visible_rect,
render_pass_draw_quad.h 24 gfx::Rect rect,
28 gfx::Rect contents_changed_since_last_frame,
35 gfx::Rect rect,
36 gfx::Rect opaque_rect,
37 gfx::Rect visible_rect,
42 gfx::Rect contents_changed_since_last_frame,
55 gfx::Rect contents_changed_since_last_frame;
  /external/chromium_org/cc/test/
fake_picture_layer_tiling_client.h 13 #include "ui/gfx/rect.h"
24 PictureLayerTiling* tiling, gfx::Rect rect) OVERRIDE;
39 void set_text_rect(gfx::Rect rect) { text_rect_ = rect; }
49 gfx::Rect text_rect_;
layer_test_common.h 22 namespace gfx { class Rect; }
32 gfx::Rect rect);
  /external/chromium_org/chrome/browser/ui/views/frame/
popup_non_client_frame_view.cc 10 #include "ui/gfx/rect.h"
18 gfx::Rect PopupNonClientFrameView::GetBoundsForClientView() const {
19 return gfx::Rect(0, 0, width(), height());
22 gfx::Rect PopupNonClientFrameView::GetWindowBoundsForClientBounds(
23 const gfx::Rect& client_bounds) const {
44 gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip(
46 return gfx::Rect(0, 0, width(), tabstrip->GetPreferredSize().height());
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 42 const gfx::Rect& rect) {
53 const gfx::Rect& window_rect,
54 const gfx::Rect& clip_rect) {
62 const gfx::Rect& window_rect,
63 const gfx::Rect& clip_rect) {
67 const gfx::Rect& damage_rect) {
webplugin_delegate_impl_aura.cc 29 const gfx::Rect& rect) {
40 const gfx::Rect& window_rect,
41 const gfx::Rect& clip_rect) {
49 const gfx::Rect& window_rect,
50 const gfx::Rect& clip_rect) {
54 const gfx::Rect& damage_rect) {
  /external/chromium_org/content/test/
mock_render_process.cc 7 #include "ui/gfx/rect.h"
22 const gfx::Rect& rect) {
23 size_t stride = skia::PlatformCanvasStrideForWidth(rect.width());
24 size_t size = stride * rect.height();
32 return (*memory)->GetPlatformCanvas(rect.width(), rect.height());
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.cpp 25 void SkBoundable::getBounds(SkRect* rect) {
26 SkASSERT(rect);
28 INHERITED::getBounds(rect);
31 rect->fLeft = SkIntToScalar(fBounds.fLeft);
32 rect->fTop = SkIntToScalar(fBounds.fTop);
33 rect->fRight = SkIntToScalar(fBounds.fRight);
34 rect->fBottom = SkIntToScalar(fBounds.fBottom);
  /external/chromium_org/ui/views/win/
hwnd_util_aurawin.cc 30 gfx::Rect GetWindowBoundsForClientBounds(View* view,
31 const gfx::Rect& client_bounds) {
37 RECT rect = client_bounds.ToRECT(); local
40 AdjustWindowRectEx(&rect, style, FALSE, ex_style);
41 return gfx::Rect(rect);
  /external/skia/src/animator/
SkBoundable.cpp 25 void SkBoundable::getBounds(SkRect* rect) {
26 SkASSERT(rect);
28 INHERITED::getBounds(rect);
31 rect->fLeft = SkIntToScalar(fBounds.fLeft);
32 rect->fTop = SkIntToScalar(fBounds.fTop);
33 rect->fRight = SkIntToScalar(fBounds.fRight);
34 rect->fBottom = SkIntToScalar(fBounds.fBottom);
  /frameworks/support/v4/jellybean-mr1/android/support/v4/view/
GravityCompatJellybeanMr1.java 20 import android.graphics.Rect;
29 public static void apply(int gravity, int w, int h, Rect container, Rect outRect,
34 public static void apply(int gravity, int w, int h, Rect container, int xAdj, int yAdj,
35 Rect outRect, int layoutDirection) {
39 public static void applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection) {
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 18 import android.graphics.Rect;
33 * @return null if node is null, else a Rect containing visible bounds
35 static Rect getVisibleBoundsInScreen(AccessibilityNodeInfo node, int width, int height) {
40 Rect nodeRect = new Rect();
43 Rect displayRect = new Rect();
  /frameworks/uiautomator/core/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 18 import android.graphics.Rect;
33 * @return null if node is null, else a Rect containing visible bounds
35 static Rect getVisibleBoundsInScreen(AccessibilityNodeInfo node, int width, int height) {
40 Rect nodeRect = new Rect();
43 Rect displayRect = new Rect();
  /external/chromium_org/ppapi/tests/
test_paint_aggregator.cc 49 pp::Rect rect(2, 4, 10, 16);
50 greg.InvalidateRect(rect);
56 ASSERT_TRUE(rect == greg.GetPendingUpdate().paint_rects[0]);
64 pp::Rect r1(2, 4, 2, 4);
65 pp::Rect r2(4, 2, 4, 2);
70 pp::Rect expected_bounds = r1.Union(r2);
83 pp::Rect r1(2, 4, 2, 4);
84 pp::Rect r2(4, 2, 4, 2);
89 pp::Rect expected_bounds = r1.Union(r2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
OpaqueRegionSkia.cpp 54 // Returns the largest enclosed rect.
222 SkRect rect; local
223 if (path.isRect(&rect)) {
224 didDrawRect(context, rect, paint, 0);
233 rect = paint.computeFastBounds(path.getBounds(), &rect);
234 didDraw(context, rect, paint, 0, fillsBounds, FillOrStroke);
243 SkRect rect;
244 rect.fLeft = points[0].fX;
245 rect.fRight = points[0].fX + 1
273 SkRect rect; local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
window_positioner.h 9 #include "ui/gfx/rect.h"
33 gfx::Rect GetPopupPosition(const gfx::Rect& old_pos);
40 gfx::Rect SmartPopupPosition(const gfx::Rect& old_pos,
41 const gfx::Rect& work_area,
45 gfx::Rect NormalPopupPosition(const gfx::Rect& old_pos,
46 const gfx::Rect& work_area);
49 gfx::Rect AlignPopupPosition(const gfx::Rect &pos
    [all...]
  /external/chromium_org/chrome/common/
validation_message_messages.h 7 #include "ui/gfx/rect.h"
13 gfx::Rect /* anchor rectangle in root view coordinate */,
21 gfx::Rect /* anchor rectangle in root view coordinate */)
  /external/chromium_org/ppapi/shared_impl/
ppb_view_shared.cc 9 bool IsRectNonempty(const PP_Rect& rect) {
10 return rect.size.width > 0 && rect.size.height > 0;
29 return rect.point.x == other.rect.point.x &&
30 rect.point.y == other.rect.point.y &&
31 rect.size.width == other.rect.size.width &&
32 rect.size.height == other.rect.size.height &
    [all...]
  /external/chromium_org/printing/
image_win.cc 13 #include "ui/gfx/rect.h"
53 gfx::Rect rect(metafile.GetPageBounds(1));
59 DCHECK_EQ(rect.x(), 0);
60 DCHECK_EQ(rect.y(), 0);
61 DCHECK_GE(rect.width(), 0); // Metafile could be empty.
62 DCHECK_GE(rect.height(), 0);
64 if (rect.width() < 1 || rect.height() < 1)
67 size_ = rect.size()
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
svg-animateTransform-calcMode-discrete.svg 2 <text x="10" y="20">Testing calcMode="discrete" for &lt;animateTransform&gt;. The rect should jump by 100px at 2s.</text>
3 <rect y="30" width="100px" height="100px" fill="green">
5 </rect>
svg-link-hover-use.svg 3 <rect id='rect' width='100' height="100" fill='blue' />
6 <use xlink:href="#rect" onmouseover="alert('foo')" />
  /external/chromium_org/ui/snapshot/
snapshot_android.cc 7 #include "ui/gfx/rect.h"
13 const gfx::Rect& snapshot_bounds) {
20 const gfx::Rect& snapshot_bounds) {
snapshot_ios.mm 7 #include "ui/gfx/rect.h"
13 const gfx::Rect& snapshot_bounds) {
20 const gfx::Rect& snapshot_bounds) {

Completed in 1516 milliseconds

1 2 3 4 56 7 8 91011>>