/aosp_15_r20/prebuilts/go/linux-x86/src/image/color/ |
D | color.go | 18 RGBA() (r, g, b, a uint32) methodSpec 26 type RGBA struct { struct 27 R, G, B, A uint8 30 func (c RGBA) RGBA() (r, g, b, a uint32) { func 51 func (c RGBA64) RGBA() (r, g, b, a uint32) { func 60 func (c NRGBA) RGBA() (r, g, b, a uint32) { func 84 func (c NRGBA64) RGBA() (r, g, b, a uint32) { func 103 func (c Alpha) RGBA() (r, g, b, a uint32) { func 114 func (c Alpha16) RGBA() (r, g, b, a uint32) { func 124 func (c Gray) RGBA() (r, g, b, a uint32) { func [all …]
|
D | ycbcr.go | 171 func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) { func 247 func (c NYCbCrA) RGBA() (uint32, uint32, uint32, uint32) { func 352 func (c CMYK) RGBA() (uint32, uint32, uint32, uint32) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/ |
D | draw.go | 389 func drawFillOver(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32) { 411 func drawFillSrc(dst *image.RGBA, r image.Rectangle, sr, sg, sb, sa uint32) { 435 func drawCopyOver(dst *image.RGBA, r image.Rectangle, src *image.RGBA, sp image.Point) { 507 func drawNRGBAOver(dst *image.RGBA, r image.Rectangle, src *image.NRGBA, sp image.Point) { 544 func drawNRGBASrc(dst *image.RGBA, r image.Rectangle, src *image.NRGBA, sp image.Point) { 573 func drawGray(dst *image.RGBA, r image.Rectangle, src *image.Gray, sp image.Point) { 596 func drawCMYK(dst *image.RGBA, r image.Rectangle, src *image.CMYK, sp image.Point) { 617 func drawGlyphOver(dst *image.RGBA, r image.Rectangle, src *image.Uniform, mask *image.Alpha, mp im… 645 func drawGrayMaskOver(dst *image.RGBA, r image.Rectangle, src *image.Gray, sp image.Point, mask *im… 695 func drawRGBAMaskOver(dst *image.RGBA, r image.Rectangle, src *image.RGBA, sp image.Point, mask *im… [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/ |
D | image.go | 102 type RGBA struct { struct 105 Pix []uint8 107 Stride int 109 Rect Rectangle 112 func (p *RGBA) ColorModel() color.Model { return color.RGBAModel } 114 func (p *RGBA) Bounds() Rectangle { return p.Rect } 116 func (p *RGBA) At(x, y int) color.Color { 120 func (p *RGBA) RGBA64At(x, y int) color.RGBA64 { 138 func (p *RGBA) RGBAAt(x, y int) color.RGBA { 149 func (p *RGBA) PixOffset(x, y int) int { [all …]
|
D | names.go | 28 func (c *Uniform) RGBA() (r, g, b, a uint32) { func
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuRGBA.hpp | 38 class RGBA class 57 RGBA(void) in RGBA() function in tcu::RGBA 62 RGBA(int r, int g, int b, int a) in RGBA() function in tcu::RGBA 72 explicit RGBA(uint32_t val) in RGBA() function in tcu::RGBA
|
H A D | tcuRGBA.cpp | 31 RGBA::RGBA(const Vec4 &v) in RGBA() function in tcu::RGBA
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 312 struct RGBA struct 314 uint16_t r = 0; 315 uint16_t g = 0; 316 uint16_t b = 0; 317 uint16_t a = halfFloat1; 319 RGBA(uint16_t r, uint16_t g, uint16_t b) in RGBA() function 326 RGBA &operator=(const RGBA &other) in operator =()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | prelude.rs | 34 pub const RGBA: Self = Self(Self::R.0 | Self::G.0 | Self::B.0 | Self::A.0); constant
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderMetamorphicTests.cpp | 283 SanityPixel::SanityPixel(float xRelative, float yRelative, tcu::Vec4 RGBA) in SanityPixel() 300 tcu::Vec4 RGBA = img.getPixel(x, y, depth); in sanityComparePixels() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/internal/imageutil/ |
D | impl.go | 16 func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {
|
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/util/ |
H A D | EglProgram.h | 67 enum class TextureFormat { RGBA, YUV }; enumerator
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | Fuzz.proto | 7 RGBA = 1; enumerator
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/types/ |
D | Status.h | 34 RGBA, enumerator
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/graph/ |
D | EnumConversionTest.cpp | 45 RGBA = 1, enumerator
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/include/ |
D | prebuilt_interface.h | 40 RGBA = 1, enumerator
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | ColorParser.java | 36 private static final String RGBA = "rgba"; field in ColorParser
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | ColorParser.java | 36 private static final String RGBA = "rgba"; field in ColorParser
|
/aosp_15_r20/external/webp/imageio/ |
H A D | image_enc.h | 41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
|
/aosp_15_r20/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
H A D | VideoPixelFormat.h | 38 RGBA, // 32bpp ABGR (byte-order), 1 plane. enumerator
|
/aosp_15_r20/external/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 40 #define RGBA(key, value) \ macro
|
/aosp_15_r20/external/angle/src/common/ |
H A D | packed_egl_enums.json | 5 "RGBA": "EGL_TEXTURE_RGBA" string
|
H A D | PackedEGLEnums_autogen.h | 110 RGBA = 2, enumerator
|
/aosp_15_r20/bootable/recovery/minui/include/minui/ |
H A D | minui.h | 105 RGBA = 5, // LSB Alpha enumerator
|
/aosp_15_r20/external/skia/src/gpu/ |
H A D | Swizzle.h | 66 static constexpr Swizzle RGBA() { return Swizzle("rgba"); } in RGBA() function
|