Searched refs:AdjustAndCheckRectangle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c221 static int AdjustAndCheckRectangle(const WebPPicture* const pic, function
284 if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0;
325 if (!AdjustAndCheckRectangle(pic, &left, &top, width, height)) return 0;
/external/webp/src/enc/
H A Dpicture.c221 static int AdjustAndCheckRectangle(const WebPPicture* const pic, function
284 if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0;
325 if (!AdjustAndCheckRectangle(pic, &left, &top, width, height)) return 0;

Completed in 32 milliseconds