Lines Matching refs:operation
427 typename TagProcessor::Operation operation; in CalcLineRectImpl() local
446 operation = m_TagProcessor->CalcRect(&rect2, code, &context2); in CalcLineRectImpl()
464 operation = m_TagProcessor->CalcRect(&rect, code, &context); 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() local
636 operation = m_TagProcessor->CalcRect(&rect, code, &context2); in PrintImpl()
653 operation = m_TagProcessor->Process(code, &context); 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()