Home
last modified time | relevance | path

Searched refs:BaseType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_vertex_sequence.h104 while (BaseType::Size() > 1) { in Close()
105 if ((*this)[BaseType::Size() - TWO_STEP]((*this)[BaseType::Size() - 1])) { in Close()
109 BaseType::PopBack(); in Close()
114 while (BaseType::Size() > 1) { in Close()
118 BaseType::PopBack(); in Close()
132 if (BaseType::Size() > 1) { in Add()
133 if (!(*this)[BaseType::Size() - TWO_STEP]((*this)[BaseType::Size() - 1])) { in Add()
134 BaseType::PopBack(); in Add()
137 BaseType::PushBack(val); in Add()
149 BaseType::Clear(); in ModifyLast()
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_stroke.h57 BaseType::GetGenerator().SetLineCap(lineCap); in SetLineCap()
69 return BaseType::GetGenerator().GetLineCap(); in GetLineCap()
80 BaseType::GetGenerator().SetLineJoin(lineJoin); in SetLineJoin()
90 return BaseType::GetGenerator().GetLineJoin(); in GetLineJoin()
101 BaseType::GetGenerator().SetMiterLimit(miterLimit); in SetMiterLimit()
112 return BaseType::GetGenerator().GetMiterLimit(); in GetMiterLimit()
119 BaseType::GetGenerator().SetWidth(width); in SetWidth()
136 BaseType::GetGenerator().ApproximationScale(aScale); in ApproximationScale()
141 return BaseType::GetGenerator().GetWidth(); in GetWidth()
158 return BaseType::GetGenerator().GetApproximationScale(); in GetApproximationScale()
[all …]
H A Ddepict_dash.h46 using BaseType = DepictAdaptorVertexGenerate<DepictCurve, GenerateDash, EmptyMarkers>; member
52 BaseType::GetGenerator().RemoveAllDashes(); in RemoveAllDashes()
57 BaseType::GetGenerator().AddDash(dashLen, gapLen); in AddDash()
62 BaseType::GetGenerator().DashStart(dStart); in DashStart()
67 BaseType::GetGenerator().Shorten(shortValue); in Shorten()
71 return BaseType::GetGenerator().Shorten(); in Shorten()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp93 return (inType >= reflection::BaseType::Bool) && (inType <= reflection::BaseType::ULong); in IsIntegerType()
96 inline bool IsRealType(reflection::BaseType inType) in IsRealType()
98 return (inType >= reflection::BaseType::Float) && (inType <= reflection::BaseType::Double); in IsRealType()
101 inline bool IsScalarType(reflection::BaseType inType) in IsScalarType()
106 inline bool IsStringType(reflection::BaseType inType) in IsStringType()
108 return inType == reflection::BaseType::String; in IsStringType()
118 return inType == reflection::BaseType::Vector; in IsVectorType()
128 return inType == reflection::BaseType::Obj; in IsObjectType()
245 reflection::BaseType type;
249 FieldType MapFieldType(reflection::BaseType inType) in MapFieldType()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1102 using BaseType = spirv_cross::SPIRType::BaseType; in convertToVertexInputFormat() typedef
1105 if (type.basetype == BaseType::Int) { in convertToVertexInputFormat()
1119 if (type.basetype == BaseType::UInt) { in convertToVertexInputFormat()
1133 if (type.basetype == BaseType::Half) { in convertToVertexInputFormat()
1147 if (type.basetype == BaseType::Float) { in convertToVertexInputFormat()