/MusicPlayer2/MusicPlayer2/ |
H A D | ScintillaEditView.cpp | 57 void CScintillaEditView::SetTextW(const wstring& text) in SetTextW() 64 int size = WideCharToMultiByte(CP_UTF8, 0, text.c_str(), text.size(), NULL, 0, NULL, NULL); in SetTextW() local 82 void CScintillaEditView::GetTextW(wstring& text) in GetTextW() 85 int size{}; in GetTextW() local 93 const wchar_t* CScintillaEditView::GetTextW(int& size) in GetTextW() 109 const char * CScintillaEditView::GetText(int & size) in GetText() 173 int size{}; in GetSel() local 424 int CScintillaEditView::CharactorPosToBytePos(int pos, const wchar_t * str, size_t size) in CharactorPosToBytePos() 432 int CScintillaEditView::BytePosToCharactorPos(int pos, const char * str, size_t size) in BytePosToCharactorPos()
|
H A D | UIElement.cpp | 363 … int size{ (GetRect().Width() - total_size) * max(child->proportion, 1) / proportion }; in CalculateChildrenRect() local 395 … int size{ (GetRect().Width() - total_size) * max(child->proportion, 1) / proportion }; in CalculateChildrenRect() local 512 … int size{ (GetRect().Height() - total_size) * max(child->proportion, 1) / proportion }; in CalculateChildrenRect() local 544 … int size{ (GetRect().Height() - total_size) * max(child->proportion, 1) / proportion }; in CalculateChildrenRect() local 803 std::wstring text = ui->GetButtonText(key); in GetMaxWidth() local 1537 std::wstring text = GetItemText(row, i); in IsItemMatchKeyWord() local 3115 const std::wstring& text{ item.second }; in IsNodeMathcKeyWord() local
|
H A D | CPlayerUIBase.cpp | 1294 std::wstring text; in DrawUIButton() local 1302 …ect, UIButton& btn, IconMgr::IconType icon_type, bool big_icon, const std::wstring& text, int font… in DrawUIButton() 1369 void CPlayerUIBase::DrawTextButton(CRect rect, BtnKey btn_type, LPCTSTR text, bool checked) in DrawTextButton() 2153 CSize size = m_draw.GetTextExtent(buff); in DrawCurrentTime() local 3408 std::wstring text = search_box->key_word; in DrawSearchBox() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 329 void SetLogFont(LOGFONTW &lf, const char *faceName, int characterSet, float size, int weight, bool … in SetLogFont() 444 TextWide(std::string_view text, bool unicodeMode, int codePage=0) : in TextWide() 754 SIZE size {}; member in Scintilla::__anone1c11ebe0211::DIBSection 869 const SIZE size = SizeOfRect(rcw); in AlphaRectangle() local 918 const SIZE size = SizeOfRect(rcw); in GradientRectangle() local 959 const SIZE size { width, height }; in DrawRGBAImage() local 991 …rawTextCommon(PRectangle rc, const Font &font_, XYPOSITION ybase, std::string_view text, UINT fuOp… in DrawTextCommon() 1005 void SurfaceGDI::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextNoClip() 1012 …id SurfaceGDI::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextClipped() 1019 …urfaceGDI::DrawTextTransparent(PRectangle rc, Font &font_, XYPOSITION ybase, std::string_view text, in DrawTextTransparent() [all …]
|
/MusicPlayer2/MusicPlayer2/tinyxml2/ |
H A D | tinyxml2.cpp | 44 static inline int TIXML_SNPRINTF( char* buffer, size_t size, const char* format, ... ) in TIXML_SNPRINTF() 53 static inline int TIXML_VSNPRINTF( char* buffer, size_t size, const char* format, va_list va ) in TIXML_VSNPRINTF() 732 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool ); in Identify() local 1215 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone() local 1224 const XMLText* text = compare->ToText(); in ShallowEqual() local 1361 … XMLUnknown* text = doc->NewUnknown( Value() ); // fixme: this will always allocate memory. Intern? in ShallowClone() local 1991 XMLText* XMLElement::InsertNewText(const char* text) in InsertNewText() 1997 XMLDeclaration* XMLElement::InsertNewDeclaration(const char* text) in InsertNewDeclaration() 2003 XMLUnknown* XMLElement::InsertNewUnknown(const char* text) in InsertNewUnknown() 2229 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool ); in NewText() local [all …]
|