Searched refs:writableSnapshot (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp524 writableSnapshot()->empty = fboLayer;
526 writableSnapshot()->invisible = writableSnapshot()->invisible || (alpha <= 0 && fboLayer);
545 writableSnapshot()->resetTransform(-bounds.left, -bounds.top, 0.0f);
546 writableSnapshot()->resetClip(clip.left, clip.top, clip.right, clip.bottom);
547 writableSnapshot()->initializeViewport(bounds.getWidth(), bounds.getHeight());
548 writableSnapshot()->roundRectClipState = nullptr;
640 writableSnapshot()->flags |= Snapshot::kFlagIsLayer;
641 writableSnapshot()->layer = layer;
679 writableSnapshot()
[all...]
H A DFrameBuilder.h185 return BakedOpState::tryConstruct(mAllocator, *mCanvasState.writableSnapshot(), recordedOp);
188 return BakedOpState::tryConstructUnbounded(mAllocator, *mCanvasState.writableSnapshot(), recordedOp);
H A DFrameBuilder.cpp441 mCanvasState.writableSnapshot()->applyClip(reorderClip,
459 mAllocator, *mCanvasState.writableSnapshot(), shadowOp);
541 mCanvasState.writableSnapshot()->applyClip(op.localClip,
565 mAllocator, *mCanvasState.writableSnapshot(), op, strokeBehavior);
749 mAllocator, *mCanvasState.writableSnapshot(), op,
809 mCanvasState.writableSnapshot()->initializeViewport(layerWidth, layerHeight);
810 mCanvasState.writableSnapshot()->roundRectClipState = nullptr;
811 mCanvasState.writableSnapshot()->setRelativeLightCenter(lightCenter);
812 mCanvasState.writableSnapshot()->transform->loadTranslate(
814 mCanvasState.writableSnapshot()
[all...]
H A DCanvasState.h168 inline Snapshot* writableSnapshot() { return mSnapshot; } function in class:android::uirenderer::CanvasState
H A DOpenGLRenderer.h728 inline Snapshot* writableSnapshot() { return mState.writableSnapshot(); } function in class:android::uirenderer::OpenGLRenderer
H A DRecordingCanvas.h204 return mState.writableSnapshot()->mutateClipArea().serializeClip(alloc());
H A DRecordingCanvas.cpp161 Snapshot& snapshot = *mState.writableSnapshot();

Completed in 130 milliseconds