Home | History | Annotate | Download | only in hwui

Lines Matching defs:beginLayerOp

298             deferBeginLayerOp(*mAllocator.create_trivial<BeginLayerOp>(
813 const BeginLayerOp* beginLayerOp, RenderNode* renderNode) {
826 repaintRect, beginLayerOp, renderNode);
838 void FrameBuilder::deferBeginLayerOp(const BeginLayerOp& op) {
884 const BeginLayerOp& beginLayerOp = *currentLayer().beginLayerOp;
891 // TODO: Unify this with beginLayerOp so we don't have to calculate this
893 uint32_t layerWidth = (uint32_t) beginLayerOp.unmappedBounds.getWidth();
894 uint32_t layerHeight = (uint32_t) beginLayerOp.unmappedBounds.getHeight();
902 contentTransform.multiply(beginLayerOp.localMatrix);
903 contentTransform.translate(beginLayerOp.unmappedBounds.left,
904 beginLayerOp.unmappedBounds.top);
924 Matrix4 localMatrix(beginLayerOp.localMatrix);
928 // uses state from the associated beginLayerOp, since it has all the state needed for drawing
930 beginLayerOp.unmappedBounds,
932 beginLayerOp.localClip,
933 beginLayerOp.paint,