Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCanvasState.cpp44 mFirstSnapshot.initializeViewport(viewportWidth, viewportHeight); in initializeRecordingSaveStack()
60 mFirstSnapshot.initializeViewport(viewportWidth, viewportHeight); in initializeSaveStack()
DSnapshot.h157 void initializeViewport(int width, int height) { in initializeViewport() function
DRecordingCanvas.cpp167 snapshot.initializeViewport(unmappedBounds.getWidth(), unmappedBounds.getHeight()); in saveLayer()
DFrameBuilder.cpp792 mCanvasState.writableSnapshot()->initializeViewport(layerWidth, layerHeight); in saveForLayer()