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

  /device/samsung/crespo/libhwcomposer/
SecHWCUtils.h 73 inline int SEC_MIN(int x, int y) {
SecHWC.cpp 94 src_rect->w = SEC_MIN(src_rect->w, src_img->w - src_rect->x);
96 src_rect->h = SEC_MIN(src_rect->h, src_img->h - src_rect->y);
184 rect.w = SEC_MIN(cur->displayFrame.right - rect.x, win->lcd_info.xres - rect.x);
185 rect.h = SEC_MIN(cur->displayFrame.bottom - rect.y, win->lcd_info.yres - rect.y);

Completed in 59 milliseconds