Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:crText

346                                                   const CPWL_Color& crText,
549 << CPWL_Utils::GetColorAppStream(crText) << sEdit << "ET\n";
803 const CPWL_Color& crText) {
806 << CPWL_Utils::GetColorAppStream(crText, true)
812 const CPWL_Color& crText) {
815 << CPWL_Utils::GetColorAppStream(crText, true)
821 const CPWL_Color& crText) {
824 << CPWL_Utils::GetColorAppStream(crText, false)
830 const CPWL_Color& crText) {
833 << CPWL_Utils::GetColorAppStream(crText, true)
839 const CPWL_Color& crText) {
842 << CPWL_Utils::GetColorAppStream(crText, true)
848 const CPWL_Color& crText) {
851 << CPWL_Utils::GetColorAppStream(crText, true)
858 const CPWL_Color& crText) {
863 return GetAppStream_Check(rcCenter, crText);
865 return GetAppStream_Circle(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
867 return GetAppStream_Cross(rcCenter, crText);
869 return GetAppStream_Diamond(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
871 return GetAppStream_Square(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
873 return GetAppStream_Star(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
879 const CPWL_Color& crText) {
884 return GetAppStream_Check(rcCenter, crText);
886 return GetAppStream_Circle(ScaleRect(rcCenter, 1.0f / 2.0f), crText);
888 return GetAppStream_Cross(rcCenter, crText);
890 return GetAppStream_Diamond(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
892 return GetAppStream_Square(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
894 return GetAppStream_Star(ScaleRect(rcCenter, 2.0f / 3.0f), crText);