Searched refs:TagProcessor (Results 1 – 4 of 4) sorted by relevance
63 typedef font::TagProcessorBase<wchar_t> TagProcessor; typedef558 TagProcessor* GetTagProcessor() const in GetTagProcessor()574 void SetTagProcessor(TagProcessor* pTagProcessor) in SetTagProcessor()823 TagProcessor* m_pTagProcessor;
427 typename TagProcessor::Operation operation; in CalcLineRectImpl()475 if (operation == TagProcessor::OPERATION_END_DRAW) in CalcLineRectImpl()481 else if (operation == TagProcessor::OPERATION_NO_CHAR_SPACE) in CalcLineRectImpl()485 else if (operation == TagProcessor::OPERATION_CHAR_SPACE) in CalcLineRectImpl()489 else if (operation == TagProcessor::OPERATION_NEXT_LINE) in CalcLineRectImpl()620 typename TagProcessor::Operation operation; in PrintImpl()656 if (operation == TagProcessor::OPERATION_NEXT_LINE) in PrintImpl()690 else if (operation == TagProcessor::OPERATION_NO_CHAR_SPACE) in PrintImpl()694 else if (operation == TagProcessor::OPERATION_CHAR_SPACE) in PrintImpl()698 else if (operation == TagProcessor::OPERATION_END_DRAW) in PrintImpl()
24 typedef TagProcessorBase<char> TagProcessor; typedef
543 typedef TagProcessorBase<CharType> TagProcessor; typedef639 static TagProcessor s_DefaultTagProcessor;646 TagProcessor* m_TagProcessor; //!< タグ処理機