Searched refs:set_rect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.h86 void set_rect(const pp::Rect& r) { rect_ = r; } function in class:chrome_pdf::PDFiumPage
H A Dpdfium_engine.cc2274 pages_[i]->set_rect(page_rect);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h153 void set_rect(float x1, float y1, float x2, float y2) { function in struct:content::CompositingIOSurfaceMac::SurfaceQuad
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree.h119 record->set_rect(rect);
H A Dr_tree_base.cc196 set_rect(UnionRects(rect(), node->rect()));
406 set_rect(bounds);
450 set_rect(low_bounds[split_index - 1]);
451 sibling->set_rect(high_bounds[split_index]);
H A Dr_tree_base.h71 void set_rect(const Rect& rect) { rect_ = rect; } function in class:gfx::RTreeBase::NodeBase

Completed in 159 milliseconds