Home
last modified time | relevance | path

Searched refs:vertD (Results 1 – 3 of 3) sorted by relevance

/dports/devel/kyra/kyra/gui/
H A Dwidget.cpp113 horD = horL = vertD = vertL = 0; in KrBevelElement()
141 vertD = new KrBox( vertDR ); in AddToTree()
142 e->Tree()->AddNode( p, vertD ); in AddToTree()
152 vertD->SetPos( 0, 0 ); in DrawIn()
160 vertD->SetPos( width-1, 0 ); in DrawOut()
H A Dwidget.h179 KrBox *vertD, *vertL, *horD, *horL; member
/dports/devel/raylib/raylib-3.7.0/src/
H A Dtextures.c3351 Vector2 vertA, vertB, vertC, vertD; in DrawTextureNPatch() local
3358 vertD.x = patchWidth; // outer right in DrawTextureNPatch()
3359 vertD.y = patchHeight; // outer bottom in DrawTextureNPatch()
3401 …rlTexCoord2f(coordD.x, coordA.y); rlVertex2f(vertD.x, vertA.y); // Top-right corner for texture a… in DrawTextureNPatch()
3444 …rlTexCoord2f(coordD.x, coordD.y); rlVertex2f(vertD.x, vertD.y); // Bottom-right corner for textur… in DrawTextureNPatch()
3445 …rlTexCoord2f(coordD.x, coordC.y); rlVertex2f(vertD.x, vertC.y); // Top-right corner for texture a… in DrawTextureNPatch()
3455 …rlTexCoord2f(coordD.x, coordA.y); rlVertex2f(vertD.x, vertA.y); // Top-right corner for texture a… in DrawTextureNPatch()
3471 …rlTexCoord2f(coordD.x, coordD.y); rlVertex2f(vertD.x, vertD.y); // Bottom-right corner for textur… in DrawTextureNPatch()
3472 …rlTexCoord2f(coordD.x, coordC.y); rlVertex2f(vertD.x, vertC.y); // Top-right corner for texture a… in DrawTextureNPatch()
3498 …rlTexCoord2f(coordD.x, coordD.y); rlVertex2f(vertD.x, vertD.y); // Bottom-right corner for textur… in DrawTextureNPatch()
[all …]