Home
last modified time | relevance | path

Searched refs:CLIPPER_SCALE_FACT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp43 static const F32 CLIPPER_SCALE_FACT = 1000.0f; variable
187 …olygon[i] = IntPoint(S64(inputPolygon[i].x * CLIPPER_SCALE_FACT), S64(inputPolygon[i].y * CLIPPER_… in upscaleClipperPoints()
204 …[j] = IntPoint(S64(inputPolygons[i][j].x * CLIPPER_SCALE_FACT), S64(inputPolygons[i][j].y * CLIPPE… in upscaleClipperPoints()