Home
last modified time | relevance | path

Searched refs:m_pInterface (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp196 if (!pThemeProvider->IsValidWidget(m_pInterface)) { in SetThemeProvider()
209 int32_t iCount = pData->CountItems(m_pInterface); in CountSelItems()
211 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in CountSelItems()
215 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem); in CountSelItems()
228 int32_t iCount = pData->CountItems(m_pInterface); in GetSelItem()
230 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in GetSelItem()
234 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem); in GetSelItem()
251 int32_t iCount = pData->CountItems(m_pInterface); in GetSelIndex()
253 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in GetSelIndex()
257 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem); in GetSelIndex()
[all …]
Dfwl_comboboximp.cpp219 int32_t iCount = pData->CountItems(m_pInterface); in MatchItem()
221 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, i); in MatchItem()
223 pData->GetItemText(m_pInterface, hItem, wsText); in MatchItem()
236 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, iSel); in ChangeSelected()
240 int32_t iOld = pData->GetItemIndex(m_pInterface, hOld); in ChangeSelected()
251 FWL_HLISTITEM hSel = pData->GetItem(m_pInterface, iSel); in ChangeSelected()
261 return pData ? pData->CountItems(m_pInterface) : 0; in CountItems()
266 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, nIndex); in GetItemRect()
267 pData->GetItemRect(m_pInterface, hItem, rtItem); in GetItemRect()
360 int32_t iSel = pData->GetItemIndex(m_pOwner->m_pInterface, hItem); in OnDropListMouseMove()
[all …]
Dfwl_tooltipctrlimp.cpp86 pData->GetCaption(m_pInterface, wsCaption); in GetWidgetRect()
120 part.m_pWidget = m_pInterface; in GetClientRect()
136 return toolTipTarget->DrawToolTip(pGraphics, pMatrix, m_pInterface); in DrawWidget()
151 param.m_pWidget = m_pInterface; in DrawBkground()
170 m_pProperties->m_pDataProvider->GetCaption(m_pInterface, wsCaption); in DrawText()
175 param.m_pWidget = m_pInterface; in DrawText()
205 int32_t nInitDelay = pData->GetInitialDelay(m_pInterface); in Show()
227 int32_t nAutoPopDelay = pData->GetAutoPopDelay(m_pInterface); in SetStates()
Dfwl_monthcalendarimp.cpp188 params.m_pWidget = m_pInterface; in DrawBkground()
202 params.m_pWidget = m_pInterface; in DrawHeadBK()
216 params.m_pWidget = m_pInterface; in DrawLButton()
230 params.m_pWidget = m_pInterface; in DrawRButton()
244 textParam.m_pWidget = m_pInterface; in DrawCaption()
269 params.m_pWidget = m_pInterface; in DrawSeperator()
283 params.m_pWidget = m_pInterface; in DrawDatesInBK()
317 params.m_pWidget = m_pInterface; in DrawWeek()
343 params.m_pWidget = m_pInterface; in DrawWeekNumber()
375 params.m_pWidget = m_pInterface; in DrawWeekNumberSep()
[all …]
Dfwl_checkboximp.cpp74 m_pProperties->m_pDataProvider->GetCaption(m_pInterface, wsCaption); in GetWidgetRect()
84 FX_FLOAT fCheckBox = pData->GetBoxSize(m_pInterface); in GetWidgetRect()
123 param.m_pWidget = m_pInterface; in DrawWidget()
143 m_pProperties->m_pDataProvider->GetCaption(m_pInterface, wsCaption); in DrawWidget()
148 textParam.m_pWidget = m_pInterface; in DrawWidget()
211 FX_FLOAT fCheckBox = pData->GetBoxSize(m_pInterface); in Layout()
243 m_pProperties->m_pDataProvider->GetCaption(m_pInterface, wsCaption); in Layout()
359 pWidgetMgr->GetSameGroupRadioButton(m_pInterface, radioarr); in NextStates()
364 if (pCheckBox != m_pInterface && in NextStates()
399 wmCheckBoxState.m_pSrcTarget = m_pInterface; in NextStates()
Dfwl_pushbuttonimp.cpp66 pData->GetCaption(m_pInterface, wsCaption); in GetWidgetRect()
129 pData->GetCaption(m_pInterface, wsCaption); in DrawWidget()
142 pPicture = pData->GetPicture(m_pInterface); in DrawWidget()
296 param.m_pWidget = m_pInterface; in DrawBkground()
315 m_pProperties->m_pDataProvider->GetCaption(m_pInterface, wsCaption); in DrawText()
320 param.m_pWidget = m_pInterface; in DrawText()
488 wmClick.m_pSrcTarget = m_pOwner->m_pInterface; in OnLButtonUp()
537 wmMouse.m_pSrcTarget = m_pOwner->m_pInterface; in OnKeyDown()
541 wmClick.m_pSrcTarget = m_pOwner->m_pInterface; in OnKeyDown()
Dfwl_pictureboximp.cpp63 ->GetPicture(m_pInterface); in GetWidgetRect()
108 CFX_DIBitmap* pPicture = pPictureDP->GetPicture(m_pInterface); in DrawBkground()
110 pPictureDP->GetMatrix(m_pInterface, matrix); in DrawBkground()
Dfwl_datetimepickerimp.cpp444 propMonth.m_pParent = m_pInterface; in Initialize()
446 m_pMonthCal.reset(IFWL_DateTimeCalender::Create(propMonth, m_pInterface)); in Initialize()
453 propEdit.m_pParent = m_pInterface; in Initialize()
455 m_pEdit.reset(IFWL_DateTimeEdit::Create(propEdit, m_pInterface)); in Initialize()
520 pData->GetToday(m_pInterface, m_MonthCalendarDP.m_iCurYear, in Update()
687 prop.m_pParent = m_pInterface; in DrawDropDownButton()
689 IFWL_SpinButton* pSpin = IFWL_SpinButton::Create(prop, m_pInterface); in DrawDropDownButton()
693 param.m_pWidget = m_pInterface; in DrawDropDownButton()
802 ev.m_pSrcTarget = m_pInterface; in ProcessSelChanged()
816 propForm.m_pOwner = m_pInterface; in InitProxyForm()
[all …]
Dfwl_spinbuttonimp.cpp140 wmPosChanged.m_pSrcTarget = m_pInterface; in Run()
172 params.m_pWidget = m_pInterface; in DrawUpButton()
186 params.m_pWidget = m_pInterface; in DrawDownButton()
287 wmPosChanged.m_pSrcTarget = m_pOwner->m_pInterface; in OnLButtonDown()
420 wmPosChanged.m_pSrcTarget = m_pOwner->m_pInterface; in OnKeyDown()
Dfwl_editimp.cpp379 checkWordEvent.m_pSrcTarget = m_pInterface; in GetSuggestWords()
387 suggestWordsEvent.m_pSrcTarget = m_pInterface; in GetSuggestWords()
428 checkWordEvent.m_pSrcTarget = m_pInterface; in DrawSpellCheck()
862 evt.m_pSrcTarget = m_pInterface; in On_TextChanged()
900 event.m_pSrcTarget = m_pInterface; in On_TextChanged()
942 evt.m_pSrcTarget = m_pInterface; in On_AddDoRecord()
966 pDst = m_pInterface; in On_Validate()
970 event.m_pSrcTarget = m_pInterface; in On_Validate()
993 param.m_pWidget = m_pInterface; in DrawTextBk()
1046 m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm); in DrawContent()
[all …]
Dfwl_scrollbarimp.cpp243 param.m_pWidget = m_pInterface; in DrawTrack()
258 param.m_pWidget = m_pInterface; in DrawArrowBtn()
276 param.m_pWidget = m_pInterface; in DrawThumb()
289 part.m_pWidget = m_pInterface; in Layout()
292 m_bCustomLayout = pTheme->IsCustomizedLayout(m_pInterface); in Layout()
316 pPart.m_pWidget = m_pInterface; in CalcMinButtonRect()
334 pPart.m_pWidget = m_pInterface; in CalcMaxButtonRect()
616 ev.m_pSrcTarget = m_pInterface; in OnScroll()
Dfwl_caretimp.cpp114 param.m_pWidget = m_pInterface; in DrawCaretBK()
Dfwl_barcodeimp.cpp109 part.m_pWidget = m_pInterface; in GenerateBarcodeImageCache()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp139 m_pWidgetMgr->InsertWidget(pParent, m_pInterface); in Initialize()
144 m_pWidgetMgr->SetOwner(pOwner, m_pInterface); in Initialize()
147 m_pWidgetMgr->CreateWidget_Native(m_pInterface); in Initialize()
154 FWL_GetWidgetMgr()->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm)); in Finalize()
155 if (pForm && pForm != m_pInterface) { in Finalize()
158 pContent->RemoveWidget(m_pInterface); in Finalize()
162 m_pWidgetMgr->DestroyWidget_Native(m_pInterface); in Finalize()
164 m_pWidgetMgr->RemoveWidget(m_pInterface); in Finalize()
184 m_pWidgetMgr->GetWidget(m_pInterface, FWL_WGTRELATION_SystemForm); in GetGlobalRect()
189 if (pForm == m_pInterface) { in GetGlobalRect()
[all …]
Dfwl_formimp.cpp161 part.m_pWidget = m_pInterface; in GetClientRect()
277 param.m_pWidget = m_pInterface; in DrawWidget()
436 param.m_pWidget = m_pInterface; in DrawBackground()
588 pData->GetCaption(m_pInterface, wsText); in DrawCaptionText()
593 textParam.m_pWidget = m_pInterface; in DrawCaptionText()
623 param.m_pWidget = m_pInterface; in DrawIconImage()
626 param.m_pImage = pData->GetIcon(m_pInterface, FALSE); in DrawIconImage()
647 pWidgetMgr->SetMaximize_Native(m_pInterface); in SetWorkAreaRect()
743 m_bCustomizeLayout = pTheme->IsCustomizedLayout(m_pInterface); in ReSetSysBtn()
754 param.m_pWidget = m_pInterface; in ReSetSysBtn()
[all …]
Dfwl_contentimp.cpp48 pChild->SetParent(m_pInterface); in InsertWidget()
69 pMgr->GetWidget(m_pInterface, FWL_WGTRELATION_FirstChild)) { in RemoveAllWidgets()
Dfwl_panelimp.cpp78 return pContent->SetParent(m_pInterface); in SetContent()
122 return pContent->SetParent(m_pInterface); in SetContent()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h145 IFWL_Widget* m_pInterface; variable