Home
last modified time | relevance | path

Searched refs:gHead (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tools/
H A DRegistry.h26 Registry* reg = gHead; in Registry()
35 fChain = gHead; in Registry()
36 gHead = this; in Registry()
39 static const Registry* Head() { return gHead; } in Head()
60 static Registry* gHead; member in sk_tools::Registry
64 template <typename T> Registry<T>* Registry<T>::gHead; member in sk_tools::Registry
/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp141 SkFlagInfo* CommandLineFlags::gHead; member in CommandLineFlags
250 for (SkFlagInfo* flag = CommandLineFlags::gHead; flag; flag = flag->next()) { in Parse()
262 for (SkFlagInfo* flag = CommandLineFlags::gHead; flag; flag = flag->next()) { in Parse()
283 SkFlagInfo* flag = gHead; in Parse()
347 SkFlagInfo* flag = gHead; in Parse()
348 gHead = nullptr; in Parse()
H A DCommandLineFlags.h185 static SkFlagInfo* gHead; member in CommandLineFlags
188 // For access to gHead.
442 fNext = CommandLineFlags::gHead; in SkFlagInfo()
443 CommandLineFlags::gHead = this; in SkFlagInfo() member in SkFlagInfo::CommandLineFlags
/third_party/skia/bench/
H A DBenchmark.cpp14 template BenchRegistry* BenchRegistry::gHead; member in BenchRegistry
/third_party/skia/tools/fiddle/
H A Dexamples.cpp6 template sk_tools::Registry<fiddle::Example>* sk_tools::Registry<fiddle::Example>::gHead; member in sk_tools::Registry
/third_party/skia/samplecode/
H A DSample.cpp127 template SampleRegistry* SampleRegistry::gHead; member in SampleRegistry
/third_party/skia/tests/
H A Dskia_test.cpp57 template TestRegistry* TestRegistry::gHead; member in TestRegistry
/third_party/skia/gm/
H A Dgm.cpp185 template GMRegistry* GMRegistry::gHead; member in GMRegistry

Completed in 4 milliseconds