Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp44 static const F32 CLIPPER_SCALE_FACT_INVERSE = 0.001f; variable
222 …Point(F32(inputPolygons[i][j].X) * CLIPPER_SCALE_FACT_INVERSE, F32(inputPolygons[i][j].Y) * CLIPPE… in downscaleClipperPoints()
368 …rrentTriangle->GetPoint(0)->x * CLIPPER_SCALE_FACT_INVERSE, currentTriangle->GetPoint(0)->y * CLIP… in triangulateComplex()
369 …rrentTriangle->GetPoint(1)->x * CLIPPER_SCALE_FACT_INVERSE, currentTriangle->GetPoint(1)->y * CLIP… in triangulateComplex()
370 …rrentTriangle->GetPoint(2)->x * CLIPPER_SCALE_FACT_INVERSE, currentTriangle->GetPoint(2)->y * CLIP… in triangulateComplex()