HomeSort by relevance Sort by last modified time
    Searched refs:current_rects (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 800 std::vector<Rect> current_rects = TextBoundsToViewBounds(bounds[i]); local
801 rects.insert(rects.end(), current_rects.begin(), current_rects.end());
    [all...]
render_text_win.cc 729 std::vector<Rect> current_rects = TextBoundsToViewBounds(bounds[i]); local
730 rects.insert(rects.end(), current_rects.begin(), current_rects.end());
    [all...]

Completed in 41 milliseconds