Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp86 preTransform = mVkSurface->getCurrentPreTransform(); in draw()
108 profileCanvas->concat(mVkSurface->getCurrentPreTransform()); in draw()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h47 const SkMatrix& getCurrentPreTransform() { return mWindowInfo.preTransform; } in getCurrentPreTransform() function