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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 151 if (CFX_ListItem * pListItem = new CFX_ListItem())
153 pListItem->SetFontMap(m_pFontMap);
154 pListItem->SetFontSize(m_fFontSize);
155 pListItem->SetText(str);
156 m_aListItems.Add(pListItem);
169 if (CFX_ListItem * pListItem = m_aListItems.GetAt(i))
171 FX_FLOAT fListItemHeight = pListItem->GetItemHeight();
172 pListItem->SetRect(CLST_Rect(0.0f,fPosY,0.0f,fPosY + fListItemHeight));
182 if (CFX_ListItem * pListItem = m_aListItems.GetAt(nIndex))
184 return pListItem->GetEdit()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
compstui.h 715 POPTPARAM pListItem;
    [all...]

Completed in 53 milliseconds