Searched defs:fType (Results 1 - 25 of 49) sorted by relevance

12

/external/skia/src/animator/
H A DSkOpArray.h21 SkOperand2::OpType getType() { return fType; }
23 fType = type;
26 SkOperand2::OpType fType; member in class:SkOpArray
H A DSkTypedArray.h21 SkDisplayTypes getType() { return fType; }
22 SkScriptEngine::SkOpType getOpType() { return SkScriptEngine::ToOpType(fType); }
25 fType = type;
28 SkDisplayTypes fType; member in class:SkTypedArray
H A DSkAnimatorScript2.h20 SkDisplayTypes fType; member in struct:SkDisplayEnumMap
H A DSkOperandInterpolator.h39 SkDisplayTypes fType; member in class:SkOperandInterpolator
H A DSkAnimatorScript.h21 SkDisplayTypes fType; member in struct:SkDisplayEnumMap
H A DSkOperand.h35 SkDisplayTypes fType; member in struct:SkScriptValue
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
37 SkDisplayable* getDisplayable() { SkASSERT(fType == SkType_Displayable); return fOperand.fDisplayable; }
38 SkDrawable* getDrawable() { SkASSERT(fType == SkType_Drawable); return fOperand.fDrawable; }
39 int32_t getS32(SkAnimateMaker* maker) { SkASSERT(fType == SkType_Int || fType == SkType_Boolean ||
40 SkDisplayType::IsEnum(maker, fType)); return fOperand.fS32; }
41 SkMSec getMSec() { SkASSERT(fType == SkType_MSec); return fOperand.fMSec; }
42 SkScalar getScalar() { SkASSERT(fType == SkType_Float); return fOperand.fScalar; }
43 SkString* getString() { SkASSERT(fType
[all...]
H A DSkScriptDecompile.cpp93 SkOperand2::OpType fType; member in struct:OperName
116 SkASSERT(gOperandNames[index].fType == type);
119 SkASSERT(gOperandNames[++index].fType == type);
H A DSkMemberInfo.h33 // then fType can be type, so caller doesn't have to check
37 SkDisplayTypes fType; member in struct:SkMemberInfo
42 unsigned char fType;
46 SkASSERT(fType == SkType_Array);
50 SkASSERT(fType == SkType_MemberFunction);
55 return fType == SkType_MemberProperty || fType == SkType_Array ||
56 fType == SkType_MemberFunction ? 1 : fCount;
62 return fType == SkType_MemberProperty || fType
[all...]
H A DSkOperand2.h43 SkOperand2::OpType fType : 8; member in struct:SkScriptValue2
46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
47 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
48 int32_t getS32() { SkASSERT(fType == SkOperand2::kS32); return fOperand.fS32; }
49 SkScalar getScalar() { SkASSERT(fType == SkOperand2::kScalar); return fOperand.fScalar; }
50 SkString* getString() { SkASSERT(fType == SkOperand2::kString); return fOperand.fString; }
/external/skia/src/svg/
H A DSkSVGElements.h44 SkSVGTypes fType; member in struct:SkSVGTypeName
/external/skia/include/core/
H A DSkPathMeasure.h90 unsigned fType : 2; member in struct:SkPathMeasure::Segment
H A DSkMetaData.h158 uint8_t fType; member in struct:SkMetaData::Rec
H A DSkAdvancedTypefaceMetrics.h42 FontType fType; member in class:SkAdvancedTypefaceMetrics
89 MetricType fType; member in struct:SkAdvancedTypefaceMetrics::AdvanceMetric
/external/skia/tests/
H A DMetaDataTest.cpp72 SkMetaData::Type fType; member in struct:__anon12132
94 REPORTER_ASSERT(reporter, gElems[i].fType == t);
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java46 private String fType; field in class:DOMErrorImpl
76 fType = type;
89 fType = type;
105 fType = type;
155 return fType;
171 fType = null;
/external/skia/include/gpu/
H A DGrClip.h44 GrClipType getElementType(int i) const { return fList[i].fType; }
47 GrAssert(kPath_ClipType == fList[i].fType);
52 GrAssert(kPath_ClipType == fList[i].fType);
57 GrAssert(kRect_ClipType == fList[i].fType);
64 if (1 == fList.count() && kRect_ClipType == fList[0].fType &&
110 GrClipType fType; member in struct:GrClip::Element
116 if (e.fType != fType || e.fOp != fOp) {
119 switch (fType) {
/external/icu4c/i18n/unicode/
H A Dfmtable.h642 Type fType; member in class:Formattable
647 if (fType != kDate) {
/external/llvm/lib/VMCore/
H A DAutoUpgrade.cpp64 FunctionType* fType = FunctionType::get(F->getReturnType(), args, false); local
65 NewFn = Function::Create(fType, F->getLinkage(),
/external/skia/include/utils/
H A DSkJSON.h217 Type type() const { return fType; }
241 SkASSERT(kObject == fType);
245 SkASSERT(kObject == fType);
249 SkASSERT(kString == fType);
253 SkASSERT(kInt == fType);
257 SkASSERT(kFloat == fType);
261 SkASSERT(kBool == fType);
267 Type fType; member in class:SkJSON::Array
/external/skia/include/views/
H A DSkOSMenu.h64 Type getType() const { return fType; }
88 Type fType; member in class:SkOSMenu::Item
H A DSkEvent.h275 mutable char* fType; // may be characters with low bit set to know that it is not a pointer member in class:SkEvent
/external/skia/src/ports/
H A DSkImageDecoder_CG.cpp136 SkImageEncoder_CG(Type t) : fType(t) {}
142 Type fType; member in class:SkImageEncoder_CG
152 switch (fType) {
H A DSkImageDecoder_WIC.cpp158 SkImageEncoder_WIC(Type t) : fType(t) {}
164 Type fType; member in class:SkImageEncoder_WIC
172 switch (fType) {
/external/icu4c/common/
H A Drbbinode.h54 NodeType fType; member in class:RBBINode
/external/icu4c/tools/genrb/
H A Dreslist.h108 int8_t fType; /* determined by table_write16() for table_preWrite() & table_write() */ member in struct:SResTable
169 int8_t fType; /* nominal type: fRes (when != 0xffffffff) may use subtype */ member in struct:SResource

Completed in 367 milliseconds

12