Lines Matching refs:code
419 CharCode code = reader.Next(); in CalcLineRectImpl() local
423 if (code < ' ') in CalcLineRectImpl()
437 && code != '\n' in CalcLineRectImpl()
446 operation = m_TagProcessor->CalcRect(&rect2, code, &context2); in CalcLineRectImpl()
457 code = '\n'; in CalcLineRectImpl()
464 operation = m_TagProcessor->CalcRect(&rect, code, &context); in CalcLineRectImpl()
511 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl()
521 code = '\n'; in CalcLineRectImpl()
538 code = reader.Next(); in CalcLineRectImpl()
612 CharCode code = reader.Next(); in PrintImpl() local
616 if (code < ' ') in PrintImpl()
627 && code != '\n' in PrintImpl()
636 operation = m_TagProcessor->CalcRect(&rect, code, &context2); in PrintImpl()
646 code = '\n'; in PrintImpl()
653 operation = m_TagProcessor->Process(code, &context); in PrintImpl()
725 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in PrintImpl()
734 code = '\n'; in PrintImpl()
757 Print(code); in PrintImpl()
768 code = reader.Next(); in PrintImpl()