Home
last modified time | relevance | path

Searched refs:fWeights (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_lens_correction.cpp966 dng_resample_weights_2d fWeights; member in dng_filter_warp
1013 , fWeights () in dng_filter_warp()
1108 fWeights.Initialize (kernel, in Initialize()
1203 const int32 pad = ConvertUint32ToInt32(fWeights.Radius()); in SrcArea()
1266 srcTileSize.h += ConvertUint32ToInt32(fWeights.Width()); in SrcTileSize()
1267 srcTileSize.v += ConvertUint32ToInt32(fWeights.Width()); in SrcTileSize()
1300 const int32 wCount = fWeights.Width (); in ProcessArea()
1302 const dng_point srcOffset (fWeights.Offset (), in ProcessArea()
1303 fWeights.Offset ()); in ProcessArea()
1394 const real32 *w = fWeights.Weights32 (sFct); in ProcessArea()
/external/skia/src/pathops/
DSkOpEdgeBuilder.h65 SkTDArray<SkScalar> fWeights; variable
DSkOpEdgeBuilder.cpp148 *fWeights.append() = iter.conicWeight(); in preFetch()
169 SkScalar* weightPtr = fWeights.begin(); in walk()