Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:sText

299   CFX_ByteTextBuf sText;
316 sText << CPWL_Utils::GetColorAppStream(PWL_DEFAULT_SELBACKCOLOR)
325 sText << "BT\n" << CPWL_Utils::GetColorAppStream(GetTextColor())
334 sText << "BT\n"
344 sText << "BT\n" << CPWL_Utils::GetColorAppStream(GetTextColor())
351 sText << CPWL_Utils::GetColorAppStream(CPWL_Color(COLORTYPE_RGB, 1, 0, 0),
356 if (sText.GetLength() > 0) {
365 sAppStream << sText;