HomeSort by relevance Sort by last modified time
    Searched refs:pParams (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/pdfium/xfa/fwl/theme/
cfwl_pictureboxtp.cpp 17 void CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) {
18 if (!pParams)
21 switch (pParams->m_iPart) {
23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
cfwl_barcodetp.cpp 17 void CFWL_BarcodeTP::DrawBackground(CFWL_ThemeBackground* pParams) {
18 if (!pParams)
21 switch (pParams->m_iPart) {
23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
27 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart,
28 &pParams->m_matrix);
cfwl_comboboxtp.cpp 20 void CFWL_ComboBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) {
21 if (!pParams)
24 switch (pParams->m_iPart) {
26 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
31 CFX_RectF& rect = pParams->m_rtPart;
34 switch (pParams->m_dwStates) {
44 pParams->m_pGraphics->SaveGraphState();
46 pParams->m_pGraphics->SetFillColor(&cr)
    [all...]
cfwl_listboxtp.cpp 19 void CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) {
20 if (!pParams)
23 switch (pParams->m_iPart) {
25 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
29 FillSoildRect(pParams->m_pGraphics, ArgbEncode(255, 255, 255, 255),
30 &pParams->m_rtPart, &pParams->m_matrix);
31 if (pParams->m_pData)
    [all...]
cfwl_datetimepickertp.cpp 16 void CFWL_DateTimePickerTP::DrawBackground(CFWL_ThemeBackground* pParams) {
17 if (!pParams)
20 switch (pParams->m_iPart) {
22 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
26 DrawDropDownButton(pParams, &pParams->m_matrix);
34 void CFWL_DateTimePickerTP::DrawDropDownButton(CFWL_ThemeBackground* pParams,
36 uint32_t dwStates = pParams->m_dwStates
    [all...]
cfwl_edittp.cpp 21 void CFWL_EditTP::DrawBackground(CFWL_ThemeBackground* pParams) {
22 if (CFWL_Part::CombTextLine == pParams->m_iPart) {
23 CXFA_FFWidget* pWidget = XFA_ThemeGetOuterWidget(pParams->m_pWidget);
34 pParams->m_pGraphics->SetStrokeColor(&crLine);
35 pParams->m_pGraphics->SetLineWidth(fWidth);
36 pParams->m_pGraphics->StrokePath(pParams->m_pPath, &pParams->m_matrix);
40 switch (pParams->m_iPart) {
42 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix)
    [all...]
cfwl_monthcalendartp.cpp 34 void CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) {
35 if (!pParams)
38 switch (pParams->m_iPart) {
40 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
44 DrawTotalBK(pParams, &pParams->m_matrix);
48 DrawHeadBk(pParams, &pParams->m_matrix)
    [all...]
cfwl_carettp.cpp 18 void CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) {
19 if (!pParams)
22 switch (pParams->m_iPart) {
24 if (!(pParams->m_dwStates & CFWL_PartState_HightLight))
27 DrawCaretBK(pParams->m_pGraphics, pParams->m_dwStates,
28 &(pParams->m_rtPart), (CFX_Color*)pParams->m_pData,
29 &(pParams->m_matrix));
cfwl_datetimepickertp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
cfwl_comboboxtp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams,
24 void DrawStrethHandler(CFWL_ThemeBackground* pParams,
cfwl_monthcalendartp.h 22 void DrawBackground(CFWL_ThemeBackground* pParams) override;
23 void DrawText(CFWL_ThemeText* pParams) override;
36 void DrawTotalBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
37 void DrawHeadBk(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
38 void DrawLButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
39 void DrawRButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
40 void DrawDatesInBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
41 void DrawDatesInCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
42 void DrawTodayCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
43 void DrawHSeperator(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix)
    [all...]
cfwl_barcodetp.h 19 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_edittp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_pictureboxtp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_pushbuttontp.cpp 24 void CFWL_PushButtonTP::DrawBackground(CFWL_ThemeBackground* pParams) {
25 switch (pParams->m_iPart) {
27 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
31 CFX_RectF& rect = pParams->m_rtPart;
54 CFX_Graphics* pGraphics = pParams->m_pGraphics;
63 int32_t iColor = GetColorID(pParams->m_dwStates);
68 FXFILL_ALTERNATE, &pParams->m_matrix);
72 pGraphics->StrokePath(&strokePath, &pParams->m_matrix)
    [all...]
cfwl_carettp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
cfwl_listboxtp.h 18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Timer_Init.c 37 LVM_Timer_Params_t *pParams ){
42 pInstancePr->CallBackParam = pParams->CallBackParam;
43 pInstancePr->pCallBackParams = pParams->pCallBackParams;
44 pInstancePr->pCallbackInstance = pParams->pCallbackInstance;
45 pInstancePr->pCallBack = pParams->pCallBack;
48 MUL32x16INTO32(pParams->SamplingRate,OneOverThousandInQ24,pInstancePr->RemainingTimeInSamples,16); /* (Q0 * Q24) >>16 into Q8*/
49 MUL32x16INTO32(pInstancePr->RemainingTimeInSamples,pParams->TimeInMs,pInstancePr->RemainingTimeInSamples,8); /* (Q8 * Q0) >>8 into Q0*/
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Control.c 38 /* pParams Pointer to an empty parameter structure */
49 LVCS_Params_t *pParams)
54 *pParams = pInstance->Params;
69 /* pParams Pointer to a parameter structure */
80 LVCS_Params_t *pParams)
87 if (pParams->SampleRate != pInstance->Params.SampleRate)
89 pInstance->TimerParams.SamplingRate = LVCS_SampleRateTable[pParams->SampleRate];
95 if(pInstance->Params.ReverbLevel != pParams->ReverbLevel)
97 err=LVCS_ReverbGeneratorInit(hInstance,pParams);
103 if ((pInstance->Params.SampleRate != pParams->SampleRate) |
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Control.c 40 /* pParams Pointer to an empty parameter structure */
51 LVDBE_Params_t *pParams)
56 *pParams = pInstance->Params;
102 /* pParams Initialisation parameters */
107 LVDBE_Params_t *pParams)
114 LVM_UINT16 Offset = (LVM_UINT16)((LVM_UINT16)pParams->SampleRate + \
115 (LVM_UINT16)(pParams->CentreFrequency * (1+LVDBE_FS_192000)));
120 LVM_UINT16 Offset = (LVM_UINT16)((LVM_UINT16)pParams->SampleRate + \
121 (LVM_UINT16)(pParams->CentreFrequency * (1+LVDBE_FS_48000)));
185 /* pParams Initialisation parameters *
    [all...]
LVDBE_Private.h 151 LVDBE_Params_t *pParams);
155 LVDBE_Params_t *pParams);
159 LVDBE_Params_t *pParams);
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 40 /* pParams Pointer to a parameter structure */
44 /* LVM_NULLADDRESS When hInstance, pParams or any control pointers are NULL */
53 LVM_ControlParams_t *pParams)
58 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL))
63 pInstance->NewParams = *pParams;
67 ((pParams->OperatingMode != LVM_MODE_OFF) && (pParams->OperatingMode != LVM_MODE_ON)) ||
69 ((pParams->SampleRate != LVM_FS_8000) && (pParams->SampleRate != LVM_FS_11025) && (pParams->SampleRate != LVM_FS_12000) &
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c 49 /* pParams Pointer to an empty parameter structure */
53 /* LVEQNB_NULLADDRESS Instance or pParams is NULL pointer */
61 LVEQNB_Params_t *pParams)
69 if((hInstance == LVM_NULL) || (pParams == LVM_NULL))
74 *pParams = pInstance->Params;
127 /* pParams Initialisation parameters */
141 LVEQNB_Params_t *pParams)
150 LVM_UINT32 fs = (LVM_UINT32)LVEQNB_SampleRateTab[(LVM_UINT16)pParams->SampleRate]; /* Sample rate */
155 pInstance->NBands = pParams->NBands;
157 for (i=0; i<pParams->NBands; i++
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 81 void CXFA_FWLTheme::DrawBackground(CFWL_ThemeBackground* pParams) {
82 GetTheme(pParams->m_pWidget)->DrawBackground(pParams);
85 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) {
86 if (pParams->m_wsText.IsEmpty())
89 if (pParams->m_pWidget->GetClassID() == FWL_Type::MonthCalendar) {
90 CXFA_FFWidget* pWidget = XFA_ThemeGetOuterWidget(pParams->m_pWidget);
94 m_pTextOut->SetStyles(pParams->m_dwTTOStyles);
95 m_pTextOut->SetAlignment(pParams->m_iTTOAlign);
99 if ((pParams->m_iPart == CFWL_Part::DatesIn) &
    [all...]
  /external/pdfium/xfa/fwl/
ifwl_themeprovider.h 22 virtual void DrawBackground(CFWL_ThemeBackground* pParams) = 0;
23 virtual void DrawText(CFWL_ThemeText* pParams) = 0;
24 virtual void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;

Completed in 5960 milliseconds

1 2 3 4 5