Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp134 CFX_ByteTextBuf sClip; in GetThisAppearanceStream() local
137 sClip << "q\n"; in GetThisAppearanceStream()
138 sClip << rcClient.left << " " << rcClient.bottom << " " in GetThisAppearanceStream()
142 sClip << sListItems << "Q\n"; in GetThisAppearanceStream()
144 sAppStream << "/Tx BMC\n" << sClip << "EMC\n"; in GetThisAppearanceStream()