HomeSort by relevance Sort by last modified time
    Searched full:unpremultiplied (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/effects/
SkTableColorFilter.h 16 * Compoents are operated on in unpremultiplied space. If the incomming
17 * colors are premultiplied, they are temporarily unpremultiplied, then
SkArithmeticMode.h 19 * evaluated on their unpremultiplied components.
  /external/skia/include/effects/
SkTableColorFilter.h 16 * Compoents are operated on in unpremultiplied space. If the incomming
17 * colors are premultiplied, they are temporarily unpremultiplied, then
SkArithmeticMode.h 19 * evaluated on their unpremultiplied components.
  /external/chromium_org/third_party/skia/include/core/
SkUnPreMultiply.h 42 // now red is unpremultiplied
SkColor.h 151 /** Return a SkPMColor value from unpremultiplied 8 bit component values
SkImageDecoder.h 85 /** Set to true to require the decoder to return a bitmap with unpremultiplied
95 /** Returns true if the decoder will only return bitmaps with unpremultiplied
  /external/skia/include/core/
SkUnPreMultiply.h 42 // now red is unpremultiplied
SkColor.h 151 /** Return a SkPMColor value from unpremultiplied 8 bit component values
SkImageDecoder.h 102 /** Set to true to require the decoder to return a bitmap with unpremultiplied
112 /** Returns true if the decoder will only return bitmaps with unpremultiplied
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.h 18 * unpremultiplied. Also on some systems reading/writing BGRA or RGBA is faster. In those cases we
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.h 18 * unpremultiplied. Also on some systems reading/writing BGRA or RGBA is faster. In those cases we
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_CG.cpp 52 // Returns an unpremultiplied version of color. It will have the same ordering and size as an
113 // CGBitmapContext does not support unpremultiplied, so the image has been premultiplied.
114 // Convert to unpremultiplied.
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 52 // Returns an unpremultiplied version of color. It will have the same ordering and size as an
113 // CGBitmapContext does not support unpremultiplied, so the image has been premultiplied.
114 // Convert to unpremultiplied.
  /external/skia/tests/
ImageDecodingTest.cpp 27 * Interprets c as an unpremultiplied color, and returns the
64 * Test decoding an image in premultiplied mode and unpremultiplied mode and compare
122 // "c1" is the result of premultiplying the color of the unpremultiplied
DeferredCanvasTest.cpp 155 // Case 4: unpremultiplied opaque writePixels that entirely
172 // Case 5: unpremultiplied opaque writePixels that partially
189 // Case 6: unpremultiplied opaque writePixels that entirely
211 // Case 7: unpremultiplied opaque writePixels that partially
233 // Case 8: unpremultiplied opaque writePixels that partially
    [all...]
  /external/chromium_org/cc/layers/
texture_layer.h 56 // Sets whether the alpha channel is premultiplied or unpremultiplied.
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 194 // now check that we did a good job returning the unpremultiplied alpha
205 // since it gets premultiplied during the set(), and unpremultiplied
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 1063 uint32_t unpremultiplied = local
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 433 // If the caller wants an unpremultiplied bitmap, and we let them get
561 // If the image has alpha and the decoder wants unpremultiplied
637 // config is unpremultiplied, the color table will store unpremultiplied colors.
    [all...]
SkImageDecoder_libwebp.cpp 120 * If the caller wants unpremultiplied colors, that is respected.
SkScaledBitmapSampler.cpp 334 // color table has its colors inserted unpremultiplied.
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 433 // If the caller wants an unpremultiplied bitmap, and we let them get
567 // If the image has alpha and the decoder wants unpremultiplied
643 // config is unpremultiplied, the color table will store unpremultiplied colors.
    [all...]
SkScaledBitmapSampler.cpp 336 // Unpremultiplied is not supported for 4444
391 // Unpremultiplied is not supported for an index source.
430 // Unpremultiplied and skip zeroes make no difference
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_fill.h 321 * unpremultiplied. Two temporary registers are required.

Completed in 3724 milliseconds

1 2