Searched refs:LayoutResult (Results 1 – 3 of 3) sorted by relevance
67 class LayoutResult { class in mbgl::GeometryTile74 LayoutResult(std::unordered_map<std::string, std::shared_ptr<Bucket>> buckets_, in LayoutResult() function in mbgl::GeometryTile::LayoutResult83 void onLayout(LayoutResult, uint64_t correlationID);
126 void GeometryTile::onLayout(LayoutResult result, const uint64_t resultCorrelationID) { in onLayout()
482 parent.invoke(&GeometryTile::onLayout, GeometryTile::LayoutResult { in performSymbolLayout()