tasn pushed a commit to branch master.
commit d7db12f196611acbcf5bbb923fed10621b68b1b8
Author: Tom Hacohen <[email protected]>
Date: Mon Jun 10 14:51:38 2013 +0100
Revert "fix slowdown as a result of fixing text ascent/descent for fontsets
from tom."
This reverts commit 9ecc87713d5cc936c81d10230bd25bb94e42833a.
---
src/lib/evas/common/evas_font_main.c | 12 ------------
src/lib/evas/include/evas_common.h | 5 -----
2 files changed, 17 deletions(-)
diff --git a/src/lib/evas/common/evas_font_main.c
b/src/lib/evas/common/evas_font_main.c
index 1de4a56..76247cd 100644
--- a/src/lib/evas/common/evas_font_main.c
+++ b/src/lib/evas/common/evas_font_main.c
@@ -185,14 +185,11 @@ evas_common_font_ascent_get(RGBA_Font *fn)
Eina_List *l;
RGBA_Font_Int *fi;
- if (fn->have_ascent) return fn->ascent;
EINA_LIST_FOREACH(fn->fonts, l, fi)
{
v = evas_common_font_instance_ascent_get(fi);
if (v > max) max = v;
}
- fn->ascent = max;
- fn->have_ascent = 1;
return max;
}
@@ -204,14 +201,11 @@ evas_common_font_descent_get(RGBA_Font *fn)
Eina_List *l;
RGBA_Font_Int *fi;
- if (fn->have_descent) return fn->descent;
EINA_LIST_FOREACH(fn->fonts, l, fi)
{
v = evas_common_font_instance_descent_get(fi);
if (v > max) max = v;
}
- fn->descent = max;
- fn->have_descent = 1;
return max;
}
@@ -223,14 +217,11 @@ evas_common_font_max_ascent_get(RGBA_Font *fn)
Eina_List *l;
RGBA_Font_Int *fi;
- if (fn->have_max_ascent) return fn->max_ascent;
EINA_LIST_FOREACH(fn->fonts, l, fi)
{
v = evas_common_font_instance_max_ascent_get(fi);
if (v > max) max = v;
}
- fn->max_ascent = max;
- fn->have_max_ascent = 1;
return max;
}
@@ -242,14 +233,11 @@ evas_common_font_max_descent_get(RGBA_Font *fn)
Eina_List *l;
RGBA_Font_Int *fi;
- if (fn->have_max_descent) return fn->max_descent;
EINA_LIST_FOREACH(fn->fonts, l, fi)
{
v = evas_common_font_instance_max_descent_get(fi);
if (v > max) max = v;
}
- fn->max_descent = max;
- fn->have_max_descent = 1;
return max;
}
diff --git a/src/lib/evas/include/evas_common.h
b/src/lib/evas/include/evas_common.h
index c0ffda6..4c9b686 100644
--- a/src/lib/evas/include/evas_common.h
+++ b/src/lib/evas/include/evas_common.h
@@ -894,13 +894,8 @@ struct _RGBA_Font
Fash_Int *fash;
Font_Hint_Flags hinting;
int references;
- short ascent, descent, max_ascent, max_descent;
LK(lock);
unsigned char sizeok : 1;
- unsigned char have_ascent : 1;
- unsigned char have_descent : 1;
- unsigned char have_max_ascent : 1;
- unsigned char have_max_descent : 1;
};
#include "../common/evas_font_ot.h"
--
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j