Searched refs:GetGenerator (Results 1 – 7 of 7) sorted by relevance
57 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 …]
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()
136 Generator& GetGenerator() in GetGenerator() function146 const Generator& GetGenerator() const in GetGenerator() function
31 HcfResult GetGenerator(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *returnBigIn…
340 HcfResult GetGenerator(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *returnBigIn… in GetGenerator() function
620 ret = GetGenerator(group, item, returnBigInteger); in GetSm2KeySpecBigInteger()
1451 res = GetGenerator(group, item, returnBigInteger); in GetEcKeySpecBigInteger()