Searched refs:cJoin (Results 1 – 1 of 1) sorted by relevance
261 OH_Drawing_PenLineJoinStyle cJoin = static_cast<OH_Drawing_PenLineJoinStyle>(join); in OH_Drawing_PenGetJoin() local262 return cJoin; in OH_Drawing_PenGetJoin()265 void OH_Drawing_PenSetJoin(OH_Drawing_Pen* cPen, OH_Drawing_PenLineJoinStyle cJoin) in OH_Drawing_PenSetJoin() argument267 if (cJoin < LINE_MITER_JOIN || cJoin > LINE_BEVEL_JOIN) { in OH_Drawing_PenSetJoin()276 Pen::JoinStyle join = static_cast<Pen::JoinStyle>(cJoin); in OH_Drawing_PenSetJoin()