Searched refs:fType (Results 1 - 25 of 98) sorted by relevance

1234

/external/skia/src/animator/
H A DSkTypedArray.h29 SkDisplayTypes getType() { return fType; }
30 SkScriptEngine::SkOpType getOpType() { return SkScriptEngine::ToOpType(fType); }
33 fType = type;
36 SkDisplayTypes fType; member in class:SkTypedArray
H A DSkOperand.h43 SkDisplayTypes fType; member in struct:SkScriptValue
44 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
45 SkDisplayable* getDisplayable() { SkASSERT(fType == SkType_Displayable); return fOperand.fDisplayable; }
46 SkDrawable* getDrawable() { SkASSERT(fType == SkType_Drawable); return fOperand.fDrawable; }
47 int32_t getS32(SkAnimateMaker* maker) { SkASSERT(fType == SkType_Int || fType == SkType_Boolean ||
48 SkDisplayType::IsEnum(maker, fType)); return fOperand.fS32; }
49 SkMSec getMSec() { SkASSERT(fType == SkType_MSec); return fOperand.fMSec; }
50 SkScalar getScalar() { SkASSERT(fType == SkType_Float); return fOperand.fScalar; }
51 SkString* getString() { SkASSERT(fType
[all...]
H A DSkOpArray.h14 SkOperand2::OpType getType() { return fType; }
16 fType = type;
19 SkOperand2::OpType fType; member in class:SkOpArray
H A DSkOpArray.cpp3 SkOpArray::SkOpArray() : fType(SkOperand2::kNoType) {
6 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) {
H A DSkOperand2.h36 SkOperand2::OpType fType : 8; member in struct:SkScriptValue2
39 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
40 void* getObject() { SkASSERT(fType == SkOperand2::kObject); return fOperand.fObject; }
41 int32_t getS32() { SkASSERT(fType == SkOperand2::kS32); return fOperand.fS32; }
42 SkScalar getScalar() { SkASSERT(fType == SkOperand2::kScalar); return fOperand.fScalar; }
43 SkString* getString() { SkASSERT(fType == SkOperand2::kString); return fOperand.fString; }
H A DSkMemberInfo.h41 // then fType can be type, so caller doesn't have to check
45 SkDisplayTypes fType; member in struct:SkMemberInfo
50 unsigned char fType;
54 SkASSERT(fType == SkType_Array);
58 SkASSERT(fType == SkType_MemberFunction);
63 return fType == SkType_MemberProperty || fType == SkType_Array ||
64 fType == SkType_MemberFunction ? 1 : fCount;
70 return fType == SkType_MemberProperty || fType
[all...]
H A DSkMemberInfo.cpp92 SkASSERT(fType != SkType_String && fType != SkType_MemberProperty);
109 switch (fType) {
126 byteSize = GetSize((SkDisplayTypes) fType);
132 if (fType == SkType_MemberProperty) {
135 SkASSERT(value.fType == SkType_String);
140 SkASSERT(fType == SkType_String || fType == SkType_DynamicString);
146 SkASSERT(fType != SkType_String && fType !
[all...]
H A DSkBuildCondensedInfo.cpp48 if (info[inner].fType == SkType_BaseClassInfo) {
55 if (info[inner].fType != SkType_BaseClassInfo && info[inner].fName)
58 SkASSERT(info[inner].fType < 256);
68 const char* name = (info[inner].fType != SkType_BaseClassInfo && info[inner].fName) ?
79 if (info[inner].fType == SkType_BaseClassInfo) {
86 info[inner].fType, info[inner].fCount);
89 if (info[inner].fType != SkType_BaseClassInfo && info[inner].fName)
121 const SkMemberInfo* info = GetMembers(maker, gTypeNames[index].fType, &infoCount);
124 AddInfo(gTypeNames[index].fType, info, infoCount);
175 while (gTypeNames[typeNameIndex].fType < inde
[all...]
H A DSkDisplayable.cpp92 if (info->fType == SkType_MemberProperty) {
99 if (info->fType == SkType_MemberFunction)
101 if (info->fType == SkType_Array) {
119 if (SkDisplayType::IsDisplayable(maker, info->fType)) {
127 if (info->fType == SkType_String || info->fType == SkType_DynamicString) {
134 size_t size = SkMemberInfo::GetSize(info->fType);
175 if (SkType_MemberProperty == info->fType) {
179 dumpValues(info, value.fType, value.fOperand, blankValue.fOperand, value.fOperand, blankValue.fOperand);
185 if (SkDisplayType::IsDisplayable(maker, info->fType)) {
[all...]
H A DSkOperandIterpolator.cpp23 fType = SkType_Unknown;
37 fType = type;
85 if (fType == SkType_Float || fType == SkType_3D_Point) {
88 } else if (fType == SkType_Int || fType == SkType_MSec) {
H A DSkDrawRectangle.cpp82 value->fType = SkType_Boolean;
92 value->fType = SkType_Float;
107 SkASSERT(value.fType == SkType_Float);
113 SkASSERT(value.fType == SkType_Float);
H A DSkGetCondensedInfo.cpp80 if (info->fType == SkType_BaseClassInfo) {
89 SkASSERT(info->fType != SkType_BaseClassInfo);
101 if (info->fType == SkType_BaseClassInfo) {
110 SkASSERT(info->fType != SkType_BaseClassInfo);
H A DSkOperandInterpolator.h47 SkDisplayTypes fType; member in class:SkOperandInterpolator
H A DSkAnimatorScript.cpp92 if (success == false || result->fType != type) {
101 SkDisplayTypes type = scriptValue->fType;
129 scriptValue->fType = SkType_Displayable;
137 scriptValue->fType = SkType_Displayable;
151 if (scriptValue->fType == SkType_String) {
161 value->fType = SkType_Int;
180 value->fType = SkType_Displayable;
187 value->fType = SkType_String;
191 value->fType = SkType_Displayable;
204 value->fType
[all...]
H A DSkDisplayRandom.cpp65 value->fType = SkType_Float;
76 SkASSERT(value.fType == SkType_Int);
/external/icu4c/i18n/
H A Dfmtable_cnv.cpp36 fType = kString;
H A Dfmtable.cpp.noOrig101 fType = kLong;
121 fType = kDate;
131 fType = kDouble;
150 fType = kInt64;
169 fType = kString;
180 fType = kString;
187 fType = kObject;
194 : UObject(), fType(kArray)
197 fType = kArray;
225 fType
[all...]
H A Dfmtable.cpp101 fType = kLong;
121 fType = kDate;
131 fType = kDouble;
150 fType = kInt64;
169 fType = kString;
180 fType = kString;
187 fType = kObject;
194 : UObject(), fType(kArray)
197 fType = kArray;
225 fType
[all...]
/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/gpu/include/
H A DGrClip.h51 GrClipType getElementType(int i) const { return fList[i].fType; }
54 GrAssert(kPath_ClipType == fList[i].fType);
59 GrAssert(kPath_ClipType == fList[i].fType);
64 GrAssert(kRect_ClipType == fList[i].fType);
71 if (1 == fList.count() && kRect_ClipType == fList[0].fType) {
115 GrClipType fType; member in struct:GrClip::Element
121 if (e.fType != fType || e.fOp != fOp) {
124 switch (fType) {
/external/icu4c/common/
H A Drbbinode.cpp50 fType = t;
78 fType = other.fType;
110 switch (this->fType) {
144 if (fType == RBBINode::varRef) {
148 } else if (fType == RBBINode::uset) {
188 if (fType == varRef) {
215 U_ASSERT(fType != setRef);
218 if (fLeftChild->fType==setRef) {
231 if (fRightChild->fType
[all...]
H A Drbbitblb.cpp204 if (n->fType == RBBINode::setRef ||
205 n->fType == RBBINode::endMark ) {
211 if (n->fType == RBBINode::lookAhead || n->fType == RBBINode::tag) {
225 if (n->fType == RBBINode::opOr) {
228 else if (n->fType == RBBINode::opCat) {
231 else if (n->fType == RBBINode::opStar || n->fType == RBBINode::opQuestion) {
251 if (n->fType == RBBINode::leafChar ||
252 n->fType
[all...]
/external/skia/src/views/
H A DSkEvent.cpp21 fType = NULL;
40 if (((size_t) fType & 1) == 0)
41 setType(src.fType);
57 if (((size_t) fType & 1) == 0)
58 sk_free((void*) fType);
72 if ((size_t) fType & 1) { // not a pointer
74 size_t len = makeCharArray(chars, (size_t) fType);
75 fType = (char*) sk_malloc_throw(len);
76 SkASSERT(((size_t) fType & 1) == 0);
77 memcpy(fType, char
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DContextMenuItemWin.cpp48 m_type = info.fType == MFT_SEPARATOR ? SeparatorType : ActionType;
85 info.fType = MFT_SEPARATOR;
90 info.fType = MFT_STRING;
/external/skia/gpu/src/
H A DGrClip.cpp70 fList.back().fType = kRect_ClipType;
84 fList.back().fType = kRect_ClipType;
108 e.fType = iter->getType();
112 switch (e.fType) {
126 GrAssert(kRect_ClipType == fList.back().fType);

Completed in 336 milliseconds

1234