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

  /external/webkit/Source/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.h 51 int fSampleSize;
ImageSourceAndroid.cpp 103 : SkBitmapRef(bm), fSampleSize(sampleSize), fAllDataReceived(false) {
107 int fSampleSize;
264 BitmapAllocatorAndroid alloc(data, decoder->fSampleSize);
  /external/skia/include/images/
SkImageRef.h 92 int fSampleSize;
SkImageDecoder.h 165 int getSampleSize() const { return fSampleSize; }
403 int fSampleSize;
  /external/skia/legacy/include/images/
SkImageRef.h 94 int fSampleSize;
SkImageDecoder.h 156 int getSampleSize() const { return fSampleSize; }
394 int fSampleSize;

Completed in 1157 milliseconds