Home
last modified time | relevance | path

Searched refs:ImplicitString (Results 1 – 2 of 2) sorted by relevance

/external/skia/dm/
DDMSrcSink.h27 struct ImplicitString : public SkString { struct
29 ImplicitString(const T& s) : SkString(s) {} in ImplicitString() function
30 ImplicitString() : SkString("") {} in ImplicitString() function
32 typedef ImplicitString Name;
33 typedef ImplicitString Path;
DDM.cpp363 static void push_src(const char* tag, ImplicitString options, Src* s) { in push_src()