sw_engine: Fix build error (no match type) 16/234816/2
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 29 May 2020 04:33:46 +0000 (13:33 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 29 May 2020 06:31:43 +0000 (15:31 +0900)
commit674483845305bc2fdd862cdd7e188220f0e4d1d7
tree2625fe880fe448bf2a5d27324ab76c2e11dca51a
parentb4cf6660b749dccb686ac4c7f82fa10f71d041a0
sw_engine: Fix build error (no match type)

../src/lib/sw_engine/tvgSwStroke.cpp:282:72: error: no match for ‘operator<’ (operand types are ‘long int’ and ‘const SwPoint’)
         if (border->ptsCnt > 0 && abs(diff.x) < EPSILON && abs(diff.y) < EPSILON) return;

Change-Id: I426f8980ba718e3dc908dc32a62fb897b5b5fbbf
src/lib/sw_engine/tvgSwStroke.cpp