HomeSort by relevance Sort by last modified time
    Searched refs:fType (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/skia/src/animator/
SkTypedArray.h 29 SkDisplayTypes getType() { return fType; }
30 SkScriptEngine::SkOpType getOpType() { return SkScriptEngine::ToOpType(fType); }
33 fType = type;
36 SkDisplayTypes fType;
SkOpArray.h 14 SkOperand2::OpType getType() { return fType; }
16 fType = type;
19 SkOperand2::OpType fType;
SkOperand.h 43 SkDisplayTypes fType;
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 == SkType_String); return fOperand.fString;
    [all...]
SkOperand2.h 36 SkOperand2::OpType fType : 8;
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; }
SkOpArray.cpp 3 SkOpArray::SkOpArray() : fType(SkOperand2::kNoType) {
6 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) {
SkMemberInfo.h 41 // then fType can be type, so caller doesn't have to check
45 SkDisplayTypes fType;
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 == SkType_Array |
    [all...]
SkMemberInfo.cpp 92 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 != SkType_MemberProperty)
    [all...]
SkBuildCondensedInfo.cpp 48 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 < index
    [all...]
SkDisplayable.cpp 92 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...]
SkOperandIterpolator.cpp 23 fType = SkType_Unknown;
37 fType = type;
85 if (fType == SkType_Float || fType == SkType_3D_Point) {
88 } else if (fType == SkType_Int || fType == SkType_MSec) {
SkDrawRectangle.cpp 82 value->fType = SkType_Boolean;
92 value->fType = SkType_Float;
107 SkASSERT(value.fType == SkType_Float);
113 SkASSERT(value.fType == SkType_Float);
SkGetCondensedInfo.cpp 80 if (info->fType == SkType_BaseClassInfo) {
89 SkASSERT(info->fType != SkType_BaseClassInfo);
101 if (info->fType == SkType_BaseClassInfo) {
110 SkASSERT(info->fType != SkType_BaseClassInfo);
SkOperandInterpolator.h 47 SkDisplayTypes fType;
SkAnimatorScript.cpp 92 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 = SkType_Int
    [all...]
  /external/icu4c/i18n/
fmtable_cnv.cpp 36 fType = kString;
fmtable.cpp 101 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 = source.fType
    [all...]
  /external/chromium/third_party/icu/source/i18n/
fmtable_cnv.cpp 34 : UObject(), fType(kString)
fmtable.cpp 96 : UObject(), fType(kLong)
106 : UObject(), fType(kDate)
116 : UObject(), fType(kDouble)
126 : UObject(), fType(kLong)
136 : UObject(), fType(kInt64)
146 : UObject(), fType(kString)
157 : UObject(), fType(kString)
164 : UObject(), fType(kObject)
173 : UObject(), fType(kArray)
184 : UObject(source), fType(kLong
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorImpl.java 46 private String fType;
76 fType = type;
89 fType = type;
105 fType = type;
155 return fType;
171 fType = null;
  /external/chromium/third_party/icu/source/common/
rbbinode.cpp 50 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==setRef)
    [all...]
rbbitblb.cpp 204 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 == RBBINode::endMark |
    [all...]
  /external/icu4c/common/
rbbinode.cpp 50 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==setRef)
    [all...]
rbbitblb.cpp 204 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 == RBBINode::endMark |
    [all...]
  /external/skia/src/views/
SkEvent.cpp 21 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, chars, len)
    [all...]
  /external/webkit/WebCore/platform/win/
ContextMenuItemWin.cpp 68 m_platformDescription->fType = MFT_SEPARATOR;
78 m_platformDescription->fType = MFT_STRING;
89 if (m_platformDescription->fType == MFT_STRING)
105 if (((m_platformDescription->fType & ~MFT_OWNERDRAW) == MFT_STRING) && m_platformDescription->hSubMenu)
107 else if (m_platformDescription->fType & MFT_SEPARATOR)
131 m_platformDescription->fType = MFT_SEPARATOR;
133 m_platformDescription->fType = MFT_STRING;

Completed in 134 milliseconds

1 2 3 4 5