Searched refs:pParams (Results 1 - 25 of 75) sorted by relevance

123

/external/pdfium/xfa/fwl/theme/
H A Dcfwl_pictureboxtp.cpp17 void CFWL_PictureBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
18 if (!pParams)
21 switch (pParams->m_iPart) {
23 DrawBorder(pParams->m_pGraphics, &pParams->m_rtPart, &pParams->m_matrix);
H A Dcfwl_barcodetp.cpp17 void CFWL_BarcodeTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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);
H A Dcfwl_comboboxtp.cpp20 void CFWL_ComboBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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
64 DrawStrethHandler(CFWL_ThemeBackground* pParams, uint32_t dwStates, CFX_Matrix* pMatrix) argument
75 DrawDropDownButton(CFWL_ThemeBackground* pParams, uint32_t dwStates, CFX_Matrix* pMatrix) argument
[all...]
H A Dcfwl_listboxtp.cpp19 void CFWL_ListBoxTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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
[all...]
H A Dcfwl_datetimepickertp.cpp16 void CFWL_DateTimePickerTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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, argument
36 uint32_t dwStates = pParams
[all...]
H A Dcfwl_edittp.cpp21 void CFWL_EditTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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
[all...]
H A Dcfwl_monthcalendartp.cpp34 void CFWL_MonthCalendarTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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
88 DrawText(CFWL_ThemeText* pParams) argument
105 DrawTotalBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
118 DrawHeadBk(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
131 DrawLButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
165 DrawRButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
199 DrawHSeperator(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
213 DrawWeekNumSep(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
227 DrawDatesInBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
250 DrawDatesInCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
263 DrawTodayCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix) argument
[all...]
H A Dcfwl_carettp.cpp18 void CFWL_CaretTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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));
H A Dcfwl_datetimepickertp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
H A Dcfwl_comboboxtp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
21 void DrawDropDownButton(CFWL_ThemeBackground* pParams,
24 void DrawStrethHandler(CFWL_ThemeBackground* pParams,
H A Dcfwl_monthcalendartp.h22 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_Matri
[all...]
H A Dcfwl_barcodetp.h19 void DrawBackground(CFWL_ThemeBackground* pParams) override;
H A Dcfwl_edittp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
H A Dcfwl_pictureboxtp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
H A Dcfwl_pushbuttontp.cpp24 void CFWL_PushButtonTP::DrawBackground(CFWL_ThemeBackground* pParams) { argument
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
[all...]
H A Dcfwl_carettp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
H A Dcfwl_listboxtp.h18 void DrawBackground(CFWL_ThemeBackground* pParams) override;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fwltheme.cpp81 void CXFA_FWLTheme::DrawBackground(CFWL_ThemeBackground* pParams) { argument
82 GetTheme(pParams->m_pWidget)->DrawBackground(pParams);
85 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) { argument
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
225 CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) argument
[all...]
H A Dxfa_fwltheme.h33 void DrawBackground(CFWL_ThemeBackground* pParams) override;
34 void DrawText(CFWL_ThemeText* pParams) override;
35 void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) override;
/external/pdfium/xfa/fwl/
H A Difwl_themeprovider.h22 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;
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dswapchain9.c44 struct NineUnknownParams *pParams,
55 This, pParams->device, pPresent, pCTX, hFocusWindow);
57 hr = NineUnknown_ctor(&This->base, pParams);
128 D3DPRESENT_PARAMETERS *pParams );
132 D3DPRESENT_PARAMETERS *pParams,
145 DBG("This=%p pParams=%p\n", This, pParams);
146 user_assert(pParams != NULL, E_POINTER);
147 user_assert(pParams->SwapEffect, D3DERR_INVALIDCALL);
148 user_assert((pParams
43 NineSwapChain9_ctor( struct NineSwapChain9 *This, struct NineUnknownParams *pParams, BOOL implicit, ID3DPresent *pPresent, D3DPRESENT_PARAMETERS *pPresentationParameters, struct d3dadapter9_context *pCTX, HWND hFocusWindow, D3DDISPLAYMODEEX *mode ) argument
131 NineSwapChain9_Resize( struct NineSwapChain9 *This, D3DPRESENT_PARAMETERS *pParams, D3DDISPLAYMODEEX *mode ) argument
[all...]
H A Dindexbuffer9.c40 struct NineUnknownParams *pParams,
44 DBG("This=%p pParams=%p pDesc=%p Usage=%s\n",
45 This, pParams, pDesc, nine_D3DUSAGE_to_str(pDesc->Usage));
47 hr = NineBuffer9_ctor(&This->base, pParams, D3DRTYPE_INDEXBUFFER,
39 NineIndexBuffer9_ctor( struct NineIndexBuffer9 *This, struct NineUnknownParams *pParams, D3DINDEXBUFFER_DESC *pDesc ) argument
H A Dswapchain9ex.c32 struct NineUnknownParams *pParams,
40 DBG("This=%p pParams=%p implicit=%d pPresent=%p pPresentationParameters=%p "
42 This, pParams, (int) implicit, pPresent, pPresentationParameters, pCTX, hFocusWindow, mode);
44 return NineSwapChain9_ctor(&This->base, pParams, implicit, pPresent,
31 NineSwapChain9Ex_ctor( struct NineSwapChain9Ex *This, struct NineUnknownParams *pParams, BOOL implicit, ID3DPresent *pPresent, D3DPRESENT_PARAMETERS *pPresentationParameters, struct d3dadapter9_context *pCTX, HWND hFocusWindow, D3DDISPLAYMODEEX *mode ) argument
/external/pdfium/core/fpdfapi/parser/
H A Dfpdf_parser_decode.cpp253 const CPDF_Dictionary* pParams) {
260 if (pParams) {
261 K = pParams->GetIntegerFor("K");
262 EndOfLine = !!pParams->GetIntegerFor("EndOfLine");
263 ByteAlign = !!pParams->GetIntegerFor("EncodedByteAlign");
264 BlackIs1 = !!pParams->GetIntegerFor("BlackIs1");
265 Columns = pParams->GetIntegerFor("Columns", 1728);
266 Rows = pParams->GetIntegerFor("Rows");
283 const CPDF_Dictionary* pParams) {
286 if (pParams) {
248 FPDFAPI_CreateFaxDecoder( const uint8_t* src_buf, uint32_t src_size, int width, int height, const CPDF_Dictionary* pParams) argument
276 FPDFAPI_CreateFlateDecoder( const uint8_t* src_buf, uint32_t src_size, int width, int height, int nComps, int bpc, const CPDF_Dictionary* pParams) argument
299 FPDFAPI_FlateOrLZWDecode(bool bLZW, const uint8_t* src_buf, uint32_t src_size, CPDF_Dictionary* pParams, uint32_t estimated_size, uint8_t*& dest_buf, uint32_t& dest_size) argument
[all...]
H A Dfpdf_parser_decode.h56 const CPDF_Dictionary* pParams);
65 const CPDF_Dictionary* pParams);
81 CPDF_Dictionary* pParams,

Completed in 224 milliseconds

123