Home
last modified time | relevance | path

Searched refs:sourceTile (Results 1 – 16 of 16) sorted by relevance

/dports/games/dustrac/DustRacing2D-ae380b8/src/editor/
H A Deditorview.cpp73 if (auto sourceTile = m_mediator.dadStore().dragAndDropSourceTile()) in mouseMoveEvent() local
75 sourceTile->setPos(mappedPos); in mouseMoveEvent()
599 if (auto sourceTile = m_mediator.dadStore().dragAndDropSourceTile()) in handleTileDragRelease() local
602 auto destTile = sourceTile; in handleTileDragRelease()
607 if (testTile && testTile != sourceTile) in handleTileDragRelease()
615 sourceTile->swap(*destTile); in handleTileDragRelease()
618 sourceTile->setPos(m_mediator.dadStore().dragAndDropSourcePos()); in handleTileDragRelease()
619 sourceTile->setZValue(sourceTile->zValue() - 1); in handleTileDragRelease()
620 destTile->setZValue(sourceTile->zValue()); in handleTileDragRelease()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Diwa_bloomfx.cpp172 TTile sourceTile; in doCompute() local
173 m_source->allocateAndCompute(sourceTile, _rect.getP00(), dimSrc, in doCompute()
181 setSourceTileToMat<TRaster32P, TPixel32>(sourceTile.getRaster(), imgMat, in doCompute()
184 setSourceTileToMat<TRaster64P, TPixel64>(sourceTile.getRaster(), imgMat, in doCompute()
260 sourceTile.getRaster(), imgMat, gamma, in doCompute()
264 sourceTile.getRaster(), imgMat, gamma, in doCompute()
H A Diwa_perspectivedistortfx.cpp187 TTile sourceTile; in doCompute() local
188 m_source->allocateAndCompute(sourceTile, TPointD(sourcePosX, tile.m_pos.y), in doCompute()
192 TRaster32P ras32 = (TRaster32P)sourceTile.getRaster(); in doCompute()
193 TRaster64P ras64 = (TRaster64P)sourceTile.getRaster(); in doCompute()
H A Diwa_gradientwarpfx.cpp147 TTile sourceTile; in doCompute() local
148 m_source->allocateAndCompute(sourceTile, enlargedRect.getP00(), enlargedDim, in doCompute()
151 TRaster32P ras32 = (TRaster32P)sourceTile.getRaster(); in doCompute()
152 TRaster64P ras64 = (TRaster64P)sourceTile.getRaster(); in doCompute()
H A Diwa_barreldistortfx.cpp234 TTile sourceTile; in doCompute() local
235 m_source->allocateAndCompute(sourceTile, sourceBBox.getP00(), sourceDim, in doCompute()
243 TRaster32P ras32 = (TRaster32P)sourceTile.getRaster(); in doCompute()
244 TRaster64P ras64 = (TRaster64P)sourceTile.getRaster(); in doCompute()
257 TPointD offset = sourceTile.m_pos + TPointD(ri.m_cameraBox.getLx() / 2.0, in doCompute()
H A Dparticlesengine.h74 TTile *sizeTile, TTile *sourceTile,
H A Dparticlesengine.cpp1079 TTile *sourceTile, int thres) { in fill_regions_with_size_map() argument
1084 if (sourceTile) sourceRas = sourceTile->getRaster(); in fill_regions_with_size_map()
1099 int sourceYPos = troundp(j + sizeTile->m_pos.y - sourceTile->m_pos.y); in fill_regions_with_size_map()
1108 int sourceXPos = (int)(i + sizeTile->m_pos.x - sourceTile->m_pos.x); in fill_regions_with_size_map()
H A Diwa_glarefx.cpp444 TTile sourceTile; in doCompute() local
445 m_source->allocateAndCompute(sourceTile, _rectOut.getP00(), dimOut, in doCompute()
449 setSourceTileToBuffer<TRaster32P, TPixel32>(sourceTile.getRaster(), in doCompute()
452 setSourceTileToBuffer<TRaster64P, TPixel64>(sourceTile.getRaster(), in doCompute()
H A Diwa_bokehreffx.cpp945 TTile sourceTile; in doCompute() local
946 m_source->allocateAndCompute(sourceTile, rectOut.getP00(), dimOut, in doCompute()
949 TRaster32P ras32 = (TRaster32P)sourceTile.getRaster(); in doCompute()
950 TRaster64P ras64 = (TRaster64P)sourceTile.getRaster(); in doCompute()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DImageMosaic.cpp128 osg::Image* sourceTile = i->getImage(); in createImage() local
129 if ( sourceTile ) in createImage()
131 ImageUtils::copyAsSubImage(sourceTile, image.get(), dstX, dstY); in createImage()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/SDWebImage/SDWebImage/Core/
H A DSDImageCoderHelper.m416 CGRect sourceTile = CGRectZero;
417 sourceTile.size.width = sourceResolution.width;
421 sourceTile.size.height = MAX(1, (int)(tileTotalPixels / sourceTile.size.width));
422 sourceTile.origin.x = 0.0f;
427 destTile.size.height = sourceTile.size.height * imageScale;
435 int iterations = (int)( sourceResolution.height / sourceTile.size.height );
438 int remainder = (int)sourceResolution.height % (int)sourceTile.size.height;
443 float sourceTileHeightMinusOverlap = sourceTile.size.height;
444 sourceTile.size.height += sourceSeemOverlap;
448 sourceTile.origin.y = y * sourceTileHeightMinusOverlap + sourceSeemOverlap;
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DMap.cpp1435 static void map_extend_boundary_surface_extend_tile(const SurfaceElement& sourceTile, SurfaceElemen… in map_extend_boundary_surface_extend_tile() argument
1437 destTile.SetSurfaceStyle(sourceTile.GetSurfaceStyle()); in map_extend_boundary_surface_extend_tile()
1438 destTile.SetEdgeStyle(sourceTile.GetEdgeStyle()); in map_extend_boundary_surface_extend_tile()
1439 destTile.SetGrassLength(sourceTile.GetGrassLength()); in map_extend_boundary_surface_extend_tile()
1441 destTile.SetWaterHeight(sourceTile.GetWaterHeight()); in map_extend_boundary_surface_extend_tile()
1443 auto z = sourceTile.base_height; in map_extend_boundary_surface_extend_tile()
1444 auto slope = sourceTile.GetSlope() & TILE_ELEMENT_SLOPE_NW_SIDE_UP; in map_extend_boundary_surface_extend_tile()
1449 if (sourceTile.GetSlope() & TILE_ELEMENT_SLOPE_DOUBLE_HEIGHT) in map_extend_boundary_surface_extend_tile()
1452 if (sourceTile.GetSlope() & TILE_ELEMENT_SLOPE_S_CORNER_UP) in map_extend_boundary_surface_extend_tile()
1455 if (sourceTile.GetSlope() & TILE_ELEMENT_SLOPE_E_CORNER_UP) in map_extend_boundary_surface_extend_tile()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtilesetmodel.cpp171 if (Tile *sourceTile = tileset()->findTile(sourceId)) in dropMimeData() local
172 sourceTiles.append(sourceTile); in dropMimeData()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/Traits/SupportPowers/
H A DChronoshiftPower.cs208 readonly Sprite validTile, invalidTile, sourceTile; field in OpenRA.Mods.Cnc.Traits.ChronoshiftPower.SelectDestination
230sourceTile = sequences.GetSequence(info.FootprintImage, info.SourceFootprintSequence).GetSprite(0); in SelectDestination()
317 …yield return new SpriteRenderable(sourceTile, wr.World.Map.CenterOfCell(t), WVec.Zero, -511, palet… in Render()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openlayers/openlayers/
H A Dol.js.map1sourceTile","tileKeys","sourceTileCoord","sourceTileExtent","sharedExtent","bufferedExtent","tileP…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/build/
H A Dol.js.map7 …deredRenderOrder","sourceTileGrid","wrappedTileCoord","tt","tileKeys","sourceTile","sourceTiles_",…