Home
last modified time | relevance | path

Searched defs:ybase (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx991 void SurfaceGDI::DrawTextCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_vie… in DrawTextCommon()
1005 void SurfaceGDI::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextNoClip()
1012 void SurfaceGDI::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view tex… in DrawTextClipped()
1019 void SurfaceGDI::DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view… in DrawTextTransparent()
2060 void SurfaceD2D::DrawTextCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_vie… in DrawTextCommon()
2087 void SurfaceD2D::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextNoClip()
2096 void SurfaceD2D::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view tex… in DrawTextClipped()
2105 void SurfaceD2D::DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view… in DrawTextTransparent()
/MusicPlayer2/scintilla/src/
H A DEditView.cxx120 void DrawTextNoClipPhase(Surface *surface, PRectangle rc, const Style &style, XYPOSITION ybase, in DrawTextNoClipPhase()