Searched refs:beginLayerOp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FrameBuilder.cpp | 807 const BeginLayerOp* beginLayerOp, RenderNode* renderNode) { in saveForLayer() argument 820 repaintRect, beginLayerOp, renderNode); in saveForLayer() 878 const BeginLayerOp& beginLayerOp = *currentLayer().beginLayerOp; in deferEndLayerOp() local 887 uint32_t layerWidth = (uint32_t) beginLayerOp.unmappedBounds.getWidth(); in deferEndLayerOp() 888 uint32_t layerHeight = (uint32_t) beginLayerOp.unmappedBounds.getHeight(); in deferEndLayerOp() 896 contentTransform.multiply(beginLayerOp.localMatrix); in deferEndLayerOp() 897 contentTransform.translate(beginLayerOp.unmappedBounds.left, in deferEndLayerOp() 898 beginLayerOp.unmappedBounds.top); in deferEndLayerOp() 918 Matrix4 localMatrix(beginLayerOp.localMatrix); in deferEndLayerOp() 924 beginLayerOp.unmappedBounds, in deferEndLayerOp() [all …]
|
D | LayerBuilder.h | 81 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode); 112 const BeginLayerOp* beginLayerOp; variable
|
D | LayerBuilder.cpp | 201 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode) in LayerBuilder() argument 207 , beginLayerOp(beginLayerOp) in LayerBuilder() 377 this, width, height, offscreenBuffer, beginLayerOp, in dump()
|
D | FrameBuilder.h | 179 const BeginLayerOp* beginLayerOp, RenderNode* renderNode);
|