HomeSort by relevance Sort by last modified time
    Searched refs:GetDefaultValue (Results 1 - 24 of 24) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.h 45 virtual void GetDefaultValue(int iComponent,
cpdf_colorspace.cpp 126 void GetDefaultValue(int iComponent,
216 void GetDefaultValue(int iComponent,
238 void GetDefaultValue(int iComponent,
476 GetDefaultValue(i, buf[i], min, max);
484 void CPDF_ColorSpace::GetDefaultValue(int iComponent,
719 void CPDF_LabCS::GetDefaultValue(int iComponent,
1031 m_pBaseCS->GetDefaultValue(i, defvalue, m_pCompMinMax[i * 2],
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 86 CFX_WideString GetDefaultValue() const;
cpdf_formfield.cpp 337 CFX_WideString CPDF_FormField::GetDefaultValue() const {
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 88 CFX_WideString GetDefaultValue() const;
cpdfsdk_widget.cpp 627 CFX_WideString CPDFSDK_Widget::GetDefaultValue() const {
629 return pFormField->GetDefaultValue();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icodecapi.h 84 virtual HRESULT STDMETHODCALLTYPE GetDefaultValue(
169 HRESULT (STDMETHODCALLTYPE *GetDefaultValue)(
239 #define ICodecAPI_GetDefaultValue(This,Api,Value) (This)->lpVtbl->GetDefaultValue(This,Api,Value)
275 return This->lpVtbl->GetDefaultValue(This,Api,Value);
strmif.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
PcdXml.py 418 DefaultValue = ConvertNEToNOTEQ(PcdEntry.GetDefaultValue())
454 DefaultValue = ConvertNEToNOTEQ(PcdEntry.GetDefaultValue())
490 DefaultValue = ConvertNEToNOTEQ(PcdEntry.GetDefaultValue())
521 DefaultValue = ConvertNEToNOTEQ(PcdEntry.GetDefaultValue())
XmlParser.py     [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.h 60 CXFA_Value GetDefaultValue(bool bModified = false);
cxfa_widgetdata.cpp 349 CXFA_Value CXFA_WidgetData::GetDefaultValue(bool bModified) {
    [all...]
  /art/compiler/optimizing/
load_store_elimination.cc 731 HInstruction* GetDefaultValue(Primitive::Type type) {
766 HInstruction* constant = GetDefaultValue(instruction->GetType());
812 if (heap_value == kDefaultHeapValue && GetDefaultValue(value->GetType()) == value) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignment.py 578 Pcd.SetDefaultValue(PcdItemObj.GetDefaultValue())
    [all...]
DecPomAlignment.py     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 208 CXFA_Value imageValue = GetDefaultValue();
229 if (wsValue.IsEmpty() && (defValue = pAcc->GetDefaultValue())) {
251 if (CXFA_Value defValue = GetDefaultValue()) {
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp 460 m_pColorSpace->GetDefaultValue(i, def_value, def_min, def_max);
471 m_pColorSpace->GetDefaultValue(i, def_value, pCompData[i].m_DecodeMin,
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 729 static PyObject* GetDefaultValue(PyBaseDescriptor *self, void *closure) {
891 { "default_value", (getter)GetDefaultValue, NULL, "Default Value"},
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 93 DefaultValue = Pcd.GetDefaultValue()
GenInfFile.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 934 def GetDefaultValue(self):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py 258 def GetDefaultValue(self):
  /external/v8/include/
v8.h     [all...]
  /external/pdfium/fpdfsdk/javascript/
Field.cpp     [all...]

Completed in 589 milliseconds