Searched refs:hasTransitions (Results 1 – 4 of 4) sorted by relevance
69 bool hasTransitions(TimePoint now) const;
356 bool Placement::hasTransitions(TimePoint now) const { in hasTransitions() function in mbgl::Placement
61 bool hasTransitions(TimePoint) const;
644 updateParameters.mode == MapMode::Continuous && hasTransitions(parameters.timePoint) in render()802 bool Renderer::Impl::hasTransitions(TimePoint timePoint) const { in hasTransitions() function in mbgl::Renderer::Impl813 if (placement->hasTransitions(timePoint)) { in hasTransitions()