OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnderJoin
(Results
1 - 8
of
8
) sorted by null
/external/skia/dm/
DMUtil.h
12
//
UnderJoin
("a", "b") -> "a_b"
13
SkString
UnderJoin
(const char* a, const char* b);
DMReplayTask.cpp
18
, fName(
UnderJoin
(parent.name().c_str(), useRTree ? "rtree" : "replay"))
DMCpuTask.cpp
21
, fName(
UnderJoin
(fGM->shortName(), name))
DMGpuTask.cpp
22
, fName(
UnderJoin
(fGM->shortName(), name))
DMPipeTask.cpp
43
, fName(
UnderJoin
(parent.name().c_str(), get_name(fFlags)))
DMSerializeTask.cpp
17
, fName(
UnderJoin
(parent.name().c_str(), "serialize"))
DMUtil.cpp
7
SkString
UnderJoin
(const char* a, const char* b) {
DMTileGridTask.cpp
16
, fName(
UnderJoin
(parent.name().c_str(), "tilegrid"))
Completed in 77 milliseconds