Home | History | Annotate | Download | only in datamatrix

Lines Matching defs:corr

211   FX_FLOAT corr = Distance(bottomLeft, bottomRight) / (FX_FLOAT)dimensionTop;

216 topRight->GetX() + corr * cos, topRight->GetY() + corr * sin));
217 corr = Distance(bottomLeft, topLeft) / (FX_FLOAT)dimensionRight;
222 topRight->GetX() + corr * cos, topRight->GetY() + corr * sin));
258 FX_FLOAT corr = Distance(bottomLeft, bottomRight) / (FX_FLOAT)dimension;
263 topRight->GetX() + corr * cos, topRight->GetY() + corr * sin));
264 corr = Distance(bottomLeft, bottomRight) / (FX_FLOAT)dimension;
269 topRight->GetX() + corr * cos, topRight->GetY() + corr * sin));