Searched refs:blobs (Results 1 – 1 of 1) sorted by relevance
1777 std::vector<BlobInline> blobs; member in Scintilla::ScreenLineLayout1778 …mats(const IScreenLine *screenLine, IDWriteTextLayout *textLayout, std::vector<BlobInline> &blobs);1796 …ats(const IScreenLine *screenLine, IDWriteTextLayout *textLayout, std::vector<BlobInline> &blobs) { in FillTextLayoutFormats() argument1802 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()