evas_font_load iterates two lists for caching.
but end of each interating it calls relatively huge task.
this patch modifies the logic to call the function after iterating all lists.
Details
Details
- Reviewers
Hermet ali.alzyod
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 16766 Build 11143: arc lint + arc unit
src/lib/evas/canvas/evas_font_dir.c | ||
---|---|---|
712 | If found_fd is not null, why to continue the search? |