Searched refs:encoding (Results 1 – 4 of 4) sorted by relevance
72 void XmlTestReporter::AddXmlElement(ostream& os, char const* encoding) in AddXmlElement() argument76 if (encoding != NULL) in AddXmlElement()77 os << " encoding=\"" << encoding << "\""; in AddXmlElement()
25 void AddXmlElement(std::ostream& os, char const* encoding);
86 (5) Is the encoding of the RGB components for DXT1 formats correct in this88 "transparent" encoding. Is it really black?105 (6) Is the encoding of the RGB components for DXT3 and DXT5 formats111 opaque block encoding, regardless of the relative values of "color0"376 IMPORTANT: When encoding an RGBA image into a format using 1-bit379 equal to 0.5 end up with an alpha of 1.0. When encoding an RGBA image497 ever use the "transparent" encoding). Fixed
20 # This tag specifies the encoding used for all characters in the config file21 # that follow. The default is UTF-8 which is also the encoding used for all text773 # This tag can be used to specify the character encoding of the source files774 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses