Searched refs:initializeViewport (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DCanvasState.cpp51 mFirstSnapshot.initializeViewport(viewportWidth, viewportHeight);
68 mFirstSnapshot.initializeViewport(viewportWidth, viewportHeight);
H A DSnapshot.h187 void initializeViewport(int width, int height) { function in class:android::uirenderer::Snapshot
H A DRecordingCanvas.cpp172 snapshot.initializeViewport(unmappedBounds.getWidth(), unmappedBounds.getHeight());
H A DOpenGLRenderer.cpp547 writableSnapshot()->initializeViewport(bounds.getWidth(), bounds.getHeight());
684 writableSnapshot()->initializeViewport(bounds.getWidth(), bounds.getHeight());
H A DFrameBuilder.cpp809 mCanvasState.writableSnapshot()->initializeViewport(layerWidth, layerHeight);

Completed in 2926 milliseconds