Searched defs:first_rect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_host_browsertest.cc444 gfx::Rect first_rect; local
448 kIgnoreCase, NULL, &first_rect));
460 ASSERT_EQ(first_rect, second_rect);
465 kIgnoreCase, NULL, &first_rect));
470 ASSERT_EQ(first_rect, second_rect);
/external/pixman/pixman/
H A Dpixman-region.c2561 box_type_t **first_rect,
2574 *first_rect = PIXREGION_BOXPTR(reg);
2575 r = *first_rect + reg->data->numRects;
2603 box_type_t *first_rect, *rects, *prect_line_start; local
2624 first_rect = PIXREGION_BOXPTR(region);
2625 rects = first_rect;
2634 irect_line_start = rects - first_rect;
2681 rects = bitmap_addrect (region, rects, &first_rect,
2715 rects = bitmap_addrect(region, rects, &first_rect,
2729 rects = bitmap_addrect(region, rects, &first_rect,
2559 bitmap_addrect(region_type_t *reg, box_type_t *r, box_type_t **first_rect, int rx1, int ry1, int rx2, int ry2) argument
[all...]

Completed in 97 milliseconds