HomeSort by relevance Sort by last modified time
    Searched refs:quantum (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /external/ImageMagick/www/api/
attribute.php 85 <p>GetImageQuantumDepth() returns the depth of the image rounded to a legal quantum depth: 8, 16, or 32.</p>
enhance.php 85 <p>AutoLevelImage() adjusts the levels of a particular image channel by scaling the minimum and maximum values to the full quantum range.</p>
450 <p>LevelImage() adjusts the levels of a particular image channel by scaling the colors falling between specified white and black points to the full available quantum range.</p>
452 <p>The parameters provided represent the black, and white points. The black point specifies the darkest color in the image. Colors darker than the black point are set to zero. White point specifies the lightest color in the image. Colors brighter than the white point are set to the maximum quantum value.</p>
magick-property.php 729 <p>MagickGetQuantumDepth() returns the ImageMagick quantum depth as a string constant.</p>
745 <dd>the quantum depth is returned as a number. </dd>
751 <p>MagickGetQuantumRange() returns the ImageMagick quantum range as a string constant.</p>
767 <dd>the quantum range is returned as a number. </dd>
    [all...]
image.php 483 <p>IsHighDynamicRangeImage() returns MagickTrue if any pixel component is non-integer or exceeds the bounds of the quantum depth (e.g. for Q16 0..65535.</p>
916 MagickBooleanType SetImageAlpha(Image *image,const Quantum alpha,
magick-image.php     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
main.go 88 FlagRound = flag.Int("R", -1, "set address rounding `quantum`")
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
main.go 88 FlagRound = flag.Int("R", -1, "set address rounding `quantum`")
  /external/ImageMagick/MagickCore/
draw.c 5269 quantum; local
    [all...]
cache.c 66 #include "MagickCore/quantum.h"
112 static const Quantum
121 GetOneAuthenticPixelFromCache(Image *,const ssize_t,const ssize_t,Quantum *,
124 const ssize_t,const ssize_t,Quantum *,ExceptionInfo *),
137 static Quantum
507 quantum;
524 quantum=(size_t) MagickMaxBufferExtent;
526 quantum=(size_t) MagickMin(file_stats.st_size,MagickMaxBufferExtent);
527 buffer=(unsigned char *) AcquireQuantumMemory(quantum,sizeof(*buffer));
531 while ((count=read(cache_info->file,buffer,quantum)) > 0
494 quantum; local
    [all...]
xwindow.c 72 #include "MagickCore/quantum.h"
73 #include "MagickCore/quantum-private.h"
187 Quantum
576 register Quantum
581 if (q == (Quantum *) NULL)
    [all...]
  /external/ImageMagick/coders/
png.c 78 #include "MagickCore/quantum-private.h"
81 #include "MagickCore/quantum-private.h"
854 * are unchanged when we scale them down to 8 and back up to Quantum.
860 #define QuantumToCharToQuantumEqQuantum(quantum) \
861 ((ScaleCharToQuantum((unsigned char) ScaleQuantumToChar(quantum))) == quantum)
869 const Quantum
911 if (p == (const Quantum *) NULL)
3378 quantum; local
    [all...]
wmf.c 59 #include "MagickCore/quantum-private.h"
442 static int magick_progress_callback(void* wand,float quantum);
452 int magick_progress_callback(void *context,float quantum)
460 (void) quantum;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 4106 float quantum = 0.0f; \/\/ smallest representable difference in the binade local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4191 float quantum = 0.0f; \/\/ smallest representable difference in the binade local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64.go 279 // Decode quantum using the base64 alphabet
  /prebuilts/go/darwin-x86/src/net/
net_test.go 239 // quantum to the kernel.
  /prebuilts/go/linux-x86/src/encoding/base64/
base64.go 279 // Decode quantum using the base64 alphabet
  /prebuilts/go/linux-x86/src/net/
net_test.go 239 // quantum to the kernel.
  /external/ImageMagick/MagickWand/
drawing-wand.c 286 (packet->alpha == (Quantum) TransparentAlpha))
6698 *quantum; local
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 199 forceAlign: function (target, quantum) {
200 quantum = quantum || 4;
201 if (quantum == 1) return target;
202 if (isNumber(target) && isNumber(quantum)) {
203 return Math.ceil(target/quantum)*quantum;
204 } else if (isNumber(quantum) && isPowerOfTwo(quantum)) {
205 var logg = log2(quantum);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
symtab.go 533 // two zero bytes, a byte giving the PC quantum,
mgcmark.go 693 // fresh quantum started by GC.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
symtab.go 533 // two zero bytes, a byte giving the PC quantum,
mgcmark.go 693 // fresh quantum started by GC.
    [all...]
  /external/ImageMagick/tests/
validate.c     [all...]

Completed in 1335 milliseconds

1 2 34 5