Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx1777 std::vector<BlobInline> blobs; member in Scintilla::ScreenLineLayout
1778 …mats(const IScreenLine *screenLine, IDWriteTextLayout *textLayout, std::vector<BlobInline> &blobs);
1796 …ats(const IScreenLine *screenLine, IDWriteTextLayout *textLayout, std::vector<BlobInline> &blobs) { in FillTextLayoutFormats() argument
1802 blobs.reserve(numRepresentations + numTabs); in FillTextLayoutFormats()
1828 blobs.push_back(BlobInline(representationWidth)); in FillTextLayoutFormats()
1829 textLayout->SetInlineObject(&blobs.back(), textRange); in FillTextLayoutFormats()
1907 FillTextLayoutFormats(screenLine, textLayout, blobs); in ScreenLineLayout()