Home
last modified time | relevance | path

Searched refs:TileCoord (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/keeperrl/keeperrl-alpha23/
H A Dtile.h26 typedef Renderer::TileCoord TileCoord; typedef
33 static Tile byCoord(TileCoord);
45 Tile addConnection(DirSet, TileCoord);
46 Tile addOption(Dir, TileCoord);
49 Tile addBackground(TileCoord);
55 Tile addHighlight(TileCoord);
68 TileCoord getSpriteCoord() const;
80 Tile(TileCoord);
82 optional<TileCoord> tileCoord;
83 optional<TileCoord> backgroundCoord;
[all …]
H A Drenderer.h105 class TileCoord {
107 TileCoord();
108 TileCoord(const TileCoord& o) : pos(o.pos), texNum(o.texNum) {} in TileCoord() function
112 TileCoord(Vec2, int);
165 void drawTile(Vec2 pos, TileCoord coord, double scale = 1, Color = Color::WHITE);
166 …void drawTile(Vec2 pos, TileCoord coord, Vec2 size, Color = Color::WHITE, SpriteOrientation orient…
190 TileCoord getTileCoord(const string&);
202 map<string, TileCoord> tileCoords;
H A Drenderer.cpp81 Renderer::TileCoord::TileCoord(Vec2 p, int t) : pos(p), texNum(t) { in TileCoord() function in Renderer::TileCoord
84 Renderer::TileCoord::TileCoord() : TileCoord(Vec2(0, 0), -1) { in TileCoord() function in Renderer::TileCoord
625 void Renderer::drawTile(Vec2 pos, TileCoord coord, Vec2 size, Color color, SpriteOrientation orient… in drawTile()
637 void Renderer::drawTile(Vec2 pos, TileCoord coord, double scale, Color color) { in drawTile()
728 Renderer::TileCoord Renderer::getTileCoord(const string& name) { in getTileCoord()
H A Dtile.cpp33 Tile::Tile(TileCoord c) : color{255, 255, 255}, tileCoord(c) { in Tile()
46 Tile Tile::byCoord(TileCoord c) { in byCoord()
55 Tile Tile::addConnection(DirSet dirs, TileCoord coord) { in addConnection()
63 Tile Tile::addOption(Dir d, TileCoord coord) { in addOption()
69 Tile Tile::addBackground(TileCoord coord) { in addBackground()
79 Tile Tile::addExtraBorder(DirSet dir, TileCoord coord) { in addExtraBorder()
90 Tile Tile::addHighlight(TileCoord coord) { in addHighlight()
95 optional<Tile::TileCoord> Tile::getHighlightCoord() const { in getHighlightCoord()
120 Tile::TileCoord Tile::getSpriteCoord() const { in getSpriteCoord()
133 Tile::TileCoord Tile::getSpriteCoord(DirSet c) const { in getSpriteCoord()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfTiledOutputFile.cpp135 struct TileCoord struct
143 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() function
154 operator < (const TileCoord &other) const in operator <() argument
164 operator == (const TileCoord &other) const in operator ==() argument
203 TileCoord tileCoord;
275 TileCoord nextTileToWrite;
287 TileCoord nextTileCoord (const TileCoord &a);
331 TileCoord
334 TileCoord b = a; in nextTileCoord()
532 TileCoord currentTile = TileCoord(dx, dy, lx, ly); in bufferedTileWrite()
[all …]
H A DImfDeepTiledOutputFile.cpp139 struct TileCoord struct
147 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() argument
158 operator < (const TileCoord &other) const in operator <() argument
168 operator == (const TileCoord &other) const in operator ==() argument
209 typedef map <TileCoord, BufferedTile *> TileMap;
223 TileCoord tileCoord;
296 TileCoord nextTileToWrite;
324 TileCoord nextTileCoord (const TileCoord &a);
385 TileCoord
388 TileCoord b = a; in nextTileCoord()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfTiledOutputFile.cpp135 struct TileCoord struct
143 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() function
154 operator < (const TileCoord &other) const in operator <() argument
164 operator == (const TileCoord &other) const in operator ==() argument
203 TileCoord tileCoord;
275 TileCoord nextTileToWrite;
287 TileCoord nextTileCoord (const TileCoord &a);
331 TileCoord
334 TileCoord b = a; in nextTileCoord()
532 TileCoord currentTile = TileCoord(dx, dy, lx, ly); in bufferedTileWrite()
[all …]
H A DImfDeepTiledOutputFile.cpp139 struct TileCoord struct
147 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() argument
158 operator < (const TileCoord &other) const in operator <() argument
168 operator == (const TileCoord &other) const in operator ==() argument
209 typedef map <TileCoord, BufferedTile *> TileMap;
223 TileCoord tileCoord;
296 TileCoord nextTileToWrite;
324 TileCoord nextTileCoord (const TileCoord &a);
385 TileCoord
388 TileCoord b = a; in nextTileCoord()
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfTiledOutputFile.cpp107 struct TileCoord struct
115 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() argument
126 operator < (const TileCoord &other) const in operator <() argument
136 operator == (const TileCoord &other) const in operator ==() argument
180 TileCoord tileCoord;
252 TileCoord nextTileToWrite;
269 TileCoord nextTileCoord (const TileCoord &a);
313 TileCoord
316 TileCoord b = a; in nextTileCoord()
514 TileCoord currentTile = TileCoord(dx, dy, lx, ly); in bufferedTileWrite()
[all …]
H A DImfDeepTiledOutputFile.cpp109 struct TileCoord struct
117 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() argument
128 operator < (const TileCoord &other) const in operator <() argument
138 operator == (const TileCoord &other) const in operator ==() argument
184 typedef map <TileCoord, BufferedTile *> TileMap;
198 TileCoord tileCoord;
271 TileCoord nextTileToWrite;
304 TileCoord nextTileCoord (const TileCoord &a);
365 TileCoord
368 TileCoord b = a; in nextTileCoord()
[all …]
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfTiledOutputFile.cpp135 struct TileCoord struct
143 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() function
154 operator < (const TileCoord &other) const in operator <() argument
164 operator == (const TileCoord &other) const in operator ==() argument
203 TileCoord tileCoord;
275 TileCoord nextTileToWrite;
287 TileCoord nextTileCoord (const TileCoord &a);
331 TileCoord
334 TileCoord b = a; in nextTileCoord()
532 TileCoord currentTile = TileCoord(dx, dy, lx, ly); in bufferedTileWrite()
[all …]
H A DImfDeepTiledOutputFile.cpp139 struct TileCoord struct
147 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() function
158 operator < (const TileCoord &other) const in operator <() argument
168 operator == (const TileCoord &other) const in operator ==() argument
209 typedef map <TileCoord, BufferedTile *> TileMap;
223 TileCoord tileCoord;
296 TileCoord nextTileToWrite;
324 TileCoord nextTileCoord (const TileCoord &a);
385 TileCoord
388 TileCoord b = a; in nextTileCoord()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DTiledLayerBuffer.h109 TileCoordIntPoint TileCoord(size_t aIndex) const {
197 const TileCoordIntPoint tileCoord = mTiles.TileCoord(i);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DTiledLayerBuffer.h110 TileCoordIntPoint TileCoord(size_t aIndex) const {
198 const TileCoordIntPoint tileCoord = mTiles.TileCoord(i);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DTiledLayerBuffer.h109 TileCoordIntPoint TileCoord(size_t aIndex) const {
197 const TileCoordIntPoint tileCoord = mTiles.TileCoord(i);
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/composite/
H A DTiledContentHost.cpp89 TileCoordIntPoint coord = mTiles.TileCoord(i); in AddAnimationInvalidation()
326 tile.mTileCoord = newTiles.TileCoord(i); in UseTiles()
596 TileCoordIntPoint tileCoord = aLayerBuffer.GetPlacement().TileCoord(i); in RenderLayerBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/composite/
H A DTiledContentHost.cpp89 TileCoordIntPoint coord = mTiles.TileCoord(i); in AddAnimationInvalidation()
326 tile.mTileCoord = newTiles.TileCoord(i); in UseTiles()
596 TileCoordIntPoint tileCoord = aLayerBuffer.GetPlacement().TileCoord(i); in RenderLayerBuffer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/composite/
H A DTiledContentHost.cpp89 TileCoordIntPoint coord = mTiles.TileCoord(i); in AddAnimationInvalidation()
326 tile.mTileCoord = newTiles.TileCoord(i); in UseTiles()
596 TileCoordIntPoint tileCoord = aLayerBuffer.GetPlacement().TileCoord(i); in RenderLayerBuffer()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/client/
H A DMultiTiledContentClient.cpp149 const TileCoordIntPoint tileCoord = aNewTiles.TileCoord(i); in MaybeSyncTextures()
197 const TileCoordIntPoint tileCoord = oldTiles.TileCoord(oldIndex); in Update()
221 const TileCoordIntPoint tileCoord = newTiles.TileCoord(i); in Update()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/client/
H A DMultiTiledContentClient.cpp147 const TileCoordIntPoint tileCoord = aNewTiles.TileCoord(i); in MaybeSyncTextures()
196 const TileCoordIntPoint tileCoord = oldTiles.TileCoord(oldIndex); in Update()
220 const TileCoordIntPoint tileCoord = newTiles.TileCoord(i); in Update()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/client/
H A DMultiTiledContentClient.cpp149 const TileCoordIntPoint tileCoord = aNewTiles.TileCoord(i); in MaybeSyncTextures()
197 const TileCoordIntPoint tileCoord = oldTiles.TileCoord(oldIndex); in Update()
221 const TileCoordIntPoint tileCoord = newTiles.TileCoord(i); in Update()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/mlgpu/
H A DPaintedLayerMLGPU.cpp146 TileCoordIntPoint coord = aTiles.GetPlacement().TileCoord(i); in AssignTileBufferToView()
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/changelog/
H A Dv3.7.0.md43 #### `ol.TileCoord` changes
45 Until now, the API exposed two different types of `ol.TileCoord` tile coordinates: internal ones th…
49 …ng scheme, a custom `tileUrlFunction` has to change the `y` value (tile row) of the `ol.TileCoord`:
H A Dv3.6.0.md41 …* [#3722](https://github.com/openlayers/openlayers/pull/3722) - Use the correct TileCoord transfor…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/doc/errors/
H A Dindex.md94 The passed `ol.TileCoord`s must all have the same `z` value.

12