/external/ImageMagick/coders/ |
H A D | uil.c | 179 transparent; 221 transparent=MagickFalse; 238 Map all the transparent pixels. 257 transparent=MagickTrue; 265 if (transparent != MagickFalse) 313 if (transparent != MagickFalse) 174 transparent; local
|
H A D | xpm.c | 640 transparent; 705 transparent=MagickFalse; 710 transparent=MagickTrue; 720 Map all the transparent pixels. 730 transparent=MagickTrue; 742 if (transparent != MagickFalse) 794 if (transparent != MagickFalse) 946 Identify transparent colormap index. 633 transparent; local
|
H A D | png.c | 1292 % chunk is not present or is not mandatory (i.e., leave transparent, 3243 /* Is there a transparent pixel in the row? */ 3246 " Looking for cheap transparent pixel"); 3485 " Found transparent pixel"); 3489 " No transparent pixel was found"); 3540 Image has a transparent background. 6235 Insert a transparent background layer behind the entire animation 6288 " Inserted transparent background layer, W=%.20g, H=%.20g", 7050 a layer, though, so make a single transparent pixel in 7482 "opaque or binary transparent 2 8491 transparent[260]; local 12229 transparent; local [all...] |
/external/skia/bench/ |
H A D | ShadowBench.cpp | 15 // * opaque or transparent 18 ShadowBench(bool transparent, bool forceGeometric) argument 19 : fTransparent(transparent)
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
H A D | AnimatedGifEncoder.java | 41 // The minimum % of an images pixels that must be transparent for us to set a transparent index automatically. 48 private Integer transparent = null; // transparent color if given field in class:AnimatedGifEncoder 50 private int transIndex; // transparent index in color table 99 * subsequent frames. Default is 0 if no transparent color has been set, 126 * Sets the transparent color for the last added frame and any subsequent 129 * color becomes the transparent color for that frame. May be set to null to 130 * indicate no transparent color. 133 * Color to be treated as transparent o [all...] |
/external/pdfium/fpdfsdk/javascript/ |
H A D | color.cpp | 30 {"transparent", get_transparent_static, set_transparent_static}, 134 bool color::transparent(CJS_Runtime* pRuntime, function in class:color
|
/external/skia/gm/ |
H A D | xfermodes.cpp | 27 //! A W/2xH/2 transparent image. 78 SkBitmap* transparent) { 106 transparent->allocN32Pixels(w, h); 107 transparent->eraseColor(SK_ColorTRANSPARENT); 77 make_bitmaps(int w, int h, SkBitmap* src, SkBitmap* dst, SkBitmap* transparent) argument
|
/external/libmicrohttpd/src/spdy2http/ |
H A D | proxy.c | 66 bool transparent; member in struct:global_options 879 if(glob_opt.transparent) 1287 " -t, --transparent If set, the proxy will fetch an URL which\n" 1311 {"transparent", no_argument, 0, 't'}, 1371 glob_opt.transparent = true; 1402 //|| !glob_opt.transparent && NULL != glob_opt.http_backend
|
/external/skia/src/utils/ |
H A D | SkShadowUtils.cpp | 159 bool transparent = OccluderType::kTransparent == fOccluderType; local 164 fDevLightPos, fLightRadius, transparent); 175 centerLightPos, fLightRadius, transparent); 519 bool transparent = SkToBool(rec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); local 540 transparent); 553 factory.fTransparent = transparent; 573 transparent); 601 if (transparent || 619 color = 0xFFD2B48C; // tan for transparent
|
H A D | SkShadowTessellator.cpp | 25 SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent); 125 SkBaseShadowTessellator::SkBaseShadowTessellator(const SkPoint3& zPlaneParams, bool transparent) argument 130 , fTransparent(transparent) 341 const SkPoint3& zPlaneParams, bool transparent); 370 bool transparent) 371 : INHERITED(zPlaneParams, transparent) 398 // if original path is transparent, will accumulate sum of points for centroid 490 // if transparent, add point to first one in array and add to center fan 677 // if transparent, add point to first one in array and add to center fan 721 // if transparent, ad 367 SkAmbientShadowTessellator(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlaneParams, bool transparent) argument 783 SkSpotShadowTessellator(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlaneParams, const SkPoint3& lightPos, SkScalar lightRadius, bool transparent) argument 1392 MakeAmbient(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane, bool transparent) argument 1398 MakeSpot(const SkPath& path, const SkMatrix& ctm, const SkPoint3& zPlane, const SkPoint3& lightPos, SkScalar lightRadius, bool transparent) argument [all...] |
/external/vulkan-validation-layers/tests/ |
H A D | vktestbinding.cpp | 561 bool Image::transparent() const { function in class:vk_testing::Image
|
/external/webrtc/webrtc/base/ |
H A D | x11windowpicker.cc | 500 XRenderColor transparent = {0}; local 504 &transparent,
|
/external/python/cpython2/Lib/plat-mac/Carbon/ |
H A D | QuickDraw.py | 42 transparent = 36 variable
|
/external/skia/src/gpu/ |
H A D | GrRenderTargetContext.cpp | 1011 bool transparent = SkToBool(rec.fFlags & SkShadowFlags::kTransparentOccluder_ShadowFlag); local 1042 if (transparent) { 1092 if (transparent) { 1093 // If transparent, just do a fill
|
/external/ImageMagick/Magick++/lib/ |
H A D | Image.cpp | 4635 void Magick::Image::transparent(const Color &color_,const bool inverse_) function in class:Magick::Image
|
/external/ImageMagick/MagickCore/ |
H A D | display.c | 177 " transparent", 189 " transparent", 616 " transparent", 645 "color on the screen and press any button. The transparent", 2017 ColorMenu[MaxNumberPens-2]="transparent"; 2062 ColorMenu[MaxNumberPens-2]="transparent"; 5608 transparent; 5618 ColorMenu[MaxNumberPens-2]="transparent"; 5628 transparent=pen_number == (MaxNumberPens-2) ? MagickTrue : 5630 if (transparent ! 5590 transparent; local [all...] |
/external/libpng/contrib/libtests/ |
H A D | pngvalid.c | 4962 } transparent; /* The transparent color, if set. */ member in struct:standard_display 5000 /* Preset the transparent color to black: */ 5001 memset(&dp->transparent, 0, sizeof dp->transparent); 5039 * palette (it does not check for a transparent colour in the non-palette case.) 5084 (trans_alpha != NULL || num != 1/*returns 1 for a transparent color*/) && 5286 dp->transparent.red = dp->transparent.green = dp->transparent [all...] |
/external/robolectric/v1/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |