/external/pdfium/xfa/src/fwl/src/theme/ |
D | comboboxtp.cpp | 18 FX_BOOL CFWL_ComboBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 19 if (!pParams) in DrawBackground() 21 switch (pParams->m_iPart) { in DrawBackground() 23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 27 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 28 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 34 CFX_RectF& rect = pParams->m_rtPart; in DrawBackground() 37 switch (pParams->m_dwStates) { in DrawBackground() 47 pParams->m_pGraphics->SaveGraphState(); in DrawBackground() 48 pParams->m_pGraphics->SetFillColor(&cr); in DrawBackground() [all …]
|
D | monthcalendartp.cpp | 71 FX_BOOL CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 72 if (!pParams) in DrawBackground() 74 switch (pParams->m_iPart) { in DrawBackground() 76 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 80 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 81 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 85 DrawTotalBK(pParams, &pParams->m_matrix); in DrawBackground() 89 DrawHeadBk(pParams, &pParams->m_matrix); in DrawBackground() 94 FWLTHEME_STATE eState = GetState(pParams->m_dwStates); in DrawBackground() 95 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() [all …]
|
D | edittp.cpp | 15 FX_BOOL CFWL_EditTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 16 switch (pParams->m_iPart) { in DrawBackground() 18 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 22 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 23 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 27 if (pParams->m_pPath) { in DrawBackground() 28 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground() 34 pGraphics->FillPath(pParams->m_pPath, FXFILL_WINDING, in DrawBackground() 35 &pParams->m_matrix); in DrawBackground() 39 pParams->m_dwData == FWL_PARTDATA_EDT_StaticBackground; in DrawBackground() [all …]
|
D | listboxtp.cpp | 15 FX_BOOL CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 16 if (!pParams) in DrawBackground() 18 switch (pParams->m_iPart) { in DrawBackground() 20 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 24 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 25 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 29 FillSoildRect(pParams->m_pGraphics, ArgbEncode(255, 255, 255, 255), in DrawBackground() 30 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 31 if (pParams->m_pData) { in DrawBackground() 32 FillSoildRect(pParams->m_pGraphics, FWLTHEME_COLOR_Background, in DrawBackground() [all …]
|
D | datetimepickertp.cpp | 20 FX_BOOL CFWL_DateTimePickerTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 21 if (!pParams) in DrawBackground() 23 switch (pParams->m_iPart) { in DrawBackground() 25 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 29 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 30 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 34 DrawDropDownButton(pParams, &pParams->m_matrix); in DrawBackground() 42 void CFWL_DateTimePickerTP::DrawDropDownButton(CFWL_ThemeBackground* pParams, in DrawDropDownButton() argument 44 FX_DWORD dwStates = pParams->m_dwStates; in DrawDropDownButton() 66 DrawArrowBtn(pParams->m_pGraphics, &pParams->m_rtPart, in DrawDropDownButton() [all …]
|
D | barcodetp.cpp | 15 FX_BOOL CFWL_BarcodeTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 16 if (!pParams) in DrawBackground() 18 switch (pParams->m_iPart) { in DrawBackground() 20 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 24 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 25 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 29 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() 30 &pParams->m_matrix); in DrawBackground()
|
D | pictureboxtp.cpp | 15 FX_BOOL CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 16 if (!pParams) in DrawBackground() 18 switch (pParams->m_iPart) { in DrawBackground() 20 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 24 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 25 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground()
|
D | carettp.cpp | 15 FX_BOOL CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 16 if (!pParams) in DrawBackground() 18 switch (pParams->m_iPart) { in DrawBackground() 20 if (!(pParams->m_dwStates & FWL_PARTSTATE_CAT_HightLight)) { in DrawBackground() 23 DrawCaretBK(pParams->m_pGraphics, pParams->m_dwStates, in DrawBackground() 24 &(pParams->m_rtPart), (CFX_Color*)pParams->m_pData, in DrawBackground() 25 &(pParams->m_matrix)); in DrawBackground()
|
D | pushbuttontp.cpp | 27 FX_BOOL CFWL_PushButtonTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 28 switch (pParams->m_iPart) { in DrawBackground() 30 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 34 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 35 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 39 CFX_RectF& rect = pParams->m_rtPart; in DrawBackground() 56 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground() 63 int32_t iColor = GetColorID(pParams->m_dwStates); in DrawBackground() 68 FXFILL_ALTERNATE, &pParams->m_matrix); in DrawBackground() 71 pGraphics->StrokePath(&strokePath, &pParams->m_matrix); in DrawBackground() [all …]
|
D | checkboxtp.cpp | 42 FX_BOOL CFWL_CheckBoxTP::DrawText(CFWL_ThemeText* pParams) { in DrawText() argument 45 FX_BOOL bDisable = (pParams->m_dwStates & FWL_PARTSTATE_CKB_Mask1) == in DrawText() 50 return CFWL_WidgetTP::DrawText(pParams); in DrawText() 52 FX_BOOL CFWL_CheckBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 53 if (!pParams) in DrawBackground() 55 switch (pParams->m_iPart) { in DrawBackground() 57 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 61 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 62 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 66 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() [all …]
|
D | formtp.cpp | 66 FX_BOOL CFWL_FormTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 67 if (!pParams) in DrawBackground() 70 if (pParams->m_dwStates & FWL_PARTSTATE_FRM_Inactive) { in DrawBackground() 74 switch (pParams->m_dwStates & 0x03) { in DrawBackground() 89 switch (pParams->m_iPart) { in DrawBackground() 91 DrawFormBorder(pParams->m_pGraphics, &pParams->m_rtPart, eState, in DrawBackground() 92 &pParams->m_matrix, iActive); in DrawBackground() 96 DrawEdge(pParams->m_pGraphics, pParams->m_pWidget->GetStyles(), in DrawBackground() 97 &pParams->m_rtPart, &pParams->m_matrix); in DrawBackground() 101 FillBackground(pParams->m_pGraphics, &pParams->m_rtPart, in DrawBackground() [all …]
|
D | scrollbartp.cpp | 40 FX_BOOL CFWL_ScrollBarTP::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 41 if (!pParams) in DrawBackground() 43 IFWL_Widget* pWidget = pParams->m_pWidget; in DrawBackground() 45 switch (pParams->m_dwStates & 0x03) { in DrawBackground() 59 CFX_Graphics* pGraphics = pParams->m_pGraphics; in DrawBackground() 60 CFX_RectF* pRect = &pParams->m_rtPart; in DrawBackground() 62 switch (pParams->m_iPart) { in DrawBackground() 66 eState, &pParams->m_matrix); in DrawBackground() 72 eState, &pParams->m_matrix); in DrawBackground() 76 DrawThumbBtn(pGraphics, pRect, bVert, eState, TRUE, &pParams->m_matrix); in DrawBackground() [all …]
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fwltheme.cpp | 102 FX_BOOL CXFA_FWLTheme::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 103 return GetTheme(pParams->m_pWidget)->DrawBackground(pParams); in DrawBackground() 105 FX_BOOL CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { in DrawText() argument 106 if (pParams->m_wsText.IsEmpty()) { in DrawText() 109 if (pParams->m_pWidget->GetClassID() == FWL_CLASSHASH_MonthCalendar) { in DrawText() 110 CXFA_FFWidget* pWidget = XFA_ThemeGetOuterWidget(pParams->m_pWidget); in DrawText() 114 m_pTextOut->SetStyles(pParams->m_dwTTOStyles); in DrawText() 115 m_pTextOut->SetAlignment(pParams->m_iTTOAlign); in DrawText() 119 if ((pParams->m_iPart == FWL_PART_MCD_DatesIn) && in DrawText() 120 !(pParams->m_dwStates & FWL_ITEMSTATE_MCD_Flag) && in DrawText() [all …]
|
D | xfa_fwltheme.h | 29 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); 30 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams); 38 virtual FX_BOOL CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect); 75 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); 90 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
|
/external/pdfium/xfa/include/fwl/theme/ |
D | monthcalendartp.h | 19 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); 20 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams); 26 FX_BOOL DrawTotalBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 27 FX_BOOL DrawHeadBk(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 28 FX_BOOL DrawLButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 29 FX_BOOL DrawRButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 30 FX_BOOL DrawDatesInBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 31 FX_BOOL DrawDatesInCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 32 FX_BOOL DrawTodayCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 33 FX_BOOL DrawHSeperator(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); [all …]
|
D | comboboxtp.h | 16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); 20 void DrawDropDownButton(CFWL_ThemeBackground* pParams, 23 void DrawStrethHandler(CFWL_ThemeBackground* pParams,
|
D | datetimepickertp.h | 16 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); 19 void DrawDropDownButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_decode.cpp | 226 const CPDF_Dictionary* pParams) { in FPDFAPI_CreateFaxDecoder() argument 233 if (pParams) { in FPDFAPI_CreateFaxDecoder() 234 K = pParams->GetInteger("K"); in FPDFAPI_CreateFaxDecoder() 235 EndOfLine = pParams->GetInteger("EndOfLine"); in FPDFAPI_CreateFaxDecoder() 236 ByteAlign = pParams->GetInteger("EncodedByteAlign"); in FPDFAPI_CreateFaxDecoder() 237 BlackIs1 = pParams->GetInteger("BlackIs1"); in FPDFAPI_CreateFaxDecoder() 238 Columns = pParams->GetInteger("Columns", 1728); in FPDFAPI_CreateFaxDecoder() 239 Rows = pParams->GetInteger("Rows"); in FPDFAPI_CreateFaxDecoder() 279 const CPDF_Dictionary* pParams) { in FPDFAPI_CreateFlateDecoder() argument 282 if (pParams) { in FPDFAPI_CreateFlateDecoder() [all …]
|
/external/aac/libAACdec/src/ |
D | aacdec_drc.cpp | 124 CDrcParams *pParams; in aacDecoder_drcInit() local 135 pParams = &self->params; in aacDecoder_drcInit() 136 pParams->bsDelayEnable = 0; in aacDecoder_drcInit() 137 pParams->cut = FL2FXCONST_DBL(0.0f); in aacDecoder_drcInit() 138 pParams->usrCut = FL2FXCONST_DBL(0.0f); in aacDecoder_drcInit() 139 pParams->boost = FL2FXCONST_DBL(0.0f); in aacDecoder_drcInit() 140 pParams->usrBoost = FL2FXCONST_DBL(0.0f); in aacDecoder_drcInit() 141 pParams->targetRefLevel = -1; in aacDecoder_drcInit() 142 pParams->expiryFrame = AACDEC_DRC_DFLT_EXPIRY_FRAMES; in aacDecoder_drcInit() 143 pParams->applyDigitalNorm = 0; in aacDecoder_drcInit() [all …]
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | theme.cpp | 33 FX_BOOL CFWL_Theme::DrawBackground(CFWL_ThemeBackground* pParams) { in DrawBackground() argument 34 CFWL_WidgetTP* pTheme = GetTheme(pParams->m_pWidget); in DrawBackground() 36 return pTheme->DrawBackground(pParams); in DrawBackground() 38 FX_BOOL CFWL_Theme::DrawText(CFWL_ThemeText* pParams) { in DrawText() argument 39 CFWL_WidgetTP* pTheme = GetTheme(pParams->m_pWidget); in DrawText() 41 return pTheme->DrawText(pParams); in DrawText() 65 FX_BOOL CFWL_Theme::CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) { in CalcTextRect() argument 66 CFWL_WidgetTP* pTheme = GetTheme(pParams->m_pWidget); in CalcTextRect() 68 return pTheme->CalcTextRect(pParams, rect); in CalcTextRect()
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtpage.cpp | 386 const FDE_TXTEDTPARAMS* pParams = m_pEditEngine->GetEditParams(); in LoadPage() local 391 if (pParams->dwMode & FDE_TEXTEDITMODE_Password) { in LoadPage() 414 FX_BOOL bVertial = pParams->dwLayoutStyles & FDE_TEXTEDITLAYOUT_DocVertical; in LoadPage() 416 pParams->dwLayoutStyles & FDE_TEXTEDITLAYOUT_LineReserve; in LoadPage() 419 ? (bLineReserve ? (pParams->fPlateWidth - pParams->fLineSpace) : 0.0f) in LoadPage() 422 (bVertial && bLineReserve) ? (-pParams->fLineSpace) : pParams->fLineSpace; in LoadPage() 469 FX_WCHAR wRtChar = pParams->wLineBreakChar; in LoadPage() 489 if (pParams->dwLayoutStyles & FDE_TEXTEDITLAYOUT_DocVertical) { in LoadPage() 492 TxtEdtPiece.rtPiece.width = pParams->fLineSpace; in LoadPage() 500 TxtEdtPiece.rtPiece.height = pParams->fLineSpace; in LoadPage() [all …]
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_pcm.c | 327 EAS_RESULT EAS_PEOpenStream (S_EAS_DATA *pEASData, S_PCM_OPEN_PARAMS *pParams, EAS_PCM_HANDLE *pHan… in EAS_PEOpenStream() argument 334 if (pParams->decoder >= NUM_DECODER_MODULES) in EAS_PEOpenStream() 339 if (decoders[pParams->decoder] == NULL) in EAS_PEOpenStream() 346 …if ((pState = FindSlot(pEASData, pParams->fileHandle, pParams->pCallbackFunc, pParams->cbInstData)… in EAS_PEOpenStream() 360 pState->pDecoder = decoders[pParams->decoder]; in EAS_PEOpenStream() 362 pState->bytesLeftLoop = pState->byteCount = pParams->size; in EAS_PEOpenStream() 363 pState->loopStart = pParams->loopStart; in EAS_PEOpenStream() 365 pState->loopSamples = pParams->loopSamples; in EAS_PEOpenStream() 367 pState->blockSize = (EAS_U16) pParams->blockSize; in EAS_PEOpenStream() 368 pState->flags = pParams->flags; in EAS_PEOpenStream() [all …]
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
D | theme.h | 29 FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams) override; 30 FX_BOOL DrawText(CFWL_ThemeText* pParams) override; 37 FX_BOOL CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) override;
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
D | phOsalNfc_Timer.c | 51 static void phOsalNfc_DeferredCall (void *pParams); 328 static void phOsalNfc_DeferredCall (void *pParams) in phOsalNfc_DeferredCall() argument 333 if(NULL != pParams) in phOsalNfc_DeferredCall() 336 dwIndex = (uintptr_t)pParams - PH_NFC_TIMER_BASE_ADDRESS - 0x01; in phOsalNfc_DeferredCall() 341 pTimerHandle->Application_callback((uintptr_t)pParams, pTimerHandle->pContext); in phOsalNfc_DeferredCall()
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_theme.h | 70 virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams) = 0; 71 virtual FX_BOOL DrawText(CFWL_ThemeText* pParams) = 0; 80 virtual FX_BOOL CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;
|