Home
last modified time | relevance | path

Searched refs:fPosX (Results 1 – 6 of 6) 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
509 fPosX = (float)((int)(fPosX * (640.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()
575 m_fPrevX = fPosX; 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()
637 m_fPrevX = fPosX; 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
450 fPosX = 0; in OutputLines()
453 fPosX = (fTypesetWidth - pLine->m_LineInfo.fLineWidth) * in OutputLines()
457 fPosX = fTypesetWidth - pLine->m_LineInfo.fLineWidth; in OutputLines()
460 fPosX += fLineIndent; in OutputLines()
463 pLine->m_LineInfo.fLineX = fPosX - fMinX; in OutputLines()
468 pWord->fWordX = fPosX - fMinX; in OutputLines()
485 fPosX += m_pVT->GetWordWidth(*pWord); in OutputLines()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutprocessor.cpp67 FX_FLOAT fPosX = pFormNode->GetMeasure(XFA_ATTRIBUTE_X).ToUnit(XFA_UNIT_Pt); in DoLayout() local
79 pLayoutItem->m_sPos = CFX_PointF(fPosX, fPosY); in DoLayout()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp309 FX_FLOAT fPosX = 0.0f; in GetItemAtPoint() local
311 fPosX = m_pHorzScrollBar->GetPos(); in GetItemAtPoint()
324 rtItem.Offset(-fPosX, -fPosY); in GetItemAtPoint()
381 FX_FLOAT fPosX = 0.0f; in DrawItems() local
383 fPosX = m_pHorzScrollBar->GetPos(); in DrawItems()
402 rtItem.Offset(m_rtConent.left - fPosX, m_rtConent.top - fPosY); in DrawItems()
/external/skia/src/svg/
DSkSVGDevice.cpp171 SkASSERT(fPosX.isEmpty()); in SVGTextBuilder()
172 fPosX.appendScalar(offset.x()); // DrawText (X also fixed). in SVGTextBuilder()
177 const SkString& posX() const { return fPosX; } in posX()
229 fPosX.appendf("%.8g, ", fOffset.x() + fPos[0]); in advancePos()
242 SkString fText, fPosX, fPosY; member in __anond794dccc0111::SVGTextBuilder