Home
last modified time | relevance | path

Searched refs:gHead (Results 1 – 15 of 15) 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/
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/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/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/skia/tests/
Dskia_test.cpp39 template TestRegistry* TestRegistry::gHead;
/external/skia/samplecode/
DSample.cpp222 template SampleRegistry* SampleRegistry::gHead;
/external/skqp/samplecode/
DSample.cpp222 template SampleRegistry* SampleRegistry::gHead;
/external/skqp/tests/
Dskia_test.cpp39 template TestRegistry* TestRegistry::gHead;
/external/skia/gm/
Dgm.cpp156 template GMRegistry* GMRegistry::gHead;