/third_party/skia/modules/svg/include/ |
D | SkSVGTypes.h | 145 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/flutter/skia/experimental/svg/model/ |
D | SkSVGTypes.h | 97 SkSVGPaint() : fType(Type::kInherit), fColor(SK_ColorBLACK) {} in SkSVGPaint() 98 explicit SkSVGPaint(Type t) : fType(t), fColor(SK_ColorBLACK) {} in SkSVGPaint() 99 explicit SkSVGPaint(const SkSVGColorType& c) : fType(Type::kColor), fColor(c) {} in SkSVGPaint() 101 : fType(Type::kIRI), fColor(SK_ColorBLACK), fIRI(iri) {} in SkSVGPaint() 107 return fType == other.fType && fColor == other.fColor && fIRI == other.fIRI; 111 Type type() const { return fType; } in type() 112 const SkSVGColorType& color() const { SkASSERT(fType == Type::kColor); return fColor; } in color() 113 const SkString& iri() const { SkASSERT(fType == Type::kIRI); return fIRI; } in iri() 116 Type fType; 131 SkSVGClip() : fType(Type::kNone) {} in SkSVGClip() [all …]
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLConstructor.h | 36 if (fType.isFloat()) { in constantPropagate() 42 } else if (fType.isInteger()) { in constantPropagate() 47 &fType)); in constantPropagate() 67 return std::unique_ptr<Expression>(new Constructor(fOffset, fType, std::move(cloned))); in clone() 71 String result = fType.description() + "("; in description() 92 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant() 94 if (c.fType.kind() == Type::kVector_Kind) { in compareConstant() 95 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in compareConstant() 96 : c.fType.isFloat(); in compareConstant() 97 for (int i = 0; i < fType.columns(); i++) { in compareConstant() [all …]
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 31 uniform.fType = builderUniform.fVariable.getType(); in GrGLProgramDataManager() 47 pathProcVarying.fType = builderPathProcVarying.fVariable.getType(); in GrGLProgramDataManager() 66 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); in set1i() 77 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); in set1iv() 87 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); in set1f() 98 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); in set1fv() 112 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); in set2i() 123 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); in set2iv() 133 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); in set2f() 144 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); in set2fv() [all …]
|
/third_party/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 27 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/skia/third_party/externals/icu/source/i18n/ |
D | number_symbolswrapper.cpp | 47 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 …]
|
D | fmtable.cpp | 106 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/ |
D | number_symbolswrapper.cpp | 47 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 …]
|
D | fmtable.cpp | 106 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/node/deps/icu-small/source/i18n/ |
D | number_symbolswrapper.cpp | 47 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 …]
|
D | fmtable.cpp | 106 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/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineStateDataManager.cpp | 29 uniform.fType = uniformInfo.fVariable.getType(); in GrVkPipelineStateDataManager() 43 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); in set1i() 53 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); in set1iv() 69 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); in set1f() 80 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); in set1fv() 96 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); in set2i() 107 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); in set2iv() 123 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); in set2f() 135 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); in set2fv() 154 SkASSERT(uni.fType == kInt3_GrSLType || uni.fType == kShort3_GrSLType); in set3i() [all …]
|
/third_party/flutter/skia/src/shaders/ |
D | SkLights.h | 33 : fType(other.fType) in Light() 39 : fType(other.fType) in Light() 56 LightType type() const { return fType; } in type() 59 SkASSERT(kDirectional_LightType == fType); in dir() 63 SkASSERT(kPoint_LightType == fType); in pos() 67 SkASSERT(kPoint_LightType == fType); in intensity() 76 fType = other.fType; 84 return (fType == other.fType) && 97 : fType(type) in Light() 102 LightType fType; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | fmtable.cpp | 106 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/ |
D | GrDefaultGeoProcFactory.h | 25 : 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
|
/third_party/flutter/skia/src/gpu/ |
D | GrDefaultGeoProcFactory.h | 28 : fType(kPremulGrColorUniform_Type) in Color() 32 : fType(type) in Color() 38 Type fType; member 53 explicit Coverage(uint8_t coverage) : fType(kUniform_Type), fCoverage(coverage) {} in Coverage() 54 Coverage(Type type) : fType(type), fCoverage(0xff) { in Coverage() 58 Type fType; member 69 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {} in LocalCoords() 70 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) { in LocalCoords() 75 Type fType; member
|
D | GrShaderVar.h | 43 : fType(kHalf_GrSLType) in GrShaderVar() 50 : fType(type) in fType() function 60 : fType(type) in fType() function 70 : fType(type) in GrShaderVar() 79 : fType(type) in GrShaderVar() 88 : fType(that.fType) in GrShaderVar() 108 fType = type; 129 fType = type; 151 fType = type; 173 fType = type; [all …]
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateDataManager.mm | 33 uniform.fType = uniformInfo.fVariable.getType(); 46 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); 56 SkASSERT(uni.fType == kInt_GrSLType || uni.fType == kShort_GrSLType); 72 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); 83 SkASSERT(uni.fType == kFloat_GrSLType || uni.fType == kHalf_GrSLType); 95 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); 106 SkASSERT(uni.fType == kInt2_GrSLType || uni.fType == kShort2_GrSLType); 118 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); 130 SkASSERT(uni.fType == kFloat2_GrSLType || uni.fType == kHalf2_GrSLType); 145 SkASSERT(uni.fType == kInt3_GrSLType || uni.fType == kShort3_GrSLType); [all …]
|
/third_party/flutter/skia/modules/particles/src/ |
D | SkCurve.cpp | 46 float result = eval_segment(fMin, x, fType); in eval() 48 result += (eval_segment(fMax, x, fType) - result) * t; in eval() 57 v->visit("Type", fType, gCurveSegmentTypeMapping, SK_ARRAY_COUNT(gCurveSegmentTypeMapping)); in visitFields() 61 if (fType == kCubic_SegmentType) { in visitFields() 65 if (fType != kConstant_SegmentType) { in visitFields() 70 if (fType == kCubic_SegmentType) { in visitFields() 74 if (fType != kConstant_SegmentType) { in visitFields() 120 SkColor4f result = eval_segment(fMin, x, fType); in eval() 122 result = result + (eval_segment(fMax, x, fType) - result) * t; in eval() 128 v->visit("Type", fType, gCurveSegmentTypeMapping, SK_ARRAY_COUNT(gCurveSegmentTypeMapping)); in visitFields() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbinode.cpp | 54 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/skia/third_party/externals/icu/source/common/ |
D | rbbinode.cpp | 54 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/icu/icu4c/source/common/ |
D | rbbinode.cpp | 54 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/ |
D | rbbinode.cpp | 54 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/ |
D | GrMtlPipelineStateDataManager.mm | 34 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/skia/experimental/graphite/src/geom/ |
D | Shape.h | 56 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 …]
|