Home
last modified time | relevance | path

Searched refs:fSwizzleWidth (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/codec/
H A DSkSwizzler.h82 int swizzleWidth() const { return fSwizzleWidth; } in swizzleWidth()
160 // fSwizzleWidth: The actual number of pixels that will be
163 // fAllocatedWidth: Will be equal to fSwizzleWidth. For this type
184 // fSwizzleWidth: The actual number of pixels that will be
195 // fSwizzleWidth = fAllcoatedWidth = Scaled width (if we are sampling)
202 int fSwizzleWidth; member in SkSwizzler
H A DSkSwizzler.cpp1182 , fSwizzleWidth(srcWidth) in SkSwizzler()
1194 fSwizzleWidth = get_scaled_dimension(fSrcWidth, sampleX); in onSetSampleX()
1205 frameSampleX = fSrcWidth / fSwizzleWidth; in onSetSampleX()
1210 const size_t dstSwizzleBytes = fSwizzleWidth * fDstBPP; in onSetSampleX()
1235 fActualProc(SkTAddOffset<void>(dst, fDstOffsetBytes), src, fSwizzleWidth, fSrcBPP, in swizzle() local

Completed in 3 milliseconds