Home
last modified time | relevance | path

Searched refs:widths (Results 101 – 125 of 13426) sorted by relevance

12345678910>>...538

/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A Dcurves.cpp107 return GetPrim().GetAttribute(UsdGeomTokens->widths); in GetWidthsAttr()
113 return UsdSchemaBase::_CreateAttr(UsdGeomTokens->widths, in CreateWidthsAttr()
139 UsdGeomTokens->widths, in GetSchemaAttributeNames()
201 const VtFloatArray& widths, VtVec3fArray* extent) in ComputeExtent() argument
214 float maxWidth = (widths.size() > 0 ? in ComputeExtent()
215 *(std::max_element(widths.begin(), widths.end())) : 0); in ComputeExtent()
230 const VtFloatArray& widths, const GfMatrix4d& transform, in ComputeExtent() argument
244 float maxWidth = (widths.size() > 0 ? in ComputeExtent()
245 *(std::max_element(widths.begin(), widths.end())) : 0); in ComputeExtent()
287 VtFloatArray widths; in _ComputeExtentForCurves() local
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dborder.rs230 widths: widths.to_au(), in add_normal_border()
415 let min_diameter = widths.width.min(widths.height); in write_dotted_corner_instances()
453 forward_dots.push(DotInfo::new(widths.width, widths.width)); in write_dotted_corner_instances()
484 let dot_diameter = lerp(widths.width, widths.height, t); in write_dotted_corner_instances()
779 LayoutSize::new(widths.left, widths.top), in create_border_segments()
806 LayoutSize::new(widths.right, widths.top), in create_border_segments()
833 LayoutSize::new(widths.right, widths.bottom), in create_border_segments()
860 LayoutSize::new(widths.left, widths.bottom), in create_border_segments()
925 widths, in add_segment()
1059 if widths.width <= 0.0 && widths.height <= 0.0 { in add_corner_segment()
[all …]
/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_fontdef_cid.c41 for (i = 0; i < attr->widths->count; i++) { in HPDF_CIDFontDef_FreeWidth()
48 HPDF_List_Free (attr->widths); in HPDF_CIDFontDef_FreeWidth()
49 attr->widths = NULL; in HPDF_CIDFontDef_FreeWidth()
93 if (!fontdef_attr->widths) { in HPDF_CIDFontDef_New()
117 for (i = 0; i < attr->widths->count; i++) { in HPDF_CIDFontDef_GetCIDWidth()
143 const HPDF_CID_Width *widths) in HPDF_CIDFontDef_AddWidth() argument
149 while (widths->cid != 0xFFFF) { in HPDF_CIDFontDef_AddWidth()
157 w->cid = widths->cid; in HPDF_CIDFontDef_AddWidth()
158 w->width = widths->width; in HPDF_CIDFontDef_AddWidth()
160 if ((ret = HPDF_List_Add (attr->widths, w)) != HPDF_OK) { in HPDF_CIDFontDef_AddWidth()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_cid.c41 for (i = 0; i < attr->widths->count; i++) { in HPDF_CIDFontDef_FreeWidth()
48 HPDF_List_Free (attr->widths); in HPDF_CIDFontDef_FreeWidth()
49 attr->widths = NULL; in HPDF_CIDFontDef_FreeWidth()
93 if (!fontdef_attr->widths) { in HPDF_CIDFontDef_New()
117 for (i = 0; i < attr->widths->count; i++) { in HPDF_CIDFontDef_GetCIDWidth()
143 const HPDF_CID_Width *widths) in HPDF_CIDFontDef_AddWidth() argument
149 while (widths->cid != 0xFFFF) { in HPDF_CIDFontDef_AddWidth()
157 w->cid = widths->cid; in HPDF_CIDFontDef_AddWidth()
158 w->width = widths->width; in HPDF_CIDFontDef_AddWidth()
160 if ((ret = HPDF_List_Add (attr->widths, w)) != HPDF_OK) { in HPDF_CIDFontDef_AddWidth()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_fontdef_cid.c41 for (i = 0; i < attr->widths->count; i++) { in HPDF_CIDFontDef_FreeWidth()
48 HPDF_List_Free (attr->widths); in HPDF_CIDFontDef_FreeWidth()
49 attr->widths = NULL; in HPDF_CIDFontDef_FreeWidth()
93 if (!fontdef_attr->widths) { in HPDF_CIDFontDef_New()
117 for (i = 0; i < attr->widths->count; i++) { in HPDF_CIDFontDef_GetCIDWidth()
143 const HPDF_CID_Width *widths) in HPDF_CIDFontDef_AddWidth() argument
149 while (widths->cid != 0xFFFF) { in HPDF_CIDFontDef_AddWidth()
157 w->cid = widths->cid; in HPDF_CIDFontDef_AddWidth()
158 w->width = widths->width; in HPDF_CIDFontDef_AddWidth()
160 if ((ret = HPDF_List_Add (attr->widths, w)) != HPDF_OK) { in HPDF_CIDFontDef_AddWidth()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/sysutils/sockaddr/go-sockaddr-1.0.2/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/go-sockaddr/go-sockaddr-6d291a969b86/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go83 for i := 0; i < columns && i < len(widths); i++ {
87 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
126 widths := make([]int, 0, 8)
132 if len(widths) <= i {
133 widths = append(widths, l)
134 } else if widths[i] < l {
135 widths[i] = l
139 return widths
146 widths := widthsFromLines(conf, lines)
151 for _, w := range widths {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go83 for i := 0; i < columns && i < len(widths); i++ {
87 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
126 widths := make([]int, 0, 8)
132 if len(widths) <= i {
133 widths = append(widths, l)
134 } else if widths[i] < l {
135 widths[i] = l
139 return widths
146 widths := widthsFromLines(conf, lines)
151 for _, w := range widths {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/go-sockaddr/go-sockaddr-1.0.2/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go83 for i := 0; i < columns && i < len(widths); i++ {
87 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
126 widths := make([]int, 0, 8)
132 if len(widths) <= i {
133 widths = append(widths, l)
134 } else if widths[i] < l {
135 widths[i] = l
139 return widths
146 widths := widthsFromLines(conf, lines)
151 for _, w := range widths {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-sockaddr/cmd/sockaddr/vendor/github.com/ryanuber/columnize/
H A Dcolumnize.go73 for i := 0; i < columns && i < len(widths); i++ {
77 fmt.Fprintf(buf, "%%-%ds%s", widths[i], c.Glue)
113 widths := make([]int, 0, 8)
119 if len(widths) <= i {
120 widths = append(widths, l)
121 } else if widths[i] < l {
122 widths[i] = l
126 return widths
133 widths := widthsFromLines(conf, lines)
138 for _, w := range widths {
[all …]
/dports/math/R-cran-gtable/gtable/R/
H A Dgtable-layouts.r38 table <- gtable(widths = width, heights = heights, name = name, vp = vp,
74 gtable_row <- function(name, grobs, height = NULL, widths = NULL, argument
77 widths <- widths %||% rep(unit(1, "null"), length(grobs))
85 table <- gtable(widths = widths, heights = height, name = name, vp = vp,
130 gtable_matrix <- function(name, grobs, widths = NULL, heights = NULL, argument
132 …if (length(widths) != ncol(grobs)) stop("width must be the same as the number of columns in grob",…
139 table <- gtable(widths = widths, heights = heights, name = name,
165 gtable_row_spacer <- function(widths) { argument
166 gtable_add_cols(gtable(), widths)
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/complexscripts/fonts/
H A DGlyphPositioningState.java39 private int[] widths; field in GlyphPositioningState
62 … gs, String script, String language, String feature, int fontSize, int[] widths, int[][] adjustmen… in GlyphPositioningState() argument
65 this.widths = widths; in GlyphPositioningState()
77 this.widths = ps.widths; in GlyphPositioningState()
92 … gs, String script, String language, String feature, int fontSize, int[] widths, int[][] adjustmen… in reset() argument
95 this.widths = widths; in reset()
107 if ((widths != null) && (gi < widths.length)) { in getWidth()
108 return widths [ gi ]; in getWidth()
/dports/devel/lab/lab-0.17.2/vendor/github.com/gdamore/tcell/views/
H A Dtext.go30 widths []int member
117 if t.widths[i] == 0 {
126 w = t.widths[i]
174 if len(t.widths) < len(t.text) {
175 t.widths = make([]int, len(t.text))
177 t.widths = t.widths[0:len(t.text)]
199 t.widths = append(t.widths, 0)
200 copy(t.widths[i+1:], t.widths[i:])
201 t.widths[i] = 1
212 length += t.widths[i]
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gdamore/tcell/v2/tcell-2.4.0/views/
H A Dtext.go30 widths []int member
117 if t.widths[i] == 0 {
126 w = t.widths[i]
174 if len(t.widths) < len(t.text) {
175 t.widths = make([]int, len(t.text))
177 t.widths = t.widths[0:len(t.text)]
198 t.widths = append(t.widths, 0)
199 copy(t.widths[i+1:], t.widths[i:])
200 t.widths[i] = 1
211 length += t.widths[i]
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/gdamore/tcell/views/
H A Dtext.go30 widths []int member
117 if t.widths[i] == 0 {
126 w = t.widths[i]
174 if len(t.widths) < len(t.text) {
175 t.widths = make([]int, len(t.text))
177 t.widths = t.widths[0:len(t.text)]
199 t.widths = append(t.widths, 0)
200 copy(t.widths[i+1:], t.widths[i:])
201 t.widths[i] = 1
212 length += t.widths[i]
[all …]
/dports/misc/lf/lf-r26/vendor/github.com/gdamore/tcell/v2/views/
H A Dtext.go30 widths []int member
117 if t.widths[i] == 0 {
126 w = t.widths[i]
174 if len(t.widths) < len(t.text) {
175 t.widths = make([]int, len(t.text))
177 t.widths = t.widths[0:len(t.text)]
198 t.widths = append(t.widths, 0)
199 copy(t.widths[i+1:], t.widths[i:])
200 t.widths[i] = 1
211 length += t.widths[i]
[all …]

12345678910>>...538