Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() argument
510 fPosY = -(float)((int)(fPosY * (480.0f/100.0f))); in Print3D()
524 m_nCachedNumVerts = UpdateLine(0.0f, fPosX, fPosY, fScale, Colour, UTF32, m_pPrint3dVtx); in Print3D()
546 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() argument
571 …if(wcscmp(s_Text, m_pwzPreviousString) != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevSc… in Print3D()
576 m_fPrevY = fPosY; in Print3D()
599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate); in Print3D()
616 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour,… in Print3D() argument
633 …if(strcmp(s_Text, m_pszPreviousString) != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevSc… in Print3D()
638 m_fPrevY = fPosY; in Print3D()
[all …]
DPVRTPrint3D.h178 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const char *…
193 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_…
363 …EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTA…
/external/pdfium/core/fpdfdoc/
Dctypeset.cpp424 FX_FLOAT fPosX = 0.0f, fPosY = 0.0f; in OutputLines() local
461 fPosY += m_pVT->GetLineLeading(m_pSection->m_SecInfo); in OutputLines()
462 fPosY += pLine->m_LineInfo.fLineAscent; in OutputLines()
464 pLine->m_LineInfo.fLineY = fPosY - fMinY; in OutputLines()
473 pWord->fWordY = fPosY - fMinY; in OutputLines()
476 pWord->fWordY = fPosY - m_pVT->GetWordAscent(*pWord) - fMinY; in OutputLines()
479 pWord->fWordY = fPosY - m_pVT->GetWordDescent(*pWord) - fMinY; in OutputLines()
483 pWord->fWordY = fPosY - fMinY; in OutputLines()
488 fPosY -= pLine->m_LineInfo.fLineDescent; in OutputLines()
Dcpdf_variabletext.cpp1027 FX_FLOAT fPosY = 0; in RearrangeSections() local
1040 rcSec.top += fPosY; in RearrangeSections()
1041 rcSec.bottom += fPosY; in RearrangeSections()
1045 rcSec.top = fPosY; in RearrangeSections()
1046 rcSec.bottom = fPosY + fOldHeight; in RearrangeSections()
1059 fPosY += rcSec.Height(); in RearrangeSections()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp313 FX_FLOAT fPosY = 0.0; in GetItemAtPoint() local
315 fPosY = m_pVertScrollBar->GetPos(); in GetItemAtPoint()
324 rtItem.Offset(-fPosX, -fPosY); in GetItemAtPoint()
337 FX_FLOAT fPosY = m_pVertScrollBar->GetPos(); in ScrollToVisible() local
338 rtItem.Offset(0, -fPosY + m_rtConent.top); in ScrollToVisible()
340 fPosY += rtItem.top - m_rtConent.top; in ScrollToVisible()
343 fPosY += rtItem.bottom() - m_rtConent.bottom(); in ScrollToVisible()
349 m_pVertScrollBar->SetPos(fPosY); in ScrollToVisible()
350 m_pVertScrollBar->SetTrackPos(fPosY); in ScrollToVisible()
385 FX_FLOAT fPosY = 0.0f; in DrawItems() local
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutprocessor.cpp68 FX_FLOAT fPosY = pFormNode->GetMeasure(XFA_ATTRIBUTE_Y).ToUnit(XFA_UNIT_Pt); in DoLayout() local
79 pLayoutItem->m_sPos = CFX_PointF(fPosX, fPosY); in DoLayout()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp582 FX_FLOAT fPosY = 0.0f; in ReArrange() local
585 fPosY = pPrevItem->GetRect().bottom; in ReArrange()
590 pListItem->SetRect(CLST_Rect(0.0f, fPosY, 0.0f, fPosY + fListItemHeight)); in ReArrange()
591 fPosY += fListItemHeight; in ReArrange()
595 SetContentRect(CLST_Rect(0.0f, 0.0f, 0.0f, fPosY)); in ReArrange()
/external/skia/src/svg/
DSkSVGDevice.cpp166 SkASSERT(fPosY.isEmpty()); in SVGTextBuilder()
167 fPosY.appendScalar(offset.y()); // DrawText or DrawPosTextH (fixed Y). in SVGTextBuilder()
178 const SkString& posY() const { return fPosY; } in posY()
232 fPosY.appendf("%.8g, ", fOffset.y() + fPos[1]); in advancePos()
242 SkString fText, fPosX, fPosY; member in __anond794dccc0111::SVGTextBuilder