Lines Matching full:get_tile_count
1205 inline int get_tile_count(int l, int t, int r, int b, int tileSize) {
1225 maxTexTotalTileSize = get_tile_count(0, 0, w, h, maxTextureSize);
1226 smallTotalTileSize = get_tile_count(0, 0, w, h, kSmallTileSize);
1228 maxTexTotalTileSize = get_tile_count(srcRectPtr->fLeft,
1233 smallTotalTileSize = get_tile_count(srcRectPtr->fLeft,