Searched refs:sCaret (Results 1 – 1 of 1) sorted by relevance
70 CFX_ByteTextBuf sCaret; in GetCaretApp() local78 sCaret << "q\n"; in GetCaretApp()80 sCaret << rcClip.left << " " << rcClip.bottom + 2.5f << " " in GetCaretApp()84 sCaret << m_fWidth << " w\n0 G\n"; in GetCaretApp()85 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.bottom << " m\n"; in GetCaretApp()86 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.top << " l S\nQ\n"; in GetCaretApp()88 sAppStream << sCaret; in GetCaretApp()94 CFX_ByteTextBuf sCaret; in GetCaretAppearanceStream() local95 GetCaretApp(sCaret, ptOffset); in GetCaretAppearanceStream()96 return sCaret.GetByteString(); in GetCaretAppearanceStream()