Searched defs:isOpaque (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | runtime_effect.cpp | 68 MakeShader(std::shared_ptr<Data> uniforms, std::shared_ptr<ShaderEffect> children[], size_t childCount, const Matrix* localMatrix, bool isOpaque) MakeShader() argument
|
H A D | runtime_shader_builder.cpp | 28 std::shared_ptr<ShaderEffect> RuntimeShaderBuilder::MakeShader(const Matrix* localMatrix, bool isOpaque) in MakeShader() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/runtimeeffect_fuzzer/ |
H A D | runtime_effect_fuzzer.cpp | 46 bool isOpaque = GetObject<bool>(); in RuntimeEffectFuzzTest() local 95 bool isOpaque = GetObject<bool>(); in RuntimeShaderFuzzTest() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_runtime_shader_builder.cpp | 41 std::shared_ptr<ShaderEffect> SkiaRuntimeShaderBuilder::MakeShader(const Matrix* localMatrix, bool isOpaque) in MakeShader() argument
|
H A D | skia_runtime_effect.cpp | 102 MakeShader(std::shared_ptr<Data> uniforms, std::shared_ptr<ShaderEffect> children[], size_t childCount, const Matrix* localMatrix, bool isOpaque) MakeShader() argument
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_encoder.cpp | 178 bool isOpaque = IsOpaque(pixelMap); in CheckEncodeFormat() local
|
Completed in 5 milliseconds