Home
last modified time | relevance | path

Searched refs:SetContentRect (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/cc/layers/
Drender_surface_unittest.cc53 EXECUTE_AND_VERIFY_SURFACE_CHANGED(render_surface->SetContentRect(test_rect)); in TEST()
64 render_surface->SetContentRect(test_rect)); in TEST()
106 render_surface->SetContentRect(content_rect); in TEST()
170 render_surface->SetContentRect(content_rect); in TEST()
Drender_surface.h34 void SetContentRect(const gfx::Rect& content_rect) { in SetContentRect() function
Drender_surface_impl.h120 void SetContentRect(const gfx::Rect& content_rect);
Drender_surface_impl.cc69 void RenderSurfaceImpl::SetContentRect(const gfx::Rect& content_rect) { in SetContentRect() function in cc::RenderSurfaceImpl
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h189 void SetContentRect(const CLST_Rect & rect){m_rcContent = rect;} in SetContentRect() function
/external/chromium_org/cc/trees/
Ddamage_tracker_unittest.cc90 root->render_surface()->SetContentRect(gfx::Rect(0, 0, 500, 500)); in CreateTestTreeWithOneSurface()
122 root->render_surface()->SetContentRect(gfx::Rect(0, 0, 500, 500)); in CreateTestTreeWithTwoSurfaces()
Dlayer_tree_host_common.cc2217 layer->render_surface()->SetContentRect( in CalculateDrawPropertiesInternal()
2263 render_surface->SetContentRect(clipped_content_rect); in CalculateDrawPropertiesInternal()
Dlayer_tree_host_impl_unittest.cc4759 root->render_surface()->SetContentRect(gfx::Rect(root_rect.size())); in SetupLayersForOpacity()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h348 virtual void SetContentRect(const CPVT_FloatRect & rect) in SetContentRect() function
Ddoc_vt.cpp1557 SetContentRect(rcRet); in Rearrange()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp177 SetContentRect(CLST_Rect(0.0f,0.0f,0.0f,fPosY)); in ReArrange()