Home
last modified time | relevance | path

Searched refs:startCoord (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/games/openspades/openspades-0.1.3/Resources/Shaders/PostFilters/
H A DLens.vs43 vec2 startCoord = pos;
44 vec2 diff = vec2(.5) - startCoord;
47 startCoord += diff * .7;
50 texCoord1 = startCoord.xyxy + diff.xyxy * vec4(vec2(0.), vec2(.1));
51 texCoord2 = startCoord.xyxy + diff.xyxy * vec4(vec2(0.2), vec2(.3));
52 texCoord3 = startCoord.xyxy + diff.xyxy * vec4(vec2(0.4), vec2(.5));
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/geometry/partitions/
H A Dscotchpartition.h156 Coord<DIM> startCoord; in createRegions() local
161 startCoord[0] = origin[0] + in createRegions()
165 startCoord[1] = origin[1] + in createRegions()
168 startCoord[2] = origin[2] + start / in createRegions()
173 startCoord[0] = origin[0] + start % dimensions[0]; in createRegions()
174 startCoord[1] = origin[1] + start / dimensions[0]; in createRegions()
179 CoordBox<DIM>(startCoord, lengthCoord); in createRegions()
H A Dptscotchpartition.h151 Coord<DIM> startCoord; in createRegions() local
156 startCoord[0] = origin[0] + in createRegions()
159 startCoord[1] = origin[1] + in createRegions()
162 startCoord[2] = origin[2] + start / in createRegions()
167 startCoord[0] = origin[0] + start % dimensions[0]; in createRegions()
168 startCoord[1] = origin[1] + start / dimensions[0]; in createRegions()
173 CoordBox<DIM>(startCoord, lengthCoord); in createRegions()
/dports/devel/okteta/okteta-0.26.6/gui/test/
H A Dbytearraytablelayouttest.cpp49 QCOMPARE(layout.startCoord(), StartCoord); in testConstructor()
68 QCOMPARE(layout.startCoord(), StartCoord); in testSetStartOffset()
87 QCOMPARE(layout.startCoord(), StartCoord); in testSetFirstLineOffset()
106 QCOMPARE(layout.startCoord(), StartCoord); in testSetNoOfBytesPerLine()
125 QCOMPARE(layout.startCoord(), StartCoord); in testSetLength()
144 QCOMPARE(layout.startCoord(), StartCoord); in testSetByteArrayOffset()
163 QCOMPARE(layout.startCoord(), StartCoord); in testSetNoOfLinesPerPage()
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dbytearraytablelayout.hpp71 Coord startCoord() const;
193 inline Coord ByteArrayTableLayout::startCoord() const { return mCoordRange.start(); } in startCoord() function in Okteta::ByteArrayTableLayout
194 inline LinePosition ByteArrayTableLayout::firstStartLinePosition() const { return startCoord().pos(… in firstStartLinePosition()
196 inline Line ByteArrayTableLayout::startLine() const { return startCoord().line(); } in startLine()
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dvariations.cc41 int16_t startCoord, peakCoord, endCoord; in ParseVariationRegionList() local
42 if (!subtable.ReadS16(&startCoord) || in ParseVariationRegionList()
47 if (startCoord > peakCoord || peakCoord > endCoord) { in ParseVariationRegionList()
50 if (startCoord < -0x4000 || endCoord > 0x4000) { in ParseVariationRegionList()
54 (peakCoord > 0 && startCoord < 0)) { in ParseVariationRegionList()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dvariations.cc41 int16_t startCoord, peakCoord, endCoord; in ParseVariationRegionList() local
42 if (!subtable.ReadS16(&startCoord) || in ParseVariationRegionList()
47 if (startCoord > peakCoord || peakCoord > endCoord) { in ParseVariationRegionList()
50 if (startCoord < -0x4000 || endCoord > 0x4000) { in ParseVariationRegionList()
54 (peakCoord > 0 && startCoord < 0)) { in ParseVariationRegionList()
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dvariations.cc41 int16_t startCoord, peakCoord, endCoord; in ParseVariationRegionList() local
42 if (!subtable.ReadS16(&startCoord) || in ParseVariationRegionList()
47 if (startCoord > peakCoord || peakCoord > endCoord) { in ParseVariationRegionList()
50 if (startCoord < -0x4000 || endCoord > 0x4000) { in ParseVariationRegionList()
54 (peakCoord > 0 && startCoord < 0)) { in ParseVariationRegionList()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dvariations.cc41 int16_t startCoord, peakCoord, endCoord; in ParseVariationRegionList() local
42 if (!subtable.ReadS16(&startCoord) || in ParseVariationRegionList()
47 if (startCoord > peakCoord || peakCoord > endCoord) { in ParseVariationRegionList()
50 if (startCoord < -0x4000 || endCoord > 0x4000) { in ParseVariationRegionList()
54 (peakCoord > 0 && startCoord < 0)) { in ParseVariationRegionList()
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dvariations.cc41 int16_t startCoord, peakCoord, endCoord; in ParseVariationRegionList() local
42 if (!subtable.ReadS16(&startCoord) || in ParseVariationRegionList()
47 if (startCoord > peakCoord || peakCoord > endCoord) { in ParseVariationRegionList()
50 if (startCoord < -0x4000 || endCoord > 0x4000) { in ParseVariationRegionList()
54 (peakCoord > 0 && startCoord < 0)) { in ParseVariationRegionList()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dslic.hxx134 Shape startCoord = max(Shape(0), center-Shape(searchRadius)); in doxygen_overloaded_function() local
141 extractFeatures(boundaryIndicatorImage.subarray(startCoord, endCoord), a); in doxygen_overloaded_function()
144 Shape minCoord = get<Coord<ArgMinWeight> >(a) + startCoord; in doxygen_overloaded_function()
289 startCoord(max(ShapeType(0), pixelCenter - ShapeType(max_radius_))), in updateAssigments() local
291 center -= startCoord; // need center relative to ROI in updateAssigments()
296 restrictToSubarray(startCoord, endCoord), in updateAssigments()
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/circuit/components/
H A Dmeshes.ts43 constructor(startCoord: Vector3, endCoord: Vector3) {
47 const points = [startCoord, endCoord];
107 constructor(startCoord: Vector3, endCoord: Vector3) {
111 const points = [startCoord, endCoord];
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/components/
H A Dmeshes.ts43 constructor(startCoord: Vector3, endCoord: Vector3) {
47 const points = [startCoord, endCoord];
107 constructor(startCoord: Vector3, endCoord: Vector3) {
111 const points = [startCoord, endCoord];
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/components/
H A Dmeshes.ts43 constructor(startCoord: Vector3, endCoord: Vector3) {
47 const points = [startCoord, endCoord];
107 constructor(startCoord: Vector3, endCoord: Vector3) {
111 const points = [startCoord, endCoord];
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/circuit/components/
H A Dmeshes.ts43 constructor(startCoord: Vector3, endCoord: Vector3) {
47 const points = [startCoord, endCoord];
107 constructor(startCoord: Vector3, endCoord: Vector3) {
111 const points = [startCoord, endCoord];
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/cirq_ts/src/circuit/components/
H A Dmeshes.ts43 constructor(startCoord: Vector3, endCoord: Vector3) {
47 const points = [startCoord, endCoord];
107 constructor(startCoord: Vector3, endCoord: Vector3) {
111 const points = [startCoord, endCoord];
/dports/biology/seqan1/seqan-1.3.1/apps/snp_store/
H A Dsnp_store.h1124 groupStartPos += startCoord;
1125 groupEndPos += startCoord;
1836 if(candidatePos + startCoord < currStart) continue;
1838 if(candidatePos + startCoord >= currEnd) break;
2010 ,(int) candidatePos + startCoord
2292 if(candidatePos + startCoord >= currEnd)
2300 if(candidatePos + startCoord == 798634)
2484 ,(int) candidatePos + startCoord
2938 …if((TContigPos)indelIt->first.i1 + startCoord < currStart || (TContigPos)indelIt->first.i1 + start…
3059 typename TFragmentStore::TContigPos startCoord,
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/helper/
H A DadiosMemory.cpp83 size_t startCoord = dimensions - 2; in ClipRowMajor() local
135 size_t p = startCoord; in ClipRowMajor()
179 size_t startCoord = 1; in ClipColumnMajor() local
220 size_t p = startCoord; in ClipColumnMajor()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkCodecPriv.h78 int startCoord = get_start_coord(sampleFactor); in is_coord_necessary() local
81 if (srcCoord < startCoord || get_dst_coord(srcCoord, sampleFactor) >= scaledDim) { in is_coord_necessary()
86 return ((srcCoord - startCoord) % sampleFactor) == 0; in is_coord_necessary()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkCodecPriv.h78 int startCoord = get_start_coord(sampleFactor); in is_coord_necessary() local
81 if (srcCoord < startCoord || get_dst_coord(srcCoord, sampleFactor) >= scaledDim) { in is_coord_necessary()
86 return ((srcCoord - startCoord) % sampleFactor) == 0; in is_coord_necessary()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/codec/
H A DSkCodecPriv.h77 int startCoord = get_start_coord(sampleFactor); in is_coord_necessary() local
80 if (srcCoord < startCoord || get_dst_coord(srcCoord, sampleFactor) >= scaledDim) { in is_coord_necessary()
85 return ((srcCoord - startCoord) % sampleFactor) == 0; in is_coord_necessary()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkCodecPriv.h78 int startCoord = get_start_coord(sampleFactor); in is_coord_necessary() local
81 if (srcCoord < startCoord || get_dst_coord(srcCoord, sampleFactor) >= scaledDim) { in is_coord_necessary()
86 return ((srcCoord - startCoord) % sampleFactor) == 0; in is_coord_necessary()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkCodecPriv.h78 int startCoord = get_start_coord(sampleFactor); in is_coord_necessary() local
81 if (srcCoord < startCoord || get_dst_coord(srcCoord, sampleFactor) >= scaledDim) { in is_coord_necessary()
86 return ((srcCoord - startCoord) % sampleFactor) == 0; in is_coord_necessary()
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/srec/
H A Dbytearraysrecstreamencoder.cpp144 const Okteta::Coord startCoord = layout.coordOfIndex(range.start()); in encodeDataToStream() local
145 const int lastLinePosition = layout.lastLinePosition(startCoord.line()); in encodeDataToStream()
153 const int firstDataEnd = lastLinePosition - startCoord.pos() + 1; in encodeDataToStream()
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/algorithm/
H A Dconnection.cpp43 const Coordinate startCoord = ring.pointN( s ).coordinate() ; in addRing() local
45 const CoordinateMap::const_iterator startFound = _coordinateMap.find( startCoord ) ; in addRing()
84 _coordinateMap.insert( std::make_pair( startCoord, _numVertices ) ) ; in addRing()

12345678910>>...12