Lines Matching refs:code
421 CharCode code = reader.Next(); in CalcLineRectImpl() local
425 if (code < ' ') in CalcLineRectImpl()
439 && code != '\n' in CalcLineRectImpl()
448 operation = m_TagProcessor->CalcRect(&rect2, code, &context2); in CalcLineRectImpl()
459 code = '\n'; in CalcLineRectImpl()
466 operation = m_TagProcessor->CalcRect(&rect, code, &context); in CalcLineRectImpl()
513 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl()
523 code = '\n'; in CalcLineRectImpl()
540 code = reader.Next(); in CalcLineRectImpl()
614 CharCode code = reader.Next(); in PrintImpl() local
618 if (code < ' ') in PrintImpl()
629 && code != '\n' in PrintImpl()
638 operation = m_TagProcessor->CalcRect(&rect, code, &context2); in PrintImpl()
648 code = '\n'; in PrintImpl()
655 operation = m_TagProcessor->Process(code, &context); in PrintImpl()
727 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in PrintImpl()
736 code = '\n'; in PrintImpl()
759 Print(code); in PrintImpl()
770 code = reader.Next(); in PrintImpl()