HomeSort by relevance Sort by last modified time
    Searched refs:Rgb (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java 39 // Column-major RGB->XYZ transform matrix for the sRGB color space
45 // Column-major XYZ->RGB transform matrix for the sRGB color space
52 // Column-major RGB->XYZ transform matrix for the sRGB color space and a D50 white point
86 new ColorSpace.Rgb(null, new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f);
91 new ColorSpace.Rgb("", new float[6], new float[2], sIdentity, sIdentity, 0.0f, 1.0f);
96 ColorSpace.Rgb cs = new ColorSpace.Rgb("Test", new float[6], new float[2],
103 new ColorSpace.Rgb("Test", new float[7], new float[2], sIdentity, sIdentity, 0.0f, 1.0f);
108 new ColorSpace.Rgb("Test", new float[6], new float[1], sIdentity, sIdentity, 0.0f, 1.0f);
113 new ColorSpace.Rgb("Test", new float[6], new float[2], null, sIdentity, 0.0f, 1.0f)
768 ColorSpace.Rgb rgb = (ColorSpace.Rgb) cs; local
    [all...]
Color_ColorLongTest.java 305 ColorSpace colorSpace = new ColorSpace.Rgb("Fake",
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 38 * how a color value is represented (for instance the {@link Model#RGB RGB} color
58 * name. Color spaces with an {@link Model#RGB RGB} color model can be safely
59 * cast to {@link Rgb}. Doing so gives you access to more APIs to query various
60 * properties of RGB color models: color gamut primaries, transfer functions,
61 * conversions to and from linear space, etc. Please refer to {@link Rgb} for
73 * <p>For color space with a non-RGB color model, the white point of the PCS
74 * <em>must be</em> the CIE standard illuminant D50. RGB color spaces use their
78 * <p>Since the white point of the PCS is not defined for RGB color space, it i
1328 ColorSpace.Rgb rgb = (ColorSpace.Rgb) colorSpace; local
1401 ColorSpace.Rgb rgb = (ColorSpace.Rgb) adapt(colorSpace, ILLUMINANT_D50_XYZ); local
3493 ColorSpace.Rgb rgb = (ColorSpace.Rgb) (srcRGB ? source : destination); local
    [all...]
Bitmap.java 447 * Each pixel is stored on 2 bytes and only the RGB channels are
463 * Each pixel is stored on 2 bytes. The three RGB color channels
485 * Each pixel is stored on 4 bytes. Each channel (RGB and alpha
495 * Each pixels is stored on 8 bytes. Each channel (RGB and alpha
1031 ColorSpace.Rgb rgb = (ColorSpace.Rgb) colorSpace; local
    [all...]
Color.java 84 * {@link #argb(int, int, int, int)} and {@link #rgb(int, int, int)}. The second
88 * {@link #rgb(float, float, float)}.</p>
123 * The most common color model is the {@link ColorSpace.Model#RGB RGB} model in
129 * the RGB components of a color in the {@link ColorSpace.Named#DISPLAY_P3 Display P3}
145 * <tr><td colspan="4">{@link ColorSpace.Model#RGB RGB} color model</td></tr>
174 * which is why color longs in the RGB model are called RGBA colors (even if
193 * to specify three color components (typically RGB), an alpha component and a
196 * equivalent of {@link #rgb(int, int, int)} and {@link #argb(int, int, int, int)
1283 public static int rgb( method in class:Color
1301 public static int rgb(float red, float green, float blue) { method in class:Color
    [all...]
BitmapFactory.java 158 * <p class="note">Only {@link ColorSpace.Model#RGB} color spaces are
160 * be thrown by the decode methods when setting a non-RGB color space
164 * an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}. An
166 * if calling {@link ColorSpace.Rgb#getTransferParameters()} on the
446 if (!(opts.inPreferredColorSpace instanceof ColorSpace.Rgb)) {
448 "RGB color model");
450 if (((ColorSpace.Rgb) opts.inPreferredColorSpace).getTransferParameters() == null) {
471 * is not {@link ColorSpace.Model#RGB RGB}, or if the specified color space's transfer
472 * function is not an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve
    [all...]
  /external/webp/src/dsp/
upsampling_neon.c 10 // NEON version of YUV to RGB upsampling functions.
77 // YUV->RGB conversion
165 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \
172 FUNC(y, u, v, rgb + off); \
246 NEON_UPSAMPLE_FUNC(UpsampleRgbLinePair, Rgb, 3)
  /frameworks/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 252 @Nullable ColorSpace.Rgb.TransferParameters p) {
  /frameworks/base/config/
preloaded-classes 745 android.graphics.ColorSpace$Rgb
746 android.graphics.ColorSpace$Rgb$TransferParameters
    [all...]
compiled-classes-phone     [all...]
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 317 milliseconds