Home
last modified time | relevance | path

Searched refs:sCaret (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Caret.cpp64 CFX_ByteTextBuf sCaret; in GetCaretApp() local
72 sCaret << "q\n"; in GetCaretApp()
74 sCaret << rcClip.left << " " << rcClip.bottom + 2.5f << " " in GetCaretApp()
78 sCaret << m_fWidth << " w\n0 G\n"; in GetCaretApp()
79 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.bottom << " m\n"; in GetCaretApp()
80 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.top << " l S\nQ\n"; in GetCaretApp()
82 sAppStream << sCaret; in GetCaretApp()
88 CFX_ByteTextBuf sCaret; in GetCaretAppearanceStream() local
89 GetCaretApp(sCaret, ptOffset); in GetCaretAppearanceStream()
90 return sCaret.MakeString(); in GetCaretAppearanceStream()