/external/chromium_org/third_party/WebKit/Source/core/events/ |
MouseRelatedEvent.cpp | 155 // Adjust layerLocation to be relative to the layer. 163 RenderLayer* layer; local 164 if (n && (layer = n->renderer()->enclosingLayer())) { 165 for (; layer; layer = layer->parent()) { 166 m_layerLocation -= toLayoutSize(layer->location());
|
/external/chromium_org/ui/views/corewm/ |
image_grid.h | 11 #include "ui/compositor/layer.h" 80 // Returns |layer|'s bounds after applying the layer's current transform. 81 gfx::RectF GetTransformedLayerBounds(const ui::Layer& layer); 92 ui::Layer* layer() { return layer_.get(); } function in class:views::corewm::ImageGrid 98 // Visible to allow independent layer animations and for testing. 99 ui::Layer* top_left_layer() const { return top_left_layer_.get(); } 100 ui::Layer* top_layer() const { return top_layer_.get(); [all...] |
shadow.h | 15 class Layer; 44 // Returns |image_grid_|'s ui::Layer. This is exposed so it can be added to 45 // the same layer as the content and stacked below it. SetContentBounds() 47 // applying transformations to this layer). 48 ui::Layer* layer() const;
|
window_util.h | 16 class Layer; 35 // Deletes |layer| and all its child layers. 36 VIEWS_EXPORT void DeepDeleteLayers(ui::Layer* layer); 38 // Returns the existing Layer for |window| (and all its descendants) and creates 39 // a new layer for |window| and all its descendants. This is intended for 47 VIEWS_EXPORT ui::Layer* RecreateWindowLayers(aura::Window* window,
|
window_util_unittest.cc | 35 // Returns a view with a layer with the passed in |bounds| and |layer_name|. 43 view->layer()->set_name(layer_name); 57 // +-- v2 (no layer) 58 // +-- v3 (no layer) 67 w1->GetNativeView()->layer()->set_name("w1"); 87 w2->GetNativeView()->layer()->set_name("w2"); 95 ui::Layer* w1_layer = w1->GetNativeView()->layer(); 98 ui::Layer* w2_layer = w1_layer->children()[2]; 100 ui::Layer* v5_layer = w2_layer->children()[0] [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.h | 70 /* per layer data */ 79 /* maps layer list to mdp list */ 83 /* maps mdp list to layer list */ 87 /* layer composing on FB? */ 126 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 141 /* check if we can use layer cache to do at least partial MDP comp */ 146 bool isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer); 155 bool isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer); 191 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 213 bool acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, [all...] |
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...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_mdpcomp.h | 70 /* per layer data */ 79 /* maps layer list to mdp list */ 83 /* maps mdp list to layer list */ 87 /* layer composing on FB? */ 126 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 141 /* check if we can use layer cache to do at least partial MDP comp */ 146 bool isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer); 155 bool isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer); 191 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 213 bool acquireMDPPipes(hwc_context_t *ctx, hwc_layer_1_t* layer, [all...] |
hwc_utils.cpp | 322 bool needsScaling(hwc_layer_1_t const* layer) { 325 hwc_rect_t displayFrame = layer->displayFrame; 326 hwc_rect_t sourceCrop = layer->sourceCrop; 340 bool isAlphaScaled(hwc_layer_1_t const* layer) { 341 if(needsScaling(layer) && isAlphaPresent(layer)) { 347 bool isAlphaPresent(hwc_layer_1_t const* layer) { 348 private_handle_t *hnd = (private_handle_t *)layer->handle; 396 hwc_layer_1_t const* layer = &list->hwLayers[i]; local 397 private_handle_t *hnd = (private_handle_t *)layer->handle [all...] |
/external/chromium_org/cc/trees/ |
occlusion_tracker_unittest.cc | 10 #include "cc/layers/layer.h" 31 class TestContentLayer : public Layer { 33 TestContentLayer() : Layer(), override_opaque_contents_rect_(false) { 40 return Layer::VisibleContentOpaqueRegion(); 76 static inline bool LayerImplDrawTransformIsUnknown(const Layer* layer) { 77 return layer->draw_transform_is_animating(); 79 static inline bool LayerImplDrawTransformIsUnknown(const LayerImpl* layer) { 96 bool OccludedLayer(const LayerType* layer, 98 DCHECK(layer->visible_content_rect().Contains(content_rect)) 233 typename Types::LayerType* layer = local 294 typename Types::ContentLayerType* layer = local 546 typename Types::ContentLayerType* layer = local 680 typename Types::ContentLayerType* layer = local 751 typename Types::ContentLayerType* layer = local 824 typename Types::ContentLayerType* layer = local 987 typename Types::ContentLayerType* layer = local 1167 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local 1791 typename Types::ContentLayerType* layer = local 1828 typename Types::ContentLayerType* layer = local 1913 typename Types::ContentLayerType* layer = local 2003 typename Types::ContentLayerType* layer = local 2051 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local 2093 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local 2133 typename Types::ContentLayerType* layer = this->CreateDrawingLayer( local 2177 typename Types::ContentLayerType* layer = local 2298 typename Types::ContentLayerType* layer = local 2420 typename Types::ContentLayerType* layer = local [all...] |
quad_culler.h | 21 const LayerImpl* layer,
|
/frameworks/base/services/java/com/android/server/wm/ |
DimLayer.java | 82 /** Return true if dim layer is showing */ 96 void setLayer(int layer) { 97 if (mLayer != layer) { 98 mLayer = layer; 99 mDimSurface.setLayer(layer); 153 * @param layer The layer to set the surface to. 157 void show(int layer, float alpha, long duration) { 158 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alph [all...] |
/external/chromium_org/ash/high_contrast/ |
high_contrast_controller.cc | 9 #include "ui/compositor/layer.h" 33 root_window->layer()->SetLayerInverted(enabled_);
|
/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;
|
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
|
solid_color_scrollbar_layer_impl.h | 26 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
/external/chromium_org/cc/test/ |
fake_picture_layer.h | 36 virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageBufferSurface.h | 61 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/webkit/renderer/compositor_bindings/ |
web_content_layer_impl.h | 30 virtual blink::WebLayer* layer();
|
/external/libppp/src/ |
proto.h | 64 extern struct layer protolayer;
|
/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);
|
/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; 638 INT layer = 0; local 714 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/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | 65 #include "Layer.h" 1002 // rebuild the visible layer list per screen 1012 Vector< sp<Layer> > layersSortedByZ; 1499 const sp<Layer>& layer = currentLayers[i]; local 2067 sp<Layer> layer; local [all...] |