Lines Matching refs:aTileInfo

2037     ImplTileInfo aTileInfo;  in ImplRenderTempTile()  local
2045 … nNumTilesX, nNumTilesY, rTileSizePixel, pAttr, nFlags, aTileInfo ) ); in ImplRenderTempTile()
2083 ImplTileInfo aTileInfo; in ImplRenderTileRecursive() local
2095 aTileInfo.aTileSizePixel = rTileSizePixel; in ImplRenderTileRecursive()
2096 aTileInfo.nTilesEmptyX = nNumOrigTilesX; in ImplRenderTileRecursive()
2097 aTileInfo.nTilesEmptyY = nNumOrigTilesY; in ImplRenderTileRecursive()
2102 rTileSizePixel, pAttr, nFlags, aTileInfo ) ) in ImplRenderTileRecursive()
2105 BitmapEx aTileBitmap( rVDev.GetBitmap( aTileInfo.aTileTopLeft, aTileInfo.aTileSizePixel ) ); in ImplRenderTileRecursive()
2126 if( aTileInfo.aTileTopLeft != aTileInfo.aNextTileTopLeft ) in ImplRenderTileRecursive()
2130 aCurrPos.X() = aTileInfo.aNextTileTopLeft.X(); in ImplRenderTileRecursive()
2131 aCurrPos.Y() = aTileInfo.aTileTopLeft.Y(); in ImplRenderTileRecursive()
2132 for( nX=0; nX < aTileInfo.nTilesEmptyX; nX += nMSBFactor ) in ImplRenderTileRecursive()
2134 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2137 aCurrPos.X() += aTileInfo.aTileSizePixel.Width(); in ImplRenderTileRecursive()
2144 rVDev.DrawEllipse( Rectangle(aTileInfo.aNextTileTopLeft.X(), aTileInfo.aTileTopLeft.Y(), in ImplRenderTileRecursive()
2145aTileInfo.aNextTileTopLeft.X() - 1 + (aTileInfo.nTilesEmptyX/nMSBFactor)*aTileInfo.aTileSizePixel.… in ImplRenderTileRecursive()
2146aTileInfo.aTileTopLeft.Y() + aTileInfo.aTileSizePixel.Height() - 1) ); in ImplRenderTileRecursive()
2151 aCurrPos.X() = aTileInfo.aTileTopLeft.X(); in ImplRenderTileRecursive()
2152 aCurrPos.Y() = aTileInfo.aNextTileTopLeft.Y(); in ImplRenderTileRecursive()
2153 for( nY=0; nY < aTileInfo.nTilesEmptyY; nY += nMSBFactor ) in ImplRenderTileRecursive()
2155 if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2158 aCurrPos.Y() += aTileInfo.aTileSizePixel.Height(); in ImplRenderTileRecursive()
2162 rVDev.DrawEllipse( Rectangle(aTileInfo.aTileTopLeft.X(), aTileInfo.aNextTileTopLeft.Y(), in ImplRenderTileRecursive()
2163aTileInfo.aTileTopLeft.X() + aTileInfo.aTileSizePixel.Width() - 1, in ImplRenderTileRecursive()
2164aTileInfo.aNextTileTopLeft.Y() - 1 + (aTileInfo.nTilesEmptyY/nMSBFactor)*aTileInfo.aTileSizePixel.… in ImplRenderTileRecursive()
2191 rTileInfo.aTileTopLeft = aTileInfo.aNextTileTopLeft; in ImplRenderTileRecursive()
2196 rTileInfo.nTilesEmptyX = aTileInfo.nTilesEmptyX - nRemainderTilesX; in ImplRenderTileRecursive()
2197 rTileInfo.nTilesEmptyY = aTileInfo.nTilesEmptyY - nRemainderTilesY; in ImplRenderTileRecursive()
2200 aCurrPos = aTileInfo.aNextTileTopLeft; in ImplRenderTileRecursive()
2207 for( nY=0; nY < aTileInfo.nTilesEmptyY && nY < nExponent*nMSBFactor; nY += nMSBFactor ) in ImplRenderTileRecursive()
2209 aCurrPos.X() = aTileInfo.aNextTileTopLeft.X(); in ImplRenderTileRecursive()
2211 for( nX=0; nX < aTileInfo.nTilesEmptyX && nX < nExponent*nMSBFactor; nX += nMSBFactor ) in ImplRenderTileRecursive()
2215 … else if( !aTmpGraphic.Draw( &rVDev, aCurrPos, aTileInfo.aTileSizePixel, pAttr, nFlags ) ) in ImplRenderTileRecursive()
2218 aCurrPos.X() += aTileInfo.aTileSizePixel.Width(); in ImplRenderTileRecursive()
2221 aCurrPos.Y() += aTileInfo.aTileSizePixel.Height(); in ImplRenderTileRecursive()