| /external/chromium_org/ui/compositor/ |
| D | dip_util.cc | 27 float GetDeviceScaleFactor(const Layer* layer) { in GetDeviceScaleFactor() 31 gfx::Point ConvertPointToDIP(const Layer* layer, in ConvertPointToDIP() 37 gfx::PointF ConvertPointToDIP(const Layer* layer, in ConvertPointToDIP() 42 gfx::Size ConvertSizeToDIP(const Layer* layer, in ConvertSizeToDIP() 48 gfx::Rect ConvertRectToDIP(const Layer* layer, in ConvertRectToDIP() 54 gfx::Point ConvertPointToPixel(const Layer* layer, in ConvertPointToPixel() 60 gfx::Size ConvertSizeToPixel(const Layer* layer, in ConvertSizeToPixel() 66 gfx::Rect ConvertRectToPixel(const Layer* layer, in ConvertRectToPixel()
|
| /external/chromium_org/cc/layers/ |
| D | layer_utils.cc | 15 bool HasAnimationThatInflatesBounds(const LayerImpl& layer) { in HasAnimationThatInflatesBounds() 19 bool HasFilterAnimationThatInflatesBounds(const LayerImpl& layer) { in HasFilterAnimationThatInflatesBounds() 24 bool HasTransformAnimationThatInflatesBounds(const LayerImpl& layer) { in HasTransformAnimationThatInflatesBounds() 29 inline bool HasAncestorTransformAnimation(const LayerImpl& layer) { in HasAncestorTransformAnimation() 33 inline bool HasAncestorFilterAnimation(const LayerImpl& layer) { in HasAncestorFilterAnimation() 77 for (const LayerImpl* layer = &layer_in; layer; layer = layer->parent()) { in GetAnimationBounds() local
|
| D | tiled_layer_unittest.cc | 172 void LayerPushPropertiesTo(FakeTiledLayer* layer, in LayerPushPropertiesTo() 180 void LayerUpdate(FakeTiledLayer* layer, TestOcclusionTracker* occluded) { in LayerUpdate() 265 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local 296 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local 315 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local 356 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local 395 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local 435 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local 575 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local 598 scoped_refptr<FakeTiledLayer> layer = in TEST_F() local [all …]
|
| D | tiled_layer_impl_unittest.cc | 28 scoped_ptr<TiledLayerImpl> layer = in CreateLayerNoTiles() local 51 scoped_ptr<TiledLayerImpl> layer = in CreateLayer() local 68 scoped_ptr<TiledLayerImpl> layer = in GetQuads() local 93 scoped_ptr<TiledLayerImpl> layer = in TEST_F() local 108 scoped_ptr<TiledLayerImpl> layer = in TEST_F() local 120 scoped_ptr<TiledLayerImpl> layer = in TEST_F() local 138 scoped_ptr<TiledLayerImpl> layer = in TEST_F() local 158 scoped_ptr<TiledLayerImpl> layer = in TEST_F() local 290 scoped_ptr<TiledLayerImpl> layer = CreateLayerNoTiles( in TEST_F() local 315 scoped_ptr<TiledLayerImpl> layer = in TEST_F() local
|
| /external/chromium_org/ppapi/thunk/ |
| D | ppb_compositor_layer_thunk.cc | 26 int32_t SetColor(PP_Resource layer, in SetColor() 39 int32_t SetTexture_0_1(PP_Resource layer, in SetTexture_0_1() 54 int32_t SetTexture(PP_Resource layer, in SetTexture() 71 int32_t SetImage(PP_Resource layer, in SetImage() 84 int32_t SetClipRect(PP_Resource layer, const struct PP_Rect* rect) { in SetClipRect() 92 int32_t SetTransform(PP_Resource layer, const float matrix[16]) { in SetTransform() 100 int32_t SetOpacity(PP_Resource layer, float opacity) { in SetOpacity() 108 int32_t SetBlendMode(PP_Resource layer, PP_BlendMode mode) { in SetBlendMode() 116 int32_t SetSourceRect(PP_Resource layer, const struct PP_FloatRect* rect) { in SetSourceRect() 124 int32_t SetPremultipliedAlpha(PP_Resource layer, PP_Bool premult) { in SetPremultipliedAlpha()
|
| /external/chromium_org/third_party/skia/tests/ |
| D | GpuLayerCacheTest.cpp | 34 GrCachedLayer* layer = cache->findLayerOrCreate(picture.uniqueID(), in create_layers() local 60 GrCachedLayer* layer) { in lock_layer() 106 GrCachedLayer* layer = cache.findLayer(picture->uniqueID(), i+1, i+2, in DEF_GPUTEST() local 124 GrCachedLayer* layer = cache.findLayer(picture->uniqueID(), i+1, i+2, in DEF_GPUTEST() local 131 GrCachedLayer* layer = cache.findLayer(picture->uniqueID(), i+1, i+2, in DEF_GPUTEST() local 151 GrCachedLayer* layer = cache.findLayer(picture->uniqueID(), in DEF_GPUTEST() local 161 GrCachedLayer* layer = cache.findLayer(picture->uniqueID(), i+1, i+2, in DEF_GPUTEST() local
|
| /external/chromium_org/cc/debug/ |
| D | debug_rect_history.cc | 73 void DebugRectHistory::SavePaintRects(LayerImpl* layer) { in SavePaintRects() 110 LayerImpl* layer = layer_list[layer_index]; in SavePropertyChangedRects() local 187 void DebugRectHistory::SaveTouchEventHandlerRects(LayerImpl* layer) { in SaveTouchEventHandlerRects() 194 void DebugRectHistory::SaveTouchEventHandlerRectsCallback(LayerImpl* layer) { in SaveTouchEventHandlerRectsCallback() 207 void DebugRectHistory::SaveWheelEventHandlerRects(LayerImpl* layer) { in SaveWheelEventHandlerRects() 214 void DebugRectHistory::SaveWheelEventHandlerRectsCallback(LayerImpl* layer) { in SaveWheelEventHandlerRectsCallback() 228 void DebugRectHistory::SaveScrollEventHandlerRects(LayerImpl* layer) { in SaveScrollEventHandlerRects() 235 void DebugRectHistory::SaveScrollEventHandlerRectsCallback(LayerImpl* layer) { in SaveScrollEventHandlerRectsCallback() 249 void DebugRectHistory::SaveNonFastScrollableRects(LayerImpl* layer) { in SaveNonFastScrollableRects() 256 void DebugRectHistory::SaveNonFastScrollableRectsCallback(LayerImpl* layer) { in SaveNonFastScrollableRectsCallback()
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/ |
| D | LayerTreeOutline.js | 58 selectLayer: function(layer) argument 71 hoverLayer: function(layer) argument 94 function updateLayer(layer) argument 138 …r.LayerTreeOutline.Events.LayerHovered, node && node.representedObject ? {layer: node.representedO… property 147 … this.dispatchEventToListeners(WebInspector.LayerTreeOutline.Events.LayerSelected, {layer: layer}); property 178 WebInspector.LayerTreeElement = function(tree, layer) argument
|
| /external/chromium_org/cc/trees/ |
| D | tree_synchronizer.cc | 90 LayerType* layer, in ReuseOrCreateLayerImpl() 105 LayerType* layer, in SynchronizeTreesRecursiveInternal() 130 Layer* layer, in SynchronizeTreesRecursive() 139 LayerImpl* layer, in SynchronizeTreesRecursive() 148 LayerType* layer) { in UpdateScrollbarLayerPointersRecursiveInternal() 173 Layer* layer) { in UpdateScrollbarLayerPointersRecursive() 179 LayerImpl* layer) { in UpdateScrollbarLayerPointersRecursive() 188 LayerType* layer, in PushPropertiesInternal() 239 static void CheckScrollAndClipPointersRecursive(Layer* layer, in CheckScrollAndClipPointersRecursive() 295 void TreeSynchronizer::PushProperties(Layer* layer, in PushProperties() [all …]
|
| D | layer_tree_host_common.cc | 45 static gfx::Vector2dF GetEffectiveScrollDelta(LayerType* layer) { in GetEffectiveScrollDelta() 57 static gfx::Vector2dF GetEffectiveTotalScrollOffset(LayerType* layer) { in GetEffectiveTotalScrollOffset() 118 static LayerType* NextTargetSurface(LayerType* layer) { in NextTargetSurface() 172 const LayerType* layer, in UpdateClipRectsForClipChild() 243 LayerType* layer, in UpdateAccumulatedSurfaceState() 326 template <typename LayerType> static inline bool IsRootLayer(LayerType* layer) { in IsRootLayer() 331 static inline bool LayerIsInExisting3DRenderingContext(LayerType* layer) { in LayerIsInExisting3DRenderingContext() 337 static bool IsRootLayerOfNewRenderingContext(LayerType* layer) { in IsRootLayerOfNewRenderingContext() 345 static bool IsLayerBackFaceVisible(LayerType* layer) { in IsLayerBackFaceVisible() 360 static bool IsSurfaceBackFaceVisible(LayerType* layer, in IsSurfaceBackFaceVisible() [all …]
|
| D | layer_tree_impl.cc | 41 LayerScrollOffsetDelegateProxy(LayerImpl* layer, in LayerScrollOffsetDelegateProxy() 119 void LayerTreeImpl::SetRootLayer(scoped_ptr<LayerImpl> layer) { in SetRootLayer() 271 void LayerTreeImpl::SetCurrentlyScrollingLayer(LayerImpl* layer) { in SetCurrentlyScrollingLayer() 377 LayerImpl* layer = root_scroll_layer->children()[0]; in RootScrollLayerDeviceViewportBounds() local 382 static void ApplySentScrollDeltasFromAbortedCommitTo(LayerImpl* layer) { in ApplySentScrollDeltasFromAbortedCommitTo() 404 static void ApplyScrollDeltasSinceBeginMainFrameTo(LayerImpl* layer) { in ApplyScrollDeltasSinceBeginMainFrameTo() 528 LayerImpl* layer = *it; in UpdateDrawProperties() local 584 void LayerTreeImpl::RegisterLayer(LayerImpl* layer) { in RegisterLayer() 589 void LayerTreeImpl::UnregisterLayer(LayerImpl* layer) { in UnregisterLayer() 604 static void DidBecomeActiveRecursive(LayerImpl* layer) { in DidBecomeActiveRecursive() [all …]
|
| /external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
| D | CSSToStyleMap.cpp | 55 void CSSToStyleMap::mapFillAttachment(FillLayer* layer, CSSValue* value) const in mapFillAttachment() 81 void CSSToStyleMap::mapFillClip(FillLayer* layer, CSSValue* value) const in mapFillClip() 95 void CSSToStyleMap::mapFillComposite(FillLayer* layer, CSSValue* value) const in mapFillComposite() 109 void CSSToStyleMap::mapFillBlendMode(FillLayer* layer, CSSValue* value) const in mapFillBlendMode() 123 void CSSToStyleMap::mapFillOrigin(FillLayer* layer, CSSValue* value) const in mapFillOrigin() 138 void CSSToStyleMap::mapFillImage(FillLayer* layer, CSSValue* value) in mapFillImage() 149 void CSSToStyleMap::mapFillRepeatX(FillLayer* layer, CSSValue* value) const in mapFillRepeatX() 163 void CSSToStyleMap::mapFillRepeatY(FillLayer* layer, CSSValue* value) const in mapFillRepeatY() 177 void CSSToStyleMap::mapFillSize(FillLayer* layer, CSSValue* value) const in mapFillSize() 219 void CSSToStyleMap::mapFillXPosition(FillLayer* layer, CSSValue* value) const in mapFillXPosition() [all …]
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| D | Canvas2DLayerManager.cpp | 84 Canvas2DLayerBridge* layer = m_layerList.head(); in didProcessTask() local 94 void Canvas2DLayerManager::layerDidDraw(Canvas2DLayerBridge* layer) in layerDidDraw() 110 void Canvas2DLayerManager::layerTransientResourceAllocationChanged(Canvas2DLayerBridge* layer, intp… in layerTransientResourceAllocationChanged() 130 Canvas2DLayerBridge* layer = m_layerList.tail(); // LRU in freeMemoryIfNecessary() local
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
| D | GraphicsLayerUpdater.cpp | 49 UpdateContext(const UpdateContext& other, const RenderLayer& layer) in UpdateContext() 85 void GraphicsLayerUpdater::update(RenderLayer& layer, Vector<RenderLayer*>& layersNeedingPaintInval… in update() 92 void GraphicsLayerUpdater::updateRecursive(RenderLayer& layer, UpdateType updateType, const UpdateC… in updateRecursive() 127 void GraphicsLayerUpdater::assertNeedsToUpdateGraphicsLayerBitsCleared(RenderLayer& layer) in assertNeedsToUpdateGraphicsLayerBitsCleared()
|
| D | CompositingInputsUpdater.cpp | 32 static const RenderLayer* findParentLayerOnClippingContainerChain(const RenderLayer* layer) in findParentLayerOnClippingContainerChain() 75 static bool hasClippedStackingAncestor(const RenderLayer* layer, const RenderLayer* clippingLayer) in hasClippedStackingAncestor() 92 void CompositingInputsUpdater::updateRecursive(RenderLayer* layer, UpdateType updateType, AncestorI… in updateRecursive() 188 void CompositingInputsUpdater::assertNeedsCompositingInputsUpdateBitsCleared(RenderLayer* layer) in assertNeedsCompositingInputsUpdateBitsCleared()
|
| /external/skia/src/gpu/ |
| D | GrLayerCache.cpp | 27 static bool LessThan(const GrCachedLayer& layer, const PictureLayerKey& key) { in LessThan() 35 static bool Equals(const GrCachedLayer& layer, const PictureLayerKey& key) { in Equals() 70 GrCachedLayer* layer = fLayerPool.alloc(); in createLayer() local 81 GrCachedLayer* layer = fLayerHash.find(PictureLayerKey(picture->uniqueID(), layerID)); in findLayerOrCreate() local
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderLayerFilterInfo.cpp | 47 RenderLayerFilterInfo* RenderLayerFilterInfo::filterInfoForRenderLayer(const RenderLayer* layer) in filterInfoForRenderLayer() 55 …rLayerFilterInfo* RenderLayerFilterInfo::createFilterInfoForRenderLayerIfNeeded(RenderLayer* layer) in createFilterInfoForRenderLayerIfNeeded() 72 void RenderLayerFilterInfo::removeFilterInfoForRenderLayer(RenderLayer* layer) in removeFilterInfoForRenderLayer() 89 RenderLayerFilterInfo::RenderLayerFilterInfo(RenderLayer* layer) in RenderLayerFilterInfo()
|
| /external/chromium_org/third_party/skia/src/gpu/ |
| D | GrLayerCache.cpp | 50 GrAutoValidateLayer(GrTexture* backingTexture, const GrCachedLayer* layer) in GrAutoValidateLayer() 83 GrCachedLayer* layer = &(*iter); in ~GrLayerCache() local 105 GrCachedLayer* layer = &(*iter); in freeAll() local 127 GrCachedLayer* layer = SkNEW_ARGS(GrCachedLayer, (pictureID, start, stop, offset, ctm, paint)); in createLayer() local 146 GrCachedLayer* layer = fLayerHash.find(GrCachedLayer::Key(pictureID, start, stop, offset, ctm)); in findLayerOrCreate() local 154 bool GrLayerCache::lock(GrCachedLayer* layer, const GrTextureDesc& desc, bool dontAtlas) { in lock() 222 void GrLayerCache::unlock(GrCachedLayer* layer) { in unlock() 265 const GrCachedLayer* layer = &(*iter); in validate() local
|
| /external/chromium_org/cc/blink/ |
| D | web_external_texture_layer_impl.cc | 29 scoped_refptr<TextureLayer> layer = TextureLayer::CreateForMailbox(cc_client); in WebExternalTextureLayerImpl() local 38 blink::WebLayer* WebExternalTextureLayerImpl::layer() { in layer() function in cc_blink::WebExternalTextureLayerImpl 43 TextureLayer* layer = static_cast<TextureLayer*>(layer_->layer()); in clearTexture() local 111 base::WeakPtr<WebExternalTextureLayerImpl> layer, in DidReleaseMailbox()
|
| D | web_scrollbar_layer_impl.cc | 57 blink::WebLayer* WebScrollbarLayerImpl::layer() { in layer() function in cc_blink::WebScrollbarLayerImpl 61 void WebScrollbarLayerImpl::setScrollLayer(blink::WebLayer* layer) { in setScrollLayer() 67 void WebScrollbarLayerImpl::setClipLayer(blink::WebLayer* layer) { in setClipLayer()
|
| /external/chromium_org/skia/ext/ |
| D | platform_canvas_unittest.cc | 199 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 224 LayerSaver layer(*canvas, 0, 0, 16, 16); in TEST() local 243 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 254 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 265 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 281 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 304 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 319 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 333 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local 349 LayerSaver layer(*canvas, kLayerX, kLayerY, kLayerW, kLayerH); in TEST() local [all …]
|
| /external/chromium_org/cc/test/ |
| D | layer_test_common.h | 56 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2); in AddChildToRoot() local 64 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2, a); in AddChildToRoot() local 72 scoped_ptr<T> layer = in AddChildToRoot() local 81 scoped_ptr<T> layer = in AddChildToRoot() local 99 scoped_ptr<T> layer = in AddChildToRoot() local
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
| D | Layers3DView.js | 159 showImageForLayer: function(layer, imageURL) argument 351 _isObjectActive: function(type, layer, scrollRectIndex) argument 361 _styleForLayer: function(layer) argument 380 _depthForLayer: function(layer) argument 390 _calculateScrollRectDepth: function(layer, index) argument 398 _calculateLayerRect: function(layer) argument 414 _calculateLayerScrollRects: function(layer) argument 432 _calculateLayerImageRect: function(layer) argument 447 _calculateLayerTileRects: function(layer) argument 935 calculateVerticesFromRect: function(layer, rect, z) argument [all …]
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_blorp.cpp | 48 unsigned int level, unsigned int layer) in set() 69 unsigned int level, unsigned int layer) in set() 158 unsigned int level, unsigned int layer, gen6_hiz_op op) in intel_hiz_exec() 185 unsigned int layer, in brw_hiz_op_params()
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
| D | brw_blorp.cpp | 48 unsigned int level, unsigned int layer) in set() 69 unsigned int level, unsigned int layer) in set() 158 unsigned int level, unsigned int layer, gen6_hiz_op op) in intel_hiz_exec() 185 unsigned int layer, in brw_hiz_op_params()
|