Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include_vndk/ui/
DDebugUtils.h33 std::string decodeColorTransform(android_color_transform colorTransform);
/frameworks/native/libs/ui/include/ui/
DDebugUtils.h33 std::string decodeColorTransform(android_color_transform colorTransform);
/frameworks/native/libs/ui/
DDebugUtils.cpp247 std::string decodeColorTransform(android_color_transform colorTransform) { in decodeColorTransform() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4151 layersProto.set_color_transform(decodeColorTransform(displayDevice->getColorTransform())); in dumpVisibleLayersProtoInfo()