HomeSort by relevance Sort by last modified time
    Searched full:premultiplied (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 83 // data from R.drawable.premul_data, after premultiplied store + un-premultiplied load
    [all...]
  /external/skia/src/codec/
SkSwizzler.cpp 635 // This may miss opportunities to skip when the output is premultiplied,
654 // This may miss opportunities to skip when the output is premultiplied,
718 // We assume the color premultiplied ctable (or not) as desired.
    [all...]
  /external/skia/include/core/
SkXfermode.h 66 For these equations, the colors are in premultiplied state.
SkImageDecoder.h 117 colors premultiplied.
  /external/skia/src/effects/
SkPixelXorXfermode.cpp 15 // the alpha-component and still return a valid premultiplied color.
SkMatrixConvolutionImageFilter.cpp 244 // premultiplied and unpremultiply it
  /external/skia/src/effects/gradients/
Sk4fGradientBase.cpp 92 // that doesn't necessarily mean the colors are premultiplied; that
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 161 // Fill with every possible premultiplied A, color channel value. There will be 256-y duplicate
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 209 // CGBitmapContext does not support unpremultiplied, so the image has been premultiplied.
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 188 PVR2D_ALPHA_OP_SRCP_DSTINV = 2, /* premultiplied source alpha : Cdst = Csrc + Cdst*(1-Asrc) */
190 PVR2D_ALPHA_OP_SRCP_GLOBAL = 4 /* premultiplied source with global alpha: Cdst = Csrc*Aglob + Cdst*(1-Asrc)*(1-Aglob) */
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
c2d2.h 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
91 * are premultiplied with the alpha, if applicable.
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
91 * are premultiplied with the alpha, if applicable.
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
c2d2.h 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
91 * are premultiplied with the alpha, if applicable.
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
91 * are premultiplied with the alpha, if applicable.
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
c2d2.h 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
91 * are premultiplied with the alpha, if applicable.
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
c2d2.h 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
92 * are premultiplied with the alpha, if applicable.
    [all...]
  /hardware/qcom/display/msmcobalt/libcopybit/
c2d2.h 67 C2D_FORMAT_PREMULTIPLIED = (1 << 11), /* alpha premultiplied */
92 * are premultiplied with the alpha, if applicable.
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 277 /* st/vega does not support premultiplied alpha yet */
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling.c 238 // Premultiplied modes
  /external/webp/src/dsp/
alpha_processing_sse2.c 147 // Non-dither premultiplied modes
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h 49 kBlendingPremultiplied, //!< Pixel color is expressed using premultiplied alpha in RGBA tuples.
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 121 case HWC2::BlendMode::Premultiplied:
  /hardware/qcom/display/msmcobalt/sdm/include/core/
layer_stack.h 49 kBlendingPremultiplied, //!< Pixel color is expressed using premultiplied alpha in RGBA tuples.
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_layers.cpp 131 case HWC2::BlendMode::Premultiplied:

Completed in 824 milliseconds

1 23 4 5 6