Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkXfermode.cpp108 bool SkXfermode::IsOpaque(SkBlendMode mode, SrcColorOpacity opacityType) { in IsOpaque() function in SkXfermode
/third_party/node/deps/v8/include/
Dv8-message.h43 bool IsOpaque() const { return (flags_ & kIsOpaque) != 0; } in IsOpaque() function
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs72 pub trait IsOpaque { trait
/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/node/deps/v8/src/api/
Dapi.cc3119 bool Message::IsOpaque() const { in IsOpaque() function in v8::Message
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp73621 inline bool IsOpaque(SurfaceFormat aFormat) in IsOpaque() function