Home
last modified time | relevance | path

Searched +refs:x +refs:pointer +refs:center +refs:ptr (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsImageMap.cpp192 char* ptr; in ParseCoords() local
194 ptr = strchr(tptr, ','); in ParseCoords()
195 if (ptr) { in ParseCoords()
196 *ptr = '\0'; in ParseCoords()
210 if (ptr) { in ParseCoords()
211 *ptr = ','; in ParseCoords()
212 tptr = ptr + 1; in ParseCoords()
287 mCoords[0] = x; in ParseCoords()
321 if ((x >= x1) && (x <= x2) && (y >= y1) && (y <= y2)) { in IsInside()
573 Point center(aFrame->PresContext()->CSSPixelsToDevPixels(mCoords[0]), in Draw() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsImageMap.cpp192 char* ptr; in ParseCoords() local
194 ptr = strchr(tptr, ','); in ParseCoords()
195 if (ptr) { in ParseCoords()
196 *ptr = '\0'; in ParseCoords()
210 if (ptr) { in ParseCoords()
211 *ptr = ','; in ParseCoords()
212 tptr = ptr + 1; in ParseCoords()
287 mCoords[0] = x; in ParseCoords()
321 if ((x >= x1) && (x <= x2) && (y >= y1) && (y <= y2)) { in IsInside()
573 Point center(aFrame->PresContext()->CSSPixelsToDevPixels(mCoords[0]), in Draw() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsImageMap.cpp223 char *ptr;
225 ptr = strchr(tptr, ',');
226 if (ptr)
228 *ptr = '\0';
246 if (ptr)
248 *ptr = ',';
249 tptr = ptr + 1;
339 mCoords[0] = x;
374 if ((x >= x1) && (x <= x2) && (y >= y1) && (y <= y2)) {
647 Point center(aFrame->PresContext()->CSSPixelsToDevPixels(mCoords[0]),
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsImageMap.cpp195 char* ptr; in ParseCoords() local
197 ptr = strchr(tptr, ','); in ParseCoords()
198 if (ptr) { in ParseCoords()
199 *ptr = '\0'; in ParseCoords()
213 if (ptr) { in ParseCoords()
214 *ptr = ','; in ParseCoords()
215 tptr = ptr + 1; in ParseCoords()
290 mCoords[0] = x; in ParseCoords()
324 if ((x >= x1) && (x <= x2) && (y >= y1) && (y <= y2)) { in IsInside()
576 Point center(aFrame->PresContext()->CSSPixelsToDevPixels(mCoords[0]), in Draw() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsImageMap.cpp192 char* ptr; in ParseCoords() local
194 ptr = strchr(tptr, ','); in ParseCoords()
195 if (ptr) { in ParseCoords()
196 *ptr = '\0'; in ParseCoords()
210 if (ptr) { in ParseCoords()
211 *ptr = ','; in ParseCoords()
212 tptr = ptr + 1; in ParseCoords()
287 mCoords[0] = x; in ParseCoords()
321 if ((x >= x1) && (x <= x2) && (y >= y1) && (y <= y2)) { in IsInside()
573 Point center(aFrame->PresContext()->CSSPixelsToDevPixels(mCoords[0]), in Draw() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsImageMap.cpp192 char* ptr; in ParseCoords() local
194 ptr = strchr(tptr, ','); in ParseCoords()
195 if (ptr) { in ParseCoords()
196 *ptr = '\0'; in ParseCoords()
210 if (ptr) { in ParseCoords()
211 *ptr = ','; in ParseCoords()
212 tptr = ptr + 1; in ParseCoords()
287 mCoords[0] = x; in ParseCoords()
321 if ((x >= x1) && (x <= x2) && (y >= y1) && (y <= y2)) { in IsInside()
573 Point center(aFrame->PresContext()->CSSPixelsToDevPixels(mCoords[0]), in Draw() local
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DConvex_hull_d.h126 typedef typename Handle::pointer pointer; typedef
135 (*(ptr()->pvisited_))[ptr()->current_]=true; in Facet_iterator_()
141 pointer operator->() const
157 { return ptr()->current_ == x.ptr()->current_; }
215 typedef typename VHandle::pointer pointer; typedef
228 pointer operator->() const
239 { return ptr()->v_ == x.ptr()->v_; }
354 Point_d center() const // compute center from quasi center in center() function
1062 center(), ON_NEGATIVE_SIDE)); // skip the first point ! in compute_equation_of_base_facet()
1071 CGAL_assertion_msg(side(S->hyperplane_of_base_facet(),center()) == in compute_equation_of_base_facet()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXGLViewer.cpp345 center.x=0.0f; // Model center in initialize()
346 center.y=0.0f; in initialize()
347 center.z=0.0f; in initialize()
1023 center=r.center(); in setBounds()
1179 center=cntr; in setCenter()
1188 center+=vec; in translate()
1861 center=center*mm; in onMotion()
3013 FXuchar *pointer; in onDNDDrop() local
3040 freeElms(pointer); in onDNDDrop()
3120 store << center; in save()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXGLViewer.cpp346 center.x=0.0f; // Model center in initialize()
347 center.y=0.0f; in initialize()
348 center.z=0.0f; in initialize()
1024 center=r.center(); in setBounds()
1180 center=cntr; in setCenter()
1189 center+=vec; in translate()
1862 center=center*mm; in onMotion()
3016 FXuchar *pointer; in onDNDDrop() local
3043 freeElms(pointer); in onDNDDrop()
3123 store << center; in save()
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/commands/
H A Dmove-resize.jl32 move-window-center)
322 (let* ((this-ptr (query-pointer))
323 (ptr-x (car this-ptr))
331 (- ptr-x move-resize-old-ptr-x))))
340 (cons (- ptr-x (car move-resize-last-ptr))
356 (add-edges ptr-x ptr-y))
362 (- ptr-x move-resize-old-ptr-x))
374 (- move-resize-old-ptr-x ptr-x))
533 (define (add-edges ptr-x ptr-y)
538 (cond ((< ptr-x move-resize-x)
[all …]
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dconst._tx4 <center><h1><b>
6 </b></h1></center>
54 Basically, if you can pass it as <code>type* ptr</code>, then you can
55 pass it as <code>const type* ptr</code> without any problem whatsoever.
76 compiler will issue a warning about incompatible pointer types. You
80 Also, when passing a pointer to a pointer to an Allegro function which
81 is declared as taking an <code>AL_CONST type** ptr</code>, you will need
82 to cast your pointer to be `const' if it is not already. For instance:
86 void my_func(char** x)
88 some_allegro_function((AL_CONST char**) x);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/python/
H A Dapbslib_wrap.doc226 ptrcast(ptr,type)
227 Casts a pointer ptr to a new datatype given by the string type.
232 ptrcast(ptr,"double *"); # C representation
234 A new pointer value is returned. ptr may also be an integer
247 ptrvalue(ptr,index,type)
260 ptrset(ptr,value,index,type)
295 ptrfree(ptr)
302 ptradd(ptr,offset)
427 Vacc_molAcc(thee,center,radius)
429 Vacc_vdwAcc(thee,center)
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/
H A DREADME.md1 <p align="center">
9 <p align="center">Generate x86 Assembly with Go</p>
43 x := Load(Param("x"), GP64())
45 ADDQ(x, y)
103 ptr := Load(Param("xs").Base(), GP64())
115 Comment("Load from pointer and add to running sum.")
116 ADDQ(Mem{Base: ptr}, s)
118 Comment("Advance pointer, decrement byte count.")
119 ADDQ(Imm(8), ptr)
152 // Load from pointer and add to running sum.
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/Graphics/Rendering/Cairo/
H A DTypes.chs79 {#pointer *cairo_t as Cairo newtype#}
80 unCairo (Cairo x) = x
84 withSurface (Surface x) = withForeignPtr x
107 withPattern (Pattern x) = withForeignPtr x
113 mkPattern ptr = Pattern <$> newForeignPtr patternDestroy ptr
116 clonePattern ptr = patternReference ptr >>= mkPattern
180 -- ['LineCapRound'] Use a round ending, the center of the circle is the
183 -- ['LineCapSquare'] Use squared ending, the center of the square is the
193 unScaledFont (ScaledFont x) = x
196 unFontFace (FontFace x) = x
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/Graphics/Rendering/Cairo/
H A DTypes.chs79 {#pointer *cairo_t as Cairo newtype#}
80 unCairo (Cairo x) = x
84 withSurface (Surface x) = withForeignPtr x
107 withPattern (Pattern x) = withForeignPtr x
113 mkPattern ptr = Pattern <$> newForeignPtr patternDestroy ptr
116 clonePattern ptr = patternReference ptr >>= mkPattern
180 -- ['LineCapRound'] Use a round ending, the center of the circle is the
183 -- ['LineCapSquare'] Use squared ending, the center of the square is the
193 unScaledFont (ScaledFont x) = x
196 unFontFace (FontFace x) = x
[all …]
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/dependencies/chipmunk/
H A Dchipmunk.nim560 result.x = x
569 result = v1.x * v2.x + v1.y * v2.y
598 result = v1.x == v2.x and v1.y == v2.y
602 result = newVector(v1.x + v2.x, v1.y + v2.y)
604 v1.x = v1.x + v2.x
611 v1.x = v1.x - v2.x
620 result.x = v.x * s
623 v.x = v.x * s
630 result = v1.x * v2.y - v1.y * v2.x
647 result = newVector(v1.x * v2.x - v1.y * v2.y, v1.x * v2.y + v1.y * v2.x)
[all …]
/dports/games/54321/54321/nws/
H A Dhelp.nw10 The [[Help]] class contains a pointer to the current view so
16 The [[Help]] class contains a pointer to the screen for output
48 The first is a pointer to the view, the second is a pointer to
231 <<Help Load handle text-center>>
275 To center text, we simply read the x and y location, then we
279 <<Help Load handle text-center>>=
288 char* ptr = strrchr( buf, '"' );
289 *ptr = '\0';
291 ptr = strchr( buf, '"' );
292 if ( ptr != 0 ) {
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/gil/doc/design/
H A Dexamples.rst26 …rgb8c_planar_ptr_t ptr(r,g,b); // constructing const planar pointer from const pointers to each pl…
28 …rgb8c_planar_ref_t ref=*ptr; // just like built-in reference, dereferencing a planar pointer ret…
30 …p2=ref; p2=p1; p2=ptr[7]; p2=rgb8_pixel_t(1,2,3); // planar/interleaved references and values t…
33 …//ref2=*ptr; // compile error: Cannot construct non-const reference by dereferen…
34 …//ptr[3]=p1; // compile error: Cannot set the fourth pixel through a const point…
85 which is 2K+1 x 2K+1 pixels. It may be worth creating a margin of K pixels
104 shallow image of its center area of top left corner at (k,k) and of identical
105 size as ``src``, and finally we copied ``src`` into that center image. If the
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/doc/design/
H A Dexamples.rst26 …rgb8c_planar_ptr_t ptr(r,g,b); // constructing const planar pointer from const pointers to each pl…
28 …rgb8c_planar_ref_t ref=*ptr; // just like built-in reference, dereferencing a planar pointer ret…
30 …p2=ref; p2=p1; p2=ptr[7]; p2=rgb8_pixel_t(1,2,3); // planar/interleaved references and values t…
33 …//ref2=*ptr; // compile error: Cannot construct non-const reference by dereferen…
34 …//ptr[3]=p1; // compile error: Cannot set the fourth pixel through a const point…
85 which is 2K+1 x 2K+1 pixels. It may be worth creating a margin of K pixels
104 shallow image of its center area of top left corner at (k,k) and of identical
105 size as ``src``, and finally we copied ``src`` into that center image. If the
/dports/devel/boost-libs/boost_1_72_0/libs/gil/doc/design/
H A Dexamples.rst26 …rgb8c_planar_ptr_t ptr(r,g,b); // constructing const planar pointer from const pointers to each pl…
28 …rgb8c_planar_ref_t ref=*ptr; // just like built-in reference, dereferencing a planar pointer ret…
30 …p2=ref; p2=p1; p2=ptr[7]; p2=rgb8_pixel_t(1,2,3); // planar/interleaved references and values t…
33 …//ref2=*ptr; // compile error: Cannot construct non-const reference by dereferen…
34 …//ptr[3]=p1; // compile error: Cannot set the fourth pixel through a const point…
85 which is 2K+1 x 2K+1 pixels. It may be worth creating a margin of K pixels
104 shallow image of its center area of top left corner at (k,k) and of identical
105 size as ``src``, and finally we copied ``src`` into that center image. If the
/dports/devel/hyperscan/boost_1_75_0/libs/gil/doc/design/
H A Dexamples.rst26 …rgb8c_planar_ptr_t ptr(r,g,b); // constructing const planar pointer from const pointers to each pl…
28 …rgb8c_planar_ref_t ref=*ptr; // just like built-in reference, dereferencing a planar pointer ret…
30 …p2=ref; p2=p1; p2=ptr[7]; p2=rgb8_pixel_t(1,2,3); // planar/interleaved references and values t…
33 …//ref2=*ptr; // compile error: Cannot construct non-const reference by dereferen…
34 …//ptr[3]=p1; // compile error: Cannot set the fourth pixel through a const point…
85 which is 2K+1 x 2K+1 pixels. It may be worth creating a margin of K pixels
104 shallow image of its center area of top left corner at (k,k) and of identical
105 size as ``src``, and finally we copied ``src`` into that center image. If the
/dports/graphics/milton/milton-1.9.1/src/
H A Dmilton.cc144 i32* ptr = &milton->brush_sizes[brush_enum]; in pointer_to_brush_size() local
145 return ptr; in pointer_to_brush_size()
255 v2f point = v2l_to_v2f(input - filter->center); in smooth_filter()
276 filter->center = center; in clear_smooth_filter()
676 f32 x = pan_delta.x; in milton_resize_and_pan() local
1130 f32 cx = 2 * milton->platform->pointer.x / (f32)milton->view->screen_size.w - 1; in peek_out_tick()
1182 transform_start(Milton* milton, v2i pointer) in transform_start() argument
1212 const v2f a = point - center; in transform_tick()
1213 const v2f b = t->last_point - center; in transform_tick()
1444 i32 x = min(exporter->pivot.x, exporter->needle.x); in milton_update_and_render() local
[all …]
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/dependencies/sfml/
H A Dsfml.nim18 PClock* = ptr TClock
35 userData*: pointer
36 TInputStreamReadFunc* = proc (data: pointer, size: int64, userData: pointer): int64{.
42 PWindow* = ptr TWindow
90 PEvent* = ptr TEvent
179 PFont* = ptr TFont
187 PText* = ptr TText
193 PView* = ptr TView
678 proc setCenter*(view: PView, center: TVector2f) {.
732 proc getPixels*(image: PImage): pointer {.
[all …]
/dports/textproc/libcss/libcss-0.9.1/docs/
H A DBytecode150 00100 => center
374 <00000080> <ptr to " : ">
375 <00000084> <ptr to "name">
376 <00000080> <ptr to " ">
377 <00000382> <ptr to "x">
378 <00000080> <ptr to ".">
379 <00000383> <ptr to "y"> <ptr to ".">
444 0000011 => pointer,
768 3c - overflow-x
968 2 => center,
[all …]
/dports/lang/libhx/libHX-3.25/doc/
H A DlibHX_Documentation.lyx1895 x = something;
1909 , x));
2689 ptr
3535 ptr
4937 from libHX 2.x, the 3.x API exposes much less fields.
5757 static struct something *x = ..., *y = ...;
5761 HXmap_add(map, &x[0], "foo");
5765 HXmap_add(map, &x[1], "bar");
13493 = "root:x:0:0:root:/root:/bin/bash";
18144 0x
[all …]

12345678910>>...29