Lines Matching refs:operation
429 typename TagProcessor::Operation operation; in CalcLineRectImpl() local
448 operation = m_TagProcessor->CalcRect(&rect2, code, &context2); in CalcLineRectImpl()
466 operation = m_TagProcessor->CalcRect(&rect, code, &context); 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() local
638 operation = m_TagProcessor->CalcRect(&rect, code, &context2); in PrintImpl()
655 operation = m_TagProcessor->Process(code, &context); 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()