Home
last modified time | relevance | path

Searched refs:shapep (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dxg-arglist-callshape.c148 shapep->argnum2 = argnum2; in split_keywordspec()
149 shapep->argnumc = argnumc; in split_keywordspec()
152 shapep->argtotal = argtotal; in split_keywordspec()
154 string_list_init (&shapep->xcomments); in split_keywordspec()
164 shapep->argnum1 = 1; in split_keywordspec()
165 shapep->argnum2 = 0; in split_keywordspec()
166 shapep->argnumc = 0; in split_keywordspec()
167 shapep->argnum1_glib_context = false; in split_keywordspec()
168 shapep->argnum2_glib_context = false; in split_keywordspec()
169 shapep->argtotal = 0; in split_keywordspec()
[all …]
H A Dxg-arglist-callshape.h46 struct callshape *shapep);
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dxg-arglist-callshape.c148 shapep->argnum2 = argnum2; in split_keywordspec()
149 shapep->argnumc = argnumc; in split_keywordspec()
152 shapep->argtotal = argtotal; in split_keywordspec()
154 string_list_init (&shapep->xcomments); in split_keywordspec()
164 shapep->argnum1 = 1; in split_keywordspec()
165 shapep->argnum2 = 0; in split_keywordspec()
166 shapep->argnumc = 0; in split_keywordspec()
167 shapep->argnum1_glib_context = false; in split_keywordspec()
168 shapep->argnum2_glib_context = false; in split_keywordspec()
169 shapep->argtotal = 0; in split_keywordspec()
[all …]
H A Dxg-arglist-callshape.h46 struct callshape *shapep);
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dxg-arglist-callshape.c148 shapep->argnum2 = argnum2; in split_keywordspec()
149 shapep->argnumc = argnumc; in split_keywordspec()
152 shapep->argtotal = argtotal; in split_keywordspec()
154 string_list_init (&shapep->xcomments); in split_keywordspec()
164 shapep->argnum1 = 1; in split_keywordspec()
165 shapep->argnum2 = 0; in split_keywordspec()
166 shapep->argnumc = 0; in split_keywordspec()
167 shapep->argnum1_glib_context = false; in split_keywordspec()
168 shapep->argnum2_glib_context = false; in split_keywordspec()
169 shapep->argtotal = 0; in split_keywordspec()
[all …]
H A Dxg-arglist-callshape.h46 struct callshape *shapep);
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dxg-arglist-callshape.c148 shapep->argnum2 = argnum2; in split_keywordspec()
149 shapep->argnumc = argnumc; in split_keywordspec()
152 shapep->argtotal = argtotal; in split_keywordspec()
154 string_list_init (&shapep->xcomments); in split_keywordspec()
164 shapep->argnum1 = 1; in split_keywordspec()
165 shapep->argnum2 = 0; in split_keywordspec()
166 shapep->argnumc = 0; in split_keywordspec()
167 shapep->argnum1_glib_context = false; in split_keywordspec()
168 shapep->argnum2_glib_context = false; in split_keywordspec()
169 shapep->argtotal = 0; in split_keywordspec()
[all …]
H A Dxg-arglist-callshape.h46 struct callshape *shapep);
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dshaper_1187.c36 LADSPA_Data *shapep; member
72 plugin->shapep = data; in connectPortShaper()
104 const LADSPA_Data shapep = *(plugin_data->shapep); in runShaper() local
116 if (shapep < 1.0f && shapep > -1.0f) { in runShaper()
118 } else if (shapep < 0) { in runShaper()
119 shape = -1.0f / shapep; in runShaper()
121 shape = shapep; in runShaper()
149 const LADSPA_Data shapep = *(plugin_data->shapep); in runAddingShaper() local
161 if (shapep < 1.0f && shapep > -1.0f) { in runAddingShaper()
163 } else if (shapep < 0) { in runAddingShaper()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DTracingAPI.h146 virtual void onShapeEdge(js::Shape** shapep) { in JS_PUBLIC_API()
147 onChild(JS::GCCellPtr(*shapep, JS::TraceKind::Shape)); in JS_PUBLIC_API()
228 void dispatchToOnEdge(js::Shape** shapep) { onShapeEdge(shapep); } in JS_PUBLIC_API()
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DTracingAPI.h162 virtual void onShapeEdge(js::Shape** shapep) { in onShapeEdge() argument
163 onChild(JS::GCCellPtr(*shapep, JS::TraceKind::Shape)); in onShapeEdge()
257 void dispatchToOnEdge(js::Shape** shapep) { onShapeEdge(shapep); } in dispatchToOnEdge() argument
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DTracingAPI.h168 virtual bool onShapeEdge(js::Shape** shapep) { in onShapeEdge() argument
169 return onChild(JS::GCCellPtr(*shapep, JS::TraceKind::Shape)); in onShapeEdge()
266 bool dispatchToOnEdge(js::Shape** shapep) { return onShapeEdge(shapep); } in dispatchToOnEdge() argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DTracingAPI.h112 virtual void onShapeEdge(js::Shape** shapep) { in JS_PUBLIC_API()
113 onChild(JS::GCCellPtr(*shapep, JS::TraceKind::Shape)); in JS_PUBLIC_API()
191 void dispatchToOnEdge(js::Shape** shapep) { onShapeEdge(shapep); } in JS_PUBLIC_API()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DTracingAPI.h112 virtual void onShapeEdge(js::Shape** shapep) { in JS_PUBLIC_API()
113 onChild(JS::GCCellPtr(*shapep, JS::TraceKind::Shape)); in JS_PUBLIC_API()
191 void dispatchToOnEdge(js::Shape** shapep) { onShapeEdge(shapep); } in JS_PUBLIC_API()
/dports/games/xpilot/xpilot-4.5.5/src/replay/NT/
H A DXPreplayDoc.h118 union shapep union
137 union shapep shape; /* actual shape data */
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/replay/NT/
H A DXPreplayDoc.h118 union shapep union
137 union shapep shape; /* actual shape data */
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DClearEdgesTracer.h31 bool onShapeEdge(js::Shape** shapep) override;
H A DGCInternals.h221 bool onShapeEdge(Shape** shapep) override;
247 bool onShapeEdge(Shape** shapep) override;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DDeletePolicy.h29 void onShapeEdge(js::Shape** shapep) override;
H A DGCInternals.h110 void onShapeEdge(Shape** shapep) override;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DGCInternals.h119 void onShapeEdge(Shape** shapep) override;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/textrenderer/
H A Dqgstextrenderer.cpp1040 QPainter shapep; in drawBackground() local
1041 shapep.begin( &shapePict ); in drawBackground()
1042 shapep.setPen( pen ); in drawBackground()
1043 shapep.setBrush( background.fillColor() ); in drawBackground()
1050shapep.drawRoundedRect( rect, background.radii().width(), background.radii().height(), Qt::Relativ… in drawBackground()
1056 shapep.drawRoundedRect( rect, xRadius, yRadius ); in drawBackground()
1062 shapep.drawEllipse( rect ); in drawBackground()
1064 shapep.end(); in drawBackground()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DABIFunctionList-inl.h197 _(void (*)(JSRuntime * rt, Shape * *shapep)) \
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DABIFunctionList-inl.h202 _(void (*)(JSRuntime * rt, Shape * *shapep)) \
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DABIFunctionList-inl.h197 _(void (*)(JSRuntime * rt, Shape * *shapep)) \

1234