/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 493 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 …]
|
D | PVRTPrint3D.h | 178 …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/xfa/fwl/ |
D | cfwl_listbox.cpp | 303 float fPosY = 0.0; in GetItemAtPoint() local 305 fPosY = m_pVertScrollBar->GetPos(); in GetItemAtPoint() 314 rtItem.Offset(-fPosX, -fPosY); in GetItemAtPoint() 327 float fPosY = m_pVertScrollBar->GetPos(); in ScrollToVisible() local 328 rtItem.Offset(0, -fPosY + m_rtConent.top); in ScrollToVisible() 330 fPosY += rtItem.top - m_rtConent.top; in ScrollToVisible() 333 fPosY += rtItem.bottom() - m_rtConent.bottom(); in ScrollToVisible() 339 m_pVertScrollBar->SetPos(fPosY); in ScrollToVisible() 340 m_pVertScrollBar->SetTrackPos(fPosY); in ScrollToVisible() 375 float fPosY = 0.0f; in DrawItems() local [all …]
|
/external/pdfium/core/fpdfdoc/ |
D | ctypeset.cpp | 454 float fPosY = 0.0f; in OutputLines() local 471 fPosY += m_pVT->GetLineLeading(); in OutputLines() 472 fPosY += pLine->m_LineInfo.fLineAscent; in OutputLines() 474 pLine->m_LineInfo.fLineY = fPosY - fMinY; in OutputLines() 480 pWord->fWordY = fPosY - fMinY; in OutputLines() 485 fPosY -= pLine->m_LineInfo.fLineDescent; in OutputLines()
|
D | cpdf_variabletext.cpp | 829 float fPosY = 0; in RearrangeSections() local 843 rcSec.top += fPosY; in RearrangeSections() 844 rcSec.bottom += fPosY; in RearrangeSections() 847 rcSec.top = fPosY; in RearrangeSections() 848 rcSec.bottom = fPosY + fOldHeight; in RearrangeSections() 861 fPosY += rcSec.Height(); in RearrangeSections()
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_layoutprocessor.cpp | 75 float fPosY = in DoLayout() local 87 pLayoutItem->m_sPos = CFX_PointF(fPosX, fPosY); in DoLayout()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.cpp | 499 float fPosY = 0.0f; in ReArrange() local 501 fPosY = m_ListItems[nItemIndex - 1]->GetRect().bottom; in ReArrange() 506 CFX_FloatRect(0.0f, fPosY + fListItemHeight, 0.0f, fPosY)); in ReArrange() 507 fPosY += fListItemHeight; in ReArrange() 509 SetContentRect(CFX_FloatRect(0.0f, fPosY, 0.0f, 0.0f)); in ReArrange()
|
/external/skqp/src/svg/ |
D | SkSVGDevice.cpp | 865 const SkString& posY() const { return fPosY; } in posY() 918 fPosY.appendf("%.8g, ", finalPosition.y()); in advancePos() 924 SkString fText, fPosX, fPosY; member in SVGTextBuilder
|