Home
last modified time | relevance | path

Searched refs:getCurrentPreTransform (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h46 const SkMatrix& getCurrentPreTransform() { return mWindowInfo.preTransform; } in getCurrentPreTransform() function
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp79 mVkSurface->getCurrentPreTransform()); in draw()