Searched refs:sPos (Results 1 – 2 of 2) sorted by relevance
65 CFX_PointF sPos = m_sPos; in GetRect() local68 return CFX_RectF(sPos, sSize); in GetRect()73 sPos += pContent->m_sPos; in GetRect()78 sPos += CFX_PointF(pMarginNode->JSObject()->GetMeasureInUnit( in GetRect()88 sPos += in GetRect()98 return CFX_RectF(sPos, sSize); in GetRect()
1351 const dng_point_real64 sPos = GetSrcPixelPosition (dPos, in ProcessArea() local1356 dng_point sInt (ConvertDoubleToInt32 (floor (sPos.v)), in ProcessArea()1357 ConvertDoubleToInt32 (floor (sPos.h))); in ProcessArea()1359 dng_point sFct (ConvertDoubleToInt32 ((sPos.v - (real64) sInt.v) * numSubsamples), in ProcessArea()1360 ConvertDoubleToInt32 ((sPos.h - (real64) sInt.h) * numSubsamples)); in ProcessArea()