HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 276 - 300 of 1091) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ash/wm/
screen_dimmer.h 15 class Layer;
20 // ScreenDimmer displays a partially-opaque layer above everything
33 ui::Layer* layer() { return dimmer_->dimming_layer_.get(); } function in class:ash::ScreenDimmer::TestApi
57 // Partially-opaque layer that's stacked above all of the root window's
59 scoped_ptr<ui::Layer> dimming_layer_;
  /external/chromium_org/cc/layers/
io_surface_layer.h 9 #include "cc/layers/layer.h"
13 class CC_EXPORT IOSurfaceLayer : public Layer {
22 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
24 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
nine_patch_layer.h 10 #include "cc/layers/layer.h"
24 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
26 // |border| is the space around the center rectangular region in layer space
36 // on the edges of the layer. The corners are unscaled, the top and bottom
51 // The transparent center region that shows the parent layer's contents in
surface_layer_impl.h 27 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
nine_patch_layer_impl_unittest.cc 51 scoped_ptr<NinePatchLayerImpl> layer = local
53 layer->draw_properties().visible_content_rect = visible_content_rect;
54 layer->SetBounds(layer_size);
55 layer->SetContentBounds(layer_size);
56 layer->CreateRenderSurface();
57 layer->draw_properties().render_target = layer.get();
64 layer->SetUIResourceId(uid);
65 layer->SetImageBounds(bitmap_size);
66 layer->SetLayout(aperture_rect, border, fill_center)
    [all...]
  /external/chromium_org/cc/test/
fake_picture_layer.h 34 const OcclusionTracker<Layer>* occlusion) OVERRIDE;
36 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
  /external/chromium_org/cc/trees/
occlusion_tracker_unittest.cc 9 #include "cc/layers/layer.h"
30 class TestContentLayer : public Layer {
32 TestContentLayer() : Layer(), override_opaque_contents_rect_(false) {
39 return Layer::VisibleContentOpaqueRegion();
81 bool OccludedLayer(const LayerType* layer,
83 DCHECK(layer->visible_content_rect().Contains(content_rect));
85 layer->render_target(), content_rect, layer->draw_transform());
89 // layer. Simple wrapper around UnoccludedContentRect.
90 gfx::Rect UnoccludedLayerContentRect(const LayerType* layer,
217 typename Types::LayerType* layer = local
278 typename Types::ContentLayerType* layer = local
520 typename Types::ContentLayerType* layer = local
641 typename Types::ContentLayerType* layer = local
711 typename Types::ContentLayerType* layer = local
783 typename Types::ContentLayerType* layer = local
944 typename Types::ContentLayerType* layer = local
1123 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local
1736 typename Types::ContentLayerType* layer = local
1772 typename Types::ContentLayerType* layer = local
1854 typename Types::ContentLayerType* layer = local
1945 typename Types::ContentLayerType* layer = local
1994 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local
2037 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local
2078 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local
2123 typename Types::ContentLayerType* layer = local
2243 typename Types::ContentLayerType* layer = local
2364 typename Types::ContentLayerType* layer = local
    [all...]
tree_synchronizer.h 16 class Layer;
20 // Accepts a Layer tree and returns a reference to a LayerImpl tree that
21 // duplicates the structure of the Layer tree, reusing the LayerImpls in the
24 Layer* layer_root,
32 // Pushes properties from a Layer or LayerImpl tree to a structurally
34 static void PushProperties(Layer* layer_root,
43 LayerType* layer,
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay.cc 16 #include "ui/compositor/layer.h"
25 // A LayerDelegate that paints an image for the layer.
53 // Called when the layer's device scale factor has changed.
69 // Responsible for fading out and deleting the layer of the overlay window.
73 // Takes ownership of the layer.
74 explicit OverlayDismissAnimator(scoped_ptr<ui::Layer> layer)
75 : layer_(layer.Pass()) {
79 // Starts the fadeout animation on the layer. When the animation finishes,
80 // the object deletes itself along with the layer
208 ui::Layer* layer = new ui::Layer(ui::LAYER_TEXTURED); local
    [all...]
  /external/chromium_org/content/renderer/compositor_bindings/
web_content_layer_impl.h 32 virtual blink::WebLayer* layer();
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 12 #include "cc/layers/layer.h"
39 // For web contents, layer transforms should scale up the contents of layers
57 static_cast<const WebLayerImpl*>(&root)->layer());
61 layer_tree_host_->SetRootLayer(scoped_refptr<cc::Layer>());
155 static_cast<const WebLayerImpl*>(pageScaleLayer)->layer(),
156 static_cast<const WebLayerImpl*>(innerViewportScrollLayer)->layer(),
157 // The outer viewport layer will only exist when using pinch virtual
160 ? static_cast<const WebLayerImpl*>(outerViewportScrollLayer)->layer()
165 layer_tree_host_->RegisterViewportLayers(scoped_refptr<cc::Layer>(),
166 scoped_refptr<cc::Layer>(),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBufferSurface.h 64 virtual blink::WebLayer* layer() const { return 0; }; function in class:WebCore::ImageBufferSurface
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_surfaces.c 35 unsigned level, unsigned layer, unsigned flags,
45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level));
68 pipe_surface_init(ctx, ps, pt, level, layer, flags);
71 cso_hash_insert(us->u.hash, (layer << 8) | level, ps);
  /external/chromium_org/ui/wm/core/
shadow.h 15 class Layer;
43 // Returns |image_grid_|'s ui::Layer. This is exposed so it can be added to
44 // the same layer as the content and stacked below it. SetContentBounds()
46 // applying transformations to this layer).
47 ui::Layer* layer() const;
transient_window_stacking_client.cc 71 if (!children[index]->layer() ||
72 children[index]->layer()->delegate() != NULL)
124 ((*target)->layer() && (*target)->layer()->delegate() == NULL)) {
image_grid.cc 27 // Sets the scaling for the transform applied to a layer. The left, top,
31 void ScaleWidth(gfx::Size center, ui::Layer* layer, gfx::Transform& transform) {
32 float layer_width = layer->bounds().width() * layer->device_scale_factor();
38 ui::Layer* layer,
40 float layer_height = layer->bounds().height() * layer->device_scale_factor();
52 // Returns true if |layer|'s bounds don't fit within |size|
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surfaces.c 35 unsigned level, unsigned layer, unsigned flags,
45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level));
68 pipe_surface_init(ctx, ps, pt, level, layer, flags);
71 cso_hash_insert(us->u.hash, (layer << 8) | level, ps);
  /hardware/intel/common/wrs_omxil_core/utils/inc/
audio_parser.h 47 int *version, int *layer, int *crc, int *bitrate,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.cpp 120 // Skipping last layer since FrameBuffer layer should not affect
146 //GPU/CPU composition, don't change layer composition type
177 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i]; local
178 if (layer->planeAlpha != 0xFF)
180 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
182 if (layer->transform & HAL_TRANSFORM_ROT_90) {
189 dst_h = layer->displayFrame.bottom - layer->displayFrame.top;
190 dst_w = layer->displayFrame.right - layer->displayFrame.left
311 hwc_layer_1_t *layer = &list->hwLayers[i]; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 120 // Skipping last layer since FrameBuffer layer should not affect
146 //GPU/CPU composition, don't change layer composition type
177 hwc_layer_1_t *layer = (hwc_layer_1_t *) &list->hwLayers[i]; local
178 if (layer->planeAlpha != 0xFF)
180 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
182 if (layer->transform & HAL_TRANSFORM_ROT_90) {
189 dst_h = layer->displayFrame.bottom - layer->displayFrame.top;
190 dst_w = layer->displayFrame.right - layer->displayFrame.left
311 hwc_layer_1_t *layer = &list->hwLayers[i]; local
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 161 UINT layer, nrOfLayers = self->nrOfLayers; local
163 for(layer = 0; layer < nrOfLayers; layer++){
164 if(length[layer] > 0){
165 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer);
179 if(layer >= 1){
180 self->nrOfLayers = layer;
712 INT layer = 0; local
788 INT layer; local
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 303 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer,
307 hwc_rect_t displayFrame = layer->displayFrame;
308 hwc_rect_t sourceCrop = integerizeSourceCrop(layer->sourceCropf);
309 trimLayer(ctx, dpy, layer->transform, sourceCrop, displayFrame);
322 bool isAlphaScaled(hwc_context_t* ctx, hwc_layer_1_t const* layer,
324 if(needsScaling(ctx, layer, dpy) && isAlphaPresent(layer)) {
330 bool isAlphaPresent(hwc_layer_1_t const* layer) {
331 private_handle_t *hnd = (private_handle_t *)layer->handle;
345 // Let CABL know we have a YUV layer
377 hwc_layer_1_t const* layer = &list->hwLayers[i]; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 44 * It can be defined in an XML file with the <code>&lt;layer-list></code> element.
45 * Each Drawable in the layer is defined in a nested <code>&lt;item></code>.
60 * Padding mode used to nest each layer inside the padding of the previous
61 * layer.
68 * Padding mode used to stack each layer directly atop the previous layer.
87 * Create a new layer drawable with the list of specified layers.
96 * Create a new layer drawable with the specified list of layers and the
193 final ChildDrawable layer = new ChildDrawable(); local
195 updateLayerFromTypedArray(layer, a)
262 final ChildDrawable layer = array[i]; local
294 final ChildDrawable layer = array[i]; local
    [all...]
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 51 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); local
53 // if layer was forced to use FB
55 VLOGTRACE("layer was forced to use HWC_FRAMEBUFFER");
59 // check layer flags
60 if (layer.flags & HWC_SKIP_LAYER) {
61 VLOGTRACE("plane type %d: (skip layer flag was set)", planeType);
65 if (layer.handle == 0) {
72 WLOGTRACE("not a composer layer");
76 // check layer transform
97 // check layer blendin
118 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); local
180 hwc_layer_1_t& layer = *(hwcLayer->getLayer()); local
269 hwc_layer_1_t *layer = &mList->hwLayers[i]; local
733 ZOrderLayer *layer = new ZOrderLayer; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 361 bool needsScaling(hwc_layer_1_t const* layer) {
364 hwc_rect_t displayFrame = layer->displayFrame;
365 hwc_rect_t sourceCrop = layer->sourceCrop;
379 bool isAlphaScaled(hwc_layer_1_t const* layer) {
380 if(needsScaling(layer) && isAlphaPresent(layer)) {
386 bool isAlphaPresent(hwc_layer_1_t const* layer) {
387 private_handle_t *hnd = (private_handle_t *)layer->handle;
435 hwc_layer_1_t const* layer = &list->hwLayers[i]; local
436 private_handle_t *hnd = (private_handle_t *)layer->handle
    [all...]

Completed in 574 milliseconds

<<11121314151617181920>>