Home
last modified time | relevance | path

Searched refs:numPt (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPict.hxx114 static MWAWBox2f getBdBox(int numPt, MWAWVec2f const *pt) in getBdBox() argument
116 if (numPt <= 0) { in getBdBox()
123 for (int i = 1; i < numPt; i++) { in getBdBox()
H A DMWAWPictMac.cxx982 int numPt = sz-5; in readPoly() local
983 if ((numPt%2) != 0) { in readPoly()
984 MWAW_DEBUG_MSG(("Pict1:OpCode: readPoly odd point number: %d\n", numPt)); in readPoly()
987 numPt /= 2; in readPoly()
988 res.resize(size_t(numPt)); in readPoly()
H A DMWAWChart.cxx531 int numPt=m_range.size()[0]>m_range.size()[1] ? in addContentTo() local
534 datapoint.insert("chart:repeated", numPt); in addContentTo()
H A DMsWksGraph.cxx1637 auto numPt = static_cast<int>(input->readLong(2)); in getEntryPicture() local
1639 if (!input->checkPosition(input->tell()+8*numPt)) in getEntryPicture()
1643 for (int i = 0; i < numPt; i++) { in getEntryPicture()
1648 if (!smooth || numPt <= 2) { in getEntryPicture()
1658 for (size_t pt=1; pt+1 < size_t(numPt); ++pt) { in getEntryPicture()
1662 form->m_shape.m_path.push_back(MWAWGraphicShape::PathData('L',vertices[size_t(numPt-1)])); in getEntryPicture()
1663 if (vertices[0]==vertices[size_t(numPt)-1]) in getEntryPicture()
H A DHanMacWrdKGraph.cxx1619 auto numPt = static_cast<int>(input->readLong(2)); in readShapeGraph() local
1620 if (numPt < 0 || 28+8*numPt > dataSz) { in readShapeGraph()
1622 f << "#pt=" << numPt << ","; in readShapeGraph()
1632 for (int i = 0; i < numPt; ++i) { in readShapeGraph()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipict/
H A Dshape.cxx229 int numPt = orig.GetSize(); in drawPolygon() local
230 if (numPt <= 1) return; in drawPolygon()
234 for (int i = 0; i < numPt; i++) { in drawPolygon()
238 bary[0]/=double(numPt); bary[1]/=double(numPt); in drawPolygon()
242 poly.reserve(numPt); in drawPolygon()
244 for (int i = 0; i < numPt; i++) { in drawPolygon()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipict/
H A Dshape.cxx229 int numPt = orig.GetSize(); in drawPolygon() local
230 if (numPt <= 1) return; in drawPolygon()
234 for (int i = 0; i < numPt; i++) { in drawPolygon()
238 bary[0]/=double(numPt); bary[1]/=double(numPt); in drawPolygon()
242 poly.reserve(numPt); in drawPolygon()
244 for (int i = 0; i < numPt; i++) { in drawPolygon()
/dports/math/gismo/gismo-21.12.0/src/gsCore/
H A DgsGeometry.hpp431 const index_t numPt = in.cols(); in compute() local
450 out.values[1].resize(derS*numCo,numPt); in compute()
451 for (index_t p=0; p< numPt; ++p) in compute()
457 out.values[2].resize(derS*numCo,numPt); in compute()
458 for (index_t p=0; p< numPt; ++p) in compute()
470 if (flags & NEED_VALUE) out.values[0].resize(numCo,numPt); in compute()
471 if (flags & NEED_DERIV) out.values[1].resize(numCo*derS,numPt); in compute()
472 if (flags & NEED_DERIV2) out.values[2].resize(numCo*der2S,numPt); in compute()
475 for (index_t p=0; p<numPt;++p) in compute()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrapolygonaliased.pas243 function TPolygonPerspectiveColorGradientInfo.CreateSegmentData(numPt, nextPt: integer; in TPolygonPerspectiveColorGradientInfo.CreateSegmentData()
253 CurInvZ := 1/FPointsZ[numPt];
254 CurColorDivByZ := FColors[numPt]*CurInvZ;
303 function TPolygonLinearColorGradientInfo.CreateSegmentData(numPt, nextPt: integer; in TPolygonLinearColorGradientInfo.CreateSegmentData()
311 info^.ColorSlopes := (FColors[nextPt] - FColors[numPt])*(1/ty);
312 info^.Color := FColors[numPt];
495 function TPolygonLinearTextureMappingInfo.CreateSegmentData(numPt, nextPt: integer; in TPolygonLinearTextureMappingInfo.CreateSegmentData()
503 info^.TexCoordSlopes := (FTexCoords[nextPt] - FTexCoords[numPt])*(1/ty);
504 info^.TexCoord := FTexCoords[numPt];
507 info^.lightnessSlope := (FLightnesses[nextPt] - FLightnesses[numPt])*(1/ty);
[all …]
H A Dpolyaliaspersp.inc90 function TPolygonPerspectiveTextureMappingInfo.CreateSegmentData(numPt, nextPt: integer;
101 CurInvZ := 1/FPointsZ[numPt];
102 CurTexCoordDivByZ := FTexCoords[numPt]*CurInvZ;
111 info^.lightnessSlope := (FLightnesses[nextPt] - FLightnesses[numPt])*(1/ty);
112 info^.lightness := FLightnesses[numPt];
563 function TPolygonPerspectiveMappingShaderInfo.CreateSegmentData(numPt, nextPt: integer;
576 CurInvZ := FPositions3D[numPt].z;
578 CurTexCoordDivByZ := FTexCoords[numPt]*CurInvZ;
587 Cur3DDivByZ := FPositions3D[numPt]*CurInvZ;
592 Cur3DDivByZ := FNormals3D[numPt]*CurInvZ;
H A Dbgrafillinfo.pas194 …function CreateSegmentData({%H-}numPt, {%H-}nextPt: integer; {%H-}ASeg: PCustomPointRecord): point… in CreateSegmentData()
928 function TCustomFillPolyInfo.CreateSegmentData(numPt, nextPt: integer; in TCustomFillPolyInfo.CreateSegmentData()
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrapolygonaliased.pas243 function TPolygonPerspectiveColorGradientInfo.CreateSegmentData(numPt, nextPt: integer; in TPolygonPerspectiveColorGradientInfo.CreateSegmentData()
253 CurInvZ := 1/FPointsZ[numPt];
254 CurColorDivByZ := FColors[numPt]*CurInvZ;
303 function TPolygonLinearColorGradientInfo.CreateSegmentData(numPt, nextPt: integer; in TPolygonLinearColorGradientInfo.CreateSegmentData()
311 info^.ColorSlopes := (FColors[nextPt] - FColors[numPt])*(1/ty);
312 info^.Color := FColors[numPt];
495 function TPolygonLinearTextureMappingInfo.CreateSegmentData(numPt, nextPt: integer; in TPolygonLinearTextureMappingInfo.CreateSegmentData()
503 info^.TexCoordSlopes := (FTexCoords[nextPt] - FTexCoords[numPt])*(1/ty);
504 info^.TexCoord := FTexCoords[numPt];
507 info^.lightnessSlope := (FLightnesses[nextPt] - FLightnesses[numPt])*(1/ty);
[all …]
H A Dpolyaliaspersp.inc90 function TPolygonPerspectiveTextureMappingInfo.CreateSegmentData(numPt, nextPt: integer;
101 CurInvZ := 1/FPointsZ[numPt];
102 CurTexCoordDivByZ := FTexCoords[numPt]*CurInvZ;
111 info^.lightnessSlope := (FLightnesses[nextPt] - FLightnesses[numPt])*(1/ty);
112 info^.lightness := FLightnesses[numPt];
563 function TPolygonPerspectiveMappingShaderInfo.CreateSegmentData(numPt, nextPt: integer;
576 CurInvZ := FPositions3D[numPt].z;
578 CurTexCoordDivByZ := FTexCoords[numPt]*CurInvZ;
587 Cur3DDivByZ := FPositions3D[numPt]*CurInvZ;
592 Cur3DDivByZ := FNormals3D[numPt]*CurInvZ;
H A Dbgrafillinfo.pas194 …function CreateSegmentData({%H-}numPt, {%H-}nextPt: integer; {%H-}ASeg: PCustomPointRecord): point… in CreateSegmentData()
928 function TCustomFillPolyInfo.CreateSegmentData(numPt, nextPt: integer; in TCustomFillPolyInfo.CreateSegmentData()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/bgraaggtest/
H A Dimage_filters2_main.pas111 i,numPt: integer;
132 numPt := 0;
161 curve[numPt] := PointF(XToGraph(filterPos),YToGraph(filterValue));
162 inc(numPt);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/bgraaggtest/
H A Dimage_filters2_main.pas111 i,numPt: integer;
132 numPt := 0;
161 curve[numPt] := PointF(XToGraph(filterPos),YToGraph(filterValue));
162 inc(numPt);
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/bullet/
H A DracecarGymEnv.py170 numPt = len(closestPoints)
173 if (numPt > 0):
H A DkukaCamGymEnv.py240 numPt = len(closestPoints)
242 if (numPt > 0):
H A DracecarZEDGymEnv.py200 numPt = len(closestPoints)
203 if (numPt > 0):
H A DkukaGymEnv.py271 numPt = len(closestPoints)
273 if (numPt > 0):
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dxgbparint.cpp944 static void xgbload_number(TSeqPos& numPt, objects::CInt_fuzz& fuzz, bool& keep_rawPt, ValNodePtr& … in xgbload_number() argument
979 numPt = fuzz.GetRange().GetMin(); in xgbload_number()
997 numPt = fuzz.GetRange().GetMax(); in xgbload_number()
1032 numPt = atoi(static_cast<char*>(currentPt->data.ptrvalue)) - 1; in xgbload_number()
1072 numPt = atoi(static_cast<char*>(currentPt->data.ptrvalue)) - 1; in xgbload_number()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dgbparint.c1598 Nlm_gbload_number (Int4 PNTR numPt, IntFuzzPtr PNTR fuzzPt, Boolean PNTR keep_rawPt, ValNodePtr PNT… in Nlm_gbload_number() argument
1632 * numPt = (* fuzzPt) -> b; in Nlm_gbload_number()
1646 * numPt = (* fuzzPt) -> a; in Nlm_gbload_number()
1674 * numPt = atoi((*currentPt ) -> data.ptrvalue)-1; in Nlm_gbload_number()
1705 * numPt = atoi((*currentPt ) -> data.ptrvalue)-1; in Nlm_gbload_number()