Searched refs:sButton (Results 1 – 3 of 3) sorted by relevance
133 CFX_ByteTextBuf sButton; in GetThisAppearanceStream() local156 sButton << "0 g\n"; in GetThisAppearanceStream()157 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()158 sButton << pt2.x << " " << pt2.y << " l\n"; in GetThisAppearanceStream()159 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()160 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()162 sAppStream << sButton; in GetThisAppearanceStream()174 sButton << "0 g\n"; in GetThisAppearanceStream()175 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()176 sButton << pt2.x << " " << pt2.y << " l\n"; in GetThisAppearanceStream()[all …]
116 CFX_ByteTextBuf sButton; in GetThisAppearanceStream() local131 sButton << "0 g\n"; in GetThisAppearanceStream()132 sButton << pt1.x << " " << pt1.y << " m\n"; in GetThisAppearanceStream()133 sButton << pt2.x << " " << pt2.y << " l\n"; in GetThisAppearanceStream()134 sButton << pt3.x << " " << pt3.y << " l\n"; in GetThisAppearanceStream()135 sButton << pt1.x << " " << pt1.y << " l f\n"; in GetThisAppearanceStream()137 sAppStream << "q\n" << sButton << "Q\n"; in GetThisAppearanceStream()
557 CFX_ByteString sButton = CPVT_GenerateAP::GenerateColorAP( in GenerateWidgetAP() local560 if (sButton.GetLength() > 0 && !rcButton.IsEmpty()) { in GenerateWidgetAP()561 sAppStream << "q\n" << sButton; in GenerateWidgetAP()581 sAppStream << sButton << "Q\n"; in GenerateWidgetAP()