HomeSort by relevance Sort by last modified time
    Searched full:divide_ceil (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkTileGrid.cpp 62 static int divide_ceil(int x, int y) { function
88 int endX = divide_ceil(adjusted.right(), fInfo.fTileInterval.width()),
89 endY = divide_ceil(adjusted.bottom(), fInfo.fTileInterval.height());

Completed in 198 milliseconds