HomeSort by relevance Sort by last modified time
    Searched refs:dd (Results 1 - 25 of 963) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z8k/
jmp-cc.s 3 jr f,dd
4 jr lt,dd
5 jr le,dd
6 jp ule , dd
7 jp ov, dd
8 jr pe, dd
9 jr mi , dd
10 jr eq , dd
11 jr z ,dd
12 jr c,dd
32 dd: label
    [all...]
  /external/ImageMagick/www/api/
effect.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>the image. </dd>
78 <dd> </dd>
80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
    [all...]
statistic.php 74 <dd>
75 </dd>
77 <dd> </dd>
80 <dd>the image. </dd>
82 <dd> </dd>
84 <dd>A channel op. </dd>
    [all...]
blob.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>the image info. </dd>
78 <dd> </dd>
80 <dd>the address of a character stream in one of the image formats understood by ImageMagick. </dd>
    [all...]
resize.php 72 <dd>
73 </dd>
75 <dd> </dd>
78 <dd>the image. </dd>
80 <dd> </dd>
82 <dd>the number of columns in the resized image. </dd>
    [all...]
pixel-wand.php 69 <dd>
70 </dd>
72 <dd> </dd>
75 <dd>the pixel wand. </dd>
77 <dd> </dd>
91 <dd>
92 </dd>
    [all...]
image.php 69 <dd>
70 </dd>
72 <dd> </dd>
75 <dd>Many of the image default values are set from this structure. For example, filename, compression, depth, background color, and others. </dd>
77 <dd> </dd>
79 <dd>return any errors or warnings in this structure. </dd>
    [all...]
magick-property.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>the image. </dd>
78 <dd> </dd>
80 <dd>the image artifact. </dd>
    [all...]
cipher.php 79 <dd>
80 </dd>
82 <dd> </dd>
85 <dd>the cipher context. </dd>
87 <dd> </dd>
102 <dd>
103 </dd>
    [all...]
draw.php 80 <dd>
81 </dd>
83 <dd> </dd>
86 <dd>the image info. </dd>
88 <dd> </dd>
90 <dd>the draw info. </dd>
    [all...]
magick-image.php 69 <dd>
70 </dd>
72 <dd> </dd>
75 <dd>the magick wand. </dd>
77 <dd> </dd>
92 <dd>
93 </dd>
    [all...]
module.php 69 <dd>
70 </dd>
72 <dd> </dd>
75 <dd>the path associated with the tag. </dd>
77 <dd> </dd>
79 <dd>a character string that represents the image format we are looking for. </dd>
    [all...]
cache-view.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>the image. </dd>
78 <dd> </dd>
80 <dd>return any errors or warnings in this structure. </dd>
    [all...]
fx.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>the image. </dd>
78 <dd> </dd>
80 <dd>the channel type. </dd>
    [all...]
attribute.php 69 <dd>
70 </dd>
72 <dd> </dd>
75 <dd>the image. </dd>
77 <dd> </dd>
79 <dd>return any errors or warnings in this structure. </dd>
    [all...]
compare.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>the image. </dd>
78 <dd> </dd>
80 <dd>the reconstruct image. </dd>
    [all...]
transform.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>The image. </dd>
78 <dd> </dd>
80 <dd>Current image orientation. </dd>
    [all...]
paint.php 74 <dd>
75 </dd>
77 <dd> </dd>
80 <dd>the image. </dd>
82 <dd> </dd>
84 <dd>the draw info. </dd>
    [all...]
channel.php 61 <dd>
62 </dd>
64 <dd> &lt;=&gt; exchange two channels (e.g. red&lt;=&gt;blue) =&gt; copy one channel to another channel (e.g. red=&gt;green) = assign a constant value to a channel (e.g. red=50) , write new image channels in the specified order (e.g. red, green) | add a new output image for the next set of channel operations ; move to the next input image for the source of channel data </dd>
66 <dd> For example, to create 3 grayscale images from the red, green, and blue channels of an image, use: </dd>
72 <p>A channel without an operation symbol implies separate (i.e, semicolon). </dd>
74 <dd> The format of the ChannelFxImage method is: </dd>
81 <p>A description of each parameter follows: </dd>
    [all...]
decorate.php 70 <dd>
71 </dd>
73 <dd> </dd>
76 <dd>the image. </dd>
78 <dd> </dd>
80 <dd> define the width and height of the border. </dd>
    [all...]
memory.php 69 <dd>
70 </dd>
72 <dd> </dd>
75 <dd>the number of quantum elements to allocate. </dd>
77 <dd> </dd>
79 <dd>the number of bytes in each quantum. </dd>
    [all...]
exception.php 79 <dd>
80 </dd>
82 <dd> </dd>
85 <dd>the exception info. </dd>
87 <dd> </dd>
101 <dd>
102 </dd>
    [all...]
  /external/dng_sdk/source/
dng_rational.cpp 35 void dng_srational::Set_real64 (real64 x, int32 dd)
45 if (dd == 0)
52 dd = 1;
57 dd = 32768;
62 dd = 32768 * 32768;
67 *this = dng_srational (Round_int32 (x * dd), dd);
101 void dng_urational::Set_real64 (real64 x, uint32 dd)
111 if (dd == 0)
116 dd = 1
    [all...]
  /system/core/toolbox/
tools.h 1 TOOL(dd)
  /external/mesa3d/src/glx/
g_glxglvnddispatchfuncs.c 106 __VND->fetchDispatchEntry(dd, __glXDispatchTableIndices[DI_##func_name])
113 __GLXvendorInfo *dd; local
115 dd = GetDispatchFromDrawable(dpy, drawable);
116 if (dd == NULL)
133 __GLXvendorInfo *dd; local
136 dd = __VND->getDynDispatch(dpy, screen);
137 if (dd == NULL)
145 if (AddFBConfigsMapping(dpy, ret, nelements, dd)) {
162 __GLXvendorInfo *dd; local
165 dd = GetDispatchFromFBConfig(dpy, config)
193 __GLXvendorInfo *dd; local
224 __GLXvendorInfo *dd; local
256 __GLXvendorInfo *dd; local
283 __GLXvendorInfo *dd; local
301 __GLXvendorInfo *dd; local
319 __GLXvendorInfo *dd; local
341 __GLXvendorInfo *dd; local
360 __GLXvendorInfo *dd; local
385 __GLXvendorInfo *dd; local
403 __GLXvendorInfo *dd; local
425 __GLXvendorInfo *dd; local
444 __GLXvendorInfo *dd; local
463 __GLXvendorInfo *dd; local
482 __GLXvendorInfo *dd; local
501 __GLXvendorInfo *dd; local
519 __GLXvendorInfo *dd; local
541 __GLXvendorInfo *dd; local
563 __GLXvendorInfo *dd; local
582 __GLXvendorInfo *dd; local
602 __GLXvendorInfo *dd; local
630 __GLXvendorInfo *dd; local
649 __GLXvendorInfo *dd; local
667 __GLXvendorInfo *dd; local
689 __GLXvendorInfo *dd; local
708 __GLXvendorInfo *dd; local
727 __GLXvendorInfo *dd; local
748 __GLXvendorInfo *dd; local
770 __GLXvendorInfo *dd; local
790 __GLXvendorInfo *dd; local
809 __GLXvendorInfo *dd = NULL; local
827 __GLXvendorInfo *dd; local
847 __GLXvendorInfo *dd; local
865 __GLXvendorInfo *dd; local
889 __GLXvendorInfo *dd; local
909 __GLXvendorInfo *dd; local
    [all...]

Completed in 304 milliseconds

1 2 3 4 5 6 7 8 91011>>