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

1 2 3 4 5 6 7 8 9

  /external/skia/src/animator/
SkTypedArray.h 21 SkDisplayTypes getType() { return fType; }
22 SkScriptEngine::SkOpType getOpType() { return SkScriptEngine::ToOpType(fType); }
25 fType = type;
28 SkDisplayTypes fType;
SkOpArray.h 21 SkOperand2::OpType getType() { return fType; }
23 fType = type;
26 SkOperand2::OpType fType;
SkOperand.h 35 SkDisplayTypes fType;
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
37 SkDisplayable* getDisplayable() { SkASSERT(fType == SkType_Displayable); return fOperand.fDisplayable; }
38 SkADrawable* 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 == SkType_String); return fOperand.fString;
    [all...]
SkOperand2.h 43 SkOperand2::OpType fType : 8;
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; }
SkOpArray.cpp 10 SkOpArray::SkOpArray() : fType(SkOperand2::kNoType) {
13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) {
SkMemberInfo.h 34 // then fType can be type, so caller doesn't have to check
38 SkDisplayTypes fType;
43 unsigned char fType;
47 SkASSERT(fType == SkType_Array);
51 SkASSERT(fType == SkType_MemberFunction);
56 return fType == SkType_MemberProperty || fType == SkType_Array ||
57 fType == SkType_MemberFunction ? 1 : fCount;
63 return fType == SkType_MemberProperty || fType == SkType_Array |
    [all...]
SkMemberInfo.cpp 84 SkASSERT(fType != SkType_String && fType != SkType_MemberProperty);
102 switch (fType) {
119 byteSize = GetSize((SkDisplayTypes) fType);
125 if (fType == SkType_MemberProperty) {
128 SkASSERT(value.fType == SkType_String);
133 SkASSERT(fType == SkType_String || fType == SkType_DynamicString);
139 SkASSERT(fType != SkType_String && fType != SkType_MemberProperty)
    [all...]
SkBuildCondensedInfo.cpp 40 if (info[inner].fType == SkType_BaseClassInfo) {
47 if (info[inner].fType != SkType_BaseClassInfo && info[inner].fName)
50 SkASSERT(info[inner].fType < 256);
60 const char* name = (info[inner].fType != SkType_BaseClassInfo && info[inner].fName) ?
71 if (info[inner].fType == SkType_BaseClassInfo) {
78 info[inner].fType, info[inner].fCount);
81 if (info[inner].fType != SkType_BaseClassInfo && info[inner].fName)
113 const SkMemberInfo* info = GetMembers(maker, gTypeNames[index].fType, &infoCount);
116 AddInfo(gTypeNames[index].fType, info, infoCount);
167 while (gTypeNames[typeNameIndex].fType < index
    [all...]
SkDisplayable.cpp 84 if (info->fType == SkType_MemberProperty) {
91 if (info->fType == SkType_MemberFunction)
93 if (info->fType == SkType_Array) {
111 if (SkDisplayType::IsDisplayable(maker, info->fType)) {
119 if (info->fType == SkType_String || info->fType == SkType_DynamicString) {
126 size_t size = SkMemberInfo::GetSize(info->fType);
167 if (SkType_MemberProperty == info->fType) {
171 dumpValues(info, value.fType, value.fOperand, blankValue.fOperand, value.fOperand, blankValue.fOperand);
177 if (SkDisplayType::IsDisplayable(maker, info->fType)) {
    [all...]
  /external/skia/src/gpu/gl/debug/
GrShaderObj.h 22 , fType(GR_GL_VERTEX_SHADER) {}
24 void setType(GrGLenum type) { fType = type; }
25 GrGLenum getType() { return fType; }
31 GrGLenum fType; // either GR_GL_VERTEX_SHADER or GR_GL_FRAGMENT_SHADER
  /external/skia/src/core/
SkLight.h 21 SkLight() : fType(kAmbient_LightType) {
27 : fType(kAmbient_LightType)
33 : fType(kDirectional_LightType)
41 LightType type() const { return fType; }
44 SkASSERT(kAmbient_LightType != fType);
49 LightType fType;
  /external/icu/icu4c/source/i18n/
fmtable_cnv.cpp 36 fType = kString;
fmtable.cpp 102 fType = kLong;
122 fType = kDate;
132 fType = kDouble;
151 fType = kInt64;
170 fType = kString;
181 fType = kString;
188 fType = kObject;
195 : UObject(), fType(kArray)
198 fType = kArray;
226 fType = source.fType
    [all...]
valueformatter.cpp 34 switch (fType) {
55 switch (fType) {
83 switch (fType) {
108 switch (fType) {
125 switch (fType) {
151 switch (fType) {
176 switch (fType) {
201 fType = kFixedDecimal;
213 fType = kScientificNotation;
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.h 73 Color(GrColor color) : fType(kUniform_Type), fColor(color) {}
74 Color(Type type) : fType(type), fColor(GrColor_ILLEGAL) {
83 Type fType;
94 Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {}
95 Coverage(Type type) : fType(type), fCoverage(0xff) {
99 Type fType;
110 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {}
111 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) {
116 Type fType;
  /external/skia/src/pdf/
SkJpegInfo.h 19 } fType;
  /external/apache-xml/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/skia/example/
HelloWorld.h 33 DeviceType getDeviceType() const { return fType; }
38 if (kGPU_DeviceType == fType) {
62 DeviceType fType;
  /external/skia/bench/
ChecksumBench.cpp 25 ChecksumType fType;
28 ComputeChecksumBench(ChecksumType type) : fType(type) {
41 switch (fType) {
50 switch (fType) {
  /external/skia/src/gpu/glsl/
GrGLSL.h 133 bool isOnes() const { return kOnes_ExprType == fType; }
134 bool isZeros() const { return kZeros_ExprType == fType; }
137 if (kZeros_ExprType == fType) {
139 } else if (kOnes_ExprType == fType) {
147 return kFullExpr_ExprType != fType || !fExpr.isEmpty();
155 : fType(kFullExpr_ExprType) {
163 fType = kZeros_ExprType;
165 fType = kOnes_ExprType;
167 fType = kFullExpr_ExprType;
177 fType = kOnes_ExprType
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 117 OMX_U8 i, fType, escape;
126 fType = 0; /* Not in escape mode */
168 fType = 3;
172 fType = 2;
177 fType = 1;
181 if (fType < 3)
208 if (fType == 1)
212 else if (fType == 2)
245 if (fType == 1)
249 else if (fType == 2
    [all...]
  /external/skia/include/gpu/
GrShaderVar.h 41 : fType(kFloat_GrSLType)
49 : fType(type)
60 : fType(type)
71 : fType(type)
95 fType = type;
109 fType = type;
164 GrSLType getType() const { return fType; }
168 void setType(GrSLType type) { fType = type; }
184 GrSLType fType;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBINode.java 67 int fType; // enum NodeType
105 fType = t;
125 fType = other.fType;
150 if (fType == RBBINode.varRef) {
154 } else if (fType == RBBINode.uset) {
191 if (fType == varRef) {
217 Assert.assrt(fType != setRef);
220 if (fLeftChild.fType == setRef) {
232 if (fRightChild.fType == setRef)
    [all...]
  /external/icu/icu4c/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...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBINode.java 66 int fType; // enum NodeType
104 fType = t;
124 fType = other.fType;
149 if (fType == RBBINode.varRef) {
153 } else if (fType == RBBINode.uset) {
190 if (fType == varRef) {
216 Assert.assrt(fType != setRef);
219 if (fLeftChild.fType == setRef) {
231 if (fRightChild.fType == setRef)
    [all...]

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 9