Home
last modified time | relevance | path

Searched refs:FormatAndMetrics (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/scintilla/scintilla/win32/
H A DPlatWin.cxx154 struct FormatAndMetrics { struct
189 FormatAndMetrics(const FormatAndMetrics &) = delete;
190 FormatAndMetrics(FormatAndMetrics &&) = delete;
191 FormatAndMetrics &operator=(const FormatAndMetrics &) = delete;
192 FormatAndMetrics &operator=(FormatAndMetrics &&) = delete;
194 ~FormatAndMetrics() { in ~FormatAndMetrics() argument
209 HFONT FormatAndMetrics::HFont() noexcept { in HFont()
290 return static_cast<FormatAndMetrics *>(fid); in FamFromFontID()
1832 FormatAndMetrics *pfm = in FillTextLayoutFormats()
1890 FormatAndMetrics *pfm = static_cast<FormatAndMetrics *>(screenLine->FontOfPosition(0)->GetID()); in ScreenLineLayout()
[all …]
/dports/editors/textadept/scintilla/win32/
H A DPlatWin.cxx154 struct FormatAndMetrics { struct
189 FormatAndMetrics(const FormatAndMetrics &) = delete;
190 FormatAndMetrics(FormatAndMetrics &&) = delete;
191 FormatAndMetrics &operator=(const FormatAndMetrics &) = delete;
192 FormatAndMetrics &operator=(FormatAndMetrics &&) = delete;
194 ~FormatAndMetrics() { in ~FormatAndMetrics() argument
209 HFONT FormatAndMetrics::HFont() noexcept { in HFont()
290 return static_cast<FormatAndMetrics *>(fid); in FamFromFontID()
1832 FormatAndMetrics *pfm = in FillTextLayoutFormats()
1890 FormatAndMetrics *pfm = static_cast<FormatAndMetrics *>(screenLine->FontOfPosition(0)->GetID()); in ScreenLineLayout()
[all …]
/dports/editors/scite/scintilla/win32/
H A DPlatWin.cxx154 struct FormatAndMetrics { struct
189 FormatAndMetrics(const FormatAndMetrics &) = delete;
190 FormatAndMetrics(FormatAndMetrics &&) = delete;
191 FormatAndMetrics &operator=(const FormatAndMetrics &) = delete;
192 FormatAndMetrics &operator=(FormatAndMetrics &&) = delete;
194 ~FormatAndMetrics() { in ~FormatAndMetrics() argument
209 HFONT FormatAndMetrics::HFont() noexcept { in HFont()
290 return static_cast<FormatAndMetrics *>(fid); in FamFromFontID()
1832 FormatAndMetrics *pfm = in FillTextLayoutFormats()
1890 FormatAndMetrics *pfm = static_cast<FormatAndMetrics *>(screenLine->FontOfPosition(0)->GetID()); in ScreenLineLayout()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/win32/
H A DPlatWin.cxx161 struct FormatAndMetrics { struct
172 FormatAndMetrics(HFONT hfont_, int extraFontFlag_, int characterSet_) : in FormatAndMetrics() argument
180 FormatAndMetrics(IDWriteTextFormat *pTextFormat_, in FormatAndMetrics() argument
196 ~FormatAndMetrics() { in ~FormatAndMetrics() argument
213 HFONT FormatAndMetrics::HFont() { in HFont()
332 fid = reinterpret_cast<void *>(new FormatAndMetrics(hfont, fp.extraFontFlag, fp.characterSet)); in FontCached()
372 …fid = reinterpret_cast<void *>(new FormatAndMetrics(pTextFormat, fp.extraFontFlag, fp.characterSet… in FontCached()
391 delete reinterpret_cast<FormatAndMetrics *>(fid); in Release()
675 FormatAndMetrics *pfm = reinterpret_cast<FormatAndMetrics *>(font_.GetID()); in SetFont()
1344 FormatAndMetrics *pfm = reinterpret_cast<FormatAndMetrics *>(font_.GetID()); in SetFont()
[all …]