Searched refs:over (Results 76 - 100 of 144) sorted by relevance

123456

/external/ImageMagick/www/api/
H A Ddraw.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
118 <p>DrawAffineImage() composites the source over the destination image as dictated by the affine transform.</p>
H A Dprofile.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
249 <p>ResetImageProfileIterator() resets the image profile iterator. Use it in conjunction with GetNextImageProfile() to iterate over all the profiles associated with an image.</p>
H A Dpixel-iterator.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
371 <p>PixelResetIterator() resets the pixel iterator. Use it in conjunction with PixelGetNextIteratorRow() to iterate over all the pixels in a pixel container.</p>
H A Dproperty.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
328 <p>ResetImagePropertyIterator() resets the image properties iterator. Use it in conjunction with GetNextImageProperty() to iterate over all the values associated with an image property.</p>
H A Dlayer.php12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
288 <p>CompositeLayers() compose the source image sequence over the destination image sequence, starting with the current image in both lists.</p>
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat190 # Iterate over all Java RBT rule files
/external/toolchain-utils/cros_utils/
H A Dbuildbot_json.py255 """Returns an iterator over the children that are cached."""
823 iterated over.
1381 '--over',
1393 if not options.over:
1395 'Specify the number of seconds, e.g. --over 86400 for the last 24 '
1399 since = time.time() - options.over
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex79 utility (thus saving all traces over the complete workload).
207 \emph{The user has \emph{some} control over this (via the
/external/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl502 drop => 0x13, over => 0x14,
/external/elfutils/libdw/
H A Dknown-dwarf.h492 DWARF_ONE_KNOWN_DW_OP (over, DW_OP_over) \
/external/libvorbis/doc/
H A D01-introduction.tex18 over an exceptionally wide range of bitrates. At the high
73 an Ogg transport stream is in \xref{vorbis:over:ogg}.
/external/syslinux/dosutil/
H A Deltorito.asm248 DrvB: movsb ;Copy over a byte
305 mov word [es:di+1],ax ;Copy over Volume Size
/external/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1093 sub sp, #0x10 @ scratch space to carry over the IV
1350 sub sp, sp, #0x10 @ scratch space to carry over the ctr
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex77 the label is taken over by another flow.
H A Dip-cref.tex154 \item \verb|tunnel| --- tunnel over IP
417 the maximal size of data which can be sent as a single packet over this interface.
502 of tunnels over IP are printed as dotted-quad IP addresses.
2466 packets in IPv4 packets and then sending them over the IP infrastructure.
2472 over IP and the \verb|ip tunnel| command can be found in~\cite{IP-TUNNELS}.
2770 ``Tunnels over IP in Linux-2.2'', \\
/external/v8/src/builtins/arm/
H A Dbuiltins-arm.cc1095 // Do a stack check to ensure we don't go over the limit.
1138 // closure by switching the code entry field over to the new code as well.
1545 Label over; local
1548 __ b(ne, &over);
1560 __ bind(&over);
/external/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1099 // Do a stack check to ensure we don't go over the limit.
1146 // closure by switching the code entry field over to the new code as well.
1530 Label over; local
1533 __ B(ne, &over);
1545 __ bind(&over);
/external/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc619 // Do a stack check to ensure we don't go over the limit.
674 // closure by switching the code entry field over to the new code as well.
1226 Label over; local
1229 __ j(not_equal, &over, Label::kNear);
1240 __ bind(&over);
/external/v8/src/builtins/mips/
H A Dbuiltins-mips.cc1088 // Do a stack check to ensure we don't go over the limit.
1137 // closure by switching the code entry field over to the new code as well.
1539 Label over; local
1541 __ Branch(&over, ne, t4, Operand(j));
1553 __ bind(&over);
/external/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc1080 // Do a stack check to ensure we don't go over the limit.
1129 // closure by switching the code entry field over to the new code as well.
1530 Label over; local
1532 __ Branch(&over, ne, t2, Operand(j));
1544 __ bind(&over);
/external/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc1122 // Do a stack check to ensure we don't go over the limit.
1165 // closure by switching the code entry field over to the new code as well.
1558 Label over; local
1561 __ bne(&over);
1573 __ bind(&over);
/external/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1123 // Do a stack check to ensure we don't go over the limit.
1168 // closure by switching the code entry field over to the new code as well.
1561 Label over; local
1564 __ b(ne, &over);
1576 __ bind(&over);
/external/v8/src/builtins/x64/
H A Dbuiltins-x64.cc707 // Do a stack check to ensure we don't go over the limit.
758 // closure by switching the code entry field over to the new code as well.
1182 Label over; local
1185 __ j(not_equal, &over, Label::kNear);
1196 __ bind(&over);
/external/v8/src/builtins/x87/
H A Dbuiltins-x87.cc620 // Do a stack check to ensure we don't go over the limit.
675 // closure by switching the code entry field over to the new code as well.
1227 Label over; local
1230 __ j(not_equal, &over, Label::kNear);
1241 __ bind(&over);
/external/blktrace/btt/doc/
H A Dbtt.tex785 \item[column 2] Average seeks per second over this span, or: \hfill$\nu /
919 average latency over that period.

Completed in 760 milliseconds

123456