OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gResourcePath
(Results
1 - 3
of
3
) sorted by null
/external/skia/bench/
SkBenchmark.cpp
15
SkString SkBenchmark::
gResourcePath
;
SkBenchmark.h
108
static void SetResourcePath(const char* resPath) {
gResourcePath
.set(resPath); }
110
static SkString& GetResourcePath() { return
gResourcePath
; }
130
static SkString
gResourcePath
;
/external/skia/gm/
gm.h
90
gResourcePath
= resourcePath;
94
return
gResourcePath
;
108
static SkString
gResourcePath
;
Completed in 243 milliseconds