Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Caret.cpp70 CFX_ByteTextBuf sCaret; in GetCaretApp() local
78 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() local
95 GetCaretApp(sCaret, ptOffset); in GetCaretAppearanceStream()
96 return sCaret.GetByteString(); in GetCaretAppearanceStream()