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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/cc/base/
region.h 14 #include "ui/gfx/rect.h"
27 Region(gfx::Rect rect); // NOLINT(runtime/explicit)
30 const Region& operator=(gfx::Rect rect);
39 bool Contains(gfx::Rect rect) const;
42 bool Intersects(gfx::Rect rect) const;
45 void Subtract(gfx::Rect rect)
69 gfx::Rect rect() const { function in class:cc::Region::Iterator
    [all...]
  /external/chromium_org/cc/test/
render_pass_test_utils.cc 15 #include "ui/gfx/rect.h"
21 gfx::Rect output_rect,
31 gfx::Rect rect,
37 shared_state->SetAll(gfx::Transform(), rect.size(), rect, rect, false, 1); local
39 quad->SetNew(shared_state, rect, color, false);
46 gfx::Rect rect,
52 shared_state->SetAll(gfx::Transform(), rect.size(), rect, rect, true, 1); local
    [all...]
render_pass_test_utils.h 14 class Rect;
28 gfx::Rect output_rect,
33 gfx::Rect rect,
38 gfx::Rect rect,
43 gfx::Rect rect,
  /external/chromium_org/cc/quads/
io_surface_draw_quad.cc 23 gfx::Rect rect,
24 gfx::Rect opaque_rect,
28 gfx::Rect visible_rect = rect;
30 DrawQuad::SetAll(shared_quad_state, DrawQuad::IO_SURFACE_CONTENT, rect,
38 gfx::Rect rect,
39 gfx::Rect opaque_rect,
40 gfx::Rect visible_rect
    [all...]
picture_draw_quad.cc 23 gfx::Rect rect,
24 gfx::Rect opaque_rect,
28 gfx::Rect content_rect,
33 rect, opaque_rect, tex_coord_rect, texture_size,
42 gfx::Rect rect,
43 gfx::Rect opaque_rect,
44 gfx::Rect visible_rect,
49 gfx::Rect content_rect
    [all...]
stream_video_draw_quad.cc 20 gfx::Rect rect,
21 gfx::Rect opaque_rect,
24 gfx::Rect visible_rect = rect;
26 DrawQuad::SetAll(shared_quad_state, DrawQuad::STREAM_VIDEO_CONTENT, rect,
33 gfx::Rect rect,
34 gfx::Rect opaque_rect,
35 gfx::Rect visible_rect
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter_unittest.cc 14 #include "ui/gfx/rect.h"
39 gfx::Rect rect(0, 0, 29, 29);
40 gfx::Canvas canvas(rect.size(), ui::SCALE_FACTOR_100P, true);
42 painter_.Paint(&canvas, theme_provider_, rect, WrenchIconPainter::BEZEL_NONE);
44 &canvas, theme_provider_, rect, WrenchIconPainter::BEZEL_HOVER);
46 &canvas, theme_provider_, rect, WrenchIconPainter::BEZEL_PRESSED);
50 &canvas, theme_provider_, rect, WrenchIconPainter::BEZEL_PRESSED);
53 &canvas, theme_provider_, rect, WrenchIconPainter::BEZEL_PRESSED);
56 &canvas, theme_provider_, rect, WrenchIconPainter::BEZEL_PRESSED)
    [all...]
  /frameworks/base/core/java/android/animation/
RectEvaluator.java 18 import android.graphics.Rect;
21 * This evaluator can be used to perform type interpolation between <code>Rect</code> values.
23 public class RectEvaluator implements TypeEvaluator<Rect> {
27 * end Rect values, with <code>fraction</code> representing the proportion
29 * calculation on each of the separate components in the Rect objects
33 * @param startValue The start Rect
34 * @param endValue The end Rect
39 public Rect evaluate(float fraction, Rect startValue, Rect endValue)
    [all...]
  /external/opencv/cvaux/src/
cvface.cpp 93 //class RFace(rect based face)
120 inline bool RFace::isPointInRect(CvPoint p,CvRect rect)
122 if ( (p.x >= rect.x) && (p.y >= rect.y) && (p.x <= rect.x + rect.width) && (p.y <= rect.y + rect.height) )
126 }//inline bool RFace::isPointInRect(CvPoint,CvRect rect)
138 CvRect Rect = *(CvRect*)lpCandidat
305 CvRect rect = *(CvRect*)m_lppFoundedFaceFeatures[i][j].GetContour(); local
    [all...]
  /external/chromium_org/chrome_frame/infobars/internal/
displaced_window_manager.cc 28 // lparam as a RECT object.
29 RECT* rect = reinterpret_cast<RECT*>(lparam);
30 RECT natural_rect = *rect;
32 delegate()->AdjustDisplacedWindowDimensions(rect);
37 !EqualRect(&natural_rect, rect)) {
  /external/chromium_org/content/browser/renderer_host/
dip_util.h 13 class Rect;
25 // Utility functions that convert point/size/rect between DIP and pixel
31 CONTENT_EXPORT gfx::Rect ConvertViewRectToPixel(
32 const RenderWidgetHostView* view, const gfx::Rect& rect_in_dip);
36 CONTENT_EXPORT gfx::Rect ConvertRectToDIP(
37 float scale_factor, const gfx::Rect& rect_in_pixel);
38 CONTENT_EXPORT gfx::Rect ConvertRectToPixel(
39 float scale_factor, const gfx::Rect& rect_in_dip);
test_backing_store.cc 20 const gfx::Rect& bitmap_rect,
21 const std::vector<gfx::Rect>& copy_rects,
28 bool TestBackingStore::CopyFromBackingStore(const gfx::Rect& rect,
34 const gfx::Rect& clip_rect,
  /external/chromium_org/extensions/common/
draggable_region.h 8 #include "ui/gfx/rect.h"
14 gfx::Rect bounds;
  /external/chromium_org/ui/compositor/test/
test_compositor_host_win.cc 18 TestCompositorHostWin(const gfx::Rect& bounds) {
39 RECT rect; variable
40 ::GetClientRect(hwnd(), &rect); variable
41 InvalidateRect(hwnd(), &rect, FALSE); variable
55 RECT r;
57 return gfx::Rect(r).size();
65 TestCompositorHost* TestCompositorHost::Create(const gfx::Rect& bounds) {
  /external/chromium_org/ui/native_theme/
common_theme.h 28 const gfx::Rect& rect,
32 const gfx::Rect& rect);
35 const gfx::Rect& rect);
40 const gfx::Rect& rect);
  /external/chromium_org/ui/views/widget/
monitor_win.cc 10 #include "ui/gfx/rect.h"
14 gfx::Rect GetMonitorBoundsForRect(const gfx::Rect& rect) {
15 RECT p_rect = rect.ToRECT();
21 return gfx::Rect(mi.rcWork);
24 return gfx::Rect();
  /external/chromium_org/chrome/browser/ui/panels/
display_settings_provider_win_unittest.cc 20 virtual gfx::Rect GetPrimaryWorkArea() const {
21 return gfx::Rect(0, 0, 800, 600);
39 gfx::Rect(0, 560, 800, 40));
45 gfx::Rect(760, 0, 30, 600));
51 gfx::Rect(760, 0, 35, 600));
64 gfx::Rect(0, 560, 800, 40));
68 gfx::Rect(0, 598, 800, 40));
72 gfx::Rect(0, 580, 800, 40));
78 gfx::Rect(760, 0, 40, 600));
82 gfx::Rect(798, 0, 40, 600))
    [all...]
  /external/skia/gm/
pathinterior.cpp 16 SkRect rect = r; local
17 rect.inset(r.width() / 8, r.height() / 8);
18 return rect;
40 SkRect rect; local
42 bool hasInterior = path.hasRectangularInterior(&rect);
56 canvas->drawRect(rect, paint);
63 const SkRect rect = { 0, 0, 80, 80 }; variable
64 const SkScalar RAD = rect.width()/8;
78 SkRect r = insetFirst ? inset(rect) : rect;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemRequestRectAboveThinFirstItemTest.java 19 import android.graphics.Rect;
51 // having the second item call requestRectangleOnScreen with a rect above
60 final Rect rect = new Rect(); local
61 second.getDrawingRect(rect);
62 rect.offset(0, -2 * second.getBottom());
64 getActivity().requestRectangleOnScreen(1, rect);
85 final Rect rect = new Rect() local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PlatformThemeChromiumDefault.cpp 100 void PlatformThemeChromiumDefault::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states)
106 widthMiddle = rect.width() / 2 + 1;
107 lengthMiddle = rect.height() / 2 + 1;
109 lengthMiddle = rect.width() / 2 + 1;
110 widthMiddle = rect.height() / 2 + 1;
129 skrect.set(rect.x(), rect.y(), rect.x() + rect.width(), rect.y() + rect.height())
    [all...]
  /external/chromium_org/cc/resources/
content_layer_updater.h 10 #include "ui/gfx/rect.h"
33 gfx::Rect content_rect,
36 gfx::Rect* resulting_opaque_rect);
37 gfx::Rect content_rect() const { return content_rect_; }
43 gfx::Rect content_rect_;
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_context_menu_view.h 20 class Rect;
34 // |rect| is the bounding area for positioning the menu in screen coordinates.
35 // The menu will be positioned above or below but not overlapping |rect|.
37 const gfx::Rect& rect,
  /external/chromium_org/ppapi/cpp/dev/
widget_dev.h 15 class Rect;
28 bool Paint(const Rect& rect, ImageData* image);
30 bool GetLocation(Rect* location);
31 void SetLocation(const Rect& location);
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateTransform-keyTimes.svg 2 <rect fill='blue' width='100' height='100'>
4 </rect>
5 <rect fill='none' stroke='orange' x='10' width='100' height='100' />
6 <rect fill='none' stroke='green' x='100' width='100' height='100' />
8 The rect should from 0,0 to 100,0 over 3 seconds.
  /external/chromium_org/third_party/skia/src/animator/
SkDrawClip.cpp 21 SK_MEMBER(rect, Rect)
28 SkDrawClip::SkDrawClip() : rect(NULL), path(NULL) {
32 if (rect != NULL)
33 maker.fCanvas->clipRect(rect->fRect);

Completed in 1245 milliseconds

1 2 34 5 6 7 8 91011>>