Home
last modified time | relevance | path

Searched refs:SubsetType (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/android/
DSkBitmapRegionDecoderPriv.h13 enum SubsetType { enum
35 inline SubsetType adjust_subset_rect(const SkISize& imageDims, SkIRect* subset, int* outX, in adjust_subset_rect()
49 return SubsetType::kOutside_SubsetType; in adjust_subset_rect()
55 return SubsetType::kPartiallyInside_SubsetType; in adjust_subset_rect()
58 return SubsetType::kFullyInside_SubsetType; in adjust_subset_rect()
DSkBitmapRegionCodec.cpp40 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion()
41 if (SubsetType::kOutside_SubsetType == type) { in decodeRegion()
65 if (SubsetType::kPartiallyInside_SubsetType == type) { in decodeRegion()
96 if (SubsetType::kPartiallyInside_SubsetType == type && in decodeRegion()
/external/skia/bench/
Dnanobench.cpp1039 enum SubsetType { enum in BenchmarkStream