HomeSort by relevance Sort by last modified time
    Searched defs:rects (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FindMatchRectsDetails.java 13 /** Version of the the rects in this result. */
16 /** Rects of the find matches in find-in-page coordinates. */
17 public final RectF[] rects; field in class:FindMatchRectsDetails
22 public FindMatchRectsDetails(int version, RectF[] rects, RectF activeRect) {
24 this.rects = rects;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSelectionInfo.h 96 GapRects rects() const { return m_rects; } function in class:WebCore::RenderBlockSelectionInfo
  /external/chromium_org/third_party/WebKit/Source/web/tests/
RegionTest.cpp 122 Vector<IntRect> rects = r.rects(); local
123 for (size_t i = 0; i < rects.size(); ++i)
124 EXPECT_FALSE(rects[i].isEmpty());
  /external/skia/tests/
RTreeTest.cpp 45 static bool verify_query(SkIRect query, DataRect rects[],
50 if (SkIRect::IntersectsNoEmptyCheck(query, rects[i].rect)) {
51 expected.push(rects[i].data);
71 static void runQueries(skiatest::Reporter* reporter, SkMWCRandom& rand, DataRect rects[],
77 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
82 DataRect rects[NUM_RECTS]; local
106 random_data_rects(rand, rects, NUM_RECTS);
110 rtree->insert(rects[i].data, rects[i].rect, true);
113 runQueries(reporter, rand, rects, *rtree)
    [all...]
PathOpsExtendedTest.cpp 119 SkTDArray<SkRect> rects; local
121 rects.setCount(rectCount);
123 path.rectContours(rects.begin(), directions.begin());
125 const SkRect& rect = rects[contour];
RegionTest.cpp 232 const SkIRect rects[] = { local
238 REPORTER_ASSERT(reporter, test_rects(rects, SK_ARRAY_COUNT(rects)));
  /frameworks/base/graphics/java/android/graphics/
Path.java 41 public Region rects; field in class:Path
63 if (src.rects != null) {
64 rects = new Region(src.rects);
79 if (rects != null) rects.setEmpty();
96 if (rects != null) rects.setEmpty();
173 rects = null;
462 * Specifies how closed shapes (e.g. rects, ovals) are oriented when the
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.cc 232 WebRect* rects = NULL; local
233 tick_marks->assign(rects, 0);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Region.cpp 49 Vector<IntRect> Region::rects() const function in class:WebCore::Region
51 Vector<IntRect> rects; local
61 rects.append(IntRect(x, y, width, height));
65 return rects;
114 Vector<IntRect> rects = this->rects(); local
115 size_t size = rects.size();
119 IntRect rect = rects[i];
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 172 // Add 1x1 rects at the centers of each tile, then re-record pile contents
177 std::vector<SkRect> rects; local
183 rects.push_back(SkRect::MakeXYWH(rect.x(), rect.y(), 1, 1));
193 std::vector<SkRect>::const_iterator rect_iter = rects.begin();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h 112 const int *rects; /* x, y, width, height */ member in struct:native_present_control
  /external/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 200 static int countNestedRects(const SkPath& path, SkRect rects[2]) {
201 if (path.isNestedRects(rects)) {
204 return path.isRect(&rects[0]);
210 SkRect rects[2]; local
213 rectCount = countNestedRects(devPath, rects);
219 switch (this->filterRectsToNine(rects, rectCount, matrix,
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native.h 112 const int *rects; /* x, y, width, height */ member in struct:native_present_control
  /external/skia/src/core/
SkMaskFilter.cpp 201 static int countNestedRects(const SkPath& path, SkRect rects[2]) {
202 if (path.isNestedRects(rects)) {
205 return path.isRect(&rects[0]);
231 SkRect rects[2]; local
234 rectCount = countNestedRects(devPath, rects);
240 switch (this->filterRectsToNine(rects, rectCount, matrix,
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 148 const android::Rect* rects = safeRegion.getArray(&count); local
169 const android::Rect* r = &rects[i];
  /frameworks/native/include/private/ui/
RegionHelper.h 50 RECT const* rects; member in struct:android::region_operator::region
55 : rects(rhs.rects), count(rhs.count), dx(rhs.dx), dy(rhs.dy) { }
57 : rects(r), count(c), dx(), dy() { }
59 : rects(r), count(c), dx(dx), dy(dy) { }
169 SpannerBase::lhs_head = lhs.rects->top + lhs.dy;
170 SpannerBase::lhs_tail = lhs.rects->bottom + lhs.dy;
173 SpannerBase::rhs_head = rhs.rects->top + rhs.dy;
174 SpannerBase::rhs_tail = rhs.rects->bottom + rhs.dy;
201 RECT const * rects = reg.rects local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 79 BOX *rects; member in struct:_XRegion
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 79 BOX *rects; member in struct:_XRegion
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 79 BOX *rects; member in struct:_XRegion
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 449 final ArrayList<Rect> rects = mHorizontalDividerRects; local
450 for (int i = rects.size() - 1; i >= 0; i--) {
451 drawable.setBounds(rects.get(i));
459 final ArrayList<Rect> rects = mVerticalDividerRects; local
460 for (int i = rects.size() - 1; i >= 0; i--) {
461 drawable.setBounds(rects.get(i));
  /external/chromium_org/remoting/codec/
codec_test.cc 27 // Some sample rects for testing.
30 std::vector<DesktopRect> rects; local
31 rects.push_back(DesktopRect::MakeXYWH(0, 0, size.width(), size.height()));
32 rect_lists.push_back(rects);
33 rects.clear();
34 rects.push_back(DesktopRect::MakeXYWH(
36 rect_lists.push_back(rects);
37 rects.clear();
38 rects.push_back(DesktopRect::MakeXYWH(
41 rect_lists.push_back(rects);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
VideoStreamsView.java 62 private EnumMap<Endpoint, Rect> rects = field in class:VideoStreamsView
  /external/pixman/pixman/
pixman.c 842 const pixman_rectangle16_t *rects)
862 boxes[i].x1 = rects[i].x;
863 boxes[i].y1 = rects[i].y;
864 boxes[i].x2 = boxes[i].x1 + rects[i].width;
865 boxes[i].y2 = boxes[i].y1 + rects[i].height;
915 pixman_box32_t *rects; local
928 rects = pixman_region32_rectangles (&fill_region, &n_rects);
931 const pixman_box32_t *rect = &(rects[j]);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 66 hwc_rect_t const* rects; member in struct:hwc_region
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 249 Vector<IntRect> rects; local
251 rects = scrollingCoordinator->computeShouldHandleScrollGestureOnMainThreadRegion(frame, IntPoint()).rects();
253 Vector<FloatQuad> quads(rects.size());
254 for (size_t i = 0; i < rects.size(); ++i)
255 quads[i] = FloatRect(rects[i]);

Completed in 1518 milliseconds

1 2