Update OsmAnd/jni/osmand/textdraw.cpp
This commit is contained in:
parent
03c1148c8c
commit
d5c927a284
1 changed files with 0 additions and 4 deletions
|
@ -467,10 +467,6 @@ bool textOrder(TextDrawInfo* text1, TextDrawInfo* text2) {
|
||||||
|
|
||||||
SkTypeface* serif = SkTypeface::CreateFromName("Droid Serif", SkTypeface::kNormal);
|
SkTypeface* serif = SkTypeface::CreateFromName("Droid Serif", SkTypeface::kNormal);
|
||||||
void drawTextOverCanvas(RenderingContext* rc, SkCanvas* cv) {
|
void drawTextOverCanvas(RenderingContext* rc, SkCanvas* cv) {
|
||||||
if(true) {
|
|
||||||
// FIXME comment out (after testing)
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
SkRect r = SkRect::MakeLTRB(0, 0, rc->width, rc->height);
|
SkRect r = SkRect::MakeLTRB(0, 0, rc->width, rc->height);
|
||||||
r.inset(-100, -100);
|
r.inset(-100, -100);
|
||||||
quad_tree<TextDrawInfo*> boundsIntersect(r, 4, 0.6);
|
quad_tree<TextDrawInfo*> boundsIntersect(r, 4, 0.6);
|
||||||
|
|
Loading…
Reference in a new issue