Searched refs:fWeights (Results 1 – 5 of 5) 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()
64 SkTDArray<SkScalar> fWeights; variable
158 *fWeights.append() = iter.conicWeight(); in preFetch()179 SkScalar* weightPtr = fWeights.begin(); in walk()