Home
last modified time | relevance | path

Searched refs:gHead (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/tools/
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; variable
64 template <typename T> Registry<T>* Registry<T>::gHead;
/third_party/flutter/skia/tools/
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; variable
64 template <typename T> Registry<T>* Registry<T>::gHead;
/third_party/skia/tools/flags/
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()
DCommandLineFlags.h185 static SkFlagInfo* gHead;
442 fNext = CommandLineFlags::gHead; in SkFlagInfo()
443 CommandLineFlags::gHead = this; in SkFlagInfo()
/third_party/flutter/skia/tools/flags/
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()
DCommandLineFlags.h185 static SkFlagInfo* gHead;
442 fNext = CommandLineFlags::gHead; in SkFlagInfo()
443 CommandLineFlags::gHead = this; in SkFlagInfo()
/third_party/skia/bench/
DBenchmark.cpp14 template BenchRegistry* BenchRegistry::gHead;
/third_party/flutter/skia/bench/
DBenchmark.cpp14 template BenchRegistry* BenchRegistry::gHead;
/third_party/flutter/skia/tools/fiddle/
Dexamples.cpp6 template sk_tools::Registry<fiddle::Example>* sk_tools::Registry<fiddle::Example>::gHead; member in sk_tools::Registry<fiddle::Example>
/third_party/skia/tools/fiddle/
Dexamples.cpp6 template sk_tools::Registry<fiddle::Example>* sk_tools::Registry<fiddle::Example>::gHead; member in sk_tools::Registry<fiddle::Example>
/third_party/skia/samplecode/
DSample.cpp127 template SampleRegistry* SampleRegistry::gHead;
/third_party/flutter/skia/samplecode/
DSample.cpp122 template SampleRegistry* SampleRegistry::gHead;
/third_party/flutter/skia/tests/
Dskia_test.cpp57 template TestRegistry* TestRegistry::gHead;
/third_party/skia/tests/
Dskia_test.cpp57 template TestRegistry* TestRegistry::gHead;
/third_party/flutter/skia/gm/
Dgm.cpp164 template GMRegistry* GMRegistry::gHead;
/third_party/skia/gm/
Dgm.cpp185 template GMRegistry* GMRegistry::gHead;