Searched defs:fSubset (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/pdf/
H A DSkBitmapKey.h13 SkIRect fSubset; member in struct:SkBitmapKey
16 return fID == rhs.fID && fSubset == rhs.fSubset;
/external/skqp/src/pdf/
H A DSkBitmapKey.h13 SkIRect fSubset; member in struct:SkBitmapKey
16 return fID == rhs.fID && fSubset == rhs.fSubset;
/external/skia/bench/
H A DBitmapRegionDecoderBench.h42 const SkIRect fSubset; member in class:BitmapRegionDecoderBench
/external/skia/src/core/
H A DSkSpecialSurface.h36 int width() const { return fSubset.width(); }
37 int height() const { return fSubset.height(); }
89 const SkIRect& subset() const { return fSubset; }
93 const SkIRect fSubset; member in class:SkSpecialSurface
H A DSkBitmapCache.h25 SkIRect fSubset; // always set to a valid rect (entire or subset) member in struct:SkBitmapCacheDesc
32 SkASSERT(fSubset.fLeft >= 0 && fSubset.fTop >= 0);
33 SkASSERT(fSubset.width() > 0 && fSubset.height() > 0);
H A DSkSpecialImage.h51 int width() const { return fSubset.width(); }
52 int height() const { return fSubset.height(); }
53 const SkIRect& subset() const { return fSubset; }
151 const SkIRect fSubset; member in class:SkSpecialImage
H A DSkBitmapCache.cpp103 fDesc.fSubset.x(), fDesc.fSubset.y(), fDesc.fSubset.width(), fDesc.fSubset.height());
284 SkASSERT(info.width() == desc.fSubset.width());
285 SkASSERT(info.height() == desc.fSubset.height());
336 , fSubset(subset)
341 sizeof(fImageID) + sizeof(fColorMode) + sizeof(fSubset));
346 SkIRect fSubset; member in struct:__anon20647::MipMapKey
394 MipMapKey key(desc.fImageID, desc.fSubset, colorMod
[all...]
/external/skqp/bench/
H A DBitmapRegionDecoderBench.h42 const SkIRect fSubset; member in class:BitmapRegionDecoderBench
/external/skqp/src/core/
H A DSkSpecialSurface.h36 int width() const { return fSubset.width(); }
37 int height() const { return fSubset.height(); }
89 const SkIRect& subset() const { return fSubset; }
93 const SkIRect fSubset; member in class:SkSpecialSurface
H A DSkBitmapCache.h25 SkIRect fSubset; // always set to a valid rect (entire or subset) member in struct:SkBitmapCacheDesc
32 SkASSERT(fSubset.fLeft >= 0 && fSubset.fTop >= 0);
33 SkASSERT(fSubset.width() > 0 && fSubset.height() > 0);
H A DSkSpecialImage.h51 int width() const { return fSubset.width(); }
52 int height() const { return fSubset.height(); }
53 const SkIRect& subset() const { return fSubset; }
151 const SkIRect fSubset; member in class:SkSpecialImage
H A DSkBitmapCache.cpp103 fDesc.fSubset.x(), fDesc.fSubset.y(), fDesc.fSubset.width(), fDesc.fSubset.height());
284 SkASSERT(info.width() == desc.fSubset.width());
285 SkASSERT(info.height() == desc.fSubset.height());
336 , fSubset(subset)
341 sizeof(fImageID) + sizeof(fColorMode) + sizeof(fSubset));
346 SkIRect fSubset; member in struct:__anon21316::MipMapKey
394 MipMapKey key(desc.fImageID, desc.fSubset, colorMod
[all...]
/external/skia/tests/
H A DSubsetPath.h47 int fSubset; member in class:SubsetPath
/external/skqp/tests/
H A DSubsetPath.h47 int fSubset; member in class:SubsetPath
/external/skia/include/codec/
H A DSkAndroidCodec.h194 , fSubset(nullptr)
215 SkIRect* fSubset; member in struct:SkAndroidCodec::AndroidOptions
248 * using options->fSampleSize and options->fSubset. If NULL, the defaults (as specified above
H A DSkCodec.h253 , fSubset(nullptr)
267 * exact rectangular subset specified by fSubset.
277 const SkIRect* fSubset; member in struct:SkCodec::Options
/external/skqp/include/codec/
H A DSkAndroidCodec.h194 , fSubset(nullptr)
215 SkIRect* fSubset; member in struct:SkAndroidCodec::AndroidOptions
248 * using options->fSampleSize and options->fSubset. If NULL, the defaults (as specified above
H A DSkCodec.h253 , fSubset(nullptr)
267 * exact rectangular subset specified by fSubset.
277 const SkIRect* fSubset; member in struct:SkCodec::Options

Completed in 360 milliseconds