Searched refs:xml_style_bag (Results 1 – 1 of 1) sorted by relevance
261 const ResolvedBag* xml_style_bag = nullptr; in ApplyStyle() local263 xml_style_bag = assetmanager->GetBag(style_resid); in ApplyStyle()264 if (xml_style_bag != nullptr) { in ApplyStyle()265 style_flags |= xml_style_bag->type_spec_flags; in ApplyStyle()269 BagAttributeFinder xml_style_attr_finder(xml_style_bag); in ApplyStyle()