Home
last modified time | relevance | path

Searched +defs:w +defs:rec (Results 1 – 25 of 977) sorted by last modified time

12345678910>>...40

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dregion.c26 LONG w, h, x, y, size = 256; in region_create() local
295 apc_region_create( Handle self, PRegionRec rec) in apc_region_create()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_menu.c38 PMenuWindow w, wx; in get_window() local
208 get_font_abc( PCachedFont font, char * index, Bool utf8, FontABC * rec, MenuDrawRec * data) in get_font_abc()
1215 PaintEvent rec = { win, draw-> layered, self }; in DECL_DRAW() local
1239 PMenuWindow w; in handle_menu_expose() local
1492 PMenuWindow w; in handle_menu_motion() local
1520 PMenuWindow w; in handle_menu_button() local
1638 PMenuWindow w; in handle_menu_key() local
1783 PMenuWindow w; in handle_menu_timer() local
1937 PMenuWindow w; in prima_end_menu() local
2138 PMenuWindow w; in menu_update_item() local
[all …]
H A Dapc_region.c10 unsigned long w, h, x, y, size = 256, count = 0; in prima_region_create() local
282 apc_region_create( Handle self, PRegionRec rec) in apc_region_create()
563 int w, h; in apc_gp_get_region() local
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dput.c202 img_put_single( int x, int y, int w, int h, ImgPutCallbackRec * ptr) in img_put_single()
286 int w, linesize = LINE_SIZE(s-> w, imRGB); in img_put() local
534 ImgPutCallbackRec rec = { in img_put() local
818 ImgBarCallbackRec rec = { in img_bar() local
1132 setpixel( ImgHLineRec* rec, int x, int y) in setpixel()
1190 hline( ImgHLineRec *rec, int x, int n, int y) in hline()
1197 int w = rec->bytes, stride = rec->optimized_stride; in hline() local
1392 ImgSegmentedLineRec rec; in img_polyline() local
1854 ImgPutAlphaCallbackRec rec = { in img_put_alpha() local
2159 ImgBarAlphaCallbackRec rec = { in img_bar_alpha() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPixmap.cpp162 SkReadPixelsRec rec(dstInfo, dstPixels, dstRB, x, y); in readPixels() local
584 int w = src.width(); in Orient() local
/dports/www/mod_authnz_crowd/mod_authnz_crowd-2.2.2/src/
H A Dmod_authnz_crowd.c113 static const char *set_once(const cmd_parms *parms, const char **location, const char *w) in set_once()
140 static const char *set_crowd_app_name(cmd_parms *parms, void *mconfig, const char *w) in set_crowd_app_name()
146 static const char *set_crowd_app_password(cmd_parms *parms, void *mconfig, const char *w) in set_crowd_app_password()
167 static const char *set_crowd_basic_auth_encoding(cmd_parms *parms, void *mconfig, const char *w) in set_crowd_basic_auth_encoding()
173 static const char *set_crowd_timeout(cmd_parms *parms, void *mconfig, const char *w) in set_crowd_timeout()
179 static const char *set_crowd_cert_path(cmd_parms *parms, void *mconfig, const char *w) in set_crowd_cert_path()
190 static const char *set_crowd_url(cmd_parms *parms, void *mconfig, const char *w) in set_crowd_url()
209 const char *w __attribute__((unused))) in set_crowd_cache_max_age()
243 static const char *set_crowd_groups_env_name(cmd_parms *parms, void *mconfig, const char *w) in set_crowd_groups_env_name()
319 static int check_for_cookie(void *rec, const char *key, const char *value) { in check_for_cookie()
[all …]
/dports/sysutils/mcelog/mcelog-178/
H A Dmcelog.c991 char *w; in decodefatal() local
1695 struct mca_record rec; member
1702 struct mca_record_old rec; member
/dports/security/openssl/openssl-1.1.1n/ssl/
H A Dssl_lib.c80 const unsigned char *v, size_t w, int x) in ssl_undefined_function_7()
436 danetls_record *rec = sk_danetls_record_value(dane->trecs, i); in dane_tlsa_add() local
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncclient/
H A Drfbproto.c300 rfbVNCRec* rec = (rfbVNCRec*)malloc(sizeof(rfbVNCRec)); in ConnectToRFBServer() local
1393 SendFramebufferUpdateRequest(rfbClient* client, int x, int y, int w, int h, rfbBool incremental) in SendFramebufferUpdateRequest()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/Xext/
H A Dxace.c53 XacePropertyAccessRec rec = { client, pWin, ppProp, access_mode, Success }; in XaceHookPropertyAccess() local
61 XaceSelectionAccessRec rec = { client, ppSel, access_mode, Success }; in XaceHookSelectionAccess() local
232 int x, int y, int w, int h, unsigned int format, char *pBuf) in XaceCensorImage()
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dzebrasrv.c290 WRBUF w = wrbuf_alloc(); in query_add_sortkeys() local
672 Z_External *rec = notToKeep->elements[i]->record; in bend_esrequest() local
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Dcapi.rs238 let rec = if let Some(rec) = rec { in receive_packet() localVariable
239 let rec = FrameInternal::from(rec); in receive_packet() localVariable
365 pub rec: *mut Frame, field
1284 let w = CString::new("width").unwrap(); in forward_opaque() localVariable
1353 let w = CString::new("width").unwrap(); in two_pass_encoding() localVariable
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Dcapi.rs238 let rec = if let Some(rec) = rec { in receive_packet() localVariable
239 let rec = FrameInternal::from(rec); in receive_packet() localVariable
365 pub rec: *mut Frame, field
1284 let w = CString::new("width").unwrap(); in forward_opaque() localVariable
1353 let w = CString::new("width").unwrap(); in two_pass_encoding() localVariable
/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Dreconstruct.c6 static inline void rec(unsigned char *s, unsigned char *d, int lx2, int h) in rec() function
422 int w, in recon_comp()
485 int w, in recon()
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/src.x11/
H A Dgapgraph.c55 GapGraphicWidget w = (GapGraphicWidget) new; in GapGraphInitialize() local
56 XRectangle rec[1]; in GapGraphInitialize() local
118 static void GapGraphDestroy ( Widget w ) in GapGraphDestroy()
128 static void GapGraphResize ( Widget w ) in GapGraphResize()
560 Boolean GGRemoveObject ( Widget w, Int pos ) in GGRemoveObject()
615 void GGStartRemove ( Widget w ) in GGStartRemove()
631 void GGStopRemove ( Widget w ) in GGStopRemove()
649 void GGFastUpdate ( Widget w, Boolean flag ) in GGFastUpdate()
680 void GGFreeAllObjects ( Widget w ) in GGFreeAllObjects()
699 void GGFreeGapGraphicObjects ( Widget w ) in GGFreeGapGraphicObjects()
[all …]
/dports/mail/courier/courier-0.65.3/tcpd/
H A Dlibcouriertls.c813 static int get_func(void *rec, size_t recsize, in get_func()
865 static int del_func(void *rec, size_t recsize, in del_func()
1030 fd_set *r, fd_set *w) in tls_transfer()
/dports/graphics/geomorph/geomorph-0.60.1/src/utils/
H A Dutils.c188 static gint w, h; in emit_expose_event() local
821 int findnextrec (FILE *file,char *rec) in findnextrec()
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_shape.cpp89 void sge_screen::add_rect(Sint16 x, Sint16 y, Uint32 w, Uint32 h) in add_rect()
203 int sge_surface::get_warp(SDL_Rect rec, SDL_Rect &r1, SDL_Rect &r2, SDL_Rect &r3, SDL_Rect &r4) in get_warp()
283 void sge_surface::warp_update(SDL_Rect rec) in warp_update()
380 Sint16 minx, miny, maxx, maxy, w=prev_pos.w+xoffs, h=prev_pos.h+yoffs; in UpdateRects() local
/dports/games/hexxagon/hexxagon-1.0.2/src/gui/
H A Dgtkhexxagonboard.cpp75 Gdk::Rectangle rec(0,0, width, height); in draw() local
108 double w = (width - width * offset) / 6.984; in draw() local
193 double w = (width - width * offset) / 6.984; in getCellFromPos() local
269 Gdk::Rectangle rec(0,0, width, height); in on_configure_event() local
282 double w = (width - width * offset) / 6.984; in on_configure_event() local
308 Gdk::Rectangle rec(0,0, width, height); in on_expose_event() local
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DMapWidget.cxx36 const float rec = 6378137; // earth radius, equator (?) variable
54 static puBox makePuBox(int x, int y, int w, int h) in makePuBox()
512 void MapWidget::setSize(int w, int h) in setSize()
872 for (int w=0; w<_route->numWaypts(); ++w) { in paintRoute() local
902 for (int w=0; w < _route->numWaypts(); ++w) { in paintRoute() local
/dports/games/evq3/evq3/code/libspeex/
H A Dmdf.c317 static inline void weighted_spectral_mul_conj(const spx_float_t *w, const spx_float_t p, const spx_… in weighted_spectral_mul_conj()
368 static void dump_audio(const spx_int16_t *rec, const spx_int16_t *play, const spx_int16_t *out, int… in dump_audio()
590 void speex_echo_capture(SpeexEchoState *st, const spx_int16_t *rec, spx_int16_t *out) in speex_echo_capture()
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dhelp.cpp371 static int lookup_link(void *rec, void *p) in lookup_link()
383 static int lookup_sect(void *rec, void *p) in lookup_sect()
491 #define PAD(w,p) \ argument
513 FXint w=getApp()->getRootWindow()->getWidth(); in HelpDialog() local
/dports/biology/molden/molden5.8/
H A Dxwin.c271 float w; member
10473 SVGSTRUC rec; in wrsvgs() local
10533 SVGSTRUC rec; local
10718 float w,h,wr,hr; local
26363 void drwpol(points,npoints,icol,icon,isgrey,rec) in drwpol() argument
28459 int x,y,w,h,r,x1,y1; local
28691 void butje(bwin,x,y,w,h,r,bgcol,sh_ind,iopt,pix,pw,ph,rec) in butje() argument
29288 void RedrawwinC(x,y,w,h) in RedrawwinC() argument
29348 void RedrawwinMC(x,y,w,h) in RedrawwinMC() argument
42721 boxptr boxp, w = NULL; local
[all …]
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/GUI/Widgets/
H A DPawfalYesNo.C44 AlertStdAlertParamRec rec = { true, false, NULL, in Pawfal_YesNo() local
54 PawfalYesNo::PawfalYesNo(int w, int h, const char *label): in PawfalYesNo()
/dports/audio/nas/nas-1.9.4/clients/audio/audemo/
H A Daudemo.c164 #define Invert(w) \ argument
249 RecordDialogDataRec rec; member
456 modeCB(Widget w, XtPointer globalsp, XtPointer call_data) in modeCB()
882 saveOk(Widget w, XtPointer globalsp, XtPointer call_data) in saveOk()
979 #define ReplaceCallback(w, cb) \ argument
1036 playCB(Widget w, XtPointer globalsp, XtPointer datap) in playCB()
1164 quitCB(Widget w, XtPointer globalsp, XtPointer call_data) in quitCB()
1334 Widget w; in makeSaveDialog() local
1363 Widget w; in makeBucketDialog() local
1413 Widget w; in makeRecordDialog() local
[all …]

12345678910>>...40