Searched refs:TagProcessor (Results 1 – 4 of 4) sorted by relevance
65 typedef font::TagProcessorBase<wchar_t> TagProcessor; typedef560 TagProcessor* GetTagProcessor() const in GetTagProcessor()576 void SetTagProcessor(TagProcessor* pTagProcessor) in SetTagProcessor()849 TagProcessor* m_pTagProcessor;
429 typename TagProcessor::Operation operation; in CalcLineRectImpl()477 if (operation == TagProcessor::OPERATION_END_DRAW) in CalcLineRectImpl()483 else if (operation == TagProcessor::OPERATION_NO_CHAR_SPACE) in CalcLineRectImpl()487 else if (operation == TagProcessor::OPERATION_CHAR_SPACE) in CalcLineRectImpl()491 else if (operation == TagProcessor::OPERATION_NEXT_LINE) in CalcLineRectImpl()622 typename TagProcessor::Operation operation; in PrintImpl()658 if (operation == TagProcessor::OPERATION_NEXT_LINE) in PrintImpl()692 else if (operation == TagProcessor::OPERATION_NO_CHAR_SPACE) in PrintImpl()696 else if (operation == TagProcessor::OPERATION_CHAR_SPACE) in PrintImpl()700 else if (operation == TagProcessor::OPERATION_END_DRAW) in PrintImpl()
26 typedef TagProcessorBase<char> TagProcessor; typedef
545 typedef TagProcessorBase<CharType> TagProcessor; typedef641 static TagProcessor s_DefaultTagProcessor;648 TagProcessor* m_TagProcessor; //!< タグ処理機