Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkRTConf.h46 void doPrint(char *s) const;
110 doPrint(&(outline[30])); in print()
121 void SkRTConf<T>::doPrint(char *s) const { in doPrint() function
125 template<> inline void SkRTConf<bool>::doPrint(char *s) const { in doPrint() function
131 template<> inline void SkRTConf<int>::doPrint(char *s) const { in doPrint() function
137 template<> inline void SkRTConf<unsigned int>::doPrint(char *s) const { in doPrint() function
143 template<> inline void SkRTConf<float>::doPrint(char *s) const { in doPrint() function
149 template<> inline void SkRTConf<double>::doPrint(char *s) const { in doPrint() function
155 template<> inline void SkRTConf<const char *>::doPrint(char *s) const { in doPrint() function
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp367 bool doPrint(std::string* ErrMsg) { in doPrint() function
758 case Print: haveError = doPrint(&ErrMsg); break; in main()