/external/skia/docs/examples/ |
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 | 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 | Image_isAlphaOnly.cpp | 9 SkDebugf("alphaOnly = %s\n", image->isAlphaOnly() ? "true" : "false"); in draw()
|
/external/skqp/src/gpu/ |
D | GrTextureMaker.h | 29 GrTextureMaker(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureMaker() argument 30 : INHERITED(context, width, height, isAlphaOnly) {} in GrTextureMaker()
|
D | GrTextureProducer.h | 109 bool isAlphaOnly() const { return fIsAlphaOnly; } in isAlphaOnly() function 117 GrTextureProducer(GrContext* context, int width, int height, bool isAlphaOnly) in GrTextureProducer() argument 121 , fIsAlphaOnly(isAlphaOnly) {} in GrTextureProducer()
|
D | GrImageTextureMaker.cpp | 16 : INHERITED(context, client->width(), client->height(), client->isAlphaOnly()) in GrImageTextureMaker() 48 : INHERITED(context, client->width(), client->height(), client->isAlphaOnly()) in GrYUVAImageTextureMaker()
|
D | SkGpuDevice_drawTexture.cpp | 249 bool canUseTextureCoordsAsLocalCoords = !use_shader(producer->isAlphaOnly(), paint) && !mf; in drawTextureProducerImpl() 303 viewMatrix, std::move(fp), producer->isAlphaOnly(), in drawTextureProducerImpl()
|
/external/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()
|
/external/skqp/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()
|
/external/skia/src/gpu/ |
D | GrColorInfo.h | 49 bool isAlphaOnly() const { return GrColorTypeIsAlphaOnly(fColorType); } in isAlphaOnly() function
|
D | SkGpuDevice_drawTexture.cpp | 458 bool canUseTextureCoordsAsLocalCoords = !use_shader(image.isAlphaOnly(), paint) && !mf; in draw_image() 510 if (image.isAlphaOnly()) { in draw_image() 522 image.isAlphaOnly(), in draw_image() 925 if (image->isAlphaOnly()) { in drawEdgeAAImageSet()
|
D | SkGpuDevice.cpp | 789 if (!info.isAlphaOnly() && (paint->getColor() & 0x00FFFFFF) != 0x00FFFFFF) { 799 if (info.isAlphaOnly()) {
|
/external/skqp/src/image/ |
D | SkImage.cpp | 300 bool SkImage::isAlphaOnly() const { in isAlphaOnly() function in SkImage 316 if (SkColorSpace::Equals(colorSpace, target.get()) || this->isAlphaOnly()) { in makeColorSpace() 335 (SkColorSpace::Equals(colorSpace, targetColorSpace.get()) || this->isAlphaOnly())) { in makeColorTypeAndColorSpace()
|
/external/skia/src/image/ |
D | SkImage.cpp | 590 bool SkImage::isAlphaOnly() const { return SkColorTypeIsAlphaOnly(fInfo.colorType()); } in isAlphaOnly() function in SkImage 617 (SkColorSpace::Equals(colorSpace, targetColorSpace.get()) || this->isAlphaOnly())) { in makeColorTypeAndColorSpace() 637 if (SkColorSpace::Equals(colorSpace, target.get()) || this->isAlphaOnly()) { in reinterpretColorSpace()
|
/external/skqp/src/shaders/ |
D | SkImageShader.cpp | 227 bool isAlphaOnly = GrPixelConfigIsAlphaOnly(config); in asFragmentProcessor() local 250 if (isAlphaOnly) { in asFragmentProcessor()
|
/external/skqp/include/core/ |
D | SkImage.h | 649 bool isAlphaOnly() const;
|
/external/skia/include/core/ |
D | SkImage.h | 652 bool isAlphaOnly() const;
|
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 324 if (img->isAlphaOnly()) { in adjust_color()
|
D | SkPDFDevice.cpp | 1484 if (imageSubset.image()->isAlphaOnly() && paint->getColorFilter()) { in internalDrawImageRect() 1500 SkASSERT(!imageSubset.image()->isAlphaOnly()); in internalDrawImageRect() 1503 if (imageSubset.image()->isAlphaOnly()) { in internalDrawImageRect()
|
/external/skqp/src/pdf/ |
D | SkPDFShader.cpp | 320 if (img->isAlphaOnly()) { in adjust_color()
|
D | SkPDFDevice.cpp | 1834 if (imageSubset.image()->isAlphaOnly() && paint.getColorFilter()) { in internalDrawImageRect() 1848 SkASSERT(!imageSubset.image()->isAlphaOnly()); in internalDrawImageRect() 1851 if (imageSubset.image()->isAlphaOnly()) { in internalDrawImageRect()
|
/external/skqp/docs/ |
D | SkImage_Reference.bmh | 925 #Method bool isAlphaOnly() const 933 SkDebugf("alphaOnly = %s\n", image->isAlphaOnly() ? "true" : "false"); 965 #SeeAlso alphaType isAlphaOnly
|
D | SkPixmap_Reference.bmh | 71 SkDebugf("image alpha only = %s\n", image->isAlphaOnly() ? "true" : "false"); 76 SkDebugf("copy alpha only = %s\n", copy->isAlphaOnly() ? "true" : "false");
|
/external/skqp/src/core/ |
D | SkBitmapDevice.cpp | 678 if (clipImage->isAlphaOnly() && totalMatrix.invert(&totalInverse)) { in drawSpecial()
|
/external/skia/src/shaders/ |
D | SkImageShader.cpp | 342 if (fImage->isAlphaOnly()) { in asFragmentProcessor()
|