Searched refs:fWeights (Results 1 – 3 of 3) sorted by relevance
966 dng_resample_weights_2d fWeights; member in dng_filter_warp1013 , 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()
65 SkTDArray<SkScalar> fWeights; variable
148 *fWeights.append() = iter.conicWeight(); in preFetch()169 SkScalar* weightPtr = fWeights.begin(); in walk()