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

  /external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp 166 int fPosY;
179 child->setPosition(gData[i].fPosX, gData[i].fPosY);
  /external/skia/samplecode/
SampleSkLayer.cpp 166 int fPosY;
179 child->setPosition(gData[i].fPosX, gData[i].fPosY);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 162 FX_FLOAT fPosY = 0.0f;
165 fPosY = pPrevItem->GetRect().bottom;
172 pListItem->SetRect(CLST_Rect(0.0f,fPosY,0.0f,fPosY + fListItemHeight));
173 fPosY += fListItemHeight;
177 SetContentRect(CLST_Rect(0.0f,0.0f,0.0f,fPosY));
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 738 FX_FLOAT fPosX = 0.0f, fPosY = 0.0f;
774 fPosY += m_pVT->GetLineLeading(m_pSection->m_SecInfo);
775 fPosY += pLine->m_LineInfo.fLineAscent;
777 pLine->m_LineInfo.fLineY = fPosY - fMinY;
785 pWord->fWordY = fPosY - fMinY;
788 pWord->fWordY = fPosY - m_pVT->GetWordAscent(*pWord) - fMinY;
791 pWord->fWordY = fPosY - m_pVT->GetWordDescent(*pWord) - fMinY;
795 pWord->fWordY = fPosY - fMinY;
800 fPosY += (-pLine->m_LineInfo.fLineDescent);
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 127 milliseconds