Searched refs:matchOneAttribute (Results 1 – 8 of 8) sorted by relevance
78 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() function in skia::textlayout::TextStyle
245 block.fStyle.matchOneAttribute(StyleType::kFont, combined.fStyle)) { in findAllFontsForAllStyledBlocks()
734 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughStylesInTextOrder()
68 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;
106 bool TextStyle::matchOneAttribute(StyleType styleType, const TextStyle& other) const { in matchOneAttribute() function in skia::textlayout::TextStyle
457 if (block.fStyle.matchOneAttribute(StyleType::kFont, combinedBlock.fStyle)) { in iterateThroughFontStyles()
815 if (start != EMPTY_INDEX && style->matchOneAttribute(styleType, *prevStyle)) { in iterateThroughSingleRunByStyles()
155 bool matchOneAttribute(StyleType styleType, const TextStyle& other) const;