Home
last modified time | relevance | path

Searched defs:ry (Results 3826 – 3850 of 5465) sorted by last modified time

1...<<151152153154155156157158159160>>...219

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/Review/include/
H A DitkConformalFlatteningMeshFilter.hxx436 VectorCoordType ry = by; in GenerateData() local
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dwin_resize.c1131 int rx, ry, wx, wy, mr; in ChangeSize() local
/dports/x11/xwininfo/xwininfo-1.1.5/
H A Dxwininfo.c949 int rx, ry, xright, ybelow; in Display_Stats_Info() local
/dports/audio/string-machine-lv2/string-machine-0.1.0/thirdparty/fontstash/
H A Dfontstash.h665 static int fons__atlasAddRect(FONSatlas* atlas, int rw, int rh, int* rx, int* ry) in fons__atlasAddRect()
1198 float rx,ry,xoff,yoff,x0,y0,x1,y1; in fons__getQuad() local
/dports/audio/string-machine-lv2/string-machine-0.1.0/sources/ui/
H A DFontEngine.cpp141 unsigned ry = rect[1]; in renderUpdate() local
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A Dnanosvgrast.h405 float rx = px + dlx*w, ry = py + dly*w; in nsvg__initClosed() local
416 float rx = px + dlx*w, ry = py + dly*w; in nsvg__buttCap() local
434 float rx = px + dlx*w, ry = py + dly*w; in nsvg__squareCap() local
456 float lx = 0, ly = 0, rx = 0, ry = 0, prevx = 0, prevy = 0; in nsvg__roundCap() local
551 float lx, ly, rx, ry; in nsvg__roundJoin() local
587 float rx = p1->x + (p1->dmx * w), ry = p1->y + (p1->dmy * w); in nsvg__straightJoin() local
H A Dnanosvg.h2102 float rx, ry, rotx; in nsvg__pathArcTo() local
2354 float ry = -1.0f; in nsvg__parseRect() local
2437 float ry = 0.0f; in nsvg__parseEllipse() local
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/testsuite/
H A Decdh-test.c63 mpz_t px, py, rx, ry; in check_point() local
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dfontstash.h638 static int fons__atlasAddRect(FONSatlas* atlas, int rw, int rh, int* rx, int* ry) in fons__atlasAddRect()
1119 float rx,ry,xoff,yoff,x0,y0,x1,y1; in fons__getQuad() local
H A Dnanovg.c1358 float ry = p1->y + sinf(a) * rw; in nvg__roundJoin() local
2030 …float rx = nvg__minf(r, nvg__absf(w)*0.5f) * nvg__signf(w), ry = nvg__minf(r, nvg__absf(h)*0.5f) *… in nvgRoundedRect() local
2047 void nvgEllipse(NVGcontext* ctx, float cx, float cy, float rx, float ry) in nvgEllipse()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/
H A DResources.cpp749 …2,36,19,48,19,68,2,41,21,97,21,115,2,62,21,139,21,139,2,81,21,141,21,141,2,82,21,194,21,203,2,83,2… in DGL_EXT()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Ddoublearea.cpp39 auto ry = V(F(f,0),y)-V(F(f,2),y); in doublearea() local
/dports/math/plplot-ada/plplot-5.15.0/drivers/
H A Dwingdi.c1861 int rx, ry; in plD_text_wingdi() local
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplsdef.c289 // Set fill pattern directly. in c_plcalc_world()
290 //-------------------------------------------------------------------------- in c_plcalc_world()
/dports/math/plplot/plplot-5.15.0/bindings/c++/
H A Dplstream.cc464 void plstream::calc_world( PLFLT rx, PLFLT ry, PLFLT & wx, PLFLT & wy, in calc_world()
/dports/math/plplot/plplot-5.15.0/bindings/fortran/
H A Dincluded_plplot_real_interfaces.f901238 subroutine plcalc_world_impl( rx, ry, wx, wy, window ) argument
1240 real(kind=wp), intent(in) :: rx, ry local
/dports/math/plplot/plplot-5.15.0/bindings/java/
H A DPLStream.java181 public void calc_world( double rx, double ry, double[] wx, double[] wy, int[] window ) in calc_world()
/dports/math/plplot/plplot-5.15.0/drivers/
H A Dwingdi.c1861 int rx, ry; in plD_text_wingdi() local
/dports/math/plplot-ada/plplot-5.15.0/bindings/fortran/
H A Dincluded_plplot_real_interfaces.f901238 subroutine plcalc_world_impl( rx, ry, wx, wy, window ) argument
1240 real(kind=wp), intent(in) :: rx, ry local
/dports/math/plplot-ada/plplot-5.15.0/bindings/java/
H A DPLStream.java181 public void calc_world( double rx, double ry, double[] wx, double[] wy, int[] window ) in calc_world()
/dports/math/plplot-ada/plplot-5.15.0/bindings/c++/
H A Dplstream.cc464 void plstream::calc_world( PLFLT rx, PLFLT ry, PLFLT & wx, PLFLT & wy, in calc_world()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplpage.c289 c_plcalc_world( PLFLT rx, PLFLT ry, PLFLT *wx, PLFLT *wy, PLINT *window ) in c_plcalc_world()
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dfontstash.h638 static int fons__atlasAddRect(FONSatlas* atlas, int rw, int rh, int* rx, int* ry) in fons__atlasAddRect()
1119 float rx,ry,xoff,yoff,x0,y0,x1,y1; in fons__getQuad() local
H A Dnanovg.c1358 float ry = p1->y + sinf(a) * rw; in nvg__roundJoin() local
2030 …float rx = nvg__minf(r, nvg__absf(w)*0.5f) * nvg__signf(w), ry = nvg__minf(r, nvg__absf(h)*0.5f) *… in nvgRoundedRect() local
2047 void nvgEllipse(NVGcontext* ctx, float cx, float cy, float rx, float ry) in nvgEllipse()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DLWOAnimation.cpp252 aiMatrix4x4 s,rx,ry,rz,t; in ExtractBindPose() local

1...<<151152153154155156157158159160>>...219