Searched refs:hasGrid (Results 1 – 1 of 1) sorted by relevance
2517 bool hasGrid = (mTileWidth > 0); in addItemOffsetAndSize() local2529 .width = hasGrid ? mTileWidth : mWidth, in addItemOffsetAndSize()2530 .height = hasGrid ? mTileHeight : mHeight, in addItemOffsetAndSize()2533 if (!hasGrid && heifRotation > 0) { in addItemOffsetAndSize()2542 if (hasGrid) { in addItemOffsetAndSize()