Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2011-09-26 19:35:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:26 +0300
commitc48b44e6ff65feecb940455dc15cae7b65084151 (patch)
tree6c2623a277a53aff2dc0cbb095a2e6e1f23da505 /map/ruler.cpp
parent169a85e7f9893c5a7d4f08aca9a446f8882bc8b4 (diff)
StylesCache creation on the CoverageGenerator thread. improvement of the GUI thread text rendering speed.
Diffstat (limited to 'map/ruler.cpp')
-rw-r--r--map/ruler.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/map/ruler.cpp b/map/ruler.cpp
index 56a1b00dc4..764358f16d 100644
--- a/map/ruler.cpp
+++ b/map/ruler.cpp
@@ -211,7 +211,16 @@ void Ruler::draw(yg::gl::OverlayRenderer * s, math::Matrix<double, 3, 3> const &
}
-void Ruler::cache(yg::StylesCache * stylesCache) const
+void Ruler::map(yg::StylesCache * stylesCache) const
+{
+}
+
+bool Ruler::find(yg::StylesCache * stylesCache) const
+{
+ return true;
+}
+
+void Ruler::fillUnpacked(yg::StylesCache * stylesCache, vector<m2::PointU> & v) const
{
}