Home
last modified time | relevance | path

Searched refs:startSlice (Results 1 – 25 of 134) sorted by relevance

123456

/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/fontbuilder2/
H A DPacker.py233 startSlice = bisect_left(self.heightSlices, Point(left, 0))
236 firstSliceOriginalHeight = self.heightSlices[startSlice].y
237 self.heightSlices[startSlice] = Point(left, bottom)
240 startSlice += 1
246 if startSlice >= len(self.heightSlices):
254 startSlice, len(self.heightSlices))
258 del self.heightSlices[startSlice:endSlice]
262 if endSlice == startSlice:
270 del self.heightSlices[startSlice:endSlice]
272 self.heightSlices.insert(startSlice, Point(right, returnHeight))
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/distanceField/
H A DcomputeFieldMT.cpp75 int startSlice; member
88 int startSlice = threadArgp->startSlice; in COMPUTEFIELDMT_WORKERTHREADNAME() local
96 object->ZIGZAGROUTINE(objMeshOctree, meshGraph, startSlice, endSlice-1, asterisk); in COMPUTEFIELDMT_WORKERTHREADNAME()
129 threadArgv[i].startSlice = GetStartSlice(i); in ZigZagSigned()
149 threadArgv[availableThread].startSlice = zSlice; in ZigZagSigned()
177 free(startSlice); in ZigZagSigned()
186 free(startSlice); in ZigZagSigned()
H A DdistanceFieldMT.cpp52 startSlice = (int*) malloc (sizeof(int) * numThreads); in Setup()
65 startSlice[rank] = zMin + rank * (jobSize+1); in Setup()
70 startSlice[rank] = zMin + remainder * (jobSize+1) + (rank-remainder) * jobSize; in Setup()
87 return startSlice[rank]; in GetStartSlice()
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInterfaceByValue.java36 ostr.startSlice(ice_id(), -1, true); in _iceWriteImpl()
44 istr.startSlice(); in _iceReadImpl()
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInterfaceByValue.java36 ostr.startSlice(ice_id(), -1, true); in _iceWriteImpl()
44 istr.startSlice(); in _iceReadImpl()
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/Ice/
H A DInterfaceByValue.java36 ostr.startSlice(ice_id(), -1, true); in _iceWriteImpl()
44 istr.startSlice(); in _iceReadImpl()
/dports/devel/php-ice37/ice-3.7.2/matlab/lib/+IceInternal/
H A DEncapsDecoder10.m67 obj.startSlice();
109 obj.startSlice();
138 obj.startSlice();
149 function r = startSlice(obj) function
209 obj.startSlice();
242 obj.startSlice(); % Read next Slice header for next iteration.
/dports/devel/ice37/ice-3.7.2/matlab/lib/+IceInternal/
H A DEncapsDecoder10.m67 obj.startSlice();
109 obj.startSlice();
138 obj.startSlice();
149 function r = startSlice(obj) function
209 obj.startSlice();
242 obj.startSlice(); % Read next Slice header for next iteration.
/dports/devel/py-ice37/ice-3.7.2/matlab/lib/+IceInternal/
H A DEncapsDecoder10.m67 obj.startSlice();
109 obj.startSlice();
138 obj.startSlice();
149 function r = startSlice(obj) function
209 obj.startSlice();
242 obj.startSlice(); % Read next Slice header for next iteration.
/dports/devel/php-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DInterfaceByValue.m20 os.startSlice(obj.id, -1, true);
24 is.startSlice();
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DValue.cs111 ostr.startSlice(ice_id(), -1, true); in iceWriteImpl()
118 istr.startSlice(); in iceReadImpl()
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DValue.cs111 ostr.startSlice(ice_id(), -1, true); in iceWriteImpl()
118 istr.startSlice(); in iceReadImpl()
/dports/devel/ice37/ice-3.7.2/matlab/lib/+Ice/
H A DInterfaceByValue.m20 os.startSlice(obj.id, -1, true);
24 is.startSlice();
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DValue.cs111 ostr.startSlice(ice_id(), -1, true); in iceWriteImpl()
118 istr.startSlice(); in iceReadImpl()
/dports/devel/py-ice37/ice-3.7.2/matlab/lib/+Ice/
H A DInterfaceByValue.m20 os.startSlice(obj.id, -1, true);
24 is.startSlice();
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DExceptionHelpers.h54 … os->startSlice(T::ice_staticId(), -1, std::is_same<B, Ice::LocalException>::value ? true : false); in _writeImpl()
62 is->startSlice(); in _readImpl()
H A DValue.h120 os->startSlice(T::ice_staticId(), -1, std::is_same<Base, Ice::Value>::value ? true : false); in _iceWriteImpl()
128 is->startSlice(); in _iceReadImpl()
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DExceptionHelpers.h54 … os->startSlice(T::ice_staticId(), -1, std::is_same<B, Ice::LocalException>::value ? true : false); in _writeImpl()
62 is->startSlice(); in _readImpl()
H A DValue.h120 os->startSlice(T::ice_staticId(), -1, std::is_same<Base, Ice::Value>::value ? true : false); in _iceWriteImpl()
128 is->startSlice(); in _iceReadImpl()
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DExceptionHelpers.h54 … os->startSlice(T::ice_staticId(), -1, std::is_same<B, Ice::LocalException>::value ? true : false); in _writeImpl()
62 is->startSlice(); in _readImpl()
H A DValue.h120 os->startSlice(T::ice_staticId(), -1, std::is_same<Base, Ice::Value>::value ? true : false); in _iceWriteImpl()
128 is->startSlice(); in _iceReadImpl()
/dports/devel/php-ice37/ice-3.7.2/js/src/Ice/
H A DStream.d.ts69 startSlice():string; // Returns type ID of next slice
166 startSlice(typeId:string, compactId:number, last:boolean):void;
/dports/devel/ice37/ice-3.7.2/js/src/Ice/
H A DStream.d.ts69 startSlice():string; // Returns type ID of next slice
166 startSlice(typeId:string, compactId:number, last:boolean):void;
/dports/devel/py-ice37/ice-3.7.2/js/src/Ice/
H A DStream.d.ts69 startSlice():string; // Returns type ID of next slice
166 startSlice(typeId:string, compactId:number, last:boolean):void;
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/Ice/
H A DInputStream.java765 return _encapsStack.decoder.startSlice(); in startSlice()
2159 abstract String startSlice();
2476 startSlice(); in throwException()
2523 startSlice(); in throwException()
2556 startSlice(); in endInstance()
2570 String startSlice() in startSlice() method in InputStream.EncapsDecoder10
2659 startSlice(); in readInstance()
2781 startSlice(); in throwException()
2835 startSlice(); in throwException()
2864 String startSlice() in startSlice() method in InputStream.EncapsDecoder11
[all …]

123456