Home | History | Annotate | Download | only in fxfa

Lines Matching refs:pItem

46     CXFA_LayoutItem* pItem = this;
47 if (!pItem->GetPrev() && !pItem->GetNext()) {
52 if (!pItem->GetPrev())
54 else if (!pItem->GetNext())
82 CXFA_LayoutItem* pItem = this;
83 if (!pItem->GetPrev() && !pItem->GetNext())
86 pItem = pItem->GetFirst();
87 while (pItem) {
88 CFX_RectF rtText = pItem->GetRect(false);
91 if (!pItem->GetPrev())
93 else if (!pItem->GetNext())
96 pTextLayout->ItemBlocks(rtText, pItem->GetIndex());
97 pItem = pItem->GetNext();