summaryrefslogtreecommitdiff
path: root/src/lib/evas/common/evas_font_draw.c
Commit message (Expand)AuthorAgeFilesLines
* evas: Rename EAPI macro to EVAS_API in Evas libraryFelipe Magno de Almeida2020-12-151-8/+8
* evas: sw font draw - protect against null pointer accessYoungbok Shin2020-09-281-0/+2
* evas_text: reduce Video Memory & RAM needed for text textures (Color Glyphs)Ali Alzyod2020-05-291-2/+6
* canvas font: correct wrong masking length.Hermet Park2020-02-131-1/+1
* evas - font rendering - dont crash if we have color fonts and gl and swCarsten Haitzler (Rasterman)2019-08-211-15/+11
* evas-common: Remove cserve2 supportChris Michael2018-08-301-65/+0
* evas/elm: fix visibility of some symbolsJean Guyomarc'h2017-12-191-1/+1
* Remove evas internal dependency from the evas_font modulesubhransu mohanty2017-11-071-1/+153
* evas: Add scale feature for embedded bitmap fonts.Youngbok Shin2017-09-261-19/+41
* evas: clean up GL images for emojis when GL context is free'dYoungbok Shin2017-03-081-6/+4
* evas: reduce usage of __thread directive.Cedric BAIL2016-11-161-20/+4
* evas - fix leak because cutouts_fre .. doesnt free - it just resets to 0Carsten Haitzler (Rasterman)2016-04-011-2/+3
* evas sw render: fix previous thread fix to be portableCarsten Haitzler (Rasterman)2016-04-011-0/+15
* evas sw render: cutout rects may be used in multiple threadsCarsten Haitzler (Rasterman)2016-03-261-1/+1
* evas font draw - fix up some whitespace/indenting/formattingCarsten Haitzler (Rasterman)2015-05-181-36/+26
* evas - font - new color bitmap support - rename funcs to match fileCarsten Haitzler (Rasterman)2015-03-201-6/+6
* evas: Support bitmap embedded color font.Youngbok Shin2015-03-191-9/+126
* Evas: Don't pass whole RGBA_Image to low-level render functionsJean-Philippe Andre2014-11-131-2/+2
* evas font draw - fix possible custout rect leak found by coverityCarsten Haitzler (Rasterman)2014-08-251-2/+2
* Evas fonts: Pass RGBA_Image instead of DATA32 bufferJean-Philippe Andre2014-02-071-3/+1
* evas - fonts - move to using 4bit and rel 4 bit compressed font glyphsCarsten Haitzler (Rasterman)2014-01-131-174/+17
* evas - unbreak gl font rendering with dst pointer checksCarsten Haitzler (Rasterman)2014-01-101-1/+0
* evas - sw render - protect against null pointer surface accessCarsten Haitzler (Rasterman)2014-01-101-0/+1
* evas/cserve2: Fix font reloading after cserve2 restart.Jean-Philippe Andre2013-10-281-13/+11
* evas/cserve2: Fix refcount for glyphs & glyph buffersJean-Philippe Andre2013-10-281-1/+49
* evas/cserve2: Reconnect to cserve2 in case of server crashJean-Philippe Andre2013-10-281-1/+6
* evas: fix compilation warning in evas_font_draw.Jean-Philippe Andre2013-07-021-3/+6
* We should free glyph_out also (as that gets malloc'd too) on error.Chris Michael2013-06-281-0/+1
* Fix klockwork memleak: If we allocate space for a Font Glyph (throughChris Michael2013-06-281-0/+1
* efl: formattingSebastian Dransfeld2013-06-201-1/+1
* evas: Keep sane name for public headerSebastian Dransfeld2013-06-201-1/+1
* evas: fix possible seg with font glyphs from font instance in glyph array wit...Carsten Haitzler (Rasterman)2013-06-141-0/+3
* efl: let's use text_prop cache properly.Cedric BAIL2013-01-171-0/+1
* efl: let's do less memcpy.Cedric BAIL2013-01-161-8/+9
* efl/engines: Introduce multi_font_draw() functionPaulo Alcantara2013-01-151-0/+15
* evas/async_render: only get a ref if a thread cmd was issuedUlisses Furquim2013-01-111-14/+19
* evas/text: remove misleading comments on glyphs array refsUlisses Furquim2013-01-111-7/+1
* evas/async_render: skip early if text_props with no glyphsUlisses Furquim2013-01-111-0/+2
* evas: Try to reuse glyph array if possibleLeandro Pereira2013-01-111-13/+27
* evas: Do not use an Eina_Lock for glyph arrayLeandro Pereira2013-01-111-14/+3
* efl/font: Avoid passing NULL glyphs arrays on unrefPaulo Alcantara2013-01-111-5/+1
* efl: only compute font clip when relevant.Cedric BAIL2013-01-111-25/+25
* evas: remove duplicated piece of code.Cedric BAIL2013-01-111-160/+13
* font draw - dont alloc font props for 32 chrs.. if we are only everCarsten Haitzler2012-12-231-1/+3
* evas: Use refcounted glyph arraysLeandro Pereira2012-12-171-55/+228
* evas/font: Refactor common code for font drawingPaulo Alcantara2012-11-291-7/+14
* merge: and now EvasVincent Torri2012-11-041-0/+430