Home
last modified time | relevance | path

Searched refs:fAllocatedWidth (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/codec/
DSkSwizzler.h128 const SkImageInfo fillInfo = info.makeWH(fAllocatedWidth, info.height()); in fill()
255 int fAllocatedWidth; variable
DSkSwizzler.cpp925 , fAllocatedWidth(dstWidth) in SkSwizzler()
938 fAllocatedWidth = get_scaled_dimension(fDstWidth, sampleX); in onSetSampleX()
949 return fAllocatedWidth; in onSetSampleX()