Searched refs:GetJoinType (Results 1 – 5 of 5) sorted by relevance
79 static float GetJoinType(const SkStrokeRec& stroke) { in GetJoinType() function96 fJoinType = GetJoinType(stroke); in set()
435 GetJoinType(shader.fStroke), // JOIN_TYPE in setData()1292 GetJoinType(shader.fStroke), // JOIN_TYPE in setData()
39 XFA_AttributeValue GetJoinType();
93 if (stroke1->GetJoinType() != XFA_AttributeValue::Square) in GetFillPath()116 bool bRound = corner1->GetJoinType() == XFA_AttributeValue::Round; in GetFillPath()313 if (stroke1->GetJoinType() != XFA_AttributeValue::Square) in Stroke()457 bool bRound = corner1->GetJoinType() == XFA_AttributeValue::Round; in GetPath()
135 XFA_AttributeValue CXFA_Stroke::GetJoinType() { in GetJoinType() function in CXFA_Stroke