Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 9 of 9) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditView.cxx83 static int WidthStyledText(Surface *surface, const ViewStyle &vs, int styleOffset, in WidthStyledText()
100 int WidestLineWidth(Surface *surface, const ViewStyle &vs, int styleOffset, const StyledText &st) { in WidestLineWidth()
120 void DrawTextNoClipPhase(Surface *surface, PRectangle rc, const Style &style, XYPOSITION ybase, in DrawTextNoClipPhase()
136 void DrawStyledText(Surface *surface, const ViewStyle &vs, int styleOffset, PRectangle rcText, in DrawStyledText()
289 static void DrawTabArrow(Surface *surface, PRectangle rcTab, int ymid, const ViewStyle &vsDraw) { in DrawTabArrow()
378 void EditView::LayoutLine(const EditModel &model, Sci::Line line, Surface *surface, const ViewStyle… in LayoutLine()
628 Point EditView::LocationFromPosition(Surface *surface, const EditModel &model, SelectionPosition po… in LocationFromPosition()
674 Range EditView::RangeDisplayLine(Surface *surface, const EditModel &model, Sci::Line lineVisible, c… in RangeDisplayLine()
699 SelectionPosition EditView::SPositionFromLocation(Surface *surface, const EditModel &model, PointDo… in SPositionFromLocation()
762 SelectionPosition EditView::SPositionFromLineX(Surface *surface, const EditModel &model, Sci::Line … in SPositionFromLineX()
[all …]
H A DLineMarker.cxx83 static void DrawBox(Surface *surface, int centreX, int centreY, int armSize, ColourDesired fore, Co… in DrawBox()
92 static void DrawCircle(Surface *surface, int centreX, int centreY, int armSize, ColourDesired fore,… in DrawCircle()
101 static void DrawPlus(Surface *surface, int centreX, int centreY, int armSize, ColourDesired fore) { in DrawPlus()
108 static void DrawMinus(Surface *surface, int centreX, int centreY, int armSize, ColourDesired fore) { in DrawMinus()
113 void LineMarker::Draw(Surface *surface, PRectangle &rcWhole, Font &fontForCharacter, FoldPart part,… in Draw()
H A DMarginView.cxx58 void DrawWrapMarker(Surface *surface, PRectangle rcPlace, in DrawWrapMarker()
76 Surface *surface; in DrawWrapMarker() member
181 void MarginView::PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargi… in PaintMargin()
H A DCallTip.cxx95 void DrawArrow(Scintilla::Surface *surface, const PRectangle &rc, bool upArrow, ColourDesired colou… in DrawArrow()
126 int CallTip::DrawChunk(Surface *surface, int x, std::string_view sv, in DrawChunk()
H A DXPM.cxx74 void XPM::FillRun(Surface *surface, int code, int startX, int y, int x) const { in FillRun()
151 void XPM::Draw(Surface *surface, const PRectangle &rc) { in Draw()
H A DEditor.cxx290 AutoSurface surface(this); in RefreshStyleData() local
385 AutoSurface surface(this); in LocationFromPosition() local
400 AutoSurface surface(this); in SPositionFromLocation() local
434 AutoSurface surface(this); in SPositionFromLineX() local
593 AutoSurface surface(this); in SetRectangularRange() local
1102 AutoSurface surface(this); in DisplayFromPosition() local
1488 bool Editor::WrapOneLine(Surface *surface, Sci::Line lineToWrap) { in WrapOneLine()
1567 AutoSurface surface(this); in WrapLines() local
1643 AutoSurface surface(this); in LinesSplit() local
1686 Surface *surface; in PaintSelMargin() local
[all …]
H A DViewStyle.cxx42 void FontRealised::Realise(Surface &surface, int zoomLevel, int technology, const FontSpecification… in Realise()
288 void ViewStyle::Refresh(Surface &surface, int tabInChars) { in Refresh()
H A DIndicator.cxx32 void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine, const PRecta… in Draw()
H A DPositionCache.cxx773 void PositionCache::MeasureWidths(Surface *surface, const ViewStyle &vstyle, unsigned int styleNumb… in MeasureWidths()