Home
last modified time | relevance | path

Searched refs:fSampleSize (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DBitmapAllocatorAndroid.cpp49 fSampleSize = sampleSize; in BitmapAllocatorAndroid()
62 ref = new SkImageRef_ashmem(fStream, bitmap->config(), fSampleSize); in allocPixelRef()
65 ref = new SkImageRef_GlobalPool(fStream, bitmap->config(), fSampleSize); in allocPixelRef()
DBitmapAllocatorAndroid.h51 int fSampleSize; variable
DImageSourceAndroid.cpp123 : SkBitmapRef(bm), fSampleSize(sampleSize), fAllDataReceived(false) { in PrivateAndroidImageSourceRec()
127 int fSampleSize; member in PrivateAndroidImageSourceRec
313 BitmapAllocatorAndroid alloc(data, decoder->fSampleSize); in setData()
/external/skia/src/images/
DSkImageRef.cpp23 fSampleSize = sampleSize; in SkImageRef()
119 codec->setSampleSize(fSampleSize); in prepareBitmap()
174 fSampleSize = buffer.readU8(); in SkImageRef()
189 buffer.write8(fSampleSize); in flatten()
DSkImageDecoder.cpp55 fSampleSize(1), fDefaultPref(SkBitmap::kNo_Config), fDitherImage(true), in SkImageDecoder()
94 fSampleSize = size; in setSampleSize()
/external/skia/include/images/
DSkImageDecoder.h163 int getSampleSize() const { return fSampleSize; } in getSampleSize()
401 int fSampleSize; variable
DSkImageRef.h101 int fSampleSize; variable