HomeSort by relevance Sort by last modified time
    Searched refs:NATIVE_WINDOW_SET_POST_TRANSFORM_CROP (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/hwcplus/include/system/
window.h 268 NATIVE_WINDOW_SET_POST_TRANSFORM_CROP = 16, /* private */
481 * NATIVE_WINDOW_SET_POST_TRANSFORM_CROP (private)
638 * native_window_set_post_transform_crop(..., crop)
651 static inline int native_window_set_post_transform_crop( function
655 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
669 return native_window_set_post_transform_crop(window, active_rect);
  /system/core/include/system/
window.h 294 NATIVE_WINDOW_SET_POST_TRANSFORM_CROP = 16, /* private */
509 * NATIVE_WINDOW_SET_POST_TRANSFORM_CROP (private)
672 * native_window_set_post_transform_crop(..., crop)
685 static inline int native_window_set_post_transform_crop( function
689 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
707 return native_window_set_post_transform_crop(window, active_rect);
    [all...]

Completed in 255 milliseconds