Searched defs:pOther (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp545 FX_BOOL CTextBaseLine::CanMerge(CTextBaseLine* pOther) { argument
547 if (!GetIntersection(m_Bottom, m_Top, pOther->m_Bottom, pOther->m_Top,
553 inter_h < (pOther->m_Top - pOther->m_Bottom) / 2) {
556 FX_FLOAT dy = (FX_FLOAT)FXSYS_fabs(m_BaseLine - pOther->m_BaseLine);
559 for (int j = 0; j < pOther->m_TextList.GetSize(); j++) {
560 CTextBox* pOtherText = pOther->m_TextList.GetAt(j);
579 void CTextBaseLine::Merge(CTextBaseLine* pOther) { argument
580 for (int i = 0; i < pOther
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c41976 PCache1 *pOther; local
96160 Index *pOther = pTab->pIndex; local
97505 FuncDef *pOther; local
120598 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
174991 Fts5SegIter *pOther = &pIter->aSeg[iChanged ^ 0x0001]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c41994 PCache1 *pOther; local
96178 Index *pOther = pTab->pIndex; local
97523 FuncDef *pOther; local
120616 WhereTerm *pOther = &pOrWc->a[pOrTerm->iParent]; local
175021 Fts5SegIter *pOther = &pIter->aSeg[iChanged ^ 0x0001]; local
[all...]

Completed in 2059 milliseconds