Searched refs:isAlphaOnly (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/docs/examples/ |
D | inlinepixmapconstructor.cpp | 6 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()
|
D | Pixmap_const_SkImageInfo_const_star.cpp | 7 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()
|
D | Image_isAlphaOnly.cpp | 9 SkDebugf("alphaOnly = %s\n", image->isAlphaOnly() ? "true" : "false"); in draw()
|
/third_party/skia/tests/ |
D | ImageIsOpaqueTest.cpp | 73 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/ |
D | GrColorInfo.h | 49 bool isAlphaOnly() const { return GrColorTypeIsAlphaOnly(fColorType); } in isAlphaOnly() function
|
/third_party/skia/src/image/ |
D | SkImage.cpp | 578 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/ |
D | Device_drawTexture.cpp | 461 bool canUseTextureCoordsAsLocalCoords = !use_shader(image.isAlphaOnly(), paint) && !mf; in draw_image() 513 if (image.isAlphaOnly()) { in draw_image() 934 if (image->isAlphaOnly()) { in drawEdgeAAImageSet()
|
D | Device.cpp | 772 if (!info.isAlphaOnly() && (paint->getColor() & 0x00FFFFFF) != 0x00FFFFFF) { in drawViewLattice() 782 if (info.isAlphaOnly()) { in drawViewLattice()
|
/third_party/skia/include/core/ |
D | SkImage.h | 660 bool isAlphaOnly() const;
|
/third_party/skia/src/pdf/ |
D | SkPDFShader.cpp | 324 if (img->isAlphaOnly()) { in adjust_color()
|
D | SkPDFDevice.cpp | 1493 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/ |
D | SkImageShader.cpp | 299 if (fImage->isAlphaOnly()) { in asFragmentProcessor()
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 1285 bool isAlphaOnly() const;
|