/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerClipper.cpp | 72 // For transformed layers, the root layer was shifted to be us, so there is no need to 74 RenderLayer* parentLayer = clipRectsContext.rootLayer != m_renderer->layer() ? m_renderer->layer()->parent() : 0; 97 // FIXME: it's not clear how this layer not having clip rects guarantees that no descendants have any. 103 for (RenderLayer* layer = m_renderer->layer()->firstChild(); layer; layer = layer->nextSibling()) 104 layer->clipper().clearClipRectsIncludingDescendants(typeToClear) [all...] |
RenderLayer.cpp | 228 // This is similar to root() but we check if an ancestor layer would 255 // to our parent layer. 268 // as canUseConvertToLayerCoords may be true for an ancestor layer. 289 // Clear the IsCompositingUpdateRoot flag once we've found the first compositing layer in this update. 320 for (RenderLayer* layer = this; layer; layer = layer->parent()) { 321 if (!layer->m_hasSelfPaintingLayerDescendantDirty && layer->hasSelfPaintingLayerDescendant() [all...] |
/external/chromium_org/ui/views/corewm/ |
visibility_controller.cc | 9 #include "ui/compositor/layer.h" 53 animated = animated || (window->layer()->GetAnimator()-> 55 window->layer()->GetTargetOpacity() == 0.0f); 58 // When a window is made visible, we always make its layer visible 59 // immediately. When a window is hidden, the layer must be left visible and 62 window->layer()->SetVisible(visible);
|
/external/libppp/src/ |
link.h | 57 struct layer const *layer[LAYER_MAX]; /* i/o layers */ member in struct:link 74 extern int link_Stack(struct link *, struct layer *);
|
/frameworks/base/core/java/android/view/ |
HardwareCanvas.java | 125 * Draws the specified layer onto this canvas. 127 * @param layer The layer to composite on this canvas 128 * @param x The left coordinate of the layer 129 * @param y The top coordinate of the layer 130 * @param paint The paint used to draw the layer 134 abstract void drawHardwareLayer(HardwareLayer layer, float x, float y, Paint paint); 194 * Indicates that the specified layer must be updated as soon as possible. 196 * @param layer The layer to updat [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 399 * Dynamically creates layer list with numLayers worth 425 // Display the settings of the layer list pointed to by list 432 for (unsigned int layer = 0; layer < list->numHwLayers; layer++) { 433 testPrintI(" layer %u compositionType: %#x%s%s", layer, 434 list->hwLayers[layer].compositionType, 435 (list->hwLayers[layer].compositionType == HWC_FRAMEBUFFER) 437 (list->hwLayers[layer].compositionType == HWC_OVERLAY [all...] |
/external/chromium_org/ui/aura/ |
window_unittest.cc | 34 #include "ui/compositor/layer.h" 313 // Layer::ConvertPointToLayer, except NULL values for |source| are permitted, 709 // Make sure StackChildAtTop moves both the window and layer to the front. 723 ASSERT_EQ(2u, parent.layer()->children().size()); 724 EXPECT_EQ(child1.layer(), parent.layer()->children()[0]); 725 EXPECT_EQ(child2.layer(), parent.layer()->children()[1]); 731 ASSERT_EQ(2u, parent.layer()->children().size()); 732 EXPECT_EQ(child1.layer(), parent.layer()->children()[1]) 1993 ui::Layer* layer = w.layer(); local [all...] |
/external/chromium_org/cc/test/ |
layer_tree_pixel_test.cc | 102 Layer* target = readback_target_ ? readback_target_ 124 scoped_refptr<SolidColorLayer> layer = SolidColorLayer::Create(); local 125 layer->SetIsDrawable(true); 126 layer->SetAnchorPoint(gfx::PointF()); 127 layer->SetBounds(rect.size()); 128 layer->SetPosition(rect.origin()); 129 layer->SetBackgroundColor(color); 130 return layer; 155 scoped_refptr<SolidColorLayer> layer = CreateSolidColorLayer(rect, color); local 173 layer->AddChild(border_top) 182 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(NULL); local [all...] |
/external/chromium_org/ash/system/tray/ |
system_tray_bubble.cc | 15 #include "ui/compositor/layer.h" 58 SetPaintToLayer(view->layer() != NULL); 59 if (view->layer()) 60 SetFillsBoundsOpaquely(view->layer()->fills_bounds_opaquely()); 107 // Implicit animation observer that deletes itself and the layer at the end of 111 explicit AnimationObserverDeleteLayer(ui::Layer* layer) 112 : layer_(layer) { 123 scoped_ptr<ui::Layer> layer_; 157 scoped_ptr<ui::Layer> scoped_layer 163 ui::Layer* layer = scoped_layer.get(); local [all...] |
/external/chromium_org/ash/rotator/ |
screen_rotation.cc | 8 #include "ui/compositor/layer.h" 33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer) 37 InitTransform(layer); 43 void ScreenRotation::InitTransform(ui::Layer* layer) { 51 // Use the target transform/bounds in case the layer is already animating. 52 const gfx::Transform& current_transform = layer->GetTargetTransform(); 53 const gfx::Rect& bounds = layer->GetTargetBounds();
|
/external/chromium_org/cc/trees/ |
quad_culler.cc | 21 const LayerImpl* layer, 27 layer_(layer), 48 const LayerImpl* layer, 66 layer ? layer->layer_tree_impl() : NULL);
|
layer_sorter.cc | 63 : layer(layer_impl), 80 // Checks whether layer "a" draws on top of layer "b". The weight value returned 103 // Make a list of points that inside both layer quad projections. 106 // Check all four corners of one layer against the other layer's quad. 114 // Check all the edges of one layer for intersection with the other layer's 127 // Check the corresponding layer depth value for all overlap points to 128 // determine which layer is in front [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_compositor.h | 168 * set the blender used to render a layer 172 unsigned layer, void *blend, bool is_clearing); 175 * set the layer destination area 179 unsigned layer, struct u_rect *dst_area); 182 * set a video buffer as a layer to render 187 unsigned layer, 194 * set a paletted sampler as a layer to render 199 unsigned layer, 207 * set a rgba sampler as a layer to render 212 unsigned layer, [all...] |
/external/chromium_org/ui/app_list/views/ |
pulsing_block_view.cc | 11 #include "ui/compositor/layer.h" 27 void SchedulePulsingAnimation(ui::Layer* layer) { 28 DCHECK(layer); 40 const gfx::Rect local_bounds(layer->bounds().size()); 70 layer->GetAnimator()->ScheduleTogether(animations); 97 SchedulePulsingAnimation(layer());
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_compositor.h | 168 * set the blender used to render a layer 172 unsigned layer, void *blend, bool is_clearing); 175 * set the layer destination area 179 unsigned layer, struct u_rect *dst_area); 182 * set a video buffer as a layer to render 187 unsigned layer, 194 * set a paletted sampler as a layer to render 199 unsigned layer, 207 * set a rgba sampler as a layer to render 212 unsigned layer, [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
BlackFrame.java | 36 final int layer; field in class:BlackFrame.BlackSurface 39 BlackSurface(SurfaceSession session, int layer, int l, int t, int r, int b, int layerStack) 43 this.layer = layer; 58 surface.setLayer(layer); 62 " BLACK " + surface + ": CREATE layer=" + layer); 115 public BlackFrame(SurfaceSession session, Rect outer, Rect inner, int layer, int layerStack, 125 mBlackSurfaces[0] = new BlackSurface(session, layer, 129 mBlackSurfaces[1] = new BlackSurface(session, layer, [all...] |
/external/chromium_org/cc/debug/ |
rasterize_and_record_benchmark.cc | 13 #include "cc/layers/layer.h" 100 void RasterizeAndRecordBenchmark::Run(Layer* layer) { 101 layer->RunMicroBenchmark(this); 104 void RasterizeAndRecordBenchmark::RunOnLayer(PictureLayer* layer) { 105 ContentLayerClient* painter = layer->client(); 106 gfx::Size content_bounds = layer->content_bounds(); 115 layer->visible_content_rect(), 1.f / layer->contents_scale_x());
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_mdpcomp.h | 75 /* per layer data */ 84 /* maps layer list to mdp list */ 88 /* maps mdp list to layer list */ 92 /* layer composing on FB? */ 128 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, 143 /* check if we can use layer cache to do at least partial MDP comp */ 155 bool isYUVDoable(hwc_context_t* ctx, hwc_layer_1_t* layer); 162 bool isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer); 172 bool isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer); 198 virtual int configure(hwc_context_t *ctx, hwc_layer_1_t *layer, [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 138 mLayers[kUp] = new Layer(Layer.kAxisY); 139 mLayers[kDown] = new Layer(Layer.kAxisY); 140 mLayers[kLeft] = new Layer(Layer.kAxisX); 141 mLayers[kRight] = new Layer(Layer.kAxisX); 142 mLayers[kFront] = new Layer(Layer.kAxisZ) 150 Layer layer; local [all...] |
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 238 // Layer renderers will start the frame immediately 240 // for each layer and wait until the first drawing command 290 clip = &(s->layer->clipRect); 577 bool OpenGLRenderer::updateLayer(Layer* layer, bool inFrame) { 578 if (layer->deferredUpdateScheduled && layer->renderer && 579 layer->displayList && layer->displayList->isRenderable()) { 582 Rect& dirty = layer->dirtyRect 623 Layer* layer = mLayerUpdates.itemAt(i); local 650 Layer* layer = mLayerUpdates.itemAt(i); local 932 Layer* layer = mCaches.layerCache.get(bounds.getWidth(), bounds.getHeight()); local 1032 Layer* layer = current->layer; local [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 60 int width; // width of highest layer 61 int height; // height of highest layer 69 int layer; member in struct:SvcInternal 89 // One encoded frame layer 123 // add layer data to list 132 // get accumulated size of layer data 143 // copy layer data to buffer 154 // free layer data list 486 // use SvcInternal value for number of layers to enable forcing single layer 600 // keyframe layer zero is identical for all mode 697 int layer, layer_index; local [all...] |
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_mdpcomp.cpp | 151 hwc_layer_1_t* layer = &(list->hwLayers[index]); local 154 layer->compositionType = HWC_OVERLAY; 155 layer->hints |= HWC_HINT_CLEAR_FB; 159 layer->compositionType = HWC_OVERLAY; 230 // populate layer and MDP maps 266 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { 268 private_handle_t *hnd = (private_handle_t *)layer->handle; 271 ALOGE("%s: layer handle is NULL", __FUNCTION__); 278 hwc_rect_t crop = layer->sourceCrop; 279 hwc_rect_t dst = layer->displayFrame 402 hwc_layer_1_t* layer = &list->hwLayers[i]; local 514 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local 647 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local 680 hwc_layer_1_t* layer = &list->hwLayers[index]; local 708 hwc_layer_1_t* layer = &list->hwLayers[index]; local 810 __FUNCTION__, layer, zOrder, dest); local 832 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local 852 hwc_layer_1_t* layer = &list->hwLayers[index]; local 905 hwc_layer_1_t *layer = &list->hwLayers[i]; local 927 using pipe: %d", __FUNCTION__, layer, local 959 hwc_layer_1_t* layer = &list->hwLayers[i]; local 1009 hwc_layer_1_t* layer = &list->hwLayers[nYuvIndex]; local 1025 hwc_layer_1_t* layer = &list->hwLayers[index]; local 1065 "dest_pipeR: %d",__FUNCTION__, layer, zOrder, lDest, rDest); local 1095 hwc_layer_1_t *layer = &list->hwLayers[i]; local 1128 using pipe: %d", __FUNCTION__, layer, hnd, indexL ); local 1139 using pipe: %d", __FUNCTION__, layer, hnd, indexR ); local [all...] |
/external/chromium_org/ui/views/widget/ |
window_reorderer.cc | 33 // Sets |order| to the list of views whose layer / associated window's layer 36 // |hosts| are the views with an associated window whose layer is a child of 40 ui::Layer* parent_layer, 46 if (view->layer() && view->layer()->parent() == parent_layer) { 158 GetOrderOfViewsWithLayers(root_view_, parent_window_->layer(), hosted_windows, 169 ui::Layer* layer = view->layer(); local [all...] |
/external/aac/libMpegTPDec/include/ |
tpdec_lib.h | 310 const UINT layer ); 374 * \param layer The layer the bitstream belongs to. 382 const INT layer ); 389 HANDLE_FDK_BITSTREAM transportDec_GetBitstream ( const HANDLE_TRANSPORTDEC hTp, const UINT layer ); 421 TRANSPORTDEC_ERROR transportDec_ReadAccessUnit ( const HANDLE_TRANSPORTDEC hTp, const UINT layer ); 429 INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer ); 436 INT transportDec_GetAuBitsTotal( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
|
/external/chromium_org/ash/shelf/ |
app_list_button.cc | 17 #include "ui/compositor/layer.h" 56 layer()->GetAnimator()->StopAnimating(); 78 layer()->GetAnimator()->ScheduleAnimation(opacity_sequence.release()); 82 layer()->GetAnimator()->StopAnimating(); 84 ui::ScopedLayerAnimationSettings settings(layer()->GetAnimator()); 87 layer()->SetOpacity(1.0f); 88 layer()->SetTransform(gfx::Transform());
|