Home
last modified time | relevance | path

Searched refs:setAlphaType (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/tests/
H A DShaderOpacityTest.cpp37 bmp.setAlphaType(kOpaque_SkAlphaType); in test_bitmap()
43 bmp.setAlphaType(kPremul_SkAlphaType); in test_bitmap()
H A DAnimatedImageTest.cpp329 REPORTER_ASSERT(r, bm.setAlphaType(frameInfos[i].fAlphaType)); in DEF_TEST()
/third_party/skia/docs/examples/
H A DBitmap_setAlphaType.cpp27 bool result = bitmap.setAlphaType(alphaType); in REG_FIDDLE()
H A Dunexpected_setAlphaType.cpp60 bool result = bitmap.setAlphaType(alphaType); in REG_FIDDLE()
/third_party/skia/src/utils/mac/
H A DSkCreateCGImageRef.cpp230 tmp.setAlphaType(kOpaque_SkAlphaType); in SkCreateBitmapFromCGImage()
235 tmp.setAlphaType(kOpaque_SkAlphaType); in SkCreateBitmapFromCGImage()
/third_party/skia/gm/
H A Dfilterbug.cpp37 bm.setAlphaType(SkAlphaType::kOpaque_SkAlphaType); in make_image()
H A Dlazytiling.cpp141 bigBM.setAlphaType(kOpaque_SkAlphaType); in create_bitmap()
H A Dall_bitmap_configs.cpp35 tmp.setAlphaType(kOpaque_SkAlphaType); in copy_bitmap()
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp118 SkAssertResult(fBitmap.setAlphaType(info.alphaType())); in init()
/third_party/skia/include/core/
H A DSkBitmap.h258 bool setAlphaType(SkAlphaType alphaType);
/third_party/skia/src/core/
H A DSkBitmap.cpp143 bool SkBitmap::setAlphaType(SkAlphaType newAlphaType) { in setAlphaType() function in SkBitmap

Completed in 7 milliseconds