HomeSort by relevance Sort by last modified time
    Searched refs:sPos (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_lens_correction.cpp 1351 const dng_point_real64 sPos = GetSrcPixelPosition (dPos,
1356 dng_point sInt (ConvertDoubleToInt32 (floor (sPos.v)),
1357 ConvertDoubleToInt32 (floor (sPos.h)));
1359 dng_point sFct (ConvertDoubleToInt32 ((sPos.v - (real64) sInt.v) * numSubsamples),
1360 ConvertDoubleToInt32 ((sPos.h - (real64) sInt.h) * numSubsamples));
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_pagemgr_new.cpp     [all...]
xfa_layout_itemlayout.cpp 383 CFX_PointF sPos = pThis->m_sPos;
390 sPos += pContent->m_sPos;
394 sPos.Add(pMarginNode->GetMeasure(XFA_ATTRIBUTE_LeftInset)
401 sPos.Add(pLayoutItem->m_pFormNode->GetMeasure(XFA_ATTRIBUTE_X)
413 rtLayout.Set(sPos.x, sPos.y, sSize.x, sSize.y);
    [all...]

Completed in 72 milliseconds