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

1 2

  /prebuilts/go/darwin-x86/src/image/
names.go 16 // Transparent is a fully transparent uniform image.
17 Transparent = NewUniform(color.Transparent)
image_test.go 36 Transparent,
45 if !cmp(t, m.ColorModel(), Transparent, m.At(6, 3)) {
67 if !cmp(t, m.ColorModel(), Transparent, m.At(3, 3)) {
geom.go 83 // returns color.Opaque for points in the rectangle and color.Transparent
239 return color.Transparent
  /prebuilts/go/linux-x86/src/image/
names.go 16 // Transparent is a fully transparent uniform image.
17 Transparent = NewUniform(color.Transparent)
image_test.go 36 Transparent,
45 if !cmp(t, m.ColorModel(), Transparent, m.At(6, 3)) {
67 if !cmp(t, m.ColorModel(), Transparent, m.At(3, 3)) {
geom.go 83 // returns color.Opaque for points in the rectangle and color.Transparent
239 return color.Transparent
  /frameworks/base/libs/hwui/tests/common/scenes/
ListOfFadedTextAnimation.cpp 46 SkColor colors[2] = {Color::Black, Color::Transparent};
SimpleGradientAnimation.cpp 58 SkColor colors[3] = { Color::Transparent, Color::Black, Color::Cyan_500 };
ListViewAnimation.cpp 64 canvas.clear(Color::Transparent);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c 512 @param Transparent If TRUE, all "off" pixels in the image will be
528 IN BOOLEAN Transparent,
560 if (Transparent) {
    [all...]
Font.c 277 @param Transparent If TRUE, the Background color is ignored and all
293 IN BOOLEAN Transparent,
328 if (!Transparent) {
353 @param Transparent If TRUE, the Background color is ignored and all
373 IN BOOLEAN Transparent,
407 Transparent = TRUE;
426 if (!Transparent) {
442 if (!Transparent) {
469 @param Transparent If TRUE, the Background color is ignored and all
490 IN BOOLEAN Transparent,
    [all...]
  /frameworks/base/libs/hwui/utils/
Color.h 53 Transparent = 0x00000000,
  /external/ImageMagick/PerlMagick/
Magick.pm 35 Success Transparent Opaque QuantumDepth QuantumRange MaxRGB
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 34 Success Transparent Opaque QuantumDepth QuantumRange MaxRGB
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 40 draw.Draw(m, m.Bounds(), image.Transparent, image.ZP, draw.Src)
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 40 draw.Draw(m, m.Bounds(), image.Transparent, image.ZP, draw.Src)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 194 static const ARGB Transparent = 0x00FFFFFF;
  /prebuilts/go/darwin-x86/src/image/color/
color.go 328 Transparent = Alpha16{0}
  /prebuilts/go/linux-x86/src/image/color/
color.go 328 Transparent = Alpha16{0}
  /prebuilts/go/darwin-x86/src/image/gif/
writer.go 221 // Transparent color index.
  /prebuilts/go/linux-x86/src/image/gif/
writer.go 221 // Transparent color index.
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 94 emptyPaint.setColor(Color::Transparent);
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 212 dst.Set(x, y, color.Transparent)
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 212 dst.Set(x, y, color.Transparent)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 349 milliseconds

1 2