Home
last modified time | relevance | path

Searched refs:GetDefaultValue (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp507 void GetDefaultValue(int iComponent,
553 void CPDF_LabCS::GetDefaultValue(int iComponent, in GetDefaultValue() function in CPDF_LabCS
913 m_pBaseCS->GetDefaultValue(i, defvalue, m_pCompMinMax[i * 2], in v_Load()
1027 void GetDefaultValue(int iComponent,
1048 void CPDF_SeparationCS::GetDefaultValue(int iComponent, in GetDefaultValue() function in CPDF_SeparationCS
1126 void GetDefaultValue(int iComponent,
1146 void CPDF_DeviceNCS::GetDefaultValue(int iComponent, in GetDefaultValue() function in CPDF_DeviceNCS
1347 GetDefaultValue(i, buf[i], min, max); in GetDefaultColor()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h127 CFX_WideString GetDefaultValue() const;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp219 CXFA_Value imageValue = GetDefaultValue(); in ResetData()
239 if (wsValue.IsEmpty() && (defValue = pAcc->GetDefaultValue())) { in ResetData()
261 if (CXFA_Value defValue = GetDefaultValue()) { in ResetData()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp547 m_pColorSpace->GetDefaultValue(i, def_value, def_min, def_max); in GetDecodeAndMaskArray()
558 m_pColorSpace->GetDefaultValue(i, def_value, pCompData[i].m_DecodeMin, in GetDecodeAndMaskArray()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h514 virtual void GetDefaultValue(int iComponent, in GetDefaultValue() function
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h769 CFX_WideString GetDefaultValue();
/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp317 CFX_WideString CPDF_FormField::GetDefaultValue() { in GetDefaultValue() function in CPDF_FormField
/external/v8/include/
Dv8.h3133 V8_INLINE internal::Object* GetDefaultValue();
7497 *value_ = GetDefaultValue();
7508 *value_ = GetDefaultValue();
7519 *value_ = GetDefaultValue();
7602 internal::Object* ReturnValue<T>::GetDefaultValue() {
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h598 CXFA_Value GetDefaultValue(FX_BOOL bModified = FALSE);
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp632 CFX_WideString CPDFSDK_Widget::GetDefaultValue() const { function in CPDFSDK_Widget
634 return pFormField->GetDefaultValue();
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h6456 virtual HRESULT WINAPI GetDefaultValue(const GUID *Api,VARIANT *Value) = 0;
6478 HRESULT (WINAPI *GetDefaultValue)(ICodecAPI *This,const GUID *Api,VARIANT *Value);
6502 #define ICodecAPI_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Value)
6588 virtual HRESULT WINAPI GetDefaultValue(const GUID *Api,VARIANT *Value) = 0;
6602 HRESULT (WINAPI *GetDefaultValue)(IEncoderAPI *This,const GUID *Api,VARIANT *Value);
6618 #define IEncoderAPI_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Value)
6656 HRESULT (WINAPI *GetDefaultValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);
6672 #define IVideoEncoder_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Valu…
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1065 vp << pFormField->GetDefaultValue(); in defaultValue()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp1585 CXFA_Value CXFA_WidgetData::GetDefaultValue(FX_BOOL bModified) { in GetDefaultValue() function in CXFA_WidgetData