• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/

Lines Matching refs:ColourAllocated

45 wxColour wxColourFromCA(const ColourAllocated& ca) {
52 wxColour wxColourFromCAandAlpha(const ColourAllocated& ca, int alpha) {
186 virtual void PenColour(ColourAllocated fore);
191 virtual void Polygon(Point *pts, int npts, ColourAllocated fore, ColourAllocated back);
192 virtual void RectangleDraw(PRectangle rc, ColourAllocated fore, ColourAllocated back);
193 virtual void FillRectangle(PRectangle rc, ColourAllocated back);
195 virtual void RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAllocated back);
196 virtual void AlphaRectangle(PRectangle rc, int cornerSize, ColourAllocated fill, int alphaFill,
197 ColourAllocated outline, int alphaOutline, int flags);
198 virtual void Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back);
201 virtual void DrawTextNoClip(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back);
202 virtual void DrawTextClipped(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back);
203 virtual void DrawTextTransparent(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore);
221 void BrushColour(ColourAllocated back);
284 void SurfaceImpl::PenColour(ColourAllocated fore) {
288 void SurfaceImpl::BrushColour(ColourAllocated back) {
317 void SurfaceImpl::Polygon(Point *pts, int npts, ColourAllocated fore, ColourAllocated back) {
323 void SurfaceImpl::RectangleDraw(PRectangle rc, ColourAllocated fore, ColourAllocated back) {
329 void SurfaceImpl::FillRectangle(PRectangle rc, ColourAllocated back) {
346 void SurfaceImpl::RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAllocated back) {
359 ColourAllocated fill, int alphaFill,
360 ColourAllocated outline, int alphaOutline,
444 void SurfaceImpl::Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back) {
459 ColourAllocated fore, ColourAllocated back) {
472 ColourAllocated fore, ColourAllocated back) {
487 ColourAllocated fore) {