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

  /external/chromium_org/third_party/libwebp/enc/
picture_rescale.c 54 static int AdjustAndCheckRectangle(const WebPPicture* const pic,
105 if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0;
137 if (!AdjustAndCheckRectangle(pic, &left, &top, width, height)) return 0;
  /external/webp/src/enc/
picture_rescale.c 54 static int AdjustAndCheckRectangle(const WebPPicture* const pic,
105 if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0;
137 if (!AdjustAndCheckRectangle(pic, &left, &top, width, height)) return 0;

Completed in 499 milliseconds