Searched refs:clip (Results 1 - 25 of 575) sorted by path

1234567891011>>

/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_cmd.c49 /* clip type constants */
1459 p_scb->clip[0] = 0;
1461 sprintf(p_scb->clip,"%s,%d", p_result->data.str, p_result->data.num);
1783 if (p_scb->conn_service == BTA_AG_HFP && p_scb->clip_enabled && p_scb->clip[0] != 0)
1789 AT_SET_RES_CB(m_res_cb.res_cb[1], BTA_AG_RES_CLIP, p_scb->clip, 0)
1802 /* if HFP and clip enabled and clip data send CLIP */
1803 if (p_scb->conn_service == BTA_AG_HFP && p_scb->clip_enabled && p_scb->clip[0] != 0)
1805 bta_ag_send_result(p_scb, BTA_AG_RES_CLIP, p_scb->clip, 0);
H A Dbta_ag_int.h251 char clip[BTA_AG_AT_MAX_LEN+1]; /* number string used for CLIP */ member in struct:__anon423
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dtracing_controller.css19 background-clip: border-box;
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.js58 ctx.clip();
/external/chromium_org/android_webview/browser/
H A Dbrowser_view_renderer.cc310 gfx::Rect clip = viewport; local
329 clip,
866 "clip left top right bottom: [%d %d %d %d] ",
H A Dparent_output_surface.cc27 const gfx::Rect& clip) {
34 identity, empty, clip, clip, identity, resourceless_software_draw);
26 SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip) argument
H A Dparent_output_surface.h23 void SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip);
/external/chromium_org/cc/blink/
H A Dweb_content_layer_impl.cc52 const gfx::Rect& clip,
59 clip,
50 PaintContents( SkCanvas* canvas, const gfx::Rect& clip, ContentLayerClient::GraphicsContextStatus graphics_context_status) argument
H A Dweb_content_layer_impl.h40 const gfx::Rect& clip,
/external/chromium_org/cc/layers/
H A Dcontent_layer_client.h27 const gfx::Rect& clip,
H A Dpicture_image_layer.cc46 const gfx::Rect& clip,
44 PaintContents( SkCanvas* canvas, const gfx::Rect& clip, ContentLayerClient::GraphicsContextStatus gc_status) argument
H A Dpicture_image_layer.h29 const gfx::Rect& clip,
H A Dpicture_layer_unittest.cc25 const gfx::Rect& clip,
/external/chromium_org/cc/output/
H A Doutput_surface.cc109 const gfx::Rect& clip,
115 clip,
106 SetExternalDrawConstraints( const gfx::Transform& transform, const gfx::Rect& viewport, const gfx::Rect& clip, const gfx::Rect& viewport_rect_for_tile_priority, const gfx::Transform& transform_for_tile_priority, bool resourceless_software_draw) argument
H A Doutput_surface.h168 const gfx::Rect& clip,
H A Doutput_surface_client.h44 const gfx::Rect& clip,
/external/chromium_org/cc/surfaces/
H A Ddisplay.h66 const gfx::Rect& clip,
/external/chromium_org/cc/test/
H A Dfake_output_surface_client.h44 const gfx::Rect& clip,
H A Dpixel_test.cc151 void PixelTest::ForceDeviceClip(const gfx::Rect& clip) { argument
152 external_device_clip_rect_ = clip;
H A Dpixel_test.h61 void ForceDeviceClip(const gfx::Rect& clip);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_common_unittest.cc57 const gfx::Rect& clip,
1324 // The child layer's content is entirely outside the parent's clip rect, so
1446 // The entire subtree of layers that are outside the clip rect should be
1458 // outside the clip rect, and they should never get scheduled on the list of
1545 // When a render surface has a clip rect, it is used to clip the content rect
1547 // the content rect's position in the clip rect is not defined on the main
1552 // - child is a render surface, which has a clip rect set to the bounds of
1555 // It is positioned outside of the clip rect from parent.
1653 // - the render surface inherits any clip fro
8572 scoped_refptr<Layer> clip = Layer::Create(); local
[all...]
H A Dlayer_tree_host_impl.cc1357 const gfx::Rect& clip,
1381 external_clip_ = clip;
1354 SetExternalDrawConstraints( const gfx::Transform& transform, const gfx::Rect& viewport, const gfx::Rect& clip, const gfx::Rect& viewport_rect_for_tile_priority, const gfx::Transform& transform_for_tile_priority, bool resourceless_software_draw) argument
H A Dlayer_tree_host_impl.h258 const gfx::Rect& clip,
462 // Viewport rectangle and clip in nonflipped window space. These rects
666 // - external_clip_ specifies a top-level clip rect
H A Dlayer_tree_host_impl_unittest.cc244 scoped_ptr<LayerImpl> clip = local
246 clip->SetBounds(
252 scroll->SetScrollClipLayer(clip->id());
267 clip->AddChild(page_scale.Pass());
268 root->AddChild(clip.Pass());
284 // TODO(wjmaclean) Add clip-layer pointer to parameters.
2252 // Make the clip size the same as the layer (content) size so the layer is
2395 // Now that top controls have moved, expect the clip to resize.
2492 // Now that top controls have moved, expect the clip to resize.
2507 // Now that top controls have moved, expect the clip t
[all...]
H A Dlayer_tree_host_pixeltest_masks.cc107 scoped_refptr<Layer> clip = Layer::Create(); local
108 clip->SetPosition(gfx::Point(0, 0));
109 clip->SetBounds(gfx::Size(200, 100));
110 clip->SetMasksToBounds(true);
111 background->AddChild(clip);
115 clip->AddChild(green);
172 scoped_refptr<Layer> clip = Layer::Create(); local
173 clip->SetPosition(gfx::Point(0, 50));
174 clip->SetBounds(gfx::Size(150, 150));
175 clip
245 scoped_refptr<Layer> clip = Layer::Create(); local
[all...]

Completed in 710 milliseconds

1234567891011>>