Home
last modified time | relevance | path

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

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h209 NATIVE_WINDOW_SET_CROP = 3, /* private */ enumerator
601 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop); in native_window_set_crop()
/frameworks/native/libs/gui/
DSurface.cpp983 case NATIVE_WINDOW_SET_CROP: in perform()