Home
last modified time | relevance | path

Searched refs:dfWeight (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapresample.c248 padfPixelSum[0] += rgba->r[rb_off] * dfWeight; in msSourceSample()
249 padfPixelSum[1] += rgba->g[rb_off] * dfWeight; in msSourceSample()
250 padfPixelSum[2] += rgba->b[rb_off] * dfWeight; in msSourceSample()
253 *pdfWeightSum += dfWeight; in msSourceSample()
272 padfPixelSum[band] += dfWeight * nValue; in msSourceSample()
279 padfPixelSum[band] += fValue * dfWeight; in msSourceSample()
285 padfPixelSum[band] += nValue * dfWeight; in msSourceSample()
293 *pdfWeightSum += dfWeight; in msSourceSample()
493 double dfXCellMin, dfXCellMax, dfWeight; in msAverageSample() local
501 dfWeight, &dfWeightSum ); in msAverageSample()
[all …]
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dbdffnt.c117 unsigned short dfWeight; member
164 unsigned char dfWeight[2]; member
314 fi->dfWeight = _bdffnt_get_short(fis->dfWeight); in _bdffnt_transfer_fntinfo()
678 wname = (unsigned char *) _bdffnt_weight_name(font->info.dfWeight, in bdffnt_get_facename()
935 prop.value.atom = _bdffnt_weight_name(font->info.dfWeight, &i); in bdffnt_load_font()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Doverview.cpp1028 double dfWeight = padfWeights[i] * pabyMask[i]; in GDALResampleConvolutionHorizontalWithMask() local
1029 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMask()
1030 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMask()
1215 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
1216 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
1503 double dfWeight = pfnFilterFunc(dfX); in GDALResampleChunk32R_ConvolutionT() local
1505 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
1621 double dfWeight = pfnFilterFunc(dfY); in GDALResampleChunk32R_ConvolutionT() local
1622 padfWeights[nSrcLine - nSrcLineStart] = dfWeight; in GDALResampleChunk32R_ConvolutionT()
1623 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
[all …]
/dports/x11-fonts/psftools/psftools-1.0.13/winfonts/
H A Dmswfnt.h39 msw_word dfWeight; /* 53 */ member
H A Dmswfntr.c48 if (read_word (fp, &f->dfWeight)) return -1; in msw_fontinfo_read()
H A Dmswfntw.c49 if (write_word (fp, f->dfWeight)) return -1; in msw_fontinfo_write()
H A Dpsf2fnt.c158 head->dfWeight = bold ? 700 : 400; in setup_fnthead()
/dports/graphics/py-pyx/PyX-0.15/pyx/font/
H A Dpfmfile.py271 self.dfUnderline, self.dfStrikeOut, self.dfWeight,
397 if self.dfWeight >= 600:
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel.cpp3955 padfWeight[iC] = dfWeight; in GWKResampleNoMasksT()
3956 dfAccumulatorWeightHorizontal += dfWeight; in GWKResampleNoMasksT()
4001 dfAccumulator += dfWeight * dfAccumulatorLocal; in GWKResampleNoMasksT()
4002 dfAccumulatorWeightVertical += dfWeight; in GWKResampleNoMasksT()
4077 double dfWeight = pfnGetWeight((i - dfDeltaX) * dfXScale); in GWKResampleNoMasks_SSE2_T() local
4078 padfWeight[iC] = dfWeight; in GWKResampleNoMasks_SSE2_T()
4079 dfAccumulatorWeightHorizontal += dfWeight; in GWKResampleNoMasks_SSE2_T()
4214 dfAccumulator += dfWeight * dfAccumulatorLocal; in GWKResampleNoMasks_SSE2_T()
4215 dfAccumulatorWeightVertical += dfWeight; in GWKResampleNoMasks_SSE2_T()
6103 dfTotalWeight += dfWeight; in GWKAverageOrModeThread()
[all …]
H A Drasterfill.cpp810 const double dfWeight = 1.0 / adfQuadDist[iQuad]; in GDALFillNodata() local
811 dfWeightSum += dfWeight; in GDALFillNodata()
812 dfValueSum += fQuadValue[iQuad] * dfWeight; in GDALFillNodata()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalwarpkernel.cpp3955 padfWeight[iC] = dfWeight;
3956 dfAccumulatorWeightHorizontal += dfWeight;
4001 dfAccumulator += dfWeight * dfAccumulatorLocal;
4002 dfAccumulatorWeightVertical += dfWeight;
4077 double dfWeight = pfnGetWeight((i - dfDeltaX) * dfXScale);
4078 padfWeight[iC] = dfWeight;
4079 dfAccumulatorWeightHorizontal += dfWeight;
4214 dfAccumulator += dfWeight * dfAccumulatorLocal;
4215 dfAccumulatorWeightVertical += dfWeight;
6103 dfTotalWeight += dfWeight;
[all …]
H A Drasterfill.cpp810 const double dfWeight = 1.0 / adfQuadDist[iQuad]; in GDALFillNodata() local
811 dfWeightSum += dfWeight; in GDALFillNodata()
812 dfValueSum += fQuadValue[iQuad] * dfWeight; in GDALFillNodata()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalwarpkernel.cpp3955 padfWeight[iC] = dfWeight; in GWKResampleNoMasksT()
3956 dfAccumulatorWeightHorizontal += dfWeight; in GWKResampleNoMasksT()
4001 dfAccumulator += dfWeight * dfAccumulatorLocal; in GWKResampleNoMasksT()
4002 dfAccumulatorWeightVertical += dfWeight; in GWKResampleNoMasksT()
4077 double dfWeight = pfnGetWeight((i - dfDeltaX) * dfXScale); in GWKResampleNoMasks_SSE2_T() local
4078 padfWeight[iC] = dfWeight; in GWKResampleNoMasks_SSE2_T()
4079 dfAccumulatorWeightHorizontal += dfWeight; in GWKResampleNoMasks_SSE2_T()
4214 dfAccumulator += dfWeight * dfAccumulatorLocal; in GWKResampleNoMasks_SSE2_T()
4215 dfAccumulatorWeightVertical += dfWeight; in GWKResampleNoMasks_SSE2_T()
6103 dfTotalWeight += dfWeight; in GWKAverageOrModeThread()
[all …]
H A Drasterfill.cpp810 const double dfWeight = 1.0 / adfQuadDist[iQuad]; in GDALFillNodata() local
811 dfWeightSum += dfWeight; in GDALFillNodata()
812 dfValueSum += fQuadValue[iQuad] * dfWeight; in GDALFillNodata()
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Drasterfill.cpp782 double dfWeight = 1.0 / adfQuadDist[iQuad]; in GDALFillNodata() local
784 dfWeightSum += dfWeight; in GDALFillNodata()
785 dfValueSum += adfQuadValue[iQuad] * dfWeight; in GDALFillNodata()
H A Dgdalwarpkernel.cpp3112 double dfWeight = pfnGetWeight((i - dfDeltaX) * dfXScale); in GWKResampleNoMasksT() local
3113 padfWeight[iC] = dfWeight; in GWKResampleNoMasksT()
3114 dfAccumulatorWeightHorizontal += dfWeight; in GWKResampleNoMasksT()
3155 double dfWeight = pfnGetWeight((j - dfDeltaY) * dfYScale); in GWKResampleNoMasksT() local
3156 dfAccumulator += dfWeight * dfAccumulatorLocal; in GWKResampleNoMasksT()
3157 dfAccumulatorWeightVertical += dfWeight; in GWKResampleNoMasksT()
3234 double dfWeight = pfnGetWeight((i - dfDeltaX) * dfXScale); in GWKResampleNoMasks_SSE2_T() local
3235 padfWeight[iC] = dfWeight; in GWKResampleNoMasks_SSE2_T()
3236 dfAccumulatorWeightHorizontal += dfWeight; in GWKResampleNoMasks_SSE2_T()
3359 dfAccumulator += dfWeight * dfAccumulatorLocal; in GWKResampleNoMasks_SSE2_T()
[all …]
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Drasterfill.cpp782 double dfWeight = 1.0 / adfQuadDist[iQuad]; in GDALFillNodata() local
784 dfWeightSum += dfWeight; in GDALFillNodata()
785 dfValueSum += adfQuadValue[iQuad] * dfWeight; in GDALFillNodata()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2275 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMask()
2276 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMask()
2575 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
2576 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
3003 const double dfWeight = pfnFilterFunc(dfX); in GDALResampleChunk32R_ConvolutionT() local
3005 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3204 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3310 const double dfWeight = in GDALResampleChunk32R_ConvolutionT() local
3324 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3338 const double dfWeight = in GDALResampleChunk32R_ConvolutionT() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Doverview.cpp2275 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMask()
2276 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMask()
2575 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
2576 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
3003 const double dfWeight = pfnFilterFunc(dfX); in GDALResampleChunk32R_ConvolutionT() local
3005 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3204 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3310 const double dfWeight = in GDALResampleChunk32R_ConvolutionT() local
3324 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3338 const double dfWeight = in GDALResampleChunk32R_ConvolutionT() local
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Doverview.cpp2275 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMask()
2276 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMask()
2575 dfVal += pChunk[i] * dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
2576 dfWeightSum += dfWeight; in GDALResampleConvolutionHorizontalWithMaskSSE2()
3003 const double dfWeight = pfnFilterFunc(dfX); in GDALResampleChunk32R_ConvolutionT() local
3005 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3204 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3310 const double dfWeight = in GDALResampleChunk32R_ConvolutionT() local
3324 dfWeightSum += dfWeight; in GDALResampleChunk32R_ConvolutionT()
3338 const double dfWeight = in GDALResampleChunk32R_ConvolutionT() local
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dwg/
H A Dogrdwglayer.cpp365 double dfWeight = 0.0;
374 dfWeight = CPLAtof(osWeight) / 100.0;
397 if( dfWeight > 0.0 )
400 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.2g", dfWeight);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwglayer.cpp339 double dfWeight = 0.0;
348 dfWeight = CPLAtof(osWeight) / 100.0;
371 if( dfWeight > 0.0 )
374 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.2g", dfWeight);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwglayer.cpp339 double dfWeight = 0.0;
348 dfWeight = CPLAtof(osWeight) / 100.0;
371 if( dfWeight > 0.0 )
374 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.2g", dfWeight);
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/dwg/
H A Dogrdwglayer.cpp339 double dfWeight = 0.0;
348 dfWeight = CPLAtof(osWeight) / 100.0;
371 if( dfWeight > 0.0 )
374 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.2g", dfWeight);
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/dxf/
H A Dogrdxflayer.cpp235 double dfWeight = 0.0; in PrepareLineStyle() local
244 dfWeight = CPLAtof(osWeight) / 100.0; in PrepareLineStyle()
267 if( dfWeight > 0.0 ) in PrepareLineStyle()
270 CPLsnprintf(szBuffer, sizeof(szBuffer), "%.2g", dfWeight); in PrepareLineStyle()

12