evas map: +comment for maintanance.

This commit is contained in:
Hermet Park 2018-08-20 14:39:37 +09:00
parent 79ec29897f
commit febeaab9ce
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ _aa_coverage_apply(Line *line, int ww, int w, DATA32 val, Eina_Bool src_alpha)
return val;
}
/*
* To understand here AA main logic,
* Please refer this page: hermet.pe.kr/122?catgory=662934
*/
static void
_calc_aa_edges_internal(Line *spans, int eidx, int ystart, int yend)
{