Searched defs:GetType (Results 176 - 193 of 193) sorted by path

12345678

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h325 ActionType GetType() const;
1090 Type GetType() function in class:CPDF_FormField
1349 CPDF_FormField::Type GetType() function in class:CPDF_FormControl
1351 return m_pField->GetType();
/external/pdfium/core/include/fxge/
H A Dfx_ge.h109 ClipType GetType() const function in class:CFX_ClipRgn
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp21 if (pDest->GetType() == PDFOBJ_STRING || pDest->GetType() == PDFOBJ_NAME) {
25 } else if (pDest->GetType() == PDFOBJ_ARRAY) {
34 CPDF_Action::ActionType CPDF_Action::GetType() const function in class:CPDF_Action
111 int iType = pFields->GetType();
141 int iType = pFields->GetType();
175 int iType = pFields->GetType();
251 int iObjType = pNext->GetType();
266 int iObjType = pNext->GetType();
313 if (pDirect != NULL && pDirect->GetType()
[all...]
H A Dtagged_int.h44 const CFX_ByteString& GetType() const function in class:CPDF_StructElementImpl
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBitmap.h235 Image::GetType() const function in class:Image
H A DGdiPlusBrush.h51 BrushType GetType() const function in class:Brush
H A DGdiPlusMetaHeader.h134 MetafileType GetType() const { return Type; } function in class:MetafileHeader
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.h24 virtual FX_INT32 GetType() const function in class:CFPF_SkiaFontDescriptor
54 virtual FX_INT32 GetType() const function in class:CFPF_SkiaPathFont
74 virtual FX_INT32 GetType() const function in class:CFPF_SkiaFileFont
84 virtual FX_INT32 GetType() const function in class:CFPF_SkiaBufferFont
/external/pdfium/core/src/reflow/
H A Dautoreflow.h29 LayoutType GetType() function in class:CPDF_AutoReflowElement
H A Dlayoutprovider_taggedpdf.cpp447 LayoutType CPDF_LayoutElement::GetType() function in class:CPDF_LayoutElement
452 CFX_ByteString name = m_pTaggedElement->GetType();
H A Dreflowedpage.h307 RF_DataType GetType() function in class:CRF_Data
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h20 virtual CFX_ByteString GetType() = 0;
92 virtual CFX_ByteString GetType() {return CFX_ByteString("Widget");} function in class:CPDFSDK_BFAnnotHandler
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h211 int GetType() const function in class:CJS_Timer
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp587 CFX_ByteString CPDFSDK_Annot::GetType() const function in class:CPDFSDK_Annot
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp79 Attach(pValue->ToJSValue(),pValue->GetType());
238 FXJSVALUETYPE CJS_Value::GetType() const function in class:CJS_Value
277 // if (GetType() == VT_date)
482 JS_PutArrayElement(m_pArray,index,value.ToJSValue(),value.GetType());
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc61 if (GetType(field) == FieldDescriptor::TYPE_GROUP) {
182 FieldDescriptor::Type GetType(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::java
187 switch (GetType(field)) {
302 if (GetType(field) == FieldDescriptor::TYPE_BYTES) {
/external/skia/src/animator/
H A DSkDisplayType.cpp562 SkDisplayTypes SkDisplayType::GetType(SkAnimateMaker* maker, const char match[], size_t len ) { function in class:SkDisplayType
/external/skia/src/svg/
H A DSkSVGParser.cpp199 SkSVGTypes type = GetType(name, len);
436 SkSVGTypes SkSVGParser::GetType(const char match[], size_t len ) { function in class:SkSVGParser

Completed in 5521 milliseconds

12345678