Home
last modified time | relevance | path

Searched refs:CurrentTile (Results 1 – 10 of 10) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/screen/
H A Dtr.cxx182 GLint CurrentTile; member
201 tr->CurrentTile = 0; in Setup()
217 tr->CurrentTile = -1; in trNew()
306 if (tr->CurrentTile<0) in trGet()
311 if (tr->CurrentTile<0) in trGet()
416 if (tr->CurrentTile <= 0) { in trBeginTile()
488 assert(tr->CurrentTile>=0); in trEndTile()
534 tr->CurrentTile++; in trEndTile()
535 if (tr->CurrentTile >= tr->Rows * tr->Columns) { in trEndTile()
539 tr->CurrentTile = -1; /* all done */ in trEndTile()
[all …]
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Dtr.c91 GLint CurrentTile; member
111 tr->CurrentTile = 0; in Setup()
128 tr->CurrentTile = -1; in trNew()
228 if (tr->CurrentTile < 0)
233 if (tr->CurrentTile < 0)
318 if (tr->CurrentTile <= 0) { in trBeginTile()
387 g_assert(tr->CurrentTile >= 0); in trEndTile()
431 tr->CurrentTile++; in trEndTile()
432 if (tr->CurrentTile >= tr->Rows * tr->Columns) { in trEndTile()
435 tr->CurrentTile = -1; /* all done */ in trEndTile()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dtr.cc95 GLint CurrentTile; member
114 tr->CurrentTile = 0; in Setup()
130 tr->CurrentTile = -1; in trNew()
220 if (tr->CurrentTile<0) in trGet()
225 if (tr->CurrentTile<0) in trGet()
310 if (tr->CurrentTile <= 0) { in trBeginTile()
382 assert(tr->CurrentTile>=0); in trEndTile()
428 tr->CurrentTile++; in trEndTile()
429 if (tr->CurrentTile >= tr->Rows * tr->Columns) { in trEndTile()
433 tr->CurrentTile = -1; /* all done */ in trEndTile()
[all …]
/dports/math/asymptote/asymptote-2.67/
H A Dtr.cc97 GLint CurrentTile; member
116 tr->CurrentTile = 0; in Setup()
132 tr->CurrentTile = -1; in trNew()
222 if (tr->CurrentTile<0) in trGet()
227 if (tr->CurrentTile<0) in trGet()
311 if (tr->CurrentTile <= 0) { in trBeginTile()
319 tr->CurrentRow = tr->CurrentTile / tr->Columns; in trBeginTile()
375 assert(tr->CurrentTile>=0); in trEndTile()
421 tr->CurrentTile++; in trEndTile()
422 if (tr->CurrentTile >= tr->Rows * tr->Columns) { in trEndTile()
[all …]
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dtr.c89 GLint CurrentTile; member
108 tr->CurrentTile = 0; in Setup()
124 tr->CurrentTile = -1; in trNew()
297 if (tr->CurrentTile <= 0) { in trBeginTile()
305 tr->CurrentRow = tr->CurrentTile / tr->Columns; in trBeginTile()
306 tr->CurrentColumn = tr->CurrentTile % tr->Columns; in trBeginTile()
369 assert(tr->CurrentTile>=0); in trEndTile()
415 tr->CurrentTile++; in trEndTile()
416 if (tr->CurrentTile >= tr->Rows * tr->Columns) { in trEndTile()
420 tr->CurrentTile = -1; /* all done */ in trEndTile()
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/Web/UploadCache/
H A DDB.pm256 my $CurrentTile = time() - ( 60 * 60 * 24 * 1 );
262 Bind => [ \$CurrentTile ],
/dports/devel/kyra/kyra/spriteed/
H A Dsharedstate.h138 EdWidgetTile* CurrentTile() { return currentTile; } in CurrentTile() function
H A Dstateview.cpp512 EdWidgetTile* tile = shared->CurrentTile(); in AddFrame()
549 if ( shared->CurrentTile() ) in DeleteCurrent()
551 EdWidget* tile = shared->CurrentTile(); in DeleteCurrent()
/dports/games/0ad/0ad-0.0.23b-alpha/source/renderer/
H A DPatchRData.cpp113 struct CurrentTile struct
208 std::find_if(blendStack.blends.begin(), blendStack.blends.end(), STileBlend::CurrentTile()), in BuildBlends()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dtiff.vapi628 public ttile_t CurrentTile ();