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

  /external/skia/src/core/
SkSpecialImage.cpp 173 static bool rect_fits(const SkIRect& rect, int width, int height) { function
190 SkASSERT(rect_fits(subset, image->width(), image->height()));
320 SkASSERT(rect_fits(subset, bm.width(), bm.height()));
515 SkASSERT(rect_fits(subset, proxy->width(), proxy->height()));
  /external/skqp/src/core/
SkSpecialImage.cpp 173 static bool rect_fits(const SkIRect& rect, int width, int height) { function
190 SkASSERT(rect_fits(subset, image->width(), image->height()));
320 SkASSERT(rect_fits(subset, bm.width(), bm.height()));
512 SkASSERT(rect_fits(subset, proxy->width(), proxy->height()));

Completed in 58 milliseconds