Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp142 CFX_ByteTextBuf sClip; in GetThisAppearanceStream() local
145 sClip << "q\n"; in GetThisAppearanceStream()
146 sClip << rcClient.left << " " << rcClient.bottom << " " in GetThisAppearanceStream()
150 sClip << sListItems << "Q\n"; in GetThisAppearanceStream()
152 sAppStream << "/Tx BMC\n" << sClip << "EMC\n"; in GetThisAppearanceStream()