Home
last modified time | relevance | path

Searched refs:fType (Results 1 – 25 of 236) sorted by relevance

12345678910

/third_party/skia/modules/svg/include/
DSkSVGTypes.h145 SkSVGIRI() : fType(Type::kLocal) {} in SkSVGIRI()
146 SkSVGIRI(Type t, const SkSVGStringType& iri) : fType(t), fIRI(iri) {} in SkSVGIRI()
148 Type type() const { return fType; } in type()
152 return fType == other.fType && fIRI == other.fIRI;
157 Type fType;
170 SkSVGColor() : fType(Type::kColor), fColor(SK_ColorBLACK) {} in SkSVGColor()
171 explicit SkSVGColor(Type t) : fType(t), fColor(SK_ColorBLACK) {} in SkSVGColor()
172 explicit SkSVGColor(const SkSVGColorType& c) : fType(Type::kColor), fColor(c) {} in SkSVGColor()
174 return fType == other.fType && fColor == other.fColor;
178 Type type() const { return fType; } in type()
[all …]
/third_party/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp27 uniform.fType = builderUniform.fVariable.getType(); in GrGLProgramDataManager()
47 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); in set1i()
58 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); in set1iv()
68 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); in set1f()
79 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); in set1fv()
93 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); in set2i()
104 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); in set2iv()
114 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); in set2f()
125 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); in set2fv()
135 SkASSERT(uni.fType == kInt3_GrSLType || uni.fType == kShort3_GrSLType); in set3i()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dnumber_symbolswrapper.cpp47 fType = SYMPTR_DFS; in setTo()
53 fType = SYMPTR_NS; in setTo()
58 fType = other.fType; in doCopyFrom()
59 switch (fType) { in doCopyFrom()
83 fType = src.fType; in doMoveFrom()
84 switch (fType) { in doMoveFrom()
100 switch (fType) { in doCleanup()
114 return fType == SYMPTR_DFS; in isDecimalFormatSymbols()
118 return fType == SYMPTR_NS; in isNumberingSystem()
122 U_ASSERT(fType == SYMPTR_DFS); in getDecimalFormatSymbols()
[all …]
Dfmtable.cpp106 fType = kLong; in init()
126 fType = kDate; in Formattable()
136 fType = kDouble; in Formattable()
155 fType = kInt64; in Formattable()
174 fType = kString; in Formattable()
185 fType = kString; in Formattable()
192 fType = kObject; in Formattable()
199 : UObject(), fType(kArray) in Formattable()
202 fType = kArray; in Formattable()
230 fType = source.fType; in operator =()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_symbolswrapper.cpp47 fType = SYMPTR_DFS; in setTo()
53 fType = SYMPTR_NS; in setTo()
58 fType = other.fType; in doCopyFrom()
59 switch (fType) { in doCopyFrom()
83 fType = src.fType; in doMoveFrom()
84 switch (fType) { in doMoveFrom()
100 switch (fType) { in doCleanup()
114 return fType == SYMPTR_DFS; in isDecimalFormatSymbols()
118 return fType == SYMPTR_NS; in isNumberingSystem()
122 U_ASSERT(fType == SYMPTR_DFS); in getDecimalFormatSymbols()
[all …]
Dfmtable.cpp106 fType = kLong; in init()
126 fType = kDate; in Formattable()
136 fType = kDouble; in Formattable()
155 fType = kInt64; in Formattable()
174 fType = kString; in Formattable()
185 fType = kString; in Formattable()
192 fType = kObject; in Formattable()
199 : UObject(), fType(kArray) in Formattable()
202 fType = kArray; in Formattable()
230 fType = source.fType; in operator =()
[all …]
/third_party/icu/icu4c/source/i18n/
Dnumber_symbolswrapper.cpp47 fType = SYMPTR_DFS; in setTo()
53 fType = SYMPTR_NS; in setTo()
58 fType = other.fType; in doCopyFrom()
59 switch (fType) { in doCopyFrom()
83 fType = src.fType; in doMoveFrom()
84 switch (fType) { in doMoveFrom()
100 switch (fType) { in doCleanup()
114 return fType == SYMPTR_DFS; in isDecimalFormatSymbols()
118 return fType == SYMPTR_NS; in isNumberingSystem()
122 U_ASSERT(fType == SYMPTR_DFS); in getDecimalFormatSymbols()
[all …]
Dfmtable.cpp106 fType = kLong; in init()
126 fType = kDate; in Formattable()
136 fType = kDouble; in Formattable()
155 fType = kInt64; in Formattable()
174 fType = kString; in Formattable()
185 fType = kString; in Formattable()
192 fType = kObject; in Formattable()
199 : UObject(), fType(kArray) in Formattable()
202 fType = kArray; in Formattable()
230 fType = source.fType; in operator =()
[all …]
/third_party/skia/src/gpu/
DGrDefaultGeoProcFactory.h25 : fType(kPremulGrColorUniform_Type) in Color()
28 : fType(type) in Color()
33 Type fType; member
46 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage()
47 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage()
51 Type fType; member
61 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {} in LocalCoords()
62 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) { in LocalCoords()
67 Type fType; member
DGrShaderVar.h36 : fType(kVoid_GrSLType) in GrShaderVar()
41 : fType(type) in fType() function
49 : fType(type) in GrShaderVar()
57 : fType(type) in GrShaderVar()
64 : fType(type) in GrShaderVar()
80 fType = type; in set()
97 GrSLType getType() const { return fType; } in getType()
130 GrSLType fType;
DGrUniformDataManager.cpp82 SkASSERT(uni.fType == FullType || uni.fType == HalfType); in set()
85 this->copyUniforms(buffer, v, N, uni.fType); in set()
91 SkASSERT(uni.fType == FullType || uni.fType == HalfType); in setv()
98 this->copyUniforms(buffer, v, arrayCount * 4, uni.fType); in setv()
101 int uniformSize = this->copyUniforms(buffer, v, N, uni.fType); in setv()
234 SkASSERT(uni.fType == FullType || uni.fType == HalfType); in setMatrices()
241 this->copyUniforms(buffer, matrices, arrayCount * 16, uni.fType); in setMatrices()
246 int uniformSize = this->copyUniforms(buffer, &matrix[j * N], N, uni.fType); in setMatrices()
/third_party/skia/third_party/externals/icu/source/common/
Drbbinode.cpp54 fType = t; in RBBINode()
84 fType = other.fType; in RBBINode()
118 switch (this->fType) { in ~RBBINode()
152 if (fType == RBBINode::varRef) { in cloneTree()
156 } else if (fType == RBBINode::uset) { in cloneTree()
196 if (fType == varRef) { in flattenVariables()
227 U_ASSERT(fType != setRef); in flattenSets()
230 if (fLeftChild->fType==setRef) { in flattenSets()
243 if (fRightChild->fType==setRef) { in flattenSets()
269 if (fType == kind) { in findNodes()
[all …]
/third_party/node/deps/icu-small/source/common/
Drbbinode.cpp54 fType = t; in RBBINode()
84 fType = other.fType; in RBBINode()
118 switch (this->fType) { in ~RBBINode()
152 if (fType == RBBINode::varRef) { in cloneTree()
156 } else if (fType == RBBINode::uset) { in cloneTree()
196 if (fType == varRef) { in flattenVariables()
227 U_ASSERT(fType != setRef); in flattenSets()
230 if (fLeftChild->fType==setRef) { in flattenSets()
243 if (fRightChild->fType==setRef) { in flattenSets()
270 if (fType == kind) { in findNodes()
[all …]
/third_party/icu/icu4c/source/common/
Drbbinode.cpp54 fType = t; in RBBINode()
84 fType = other.fType; in RBBINode()
118 switch (this->fType) { in ~RBBINode()
152 if (fType == RBBINode::varRef) { in cloneTree()
156 } else if (fType == RBBINode::uset) { in cloneTree()
196 if (fType == varRef) { in flattenVariables()
227 U_ASSERT(fType != setRef); in flattenSets()
230 if (fLeftChild->fType==setRef) { in flattenSets()
243 if (fRightChild->fType==setRef) { in flattenSets()
270 if (fType == kind) { in findNodes()
[all …]
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateDataManager.mm34 uniform.fType = uniformInfo.fVariable.getType();
45 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType);
51 this->copyUniforms(buffer, v, arrayCount, uni.fType);
58 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType);
64 this->copyUniforms(buffer, v, arrayCount, uni.fType);
71 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType);
77 this->copyUniforms(buffer, v, arrayCount * 2, uni.fType);
84 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType);
90 this->copyUniforms(buffer, v, arrayCount * 2, uni.fType);
101 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType);
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBINode.java68 int fType; // enum NodeType field in RBBINode
111 fType = t; in RBBINode()
131 fType = other.fType;
158 if (fType == RBBINode.varRef) {
162 } else if (fType == RBBINode.uset) {
199 if (fType == varRef) {
226 Assert.assrt(fType != setRef);
229 if (fLeftChild.fType == setRef) {
241 if (fRightChild.fType == setRef) {
261 if (fType == kind) {
[all …]
DRBBITableBuilder.java224 if (n.fType == RBBINode.setRef || in calcNullable()
225 n.fType == RBBINode.endMark ) { in calcNullable()
231 if (n.fType == RBBINode.lookAhead || n.fType == RBBINode.tag) { in calcNullable()
245 if (n.fType == RBBINode.opOr) { in calcNullable()
248 else if (n.fType == RBBINode.opCat) { in calcNullable()
251 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
271 if (n.fType == RBBINode.leafChar || in calcFirstPos()
272 n.fType == RBBINode.endMark || in calcFirstPos()
273 n.fType == RBBINode.lookAhead || in calcFirstPos()
274 n.fType == RBBINode.tag) { in calcFirstPos()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBINode.java69 int fType; // enum NodeType field in RBBINode
112 fType = t; in RBBINode()
132 fType = other.fType;
159 if (fType == RBBINode.varRef) {
163 } else if (fType == RBBINode.uset) {
200 if (fType == varRef) {
227 Assert.assrt(fType != setRef);
230 if (fLeftChild.fType == setRef) {
242 if (fRightChild.fType == setRef) {
262 if (fType == kind) {
[all …]
DRBBITableBuilder.java217 if (n.fType == RBBINode.setRef || in calcNullable()
218 n.fType == RBBINode.endMark ) { in calcNullable()
224 if (n.fType == RBBINode.lookAhead || n.fType == RBBINode.tag) { in calcNullable()
238 if (n.fType == RBBINode.opOr) { in calcNullable()
241 else if (n.fType == RBBINode.opCat) { in calcNullable()
244 else if (n.fType == RBBINode.opStar || n.fType == RBBINode.opQuestion) { in calcNullable()
264 if (n.fType == RBBINode.leafChar || in calcFirstPos()
265 n.fType == RBBINode.endMark || in calcFirstPos()
266 n.fType == RBBINode.lookAhead || in calcFirstPos()
267 n.fType == RBBINode.tag) { in calcFirstPos()
[all …]
/third_party/skia/experimental/graphite/src/geom/
DShape.h56 Type type() const { return fType; } in type()
58 bool isEmpty() const { return fType == Type::kEmpty; } in isEmpty()
59 bool isLine() const { return fType == Type::kLine; } in isLine()
60 bool isRect() const { return fType == Type::kRect; } in isRect()
61 bool isRRect() const { return fType == Type::kRRect; } in isRRect()
62 bool isPath() const { return fType == Type::kPath; } in isPath()
65 SkASSERT(fType != Type::kPath || fInverted == fPath.isInverseFillType()); in inverted()
70 if (fType == Type::kPath && inverted != fPath.isInverseFillType()) { in setInverted()
77 if (fType == Type::kPath) { in fillType()
139 if (fType == Type::kPath) { in setPath()
[all …]
/third_party/skia/src/gpu/vk/
DGrVkPipelineStateDataManager.cpp36 uniform.fType = uniformInfo.fVariable.getType(); in GrVkPipelineStateDataManager()
71 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); in set1iv()
89 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); in set1fv()
107 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); in set2iv()
125 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); in set2fv()
144 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType); in setMatrix2fv()
/third_party/skia/gm/
Drrects.cpp48 RRectGM(Type type) : fType(type) { } in RRectGM()
59 switch (fType) { in onShortName()
85 if (kEffect_Type == fType && (!sdc || !rContext)) { in onDraw()
91 if (kAA_Draw_Type == fType) { in onDraw()
95 if (fType == kBW_Clip_Type || fType == kAA_Clip_Type) { in onDraw()
108 int lastEdgeType = (kEffect_Type == fType) ? (int) GrClipEdgeType::kLast: 0; in onDraw()
122 if (kEffect_Type == fType) { in onDraw()
143 } else if (fType == kBW_Clip_Type || fType == kAA_Clip_Type) { in onDraw()
144 bool aaClip = (kAA_Clip_Type == fType); in onDraw()
189 Type fType; member in skiagm::RRectGM
/third_party/skia/bench/
DGameBench.cpp37 : fType(type) in GameBench()
46 switch (fType) { in GameBench()
115 if (kScale_Type == fType) { in onDraw()
118 } else if (kTranslate_Type == fType) { in onDraw()
122 SkASSERT(kRotate_Type == fType); in onDraw()
153 if (kScale_Type == fType) { in onDraw()
155 } else if (kRotate_Type == fType) { in onDraw()
183 if (kScale_Type == fType) { in onDraw()
186 } else if (kRotate_Type == fType) { in onDraw()
232 Type fType; member in GameBench
[all …]
/third_party/skia/src/gpu/geometry/
DGrQuad.h63 if (fType == Type::kPerspective) { in point()
75 if (fType == GrQuad::Type::kPerspective) { in bounds()
110 Type quadType() const { return fType; } in quadType()
112 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective()
133 if (newType != Type::kPerspective && fType == Type::kPerspective) { in setQuadType()
140 fType = newType; in setQuadType()
147 : fType(type) { in GrQuad()
156 , fType(type) {
169 Type fType = Type::kAxisAligned; variable
/third_party/skia/src/gpu/glsl/
DGrGLSLVarying.h45 : fType(type) in fType() function
55 fType = type;
59 GrSLType type() const { return fType; } in type()
69 return GrShaderVar(this->vsOut(), fType, GrShaderVar::TypeModifier::Out); in vsOutVar()
74 return GrShaderVar(this->fsIn(), fType, GrShaderVar::TypeModifier::In); in fsInVar()
78 GrSLType fType = kVoid_GrSLType;
147 GrSLType fType; member

12345678910