HomeSort by relevance Sort by last modified time
    Searched refs:fSampleSize (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.cpp 49 fSampleSize = sampleSize;
62 ref = new SkImageRef_ashmem(fStream, bitmap->config(), fSampleSize);
65 ref = new SkImageRef_GlobalPool(fStream, bitmap->config(), fSampleSize);
BitmapAllocatorAndroid.h 51 int fSampleSize;
ImageSourceAndroid.cpp 123 : SkBitmapRef(bm), fSampleSize(sampleSize), fAllDataReceived(false) {
127 int fSampleSize;
323 BitmapAllocatorAndroid alloc(data, decoder->fSampleSize);
  /external/skia/include/images/
SkImageRef.h 101 int fSampleSize;
SkImageDecoder.h 162 int getSampleSize() const { return fSampleSize; }
400 int fSampleSize;
  /external/skia/src/images/
SkImageRef.cpp 23 fSampleSize = sampleSize;
119 codec->setSampleSize(fSampleSize);
174 fSampleSize = buffer.readU8();
189 buffer.write8(fSampleSize);
SkImageDecoder.cpp 54 fSampleSize(1), fDefaultPref(SkBitmap::kNo_Config), fDitherImage(true),
93 fSampleSize = size;

Completed in 53 milliseconds