Home
last modified time | relevance | path

Searched refs:isAlphaOnly (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/docs/examples/
Dinlinepixmapconstructor.cpp6 SkDebugf("image alpha only = %s\n", image->isAlphaOnly() ? "true" : "false"); in draw()
10 SkDebugf("copy alpha only = %s\n", copy->isAlphaOnly() ? "true" : "false"); in draw()
DPixmap_const_SkImageInfo_const_star.cpp7 SkDebugf("image alpha only = %s\n", image->isAlphaOnly() ? "true" : "false"); in draw()
12 SkDebugf("copy alpha only = %s\n", copy->isAlphaOnly() ? "true" : "false"); in draw()
DImage_isAlphaOnly.cpp9 SkDebugf("alphaOnly = %s\n", image->isAlphaOnly() ? "true" : "false"); in draw()
/third_party/skia/tests/
DImageIsOpaqueTest.cpp73 REPORTER_ASSERT(reporter, image->isAlphaOnly() == false); in DEF_TEST()
77 SkImageInfo::MakeA8(1, 1), (uint8_t*)&pmColors, 1})->isAlphaOnly() == true); in DEF_TEST()
/third_party/skia/src/gpu/
DGrColorInfo.h49 bool isAlphaOnly() const { return GrColorTypeIsAlphaOnly(fColorType); } in isAlphaOnly() function
/third_party/skia/src/image/
DSkImage.cpp578 bool SkImage::isAlphaOnly() const { return SkColorTypeIsAlphaOnly(fInfo.colorType()); } in isAlphaOnly() function in SkImage
605 (SkColorSpace::Equals(colorSpace, targetColorSpace.get()) || this->isAlphaOnly())) { in makeColorTypeAndColorSpace()
625 if (SkColorSpace::Equals(colorSpace, target.get()) || this->isAlphaOnly()) { in reinterpretColorSpace()
/third_party/skia/src/gpu/v1/
DDevice_drawTexture.cpp461 bool canUseTextureCoordsAsLocalCoords = !use_shader(image.isAlphaOnly(), paint) && !mf; in draw_image()
513 if (image.isAlphaOnly()) { in draw_image()
934 if (image->isAlphaOnly()) { in drawEdgeAAImageSet()
DDevice.cpp772 if (!info.isAlphaOnly() && (paint->getColor() & 0x00FFFFFF) != 0x00FFFFFF) { in drawViewLattice()
782 if (info.isAlphaOnly()) { in drawViewLattice()
/third_party/skia/include/core/
DSkImage.h660 bool isAlphaOnly() const;
/third_party/skia/src/pdf/
DSkPDFShader.cpp324 if (img->isAlphaOnly()) { in adjust_color()
DSkPDFDevice.cpp1493 if (imageSubset.image()->isAlphaOnly() && paint->getColorFilter()) { in internalDrawImageRect()
1509 SkASSERT(!imageSubset.image()->isAlphaOnly()); in internalDrawImageRect()
1512 if (imageSubset.image()->isAlphaOnly()) { in internalDrawImageRect()
/third_party/skia/src/shaders/
DSkImageShader.cpp299 if (fImage->isAlphaOnly()) { in asFragmentProcessor()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1285 bool isAlphaOnly() const;