Home
last modified time | relevance | path

Searched defs:IsOpaque (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkXfermode.cpp109 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() function in SkXfermode
/third_party/skia/src/core/
DSkXfermode.cpp108 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() function in SkXfermode
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs72 pub trait IsOpaque { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2591 bool IsOpaque = Constant->isOpaque(); in ExpandIntRes_Constant() local
DSelectionDAG.cpp5728 bool IsOpaque = VT.getSizeInBits() > 64 || in getMemsetValue() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73621 inline bool IsOpaque(SurfaceFormat aFormat) in IsOpaque() function