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

1 2 3

  /external/ImageMagick/MagickCore/
cache-view.c 740 background_color;
742 background_color=cache_view->image->background_color;
743 pixel[RedPixelChannel]=ClampToQuantum(background_color.red);
744 pixel[GreenPixelChannel]=ClampToQuantum(background_color.green);
745 pixel[BluePixelChannel]=ClampToQuantum(background_color.blue);
746 pixel[BlackPixelChannel]=ClampToQuantum(background_color.black);
747 pixel[AlphaPixelChannel]=ClampToQuantum(background_color.alpha);
723 background_color; local
796 background_color; local
927 background_color; local
    [all...]
montage.h 54 background_color, member in struct:_MontageInfo
montage.c 135 clone_info->background_color=montage_info->background_color;
239 montage_info->background_color=image_info->background_color;
529 clone_info->background_color=montage_info->background_color;
571 montage->background_color=montage_info->background_color;
810 &image->background_color,exception);
880 montage->background_color=montage_info->background_color
    [all...]
image.h 184 background_color, /* current background color attribute */ member in struct:_Image
416 background_color, /* user set background color */ member in struct:_ImageInfo
xwindow-private.h 203 background_color, member in struct:_XPixelInfo
242 *background_color, member in struct:_XResourceInfo
channel.c     [all...]
pixel-accessor.h 634 ClampToQuantum(image->background_color.red);
636 ClampToQuantum(image->background_color.green);
638 ClampToQuantum(image->background_color.blue);
641 ClampToQuantum(image->background_color.black);
644 image->background_color.alpha_trait == UndefinedPixelTrait ? OpaqueAlpha :
645 ClampToQuantum(image->background_color.alpha);
resample.c 518 resample_filter->image->background_color.alpha);
520 weight*resample_filter->image->background_color.red;
522 weight*resample_filter->image->background_color.green;
524 weight*resample_filter->image->background_color.blue;
526 resample_filter->image->background_color.alpha;
    [all...]
shear.c 558 image->background_color.red=(double) ClampToQuantum(QuantumRange*
560 image->background_color.green=(double) ClampToQuantum(QuantumRange*
562 image->background_color.blue=(double) ClampToQuantum(QuantumRange*
565 image->background_color.alpha=(double) ClampToQuantum(QuantumRange*
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 117 VdpColor *const background_color)
122 if (!background_color)
129 color.f[0] = background_color->red;
130 color.f[1] = background_color->green;
131 color.f[2] = background_color->blue;
132 color.f[3] = background_color->alpha;
146 VdpColor *const background_color)
151 if (!background_color)
162 background_color->red = color.f[0];
163 background_color->green = color.f[1]
    [all...]
mixer.c 577 const VdpColor *background_color; local
594 background_color = attribute_values[i];
595 color.f[0] = background_color->red;
596 color.f[1] = background_color->green;
597 color.f[2] = background_color->blue;
598 color.f[3] = background_color->alpha;
  /external/libpng/contrib/libtests/
pngstest.c 2034 Background background_color; member in struct:__anon16169
3334 png_color background_color; local
    [all...]
  /external/ImageMagick/coders/
ttf.c 196 background_color;
237 background_color=image_info->background_color;
245 SetPixelViaPixelInfo(image,&background_color,q);
192 background_color; local
null.c 138 ConformPixelInfo(image,&image->background_color,&background,exception);
xc.c 134 pixel=image->background_color;
rle.c 189 background_color[256],
244 background_color[i]=0;
252 p=background_color;
341 *p++=background_color[j];
345 *p++=background_color[j];
186 background_color[256], local
emf.c 607 pBits->rgbRed=ScaleQuantumToChar(image->background_color.red);
608 pBits->rgbGreen=ScaleQuantumToChar(image->background_color.green);
609 pBits->rgbBlue=ScaleQuantumToChar(image->background_color.blue);
776 image->background_color.alpha),(BYTE) ScaleQuantumToChar(
777 image->background_color.red),(BYTE) ScaleQuantumToChar(
778 image->background_color.green),(BYTE) ScaleQuantumToChar(
779 image->background_color.blue)));
fpx.c 757 background_color;
855 background_color.color1_value=0;
856 background_color.color2_value=0;
857 background_color.color3_value=0;
858 background_color.color4_value=0;
874 image->rows,tile_width,tile_height,colorspace,background_color,
751 background_color; local
    [all...]
png.c 873 QuantumToCharToQuantumEqQuantum(image->background_color.red) &&
874 QuantumToCharToQuantumEqQuantum(image->background_color.green) &&
875 QuantumToCharToQuantumEqQuantum(image->background_color.blue) ?
    [all...]
wmf.c 701 !(IsPixelInfoEquivalent(&ddata->image_info->background_color,&white)) ||
702 ddata->image_info->background_color.alpha != OpaqueAlpha )
858 *background_color;
861 background_color=NewPixelWand();
862 PixelSetPixelColor(background_color,&ddata->image->background_color);
863 DrawSetFillColor(WmfDrawingWand,background_color);
864 background_color=DestroyPixelWand(background_color);
856 *background_color; local
    [all...]
histogram.c 294 &histogram_image->background_color,exception);
  /external/ImageMagick/www/api/
shear.php 117 <p>ShearImage() creates a new image that is a shear_image copy of an existing one. Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image.. ShearImage() allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
141 <p>ShearRotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. ShearRotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 7 background_color = "#FAFAFA" variable in class:pygapp2
  /external/ImageMagick/MagickWand/
magick-property.c 239 *background_color;
246 background_color=NewPixelWand();
247 PixelSetPixelColor(background_color,&wand->image_info->background_color);
248 return(background_color);
233 *background_color; local
    [all...]
  /external/ImageMagick/Magick++/lib/
Montage.cpp 186 // background_color
187 montageInfo_.background_color=_backgroundColor;

Completed in 2031 milliseconds

1 2 3