Home
last modified time | relevance | path

Searched refs:initializeViewport (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DCanvasState.cpp50 mFirstSnapshot.initializeViewport(viewportWidth, viewportHeight); in initializeRecordingSaveStack()
67 mFirstSnapshot.initializeViewport(viewportWidth, viewportHeight); in initializeSaveStack()
DSnapshot.h159 void initializeViewport(int width, int height) { in initializeViewport() function
DRecordingCanvas.cpp173 snapshot.initializeViewport(unmappedBounds.getWidth(), unmappedBounds.getHeight()); in saveLayer()
DFrameBuilder.cpp815 mCanvasState.writableSnapshot()->initializeViewport(layerWidth, layerHeight); in saveForLayer()