Lines Matching refs:Line2D

96 	joint_mode = Line2D::LINE_JOINT_SHARP;  in LineBuilder()
103 begin_cap_mode = Line2D::LINE_CAP_NONE; in LineBuilder()
104 end_cap_mode = Line2D::LINE_CAP_NONE; in LineBuilder()
154 texture_mode == Line2D::LINE_TEXTURE_TILE || in build()
155 texture_mode == Line2D::LINE_TEXTURE_STRETCH; in build()
160 if (begin_cap_mode == Line2D::LINE_CAP_BOX || begin_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
166 if (end_cap_mode == Line2D::LINE_CAP_BOX || end_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
188 if (begin_cap_mode == Line2D::LINE_CAP_BOX) { in build()
195 } else if (begin_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
196 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
198 } else if (texture_mode == Line2D::LINE_TEXTURE_STRETCH) { in build()
292 Line2D::LineJointMode current_joint_mode = joint_mode; in build()
298 …if (current_joint_mode == Line2D::LINE_JOINT_SHARP && corner_pos_out.distance_squared_to(pos1) / (… in build()
299 current_joint_mode = Line2D::LINE_JOINT_BEVEL; in build()
301 if (current_joint_mode == Line2D::LINE_JOINT_SHARP) { in build()
318 if (current_joint_mode == Line2D::LINE_JOINT_SHARP) { in build()
320 current_joint_mode = Line2D::LINE_JOINT_BEVEL; in build()
328 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
330 } else if (texture_mode == Line2D::LINE_TEXTURE_STRETCH) { in build()
342 if (current_joint_mode == Line2D::LINE_JOINT_SHARP) { in build()
361 if (current_joint_mode != Line2D::LINE_JOINT_SHARP) { in build()
381 if (current_joint_mode == Line2D::LINE_JOINT_BEVEL) { in build()
383 } else if (current_joint_mode == Line2D::LINE_JOINT_ROUND) { in build()
412 if (end_cap_mode == Line2D::LINE_CAP_BOX) { in build()
417 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
419 } else if (texture_mode == Line2D::LINE_TEXTURE_STRETCH) { in build()
426 if (end_cap_mode == Line2D::LINE_CAP_ROUND) { in build()
430 if (texture_mode == Line2D::LINE_TEXTURE_TILE) { in build()
432 } else if (texture_mode == Line2D::LINE_TEXTURE_STRETCH) { in build()
450 if (texture_mode != Line2D::LINE_TEXTURE_NONE) { in strip_begin()
474 if (texture_mode != Line2D::LINE_TEXTURE_NONE) { in strip_new_quad()
503 if (texture_mode != Line2D::LINE_TEXTURE_NONE) { in strip_add_quad()
530 if (texture_mode != Line2D::LINE_TEXTURE_NONE) { in strip_add_tri()
595 if (texture_mode != Line2D::LINE_TEXTURE_NONE) in new_arc()
606 if (texture_mode != Line2D::LINE_TEXTURE_NONE) { in new_arc()
619 if (texture_mode != Line2D::LINE_TEXTURE_NONE) { in new_arc()