HomeSort by relevance Sort by last modified time
    Searched refs:fPosY (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 172 @param[in] fPosY Position of the text along Y
178 EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const char * const pszFormat, ...);
187 @param[in] fPosY Position of the text along Y
193 EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...);
356 @param[in] fPosY Y Position
363 EPVRTError Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate);
PVRTPrint3D.cpp 485 @param[in] fPosY Y Position
493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate)
510 fPosY = -(float)((int)(fPosY * (480.0f/100.0f)));
524 m_nCachedNumVerts = UpdateLine(0.0f, fPosX, fPosY, fScale, Colour, UTF32, m_pPrint3dVtx);
536 @param[in] fPosY Position of the text along Y
546 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...)
571 if(wcscmp(s_Text, m_pwzPreviousString) != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevScale != fScale || m_uiPrevCol != Colour)
576 m_fPrevY = fPosY;
599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutprocessor.cpp 68 FX_FLOAT fPosY = pFormNode->GetMeasure(XFA_ATTRIBUTE_Y).ToUnit(XFA_UNIT_Pt);
79 pLayoutItem->m_sPos = CFX_PointF(fPosX, fPosY);
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 313 FX_FLOAT fPosY = 0.0;
315 fPosY = m_pVertScrollBar->GetPos();
324 rtItem.Offset(-fPosX, -fPosY);
337 FX_FLOAT fPosY = m_pVertScrollBar->GetPos();
338 rtItem.Offset(0, -fPosY + m_rtConent.top);
340 fPosY += rtItem.top - m_rtConent.top;
343 fPosY += rtItem.bottom() - m_rtConent.bottom();
349 m_pVertScrollBar->SetPos(fPosY);
350 m_pVertScrollBar->SetTrackPos(fPosY);
385 FX_FLOAT fPosY = 0.0f
    [all...]
  /external/pdfium/core/fpdfdoc/
ctypeset.cpp 424 FX_FLOAT fPosX = 0.0f, fPosY = 0.0f;
461 fPosY += m_pVT->GetLineLeading(m_pSection->m_SecInfo);
462 fPosY += pLine->m_LineInfo.fLineAscent;
464 pLine->m_LineInfo.fLineY = fPosY - fMinY;
473 pWord->fWordY = fPosY - fMinY;
476 pWord->fWordY = fPosY - m_pVT->GetWordAscent(*pWord) - fMinY;
479 pWord->fWordY = fPosY - m_pVT->GetWordDescent(*pWord) - fMinY;
483 pWord->fWordY = fPosY - fMinY;
488 fPosY -= pLine->m_LineInfo.fLineDescent;
cpdf_variabletext.cpp 1027 FX_FLOAT fPosY = 0;
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.cpp 582 FX_FLOAT fPosY = 0.0f;
585 fPosY = pPrevItem->GetRect().bottom;
590 pListItem->SetRect(CLST_Rect(0.0f, fPosY, 0.0f, fPosY + fListItemHeight));
591 fPosY += fListItemHeight;
595 SetContentRect(CLST_Rect(0.0f, 0.0f, 0.0f, fPosY));
  /external/skia/src/svg/
SkSVGDevice.cpp 166 SkASSERT(fPosY.isEmpty());
167 fPosY.appendScalar(offset.y()); // DrawText or DrawPosTextH (fixed Y).
178 const SkString& posY() const { return fPosY; }
232 fPosY.appendf("%.8g, ", fOffset.y() + fPos[1]);
242 SkString fText, fPosX, fPosY;

Completed in 128 milliseconds