Searched refs:doPrint (Results 1 – 2 of 2) sorted by relevance
46 void doPrint(char *s) const;110 doPrint(&(outline[30])); in print()121 void SkRTConf<T>::doPrint(char *s) const { in doPrint() function125 template<> inline void SkRTConf<bool>::doPrint(char *s) const { in doPrint() function131 template<> inline void SkRTConf<int>::doPrint(char *s) const { in doPrint() function137 template<> inline void SkRTConf<unsigned int>::doPrint(char *s) const { in doPrint() function143 template<> inline void SkRTConf<float>::doPrint(char *s) const { in doPrint() function149 template<> inline void SkRTConf<double>::doPrint(char *s) const { in doPrint() function155 template<> inline void SkRTConf<const char *>::doPrint(char *s) const { in doPrint() function
367 bool doPrint(std::string* ErrMsg) { in doPrint() function758 case Print: haveError = doPrint(&ErrMsg); break; in main()