Searched refs:textEncoding (Results 1 – 10 of 10) sorted by relevance
22 JS_PROP(textEncoding);
45 void CJX_Submit::textEncoding(CFXJSE_Value* pValue, in textEncoding() function in CJX_Submit
260 void textEncoding(const std::string &encoding_);261 std::string textEncoding(void) const;
478 void textEncoding(const std::string &encoding_);479 std::string textEncoding(void) const;
926 int textEncoding; in CGContextRefObj_CGContextSelectFont() local930 &textEncoding)) in CGContextRefObj_CGContextSelectFont()935 textEncoding); in CGContextRefObj_CGContextSelectFont()
721 void Magick::Options::textEncoding(const std::string &encoding_) in textEncoding() function in Magick::Options727 std::string Magick::Options::textEncoding(void) const in textEncoding() function in Magick::Options
1554 void Magick::Image::textEncoding(const std::string &encoding_) in textEncoding() function in Magick::Image1557 options()->textEncoding(encoding_); in textEncoding()1560 std::string Magick::Image::textEncoding(void) const in textEncoding() function in Magick::Image1562 return(constOptions()->textEncoding()); in textEncoding()
11 * Completed implementation of Image textEncoding() method. Oops!14 * Added the Image textEncoding() method and an encoding option to
274 * lib/Options.cpp (textEncoding): Had forgotten to implement275 textEncoding!290 * lib/Image.cpp (textEncoding): New method to allow setting the
3453 (XFA_ATTRIBUTE_CALLBACK)&CJX_Submit::textEncoding,