Searched refs:edgeWidth (Results 1 – 2 of 2) sorted by relevance
52 private float edgeWidth = 1.0f; field in CartoonEdgeFilter94 material.setFloat("EdgeWidth", edgeWidth); in initFilter()171 return edgeWidth; in getEdgeWidth()178 public void setEdgeWidth(float edgeWidth) { in setEdgeWidth() argument179 this.edgeWidth = edgeWidth; in setEdgeWidth()181 material.setFloat("EdgeWidth", edgeWidth); in setEdgeWidth()
1063 …BorderEdge(int edgeWidth, const Color& edgeColor, EBorderStyle edgeStyle, bool edgeIsTransparent, … in BorderEdge() argument1064 : width(edgeWidth) in BorderEdge()1070 if (style == DOUBLE && edgeWidth < 3) in BorderEdge()