Home
last modified time | relevance | path

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

/external/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;
/external/skqp/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;
/external/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()
/external/skqp/tools/flags/
DSkCommandLineFlags.cpp139 SkFlagInfo* SkCommandLineFlags::gHead; member in SkCommandLineFlags
252 for (SkFlagInfo* flag = SkCommandLineFlags::gHead; flag; in Parse()
266 for (SkFlagInfo* flag = SkCommandLineFlags::gHead; flag; in Parse()
288 SkFlagInfo* flag = gHead; in Parse()
357 SkFlagInfo* flag = gHead; in Parse()
358 gHead = nullptr; in Parse()
DSkCommandLineFlags.h202 static SkFlagInfo* gHead;
533 fNext = SkCommandLineFlags::gHead; in SkFlagInfo()
534 SkCommandLineFlags::gHead = this; in SkFlagInfo()
/external/skia/bench/
DBenchmark.cpp14 template BenchRegistry* BenchRegistry::gHead;
/external/skqp/bench/
DBenchmark.cpp14 template BenchRegistry* BenchRegistry::gHead;
/external/skia/tools/fiddle/
Dexamples.cpp6 template sk_tools::Registry<fiddle::Example>* sk_tools::Registry<fiddle::Example>::gHead; member in sk_tools::Registry<fiddle::Example>
/external/skia/samplecode/
DSample.cpp127 template SampleRegistry* SampleRegistry::gHead;
/external/skqp/gm/
Dgm.cpp96 template GMRegistry* GMRegistry::gHead;
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAsset.java253 static Asset gHead = null; field in Asset
310 Asset cur = gHead; in getAssetAllocations()
/external/skqp/tests/
Dskia_test.cpp39 template TestRegistry* TestRegistry::gHead;
/external/skqp/samplecode/
DSample.cpp222 template SampleRegistry* SampleRegistry::gHead;
/external/skia/tests/
Dskia_test.cpp56 template TestRegistry* TestRegistry::gHead;
/external/skia/gm/
Dgm.cpp190 template GMRegistry* GMRegistry::gHead;