Home
last modified time | relevance | path

Searched refs:isOpaque (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/skia/tests/
DShaderOpacityTest.cpp26 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
34 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
40 REPORTER_ASSERT(reporter, shader->isOpaque()); in test_bitmap()
46 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
63 REPORTER_ASSERT(reporter, grad->isOpaque()); in test_gradient()
70 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
77 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
84 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
89 REPORTER_ASSERT(reporter, !colorShader1.isOpaque()); in test_color()
91 REPORTER_ASSERT(reporter, colorShader2.isOpaque()); in test_color()
[all …]
/third_party/flutter/skia/tests/
DShaderOpacityTest.cpp23 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
31 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
37 REPORTER_ASSERT(reporter, shader->isOpaque()); in test_bitmap()
43 REPORTER_ASSERT(reporter, !shader->isOpaque()); in test_bitmap()
60 REPORTER_ASSERT(reporter, grad->isOpaque()); in test_gradient()
67 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
74 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
81 REPORTER_ASSERT(reporter, !grad->isOpaque()); in test_gradient()
86 REPORTER_ASSERT(reporter, !colorShader1.isOpaque()); in test_color()
88 REPORTER_ASSERT(reporter, colorShader2.isOpaque()); in test_color()
[all …]
/third_party/flutter/skia/src/shaders/
DSkRTShader.cpp39 bool isOpaque) in SkRTShader() argument
44 , fIsOpaque(isOpaque) in SkRTShader()
120 bool isOpaque = SkToBool(flags & kIsOpaque_Flag); in CreateProc() local
128 localMPtr, isOpaque)); in CreateProc()
132 const SkMatrix* localMatrix, bool isOpaque) { in SkRuntimeShaderMaker() argument
134 localMatrix, isOpaque)); in SkRuntimeShaderMaker()
DSkColorShader.h26 bool isOpaque() const override;
54 bool isOpaque() const override { return fColor.isOpaque(); } in isOpaque() function
DSkLightingShader.cpp55 bool isOpaque() const override;
309 bool SkLightingShaderImpl::isOpaque() const { in isOpaque() function in SkLightingShaderImpl
310 return (fDiffuseShader ? fDiffuseShader->isOpaque() : false); in isOpaque()
320 bool isOpaque = shader.isOpaque(); in LightingShaderContext() local
324 if (isOpaque && (255 == this->getPaintAlpha())) { in LightingShaderContext()
/third_party/skia/modules/canvaskit/
Drt_shader.js18 CanvasKit.RuntimeEffect.prototype.makeShader = function(floats, isOpaque, localMatrix) { argument
24 return this._makeShader(fptr, floats.length * 4, !!isOpaque, localMatrixPtr);
28 …CanvasKit.RuntimeEffect.prototype.makeShaderWithChildren = function(floats, isOpaque, childrenShad… argument
41 return this._makeShaderWithChildren(fptr, floats.length * 4, !!isOpaque, childrenPointers,
/third_party/flutter/skia/src/images/
DSkPngEncoder.cpp117 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
124 SkASSERT(srcInfo.isOpaque()); in setHeader()
132 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
133 fPngBytesPerPixel = srcInfo.isOpaque() ? 3 : 4; in setHeader()
141 SkASSERT(srcInfo.isOpaque()); in setHeader()
152 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
153 fPngBytesPerPixel = srcInfo.isOpaque() ? 3 : 4; in setHeader()
161 SkASSERT(srcInfo.isOpaque()); in setHeader()
175 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
/third_party/flutter/skia/src/pdf/
DSkPDFBitmap.cpp139 bool isOpaque, in do_deflated_image() argument
142 if (!isOpaque) { in do_deflated_image()
191 if (!isOpaque) { in do_deflated_image()
238 SkAlphaType at = bm.isOpaque() ? kOpaque_SkAlphaType : kUnpremul_SkAlphaType; in to_pixels()
262 bool isOpaque = pm.isOpaque() || pm.computeIsOpaque(); in serialize_image() local
263 if (encodingQuality <= 100 && isOpaque) { in serialize_image()
269 do_deflated_image(pm, doc, isOpaque, ref); in serialize_image()
/third_party/skia/src/images/
DSkPngEncoder.cpp118 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
125 SkASSERT(srcInfo.isOpaque()); in setHeader()
133 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
134 fPngBytesPerPixel = srcInfo.isOpaque() ? 3 : 4; in setHeader()
142 SkASSERT(srcInfo.isOpaque()); in setHeader()
153 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
154 fPngBytesPerPixel = srcInfo.isOpaque() ? 3 : 4; in setHeader()
162 SkASSERT(srcInfo.isOpaque()); in setHeader()
176 pngColorType = srcInfo.isOpaque() ? PNG_COLOR_TYPE_RGB : PNG_COLOR_TYPE_RGB_ALPHA; in setHeader()
/third_party/skia/src/pdf/
DSkPDFBitmap.cpp140 bool isOpaque, in do_deflated_image() argument
143 if (!isOpaque) { in do_deflated_image()
192 if (!isOpaque) { in do_deflated_image()
239 SkAlphaType at = bm.isOpaque() ? kOpaque_SkAlphaType : kUnpremul_SkAlphaType; in to_pixels()
265 bool isOpaque = pm.isOpaque() || pm.computeIsOpaque(); in serialize_image() local
266 if (encodingQuality <= 100 && isOpaque) { in serialize_image()
273 do_deflated_image(pm, doc, isOpaque, ref); in serialize_image()
/third_party/skia/src/core/
DSkBlitter_RGB565.cpp92 bool isOpaque = SkToBool(shaderContext->getFlags() & SkShaderBase::kOpaqueAlpha_Flag); in SkRGB565_Shader_Blitter() local
94 if (paint.asBlendMode() == SkBlendMode::kSrc || isOpaque) { in SkRGB565_Shader_Blitter()
98 fBlend = isOpaque ? D16_S32X_src : D16_S32A_srcover; in SkRGB565_Shader_Blitter()
99 fBlendCoverage = isOpaque ? D16_S32X_src_coverage : D16_S32A_srcover_coverage; in SkRGB565_Shader_Blitter()
DSkVMBlitter.cpp70 bool isOpaque() const override { return fSprite.isOpaque(); } in isOpaque() function
96 bool isOpaque() const override { return fShader->isOpaque(); } in isOpaque() function
176 explicit PaintColorShader(bool isOpaque) : fIsOpaque(isOpaque) {} in PaintColorShader()
184 bool isOpaque() const override { return fIsOpaque; } in isOpaque() function
240 shader = sk_make_sp<PaintColorShader>(paint.getColor4f().isOpaque()); in EffectiveParams()
271 if (as_BB(blender)->asBlendMode() == SkBlendMode::kSrcOver && shader->isOpaque()) { in EffectiveParams()
338 if (params.dst.isOpaque()) { in BuildProgram()
407 if (params.dst.isOpaque()) { in BuildProgram()
/third_party/flutter/skia/src/core/
DSkBlitter_RGB565.cpp93 bool isOpaque = SkToBool(shaderContext->getFlags() & SkShaderBase::kOpaqueAlpha_Flag); in SkRGB565_Shader_Blitter() local
95 if (paint.getBlendMode() == SkBlendMode::kSrc || isOpaque) { in SkRGB565_Shader_Blitter()
99 fBlend = isOpaque ? D16_S32X_src : D16_S32A_srcover; in SkRGB565_Shader_Blitter()
100 fBlendCoverage = isOpaque ? D16_S32X_src_coverage : D16_S32A_srcover_coverage; in SkRGB565_Shader_Blitter()
DSkDraw_atlas.cpp93 bool isOpaque = !colors && atlasShader->isOpaque(); in drawAtlas() local
96 isOpaque = false; in drawAtlas()
99 auto blitter = SkCreateRasterPipelineBlitter(fDst, p, pipeline, isOpaque, &alloc); in drawAtlas()
/third_party/skia/src/shaders/
DSkColorShader.h26 bool isOpaque() const override;
58 bool isOpaque() const override { return fColor.isOpaque(); } in isOpaque() function
DSkColorFilterShader.cpp42 bool SkColorFilterShader::isOpaque() const { in isOpaque() function in SkColorFilterShader
43 return fShader->isOpaque() && fAlpha == 1.0f && as_CFB(fFilter)->isAlphaUnchanged(); in isOpaque()
59 if (!fFilter->appendStages(rec, fShader->isOpaque())) { in onAppendStages()
/third_party/flutter/skia/src/gpu/
DGrProcessorAnalysis.h31 if (color.isOpaque()) { in setToConstant()
44 bool isOpaque() const { return SkToBool(kIsOpaque_Flag & fFlags); } in isOpaque() function
101 bool isOpaque() const { return fIsOpaque; } in isOpaque() function
/third_party/skia/src/gpu/
DGrProcessorAnalysis.h31 if (color.isOpaque()) { in setToConstant()
44 bool isOpaque() const { return SkToBool(kIsOpaque_Flag & fFlags); } in isOpaque() function
101 bool isOpaque() const { return fIsOpaque; } in isOpaque() function
/third_party/skia/src/sksl/ir/
DSkSLVarDeclarations.cpp49 if (baseType->componentType().isOpaque() && storage != Variable::Storage::kGlobal) { in ErrorCheck()
104 if (var.type().isOpaque()) { in ErrorCheckAndCoerce()
141 if (var.type().isOpaque()) { in ErrorCheckAndCoerce()
218 SkASSERT(!(var->storage() == Variable::Storage::kInterfaceBlock && var->type().isOpaque())); in Make()
222 SkASSERT(!(value && var->type().isOpaque())); in Make()
/third_party/skia/docs/examples/
DBitmap_isOpaque.cpp14 SkDebugf("isOpaque: %s\n", bitmap.isOpaque() ? "true" : "false"); in draw()
16 SkDebugf("isOpaque: %s\n", bitmap.isOpaque() ? "true" : "false"); in draw()
DImageInfo_isOpaque.cpp15 SkDebugf("isOpaque: %s\n", imageInfo.isOpaque() ? "true" : "false"); in draw()
17 SkDebugf("isOpaque: %s\n", imageInfo.isOpaque() ? "true" : "false"); in draw()
DPixmap_isOpaque.cpp15 SkDebugf("isOpaque: %s\n", pixmap.isOpaque() ? "true" : "false"); in draw()
17 SkDebugf("isOpaque: %s\n", pixmap.isOpaque() ? "true" : "false"); in draw()
/third_party/flutter/skia/docs/examples/
DBitmap_isOpaque.cpp14 SkDebugf("isOpaque: %s\n", bitmap.isOpaque() ? "true" : "false"); in draw()
16 SkDebugf("isOpaque: %s\n", bitmap.isOpaque() ? "true" : "false"); in draw()
DImageInfo_isOpaque.cpp15 SkDebugf("isOpaque: %s\n", imageInfo.isOpaque() ? "true" : "false"); in draw()
17 SkDebugf("isOpaque: %s\n", imageInfo.isOpaque() ? "true" : "false"); in draw()
DPixmap_isOpaque.cpp15 SkDebugf("isOpaque: %s\n", pixmap.isOpaque() ? "true" : "false"); in draw()
17 SkDebugf("isOpaque: %s\n", pixmap.isOpaque() ? "true" : "false"); in draw()

12345678