Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DTextStyle.cpp78 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() function in skia::textlayout::TextStyle
DFontResolver.cpp245 block.fStyle.matchOneAttribute(StyleType::kFont, combined.fStyle)) { in findAllFontsForAllStyledBlocks()
DTextLine.cpp734 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughStylesInTextOrder()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h68 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp106 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() function in skia::textlayout::TextStyle
DOneLineShaper.cpp457 if (block.fStyle.matchOneAttribute(StyleType::kFont, combinedBlock.fStyle)) { in iterateThroughFontStyles()
DTextLine.cpp815 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughSingleRunByStyles()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h155 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;