Home
last modified time | relevance | path

Searched refs:ANativeWindowToImageInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/utils/
H A DColor.h94 SkImageInfo ANativeWindowToImageInfo(const ANativeWindow_Buffer& buffer,
H A DColor.cpp67 SkImageInfo ANativeWindowToImageInfo(const ANativeWindow_Buffer& buffer, in ANativeWindowToImageInfo() function
/aosp12/frameworks/base/libs/hwui/apex/
H A Dandroid_canvas.cpp43 SkImageInfo imageInfo = uirenderer::ANativeWindowToImageInfo(*buffer, cs); in convert()