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

Method ColourFromCode

scintilla/src/XPM.cxx:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44ColourDesired XPM::ColourFromCode(int ch) const {
45 return colourCodeTable[ch];
46}
47
48void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) {
49 if ((code != codeTransparent) && (startX != x)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected