Home
last modified time | relevance | path

Searched defs:LineArray (Results 1 – 15 of 15) sorted by relevance

/dports/editors/micro/micro-2.0.10/internal/buffer/
H A Dline_array.go57 type LineArray struct { struct
58 lines []Line
59 Endings FileFormat
60 initsize uint64
157 func (la *LineArray) Bytes() []byte {
174 func (la *LineArray) newlineBelow(y int) {
224 func (la *LineArray) split(pos Loc) {
262 func (la *LineArray) deleteLine(y int) {
297 func (la *LineArray) LinesNum() int {
302 func (la *LineArray) Start() Loc {
[all …]
H A Dloc.go53 func DiffLA(a, b Loc, buf *LineArray) int {
141 func clamp(pos Loc, la *LineArray) Loc {
H A Dbuffer.go76 *LineArray anonMember
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DLineArray.java40 public class LineArray extends GeometryArray { class
45 LineArray() { in LineArray() method in LineArray
66 public LineArray(int vertexCount, int vertexFormat) { in LineArray() method in LineArray
101 public LineArray(int vertexCount, in LineArray() method in LineArray
145 public LineArray(int vertexCount, in LineArray() method in LineArray
/dports/finance/weberp/webERP/includes/
H A DImportBankTrans_GIFTS.php4 $LineArray = explode(',',$LineText); variable
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/docs/examples/
H A Dplot_impulse_stacked.php55 $LineArray =& Image_Graph::factory('Image_Graph_Line_Array'); variable
H A Dplot_odo.php82 $LineArray =& Image_Graph::factory('Image_Graph_Line_Array'); variable
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DHMatrix2DCompute.h42 typedef std::vector<HomgLine2D> LineArray; typedef
/dports/games/scummvm/scummvm-2.5.1/engines/gob/pregob/
H A Dtxtfile.h57 typedef Common::Array<Line> LineArray; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/pregob/
H A Dtxtfile.h57 typedef Common::Array<Line> LineArray; typedef
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/src/
H A Dcorrespondence_rejection_var_trimmed.cpp88 using LineArray = Eigen::Array<double, Eigen::Dynamic, 1>; in optimizeInlierRatio() typedef
/dports/lang/asis/asis-gpl-2016-src/tools/asistant/
H A Dasistant-common.ads93 type LineArray is array (Natural range <>) of Asis.Text.Line; type
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dtritonmacros.pas130 PROCEDURE LineArray; procedure
886 PROCEDURE LineArray; procedure
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dmathmlimport.cxx2062 SmNodeArray LineArray; in endFastElement() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dmathmlimport.cxx2312 SmNodeArray LineArray; in EndElement() local