Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dcomplextext.cxx173 SalLayoutGlyphs aGlyphs1 = pLayout1->GetGlyphs(); in testCachedGlyphs() local
174 CPPUNIT_ASSERT_MESSAGE(message, aGlyphs1.IsValid()); in testCachedGlyphs()
175 CPPUNIT_ASSERT_MESSAGE(message, aGlyphs1.Impl(0) != nullptr); in testCachedGlyphs()
178 …0, aText.getLength(), Point(0, 0), 0, nullptr, SalLayoutFlags::GlyphItemsOnly, nullptr, &aGlyphs1); in testCachedGlyphs()
186 if( aGlyphs1.Impl(level) == nullptr) in testCachedGlyphs()
191 const SalLayoutGlyphsImpl* g1 = aGlyphs1.Impl(level); in testCachedGlyphs()