HomeSort by relevance Sort by last modified time
    Searched refs:alphaType (Results 51 - 71 of 71) sorted by null

1 23

  /external/chromium_org/third_party/skia/src/image/
SkImage_Raster.cpp 30 if ((unsigned)info.alphaType() > (unsigned)kLastEnum_SkAlphaType) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 573 const SkAlphaType alphaType = kAlpha_8_SkColorType == colorType ?
584 colorType, alphaType));
609 colorType, alphaType));
629 colorType, alphaType));
    [all...]
  /external/skia/src/core/
SkBitmapScaler.cpp 301 source.alphaType()));
SkMipMap.cpp 127 const SkAlphaType at = src.alphaType();
SkCanvas.cpp     [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 587 const SkAlphaType alphaType = kAlpha_8_SkColorType == colorType ?
598 colorType, alphaType));
624 colorType, alphaType));
645 colorType, alphaType));
    [all...]
  /external/chromium_org/third_party/skia/tests/
SurfaceTest.cpp 149 REPORTER_ASSERT(reporter, kPremul_SkAlphaType == info.alphaType() ||
150 kOpaque_SkAlphaType == info.alphaType());
ImageDecodingTest.cpp 197 const SkAlphaType boundsAlphaType = bm.alphaType();
230 REPORTER_ASSERT(reporter, bm.alphaType() == boundsAlphaType
231 || bm.alphaType() == kOpaque_SkAlphaType);
237 SkDebugf("Could not run alphaType test because resourcePath not specified.");
CanvasTest.cpp     [all...]
  /external/skia/tests/
ImageDecodingTest.cpp 196 const SkAlphaType boundsAlphaType = bm.alphaType();
229 REPORTER_ASSERT(reporter, bm.alphaType() == boundsAlphaType
230 || bm.alphaType() == kOpaque_SkAlphaType);
236 SkDebugf("Could not run alphaType test because resourcePath not specified.");
  /external/chromium_org/third_party/skia/src/core/
SkSpriteBlitter_RGB16.cpp 324 const SkAlphaType at = source.alphaType();
SkBitmapProcState.cpp 423 const SkAlphaType at = fBitmap->alphaType();
    [all...]
SkCanvas.cpp     [all...]
  /frameworks/base/libs/hwui/
TextureCache.cpp 350 rgbaBitmap.allocPixels(SkImageInfo::MakeN32(width, height, bitmap->alphaType()));
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 414 SkASSERT(bitmap.alphaType() != kUnpremul_SkAlphaType);
416 SkASSERT(bitmap.alphaType() != kPremul_SkAlphaType);
BitmapFactory.cpp 395 // FIXME: If the alphaType is kUnpremul and the image has alpha, the
399 colorType, decodingBitmap.alphaType()));
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 174 SkAlphaType at = origInfo.alphaType();
237 if (kUnpremul_SkAlphaType == dstInfo.alphaType()) {
252 if (kUnpremul_SkAlphaType == info.alphaType()) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 211 if (kOpaque_SkAlphaType != info.alphaType()) {
273 if (kUnpremul_SkAlphaType == dstInfo.alphaType()) {
288 if (kUnpremul_SkAlphaType == info.alphaType()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 298 bm.alphaType()),
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 300 bm.alphaType()),
    [all...]

Completed in 2385 milliseconds

1 23