HomeSort by relevance Sort by last modified time
    Searched full:colortypes (Results 1 - 22 of 22) sorted by null

  /external/skia/src/image/
SkImagePriv.cpp 31 // break for unsupported colortypes
  /external/skia/tests/
CanvasStateTest.cpp 28 const SkColorType colorTypes[] = {
31 const int configCount = sizeof(colorTypes) / sizeof(SkBitmap::Config);
45 colorTypes[i],
  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.cpp 168 // Note: we've already taken care of 32bit colortypes above.
188 * Begin section where we try to change colorTypes along the way. Not all combinations
SkBitmapFilter.cpp 132 // TODO: consider supporting other colortypes (e.g. 565, A8)
SkMipMap.cpp 140 return NULL; // don't build mipmaps for any other colortypes (yet)
SkBitmap.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
CanvasStateTest.cpp 69 const SkColorType colorTypes[] = {
96 for (size_t i = 0; i < SK_ARRAY_COUNT(colorTypes); ++i) {
100 colorTypes[i],
  /external/chromium_org/third_party/skia/src/utils/mac/
SkCreateCGImageRef.cpp 264 return false; // no other colortypes are supported (for now)
  /external/skia/src/core/
SkBitmapFilter.cpp 126 // TODO: consider supporting other colortypes (e.g. 565, A8)
SkMipMap.cpp 140 return NULL; // don't build mipmaps for any other colortypes (yet)
SkBitmap.cpp     [all...]
  /external/skia/src/utils/mac/
SkCreateCGImageRef.cpp 264 return false; // no other colortypes are supported (for now)
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 102 * colortypes, 2 for 4-bytes per pixel colortypes). Return 0 for kUnknown_SkColorType.
530 * require un-premultiplying the color. Alpha only colortypes (e.g. kAlpha_8_SkColorType)
620 * (in the case where the src and dst have different colortypes or alphatypes).
    [all...]
SkCanvas.h 259 * (in the case where the src and dst have different colortypes or alphatypes).
296 * src and dst have different colortypes or alphatypes).
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.cpp 845 const SkColorType colorTypes[] = {
854 for (size_t c = 0; c < SK_ARRAY_COUNT(colorTypes); ++c) {
861 colorTypes[c], kPremul_SkAlphaType));
SkImageDecoder_libjpeg.cpp 426 // These are acceptable destination colortypes.
429 // Force all other colortypes to 8888.
    [all...]
SkImageDecoder_libpng.cpp 469 // We have chosen not to support unpremul for these colortypes.
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.cpp 845 const SkColorType colorTypes[] = {
854 for (size_t c = 0; c < SK_ARRAY_COUNT(colorTypes); ++c) {
861 colorTypes[c], kPremul_SkAlphaType));
SkImageDecoder_libjpeg.cpp 441 // These are acceptable destination colortypes.
444 // Force all other colortypes to 8888.
    [all...]
SkImageDecoder_libpng.cpp 469 // We have chosen not to support unpremul for these colortypes.
    [all...]
  /external/skia/include/core/
SkBitmap.h 128 * colortypes, 2 for 4-bytes per pixel colortypes). Return 0 for kUnknown_SkColorType.
567 * require un-premultiplying the color. Alpha only colortypes (e.g. kAlpha_8_SkColorType)
    [all...]
SkCanvas.h 243 * src and dst have different colortypes or alphatypes).
278 * src and dst have different colortypes or alphatypes).
    [all...]

Completed in 536 milliseconds