• Home
  • Raw
  • Download

Lines Matching refs:sAppStream

403   std::ostringstream sAppStream;  in GetCircleFillAppStream()  local
406 AutoClosedQCommand q(&sAppStream); in GetCircleFillAppStream()
407 sAppStream << sColor << GetAP_Circle(rect) << kFillOperator << "\n"; in GetCircleFillAppStream()
409 return ByteString(sAppStream); in GetCircleFillAppStream()
419 std::ostringstream sAppStream; in GetCircleBorderAppStream() local
423 AutoClosedQCommand q(&sAppStream); in GetCircleBorderAppStream()
436 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
437 sAppStream << fWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
445 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
446 sAppStream << fWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
456 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
457 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
464 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
465 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
472 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
473 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
481 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
482 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
489 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
490 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
497 AutoClosedQCommand q2(&sAppStream); in GetCircleBorderAppStream()
498 sAppStream << fHalfWidth << " " << kSetLineWidthOperator << "\n" in GetCircleBorderAppStream()
505 return ByteString(sAppStream); in GetCircleBorderAppStream()
668 std::ostringstream sAppStream; in GetEditAppStream() local
672 sAppStream << nHorzScale << " " << kSetTextScaleHorizontalOperator in GetEditAppStream()
678 sAppStream << fCharSpace << " " << kSetCharacterSpacingOperator << "\n"; in GetEditAppStream()
681 sAppStream << sEditStream.str(); in GetEditAppStream()
684 return ByteString(sAppStream); in GetEditAppStream()
917 std::ostringstream sAppStream; in GetPushButtonAppStream() local
919 AutoClosedQCommand q(&sAppStream); in GetPushButtonAppStream()
920 sAppStream << rcBBox.left << " " << rcBBox.bottom << " " in GetPushButtonAppStream()
925 sAppStream << sTemp.str().c_str(); in GetPushButtonAppStream()
927 return ByteString(sAppStream); in GetPushButtonAppStream()
937 std::ostringstream sAppStream; in GetBorderAppStreamInternal() local
947 AutoClosedQCommand q(&sAppStream); in GetBorderAppStreamInternal()
954 sAppStream << sColor; in GetBorderAppStreamInternal()
955 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " in GetBorderAppStreamInternal()
957 sAppStream << fLeft + fWidth << " " << fBottom + fWidth << " " in GetBorderAppStreamInternal()
961 sAppStream << kFillEvenOddOperator << "\n"; in GetBorderAppStreamInternal()
967 sAppStream << sColor; in GetBorderAppStreamInternal()
968 sAppStream << fWidth << " " << kSetLineWidthOperator << " [" in GetBorderAppStreamInternal()
971 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " " in GetBorderAppStreamInternal()
973 sAppStream << fLeft + fWidth / 2 << " " << fTop - fWidth / 2 << " " in GetBorderAppStreamInternal()
975 sAppStream << fRight - fWidth / 2 << " " << fTop - fWidth / 2 << " " in GetBorderAppStreamInternal()
977 sAppStream << fRight - fWidth / 2 << " " << fBottom + fWidth / 2 in GetBorderAppStreamInternal()
979 sAppStream << fLeft + fWidth / 2 << " " << fBottom + fWidth / 2 << " " in GetBorderAppStreamInternal()
987 sAppStream << sColor; in GetBorderAppStreamInternal()
988 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
990 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
992 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
994 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
996 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
998 sAppStream << fLeft + fHalfWidth * 2 << " " in GetBorderAppStreamInternal()
1005 sAppStream << sColor; in GetBorderAppStreamInternal()
1006 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " " in GetBorderAppStreamInternal()
1008 sAppStream << fRight - fHalfWidth << " " << fBottom + fHalfWidth in GetBorderAppStreamInternal()
1010 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
1012 sAppStream << fLeft + fHalfWidth * 2 << " " in GetBorderAppStreamInternal()
1015 sAppStream << fRight - fHalfWidth * 2 << " " in GetBorderAppStreamInternal()
1018 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2 in GetBorderAppStreamInternal()
1024 sAppStream << sColor; in GetBorderAppStreamInternal()
1025 sAppStream << fLeft << " " << fBottom << " " << fRight - fLeft << " " in GetBorderAppStreamInternal()
1027 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " " in GetBorderAppStreamInternal()
1037 sAppStream << sColor; in GetBorderAppStreamInternal()
1038 sAppStream << fWidth << " " << kSetLineWidthOperator << "\n"; in GetBorderAppStreamInternal()
1039 sAppStream << fLeft << " " << fBottom + fWidth / 2 << " " in GetBorderAppStreamInternal()
1041 sAppStream << fRight << " " << fBottom + fWidth / 2 << " " in GetBorderAppStreamInternal()
1048 return ByteString(sAppStream); in GetBorderAppStreamInternal()
1055 std::ostringstream sAppStream; in GetDropButtonAppStream() local
1057 AutoClosedQCommand q(&sAppStream); in GetDropButtonAppStream()
1058 sAppStream << GetColorAppStream(CFX_Color(CFX_Color::kRGB, 220.0f / 255.0f, in GetDropButtonAppStream()
1068 AutoClosedQCommand q(&sAppStream); in GetDropButtonAppStream()
1069 sAppStream << GetBorderAppStreamInternal( in GetDropButtonAppStream()
1079 AutoClosedQCommand q(&sAppStream); in GetDropButtonAppStream()
1080 sAppStream << " 0 " << kSetGrayOperator << "\n" in GetDropButtonAppStream()
1091 return ByteString(sAppStream); in GetDropButtonAppStream()
1096 std::ostringstream sAppStream; in GetRectFillAppStream() local
1099 AutoClosedQCommand q(&sAppStream); in GetRectFillAppStream()
1100 sAppStream << sColor << rect.left << " " << rect.bottom << " " in GetRectFillAppStream()
1105 return ByteString(sAppStream); in GetRectFillAppStream()