Searched refs:SetGlobal (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/ports/
H A DSkFontConfigInterface.cpp25 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) { function in class:SkFontConfigInterface
/external/skqp/src/ports/
H A DSkFontConfigInterface.cpp25 SkFontConfigInterface* SkFontConfigInterface::SetGlobal(SkFontConfigInterface* fc) { function in class:SkFontConfigInterface
/external/skia/src/core/
H A DSkDeviceProfile.h55 * specified with SetGlobal(), or if nullptr is specified to SetGlobal().
75 static void SetGlobal(SkDeviceProfile*);
H A DSkDeviceProfile.cpp73 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { function in class:SkDeviceProfile
/external/skqp/src/core/
H A DSkDeviceProfile.h55 * specified with SetGlobal(), or if nullptr is specified to SetGlobal().
75 static void SetGlobal(SkDeviceProfile*);
H A DSkDeviceProfile.cpp73 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { function in class:SkDeviceProfile
/external/skia/include/ports/
H A DSkFontConfigInterface.h39 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
/external/skqp/include/ports/
H A DSkFontConfigInterface.h39 static SkFontConfigInterface* SetGlobal(SkFontConfigInterface*);
/external/v8/src/wasm/
H A Dwasm-opcodes.cc121 CASE_OP(SetGlobal, "set_global")
H A Dwasm-opcodes.h82 V(SetGlobal, 0x24, _) \
H A Dfunction-body-decoder.cc1106 BUILD(SetGlobal, operand.index, val.node);
/external/v8/src/compiler/
H A Dwasm-compiler.h206 Node* SetGlobal(uint32_t index, Node* val);
H A Dwasm-compiler.cc3125 Node* WasmGraphBuilder::SetGlobal(uint32_t index, Node* val) { function in class:v8::internal::compiler::WasmGraphBuilder

Completed in 427 milliseconds