HomeSort by relevance Sort by last modified time
    Searched defs:fDstWidth (Results 1 - 4 of 4) sorted by null

  /external/skia/src/codec/
SkMaskSwizzler.h 44 const SkImageInfo fillInfo = info.makeWH(fDstWidth, info.height());
53 int swizzleWidth() const { return fDstWidth; }
72 int fDstWidth; // Width of dst, which may differ with sampling.
SkSwizzler.h 153 // fDstWidth: Will be equal to fSrcWidth, since this is also
159 // version of fSrcWidth/fDstWidth.
179 // fDstWidth: The entire width of the destination memory,
186 // fDstWidth.
191 // fSrcWidth = fDstWidth = Full original width
198 const int fDstWidth;
  /external/skqp/src/codec/
SkMaskSwizzler.h 44 const SkImageInfo fillInfo = info.makeWH(fDstWidth, info.height());
53 int swizzleWidth() const { return fDstWidth; }
72 int fDstWidth; // Width of dst, which may differ with sampling.
SkSwizzler.h 153 // fDstWidth: Will be equal to fSrcWidth, since this is also
159 // version of fSrcWidth/fDstWidth.
179 // fDstWidth: The entire width of the destination memory,
186 // fDstWidth.
191 // fSrcWidth = fDstWidth = Full original width
198 const int fDstWidth;

Completed in 1319 milliseconds