Searched refs:sPos (Results 1 – 3 of 3) sorted by relevance
68 CFX_PointF sPos = pThis->m_sPos; in GetRect() local71 return CFX_RectF(sPos, sSize); in GetRect()76 sPos += pContent->m_sPos; in GetRect()80 sPos += CFX_PointF(pMarginNode->GetMeasure(XFA_ATTRIBUTE_LeftInset) in GetRect()90 sPos += CFX_PointF(pLayoutItem->m_pFormNode->GetMeasure(XFA_ATTRIBUTE_X) in GetRect()99 return CFX_RectF(sPos, sSize); in GetRect()
1577 auto sPos = m_ProposedContainerRecords.begin(); in ClearData() local1578 while (sPos != m_ProposedContainerRecords.end()) { in ClearData()1579 CXFA_ContainerRecord* pRecord = *sPos++; in ClearData()
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()