Searched defs:transparent (Results 1 - 24 of 24) sorted by relevance

/external/ImageMagick/coders/
H A Duil.c179 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 Dxpm.c640 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 Dpng.c1292 % 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/src/opts/
H A DSkBlend_opts.h123 __m128i transparent = _mm_cmpgt_epi32(signedPixels, _mm_set1_epi32(0x80FFFFFF)); local
124 int mask = _mm_movemask_epi8(_mm_xor_si128(opaque, transparent));
/external/skia/src/utils/
H A DSkShadowUtils.cpp161 bool transparent = OccluderType::kTransparent == fOccluderType; local
166 fSpotAlpha, transparent); member in struct:SpotVerticesFactory
488 bool transparent = SkToBool(flags & SkShadowFlags::kTransparentOccluder_ShadowFlag);
495 factory.fTransparent = transparent;
519 if (transparent) {
570 bool transparent = SkToBool(flags & SkShadowFlags::kTransparentOccluder_ShadowFlag);
576 transparent);
590 spotAlpha, transparent);
H A DSkShadowTessellator.cpp25 SkBaseShadowTessellator(SkShadowTessellator::HeightFunc, bool transparent);
122 bool transparent)
127 , fTransparent(transparent)
329 SkScalar ambientAlpha, bool transparent);
357 bool transparent)
358 : INHERITED(heightFunc, transparent)
384 // if original path is transparent, will accumulate sum of points for centroid
631 // if transparent, add point to first one in array and add to center fan
653 SkScalar spotAlpha, bool transparent);
697 SkScalar spotAlpha, bool transparent)
121 SkBaseShadowTessellator(SkShadowTessellator::HeightFunc heightFunc, bool transparent) argument
353 SkAmbientShadowTessellator(const SkPath& path, const SkMatrix& ctm, SkShadowTessellator::HeightFunc heightFunc, SkScalar ambientAlpha, bool transparent) argument
694 SkSpotShadowTessellator(const SkPath& path, const SkMatrix& ctm, SkShadowTessellator::HeightFunc heightFunc, const SkPoint3& lightPos, SkScalar lightRadius, SkScalar spotAlpha, bool transparent) argument
1280 MakeAmbient(const SkPath& path, const SkMatrix& ctm, HeightFunc heightFunc, SkScalar ambientAlpha, bool transparent) argument
1287 MakeSpot(const SkPath& path, const SkMatrix& ctm, HeightFunc heightFunc, const SkPoint3& lightPos, SkScalar lightRadius, SkScalar spotAlpha, bool transparent) argument
[all...]
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
H A DAnimatedGifEncoder.java41 // 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 Dcolor.cpp30 {"transparent", get_transparent_static, set_transparent_static},
134 bool color::transparent(CJS_Runtime* pRuntime, function in class:color
/external/skia/gm/
H A Dxfermodes.cpp27 //! 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 Dproxy.c66 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/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp561 bool Image::transparent() const { function in class:vk_testing::Image
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc500 XRenderColor transparent = {0}; local
504 &transparent,
/external/ImageMagick/Magick++/lib/
H A DImage.cpp4635 void Magick::Image::transparent(const Color &color_,const bool inverse_) function in class:Magick::Image
/external/ImageMagick/MagickCore/
H A Ddisplay.c177 " 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 Dpngvalid.c4962 } 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... VIRTUAL public static final int DOUBLE_BUFFERED public static final int TRANSPARENT public static final int UP public static final int UNDERLINE_SINGLE ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 479 milliseconds