Searched refs:fPosY (Results 1 - 5 of 5) sorted by relevance

/external/skia/samplecode/
H A DSampleSkLayer.cpp166 int fPosY; member in struct:SkLayerView::__anon13868
179 child->setPosition(gData[i].fPosX, gData[i].fPosY);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp162 FX_FLOAT fPosY = 0.0f; local
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/
H A Ddoc_vt.cpp737 FX_FLOAT fPosX = 0.0f, fPosY = 0.0f; local
773 fPosY += m_pVT->GetLineLeading(m_pSection->m_SecInfo);
774 fPosY += pLine->m_LineInfo.fLineAscent;
776 pLine->m_LineInfo.fLineY = fPosY - fMinY;
784 pWord->fWordY = fPosY - fMinY;
787 pWord->fWordY = fPosY - m_pVT->GetWordAscent(*pWord) - fMinY;
790 pWord->fWordY = fPosY - m_pVT->GetWordDescent(*pWord) - fMinY;
794 pWord->fWordY = fPosY - fMinY;
799 fPosY += (-pLine->m_LineInfo.fLineDescent);
1603 FX_FLOAT fPosY local
[all...]
/external/skia/src/svg/
H A DSkSVGDevice.cpp164 SkASSERT(fPosY.isEmpty());
165 fPosY.appendScalar(offset.y()); // DrawText or DrawPosTextH (fixed Y).
176 const SkString& posY() const { return fPosY; }
230 fPosY.appendf("%.8g, ", fOffset.y() + fPos[1]);
240 SkString fText, fPosX, fPosY;
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp1540 FX_FLOAT fPosY = pTextObj->GetPosY(); local
1557 charinfo.m_OriginY = fPosY;

Completed in 135 milliseconds