Home
last modified time | relevance | path

Searched refs:fill1 (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfillstyle.c160 if ( fill1->type != fill2->type ) in SWFFillStyle_equals()
163 switch ( fill1->type ) in SWFFillStyle_equals()
169 fill1->data.solid.a == fill2->data.solid.a); in SWFFillStyle_equals()
250 SWF_assert(fill1->type == fill2->type); in SWFOutput_writeMorphFillStyle()
251 type = fill1->type; in SWFOutput_writeMorphFillStyle()
257 SWFOutput_writeUInt8(out, fill1->data.solid.r); in SWFOutput_writeMorphFillStyle()
258 SWFOutput_writeUInt8(out, fill1->data.solid.g); in SWFOutput_writeMorphFillStyle()
259 SWFOutput_writeUInt8(out, fill1->data.solid.b); in SWFOutput_writeMorphFillStyle()
260 SWFOutput_writeUInt8(out, fill1->data.solid.a); in SWFOutput_writeMorphFillStyle()
269 SWFOutput_writeMatrix(out, fill1->matrix); in SWFOutput_writeMorphFillStyle()
[all …]
H A Dfillstyle.h36 int SWFFillStyle_equals(SWFFillStyle fill1, SWFFillStyle fill2);
49 SWFOutput_writeMorphFillStyle(SWFOutput out, SWFFillStyle fill1, SWFRect bounds1,
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfillstyle.c160 if ( fill1->type != fill2->type ) in SWFFillStyle_equals()
163 switch ( fill1->type ) in SWFFillStyle_equals()
169 fill1->data.solid.a == fill2->data.solid.a); in SWFFillStyle_equals()
250 SWF_assert(fill1->type == fill2->type); in SWFOutput_writeMorphFillStyle()
251 type = fill1->type; in SWFOutput_writeMorphFillStyle()
257 SWFOutput_writeUInt8(out, fill1->data.solid.r); in SWFOutput_writeMorphFillStyle()
258 SWFOutput_writeUInt8(out, fill1->data.solid.g); in SWFOutput_writeMorphFillStyle()
259 SWFOutput_writeUInt8(out, fill1->data.solid.b); in SWFOutput_writeMorphFillStyle()
260 SWFOutput_writeUInt8(out, fill1->data.solid.a); in SWFOutput_writeMorphFillStyle()
269 SWFOutput_writeMatrix(out, fill1->matrix); in SWFOutput_writeMorphFillStyle()
[all …]
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfillstyle.c160 if ( fill1->type != fill2->type ) in SWFFillStyle_equals()
163 switch ( fill1->type ) in SWFFillStyle_equals()
169 fill1->data.solid.a == fill2->data.solid.a); in SWFFillStyle_equals()
250 SWF_assert(fill1->type == fill2->type); in SWFOutput_writeMorphFillStyle()
251 type = fill1->type; in SWFOutput_writeMorphFillStyle()
257 SWFOutput_writeUInt8(out, fill1->data.solid.r); in SWFOutput_writeMorphFillStyle()
258 SWFOutput_writeUInt8(out, fill1->data.solid.g); in SWFOutput_writeMorphFillStyle()
259 SWFOutput_writeUInt8(out, fill1->data.solid.b); in SWFOutput_writeMorphFillStyle()
260 SWFOutput_writeUInt8(out, fill1->data.solid.a); in SWFOutput_writeMorphFillStyle()
269 SWFOutput_writeMatrix(out, fill1->matrix); in SWFOutput_writeMorphFillStyle()
[all …]
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfillstyle.c160 if ( fill1->type != fill2->type ) in SWFFillStyle_equals()
163 switch ( fill1->type ) in SWFFillStyle_equals()
169 fill1->data.solid.a == fill2->data.solid.a); in SWFFillStyle_equals()
250 SWF_assert(fill1->type == fill2->type); in SWFOutput_writeMorphFillStyle()
251 type = fill1->type; in SWFOutput_writeMorphFillStyle()
257 SWFOutput_writeUInt8(out, fill1->data.solid.r); in SWFOutput_writeMorphFillStyle()
258 SWFOutput_writeUInt8(out, fill1->data.solid.g); in SWFOutput_writeMorphFillStyle()
259 SWFOutput_writeUInt8(out, fill1->data.solid.b); in SWFOutput_writeMorphFillStyle()
260 SWFOutput_writeUInt8(out, fill1->data.solid.a); in SWFOutput_writeMorphFillStyle()
269 SWFOutput_writeMatrix(out, fill1->matrix); in SWFOutput_writeMorphFillStyle()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/mcscf/
H A Dfci_4pdm.c354 int fill1; in FCI4pdm_kern_spin0() local
356 fill1 = bcount; in FCI4pdm_kern_spin0()
358 fill1 = stra_id - strb_id + 1; in FCI4pdm_kern_spin0()
373 double *t1ket = t1bra + nnorb * fill1; in FCI4pdm_kern_spin0()
374 double *t2ket = t2bra + n4 * fill1; in FCI4pdm_kern_spin0()
393 tbra = malloc(sizeof(double) * nnorb * fill1); in FCI4pdm_kern_spin0()
398 for (n = 0; n < fill1; n++) { in FCI4pdm_kern_spin0()
531 int fill1; in FCI3pdm_kern_spin0() local
533 fill1 = bcount; in FCI3pdm_kern_spin0()
535 fill1 = stra_id - strb_id + 1; in FCI3pdm_kern_spin0()
[all …]
/dports/graphics/ming/libming-ming-0_4_8/ch/demos/
H A Dgradient.c9 SWFFill fill1; in main() local
27 fill1= SWFShape_addGradientFill(shape1, grad_1, SWFFILL_LINEAR_GRADIENT); in main()
28 SWFFill_scaleTo(fill1, 0.170, 0.170); in main()
29 SWFFill_moveTo(fill1, 160.00, 120.00); in main()
30 SWFShape_setRightFill(shape1, fill1); in main()
H A Dgradientxform.c11 SWFFill fill1; in main() local
35 fill1= SWFShape_addGradientFill(shape_1,grad_1, SWFFILL_RADIAL_GRADIENT); in main()
36 SWFFill_scaleTo(fill1, 0.100, 0.100); in main()
37 SWFShape_setLeftFill(shape_1, fill1); in main()
/dports/graphics/p5-ming/libming-ming-0_4_8/ch/demos/
H A Dgradient.c9 SWFFill fill1; in main() local
27 fill1= SWFShape_addGradientFill(shape1, grad_1, SWFFILL_LINEAR_GRADIENT); in main()
28 SWFFill_scaleTo(fill1, 0.170, 0.170); in main()
29 SWFFill_moveTo(fill1, 160.00, 120.00); in main()
30 SWFShape_setRightFill(shape1, fill1); in main()
H A Dgradientxform.c11 SWFFill fill1; in main() local
35 fill1= SWFShape_addGradientFill(shape_1,grad_1, SWFFILL_RADIAL_GRADIENT); in main()
36 SWFFill_scaleTo(fill1, 0.100, 0.100); in main()
37 SWFShape_setLeftFill(shape_1, fill1); in main()
/dports/graphics/py-ming/libming-ming-0_4_8/ch/demos/
H A Dgradient.c9 SWFFill fill1; in main() local
27 fill1= SWFShape_addGradientFill(shape1, grad_1, SWFFILL_LINEAR_GRADIENT); in main()
28 SWFFill_scaleTo(fill1, 0.170, 0.170); in main()
29 SWFFill_moveTo(fill1, 160.00, 120.00); in main()
30 SWFShape_setRightFill(shape1, fill1); in main()
H A Dgradientxform.c11 SWFFill fill1; in main() local
35 fill1= SWFShape_addGradientFill(shape_1,grad_1, SWFFILL_RADIAL_GRADIENT); in main()
36 SWFFill_scaleTo(fill1, 0.100, 0.100); in main()
37 SWFShape_setLeftFill(shape_1, fill1); in main()
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_sds.c79 VOIDP fill1=NULL; in diff_sds() local
238 fill1 = (VOIDP) HDmalloc(eltsz); in diff_sds()
240 if (fill1!=NULL && SDgetfillvalue(sds1_id,fill1)<0) in diff_sds()
242 HDfree(fill1); in diff_sds()
243 fill1 = NULL; in diff_sds()
324 fill1, in diff_sds()
426 fill1, in diff_sds()
474 if (fill1) HDfree(fill1); in diff_sds()
491 if (fill1) HDfree(fill1); in diff_sds()
H A Dhdiff_array.c128 void *fill1, in array_diff() argument
247 is_fill1 = fill1 && (*i1ptr1 == *((int8 *)fill1)); in array_diff()
333 is_fill1 = fill1 && (*i2ptr1 == *((int16 *)fill1)); in array_diff()
423 is_fill1 = fill1 && (*i4ptr1 == *((int32 *)fill1)); in array_diff()
509 is_fill1 = fill1 && (*fptr1 == *((float32 *)fill1)); in array_diff()
597 is_fill1 = fill1 && (*dptr1 == *((float64 *)fill1)); in array_diff()
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Darc.tcl18 set fill1 aquamarine3
23 set fill1 black
30 .t.c create arc 20 20 220 120 -start 30 -extent 270 -outline $fill1 -width 14 \
44 .t.c create arc 20 450 140 570 -start 135 -extent 270 -fill $fill1 -width 14 \
46 .t.c create arc 180 450 300 570 -start 30 -extent -90 -fill $fill1 -width 14 \
48 .t.c create arc 340 450 460 570 -start 320 -extent 270 -fill $fill1 -width 14 \
50 .t.c create arc 500 450 620 570 -start 350 -extent -110 -fill $fill1 -width 14 \
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Darc.tcl18 set fill1 aquamarine3
23 set fill1 black
30 .t.c create arc 20 20 220 120 -start 30 -extent 270 -outline $fill1 -width 14 \
44 .t.c create arc 20 450 140 570 -start 135 -extent 270 -fill $fill1 -width 14 \
46 .t.c create arc 180 450 300 570 -start 30 -extent -90 -fill $fill1 -width 14 \
48 .t.c create arc 340 450 460 570 -start 320 -extent 270 -fill $fill1 -width 14 \
50 .t.c create arc 500 450 620 570 -start 350 -extent -110 -fill $fill1 -width 14 \
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A Darc.tcl18 set fill1 aquamarine3
23 set fill1 black
30 .t.c create arc 20 20 220 120 -start 30 -extent 270 -outline $fill1 -width 14 \
44 .t.c create arc 20 450 140 570 -start 135 -extent 270 -fill $fill1 -width 14 \
46 .t.c create arc 180 450 300 570 -start 30 -extent -90 -fill $fill1 -width 14 \
48 .t.c create arc 340 450 460 570 -start 320 -extent 270 -fill $fill1 -width 14 \
50 .t.c create arc 500 450 620 570 -start 350 -extent -110 -fill $fill1 -width 14 \
/dports/lang/ghc/ghc-8.10.7/libraries/pretty/tests/
H A DTest.hs775 fillOld g (p:ps) = fill1 g (reduceDoc p) 0 ps where
776 fill1 :: Bool -> RDoc () -> Int -> [Doc ()] -> Doc ()
778 fill1 _ NoDoc _ _ = NoDoc function
779 fill1 g (p `Union` q) k ys = fill1 g p k ys function
784 fill1 g (Nest n p) k ys = nest_ n (fill1 g p (k - n) ys) function
801 fillNB g p k ys = fill1 g p k ys
813 fillOld2 g (p:ps) = fill1 g (reduceDoc p) 0 ps where
816 fill1 _ NoDoc _ _ = NoDoc function
817 fill1 g (p `Union` q) k ys = fill1 g p k ys function
822 fill1 g (Nest n p) k ys = nest_ n (fill1 g p (k - n) ys) function
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/test/unit/
H A Dfill_test.cpp16 CPPUNIT_TEST(fill1);
21 void fill1();
30 void FillTest::fill1() in fill1() function in FillTest
/dports/graphics/p5-Imager/Imager-1.012/t/250-draw/
H A D020-flood.t31 my $fill1 = $im->copy;
32 ok($fill1->flood_fill(x => 8, y => 2, color => "#000000"),
35 is_image($fill1, $cmp, "check it filled the lot");
36 ok($fill1->write(file => "testout/t22fill1.ppm"), "save");
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/aarch64/
H A Dtest_support.rs49 fill1: fn(T) -> V, in test()
64 let a: V = fill1(*i); in test()
65 let b: V = fill1(*j); in test()
82 …($n: ident, $t: ident, $u: ident, $v: ident, $w: ident, $x: ident, $vals: expr, $fill1: expr, $fil…
85 test::<$t, $u, $v, $w, $x>($vals, $fill1, $fill2, $cast, test_fun, verify_fun)
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dxtal.cpp475 const unsigned int fill1 = last_index | (last_index >> 1); in validate() local
476 const unsigned int fill2 = fill1 | (fill1 >> 2); in validate()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dxtal.cpp475 const unsigned int fill1 = last_index | (last_index >> 1); in validate() local
476 const unsigned int fill2 = fill1 | (fill1 >> 2); in validate()
/dports/graphics/pear-Horde_Image/Horde_Image-2.6.1/lib/Horde/Image/
H A DSwf.php521 * @param string $fill1 The name of the start color for the gradient.
526 $fill1 = 'black', $fill2 = 'white' argument
542 $fill1 = $this->allocateColor($fill1);
547 $fill1['red'],
548 $fill1['green'],
549 $fill1['blue'],
550 $fill1['alpha']
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestHuf.cpp28 fill1 (unsigned short data[/*n*/], int n, float bias, IMATH_NAMESPACE::Rand48 & rand48) in fill1() function
229 fill1 (raw, N, 1, rand48); // test various symbol distributions in testHuf()
232 fill1 (raw, N, 10, rand48); in testHuf()
235 fill1 (raw, N, 100, rand48); in testHuf()
238 fill1 (raw, N, 1000, rand48); in testHuf()

12345678910>>...23