MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / SimpleAlphaRectangle

Function SimpleAlphaRectangle

scintilla/src/Editor.cxx:2602–2607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2600}
2601
2602static void SimpleAlphaRectangle ( Surface *surface, PRectangle rc, ColourDesired fill, int alpha )
2603{
2604 if ( alpha != SC_ALPHA_NOALPHA ) {
2605 surface->AlphaRectangle ( rc, 0, fill, alpha, fill, alpha, 0 );
2606 }
2607}
2608
2609void DrawTextBlob ( Surface *surface, ViewStyle &vsDraw, PRectangle rcSegment,
2610 const char *s, ColourDesired textBack, ColourDesired textFore, bool twoPhaseDraw )

Callers 2

DrawEOLMethod · 0.85
DrawLineMethod · 0.85

Calls 1

AlphaRectangleMethod · 0.80

Tested by

no test coverage detected