Home
last modified time | relevance | path

Searched refs:chord (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Dbezier.c138 VGfloat chord; /* chord length */ in add_if_close() local
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4); in add_if_close()
146 if ((len-chord) > error) { in add_if_close()
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c138 VGfloat chord; /* chord length */ in add_if_close() local
144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4); in add_if_close()
146 if ((len-chord) > error) { in add_if_close()
/external/chromium_org/third_party/d3/src/
Dd3.js6000 d3.layout.chord = function() { function
6001 var chord = {}, chords, groups, matrix, n, padding = 0, sortGroups, sortSubgroups, sortChords;
6073 chord.matrix = function(x) {
6077 return chord;
6079 chord.padding = function(x) {
6083 return chord;
6085 chord.sortGroups = function(x) {
6089 return chord;
6091 chord.sortSubgroups = function(x) {
6095 return chord;
[all …]