HomeSort by relevance Sort by last modified time
    Searched refs:is_bezier_line (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 293 static INLINE VGboolean is_bezier_line(float (*points)[2], int count) function
373 if (np > 2 && is_bezier_line(points, np)) {
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 293 static INLINE VGboolean is_bezier_line(float (*points)[2], int count) function
373 if (np > 2 && is_bezier_line(points, np)) {

Completed in 33 milliseconds