Home
last modified time | relevance | path

Searched defs:pParams (Results 1 – 25 of 54) sorted by relevance

123

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp35 void CFWL_MonthCalendarTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
86 void CFWL_MonthCalendarTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
101 void CFWL_MonthCalendarTP::DrawTotalBK(const CFWL_ThemeBackground& pParams, in DrawTotalBK()
113 void CFWL_MonthCalendarTP::DrawHeadBk(const CFWL_ThemeBackground& pParams, in DrawHeadBk()
125 void CFWL_MonthCalendarTP::DrawLButton(const CFWL_ThemeBackground& pParams, in DrawLButton()
160 void CFWL_MonthCalendarTP::DrawRButton(const CFWL_ThemeBackground& pParams, in DrawRButton()
195 void CFWL_MonthCalendarTP::DrawHSeparator(const CFWL_ThemeBackground& pParams, in DrawHSeparator()
207 void CFWL_MonthCalendarTP::DrawWeekNumSep(const CFWL_ThemeBackground& pParams, in DrawWeekNumSep()
219 void CFWL_MonthCalendarTP::DrawDatesInBK(const CFWL_ThemeBackground& pParams, in DrawDatesInBK()
244 const CFWL_ThemeBackground& pParams, in DrawDatesInCircle()
[all …]
Dcfwl_pictureboxtp.cpp17 void CFWL_PictureBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_barcodetp.cpp17 void CFWL_BarcodeTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_datetimepickertp.cpp17 const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_comboboxtp.cpp20 void CFWL_ComboBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_carettp.cpp20 void CFWL_CaretTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_widgettp.cpp30 void CFWL_WidgetTP::DrawBackground(const CFWL_ThemeBackground& pParams) {} in DrawBackground()
32 void CFWL_WidgetTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
Dcfwl_edittp.cpp20 void CFWL_EditTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_listboxtp.cpp21 void CFWL_ListBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_pushbuttontp.cpp29 void CFWL_PushButtonTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_checkboxtp.cpp40 void CFWL_CheckBoxTP::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
209 void CFWL_CheckBoxTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
Dcfwl_scrollbartp.cpp23 void CFWL_ScrollBarTP::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp124 RetainPtr<CPDF_Dictionary> pParams = pMarkItem->GetParam(); in GetOrCreateMarkParamsDict() local
366 RetainPtr<const CPDF_Dictionary> pParams = pMarkItem->GetParam(); in FPDFPageObjMark_CountParams() local
379 RetainPtr<const CPDF_Dictionary> pParams = GetMarkParamDict(mark); in FPDFPageObjMark_GetParamKey() local
399 RetainPtr<const CPDF_Dictionary> pParams = GetMarkParamDict(mark); in FPDFPageObjMark_GetParamValueType() local
414 RetainPtr<const CPDF_Dictionary> pParams = GetMarkParamDict(mark); in FPDFPageObjMark_GetParamIntValue() local
435 RetainPtr<const CPDF_Dictionary> pParams = GetMarkParamDict(mark); in FPDFPageObjMark_GetParamStringValue() local
457 RetainPtr<const CPDF_Dictionary> pParams = GetMarkParamDict(mark); in FPDFPageObjMark_GetParamBlobValue() local
515 RetainPtr<CPDF_Dictionary> pParams = in FPDFPageObjMark_SetIntParam() local
535 RetainPtr<CPDF_Dictionary> pParams = in FPDFPageObjMark_SetStringParam() local
556 RetainPtr<CPDF_Dictionary> pParams = in FPDFPageObjMark_SetBlobParam() local
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp83 void CXFA_FWLTheme::DrawBackground(const CFWL_ThemeBackground& pParams) { in DrawBackground()
87 void CXFA_FWLTheme::DrawText(const CFWL_ThemeText& pParams) { in DrawText()
230 void CXFA_FWLTheme::CalcTextRect(const CFWL_ThemeText& pParams, in CalcTextRect()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp298 const CPDF_Dictionary* pParams) { in CreateFaxDecoder()
325 const CPDF_Dictionary* pParams) { in CreateFlateDecoder()
345 const CPDF_Dictionary* pParams, in FlateOrLZWDecode()
377 RetainPtr<const CPDF_Object> pParams = in GetDecoderArray() local
/external/mesa3d/src/gallium/frontends/nine/
Dresource9.c37 struct NineUnknownParams *pParams, in NineResource9_ctor()
Dvertexbuffer9.c39 struct NineUnknownParams *pParams, in NineVertexBuffer9_ctor()
Dindexbuffer9.c40 struct NineUnknownParams *pParams, in NineIndexBuffer9_ctor()
Dswapchain9ex.c32 struct NineUnknownParams *pParams, in NineSwapChain9Ex_ctor()
Dpixelshader9.c35 struct NineUnknownParams *pParams, in NinePixelShader9_ctor()
Dswapchain9.c45 struct NineUnknownParams *pParams, in NineSwapChain9_ctor()
178 D3DPRESENT_PARAMETERS *pParams, in NineSwapChain9_Resize()
1281 D3DPRESENT_PARAMETERS *pParams ) in NineSwapChain9_GetBackBufferCountForParams()
Dvertexshader9.c37 struct NineUnknownParams *pParams, in NineVertexShader9_ctor()
Dbuffer9.c42 struct NineUnknownParams *pParams, in NineBuffer9_ctor()
Diunknown.c35 struct NineUnknownParams *pParams ) in NineUnknown_ctor()
/external/aac/libAACdec/src/
Daacdec_drc.cpp187 CDrcParams *pParams; in aacDecoder_drcInit() local
693 CDrcParams *pParams; in aacDecoder_drcExtractAndMap() local
861 CDrcParams *pParams = &self->params; in aacDecoder_drcApply() local

123