Home
last modified time | relevance | path

Searched defs:source_rect (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ui/snapshot/
Dsnapshot_aura.cc35 const gfx::Rect& source_rect, in MakeAsyncCopyRequest()
45 const gfx::Rect& source_rect, in GrabWindowSnapshotAndScaleAsync()
59 const gfx::Rect& source_rect, in GrabWindowSnapshotAsync()
71 const gfx::Rect& source_rect, in GrabViewSnapshotAsync()
Dsnapshot_android.cc37 const gfx::Rect& source_rect, in MakeAsyncCopyRequest()
61 const gfx::Rect& source_rect, in GrabWindowSnapshotAndScaleAsync()
75 const gfx::Rect& source_rect, in GrabWindowSnapshotAsync()
87 const gfx::Rect& source_rect, in GrabViewSnapshotAsync()
Dsnapshot_win.cc134 const gfx::Rect& source_rect, in GrabViewSnapshotAsync()
143 const gfx::Rect& source_rect, in GrabWindowSnapshotAsync()
Dsnapshot_aura_unittest.cc128 gfx::Rect source_rect(test_window_->bounds().size()); in GrabSnapshotForTestWindow() local
/external/chromium_org/cc/resources/
Dimage_layer_updater.cc18 const gfx::Rect& source_rect, in Update()
38 const gfx::Rect& source_rect, in UpdateTexture()
Dbitmap_skpicture_content_layer_updater.cc23 const gfx::Rect& source_rect, in Update()
71 const gfx::Rect& source_rect) { in PaintContentsRect()
Dtexture_uploader.cc139 const gfx::Rect& source_rect, in Upload()
183 const gfx::Rect& source_rect, in UploadWithTexSubImage()
237 const gfx::Rect& source_rect, in UploadWithMapTexSubImage()
Dbitmap_content_layer_updater.cc26 const gfx::Rect& source_rect, in Update()
89 const gfx::Rect& source_rect, in UpdateTexture()
Dresource_update.cc14 const gfx::Rect& source_rect, in Create()
Dresource_update.h31 gfx::Rect source_rect; member
Dprioritized_resource.cc81 const gfx::Rect& source_rect, in SetPixels()
Dvideo_resource_updater.cc280 gfx::Rect source_rect(plane_resources[i].resource_size); in CreateForSoftwarePlanes() local
Dresource_provider_unittest.cc567 gfx::Rect source_rect(0, 0, 1, 1); in TEST_P() local
578 gfx::Rect source_rect(0, 0, 1, 1); in TEST_P() local
589 gfx::Rect source_rect(1, 0, 1, 1); in TEST_P() local
601 gfx::Rect source_rect(100, 100, 1, 1); in TEST_P() local
Dresource_provider.cc713 const gfx::Rect& source_rect, in SetPixels()
/external/chromium_org/ppapi/shared_impl/
Dcompositor_layer_data.h76 PP_FloatRect source_rect; member
89 PP_FloatRect source_rect; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Doutput.c186 VdpRect const *source_rect, in vlVdpOutputSurfaceGetBitsNative()
626 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderOutputSurface()
685 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderBitmapSurface()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c186 VdpRect const *source_rect, in vlVdpOutputSurfaceGetBitsNative()
626 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderOutputSurface()
685 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderBitmapSurface()
/external/chromium_org/cc/test/
Dtiled_layer_test_common.cc18 const gfx::Rect& source_rect, in Update()
/external/chromium_org/content/renderer/
Dchild_frame_compositing_helper.cc117 gfx::Rect source_rect, in CopyFromCompositingSurface()
/external/chromium_org/printing/
Dpdf_metafile_cg_mac.cc184 CGRect source_rect = CGPDFPageGetBoxRect(pdf_page, kCGPDFCropBox); in RenderPage() local
/external/chromium_org/remoting/codec/
Dvideo_decoder_vpx.cc226 webrtc::DesktopRect source_rect = in RenderFrame() local
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin.cc195 gfx::Rect source_rect, in OnCopyFromCompositingSurface()
/external/chromium_org/cc/layers/
Dtiled_layer.cc498 gfx::Rect source_rect = tiler_->TileRect(tile); in UpdateTileTextures() local
/external/chromium_org/ui/compositor/
Dlayer_unittest.cc139 void ReadPixels(SkBitmap* bitmap, gfx::Rect source_rect) { in ReadPixels()