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

  /external/skia/src/gpu/
SkGpuDevice.cpp 646 int tilesY = (srcRect.fBottom / tileSize) - (srcRect.fTop / tileSize) + 1;
647 return tilesX * tilesY;
    [all...]
  /external/skqp/src/gpu/
SkGpuDevice.cpp 650 int tilesY = (srcRect.fBottom / tileSize) - (srcRect.fTop / tileSize) + 1;
651 return tilesX * tilesY;
    [all...]

Completed in 133 milliseconds