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

  /external/skia/src/codec/
SkMaskSwizzler.h 74 int fSrcOffset;
SkSwizzler.h 138 // fSrcOffset: The starting pixel of the source.
139 // fSrcOffsetUnits: Derived from fSrcOffset with two key
146 // than fSrcOffset * fSrcBPP, since sampling
169 // fSrcOffset: Will be zero. The starting pixel of the source.
189 // fSrcOffset = fDstOffet = fDstOffsetBytes = 0
193 const int fSrcOffset;
  /external/skqp/src/codec/
SkMaskSwizzler.h 74 int fSrcOffset;
SkSwizzler.h 138 // fSrcOffset: The starting pixel of the source.
139 // fSrcOffsetUnits: Derived from fSrcOffset with two key
146 // than fSrcOffset * fSrcBPP, since sampling
169 // fSrcOffset: Will be zero. The starting pixel of the source.
189 // fSrcOffset = fDstOffet = fDstOffsetBytes = 0
193 const int fSrcOffset;
  /external/dng_sdk/source/
dng_render.cpp 716 dng_point fSrcOffset;
775 , fSrcOffset (srcOffset)
810 return dstArea + fSrcOffset;
    [all...]

Completed in 214 milliseconds