Searched refs:SubsetType (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/android/ |
D | SkBitmapRegionDecoderPriv.h | 13 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()
|
D | SkBitmapRegionCodec.cpp | 39 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion() 40 if (SubsetType::kOutside_SubsetType == type) { in decodeRegion() 61 if (SubsetType::kPartiallyInside_SubsetType == type) { in decodeRegion() 92 if (SubsetType::kPartiallyInside_SubsetType == type && in decodeRegion()
|
/external/skqp/src/android/ |
D | SkBitmapRegionDecoderPriv.h | 13 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()
|
D | SkBitmapRegionCodec.cpp | 39 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion() 40 if (SubsetType::kOutside_SubsetType == type) { in decodeRegion() 61 if (SubsetType::kPartiallyInside_SubsetType == type) { in decodeRegion() 92 if (SubsetType::kPartiallyInside_SubsetType == type && in decodeRegion()
|
/external/skia/bench/ |
D | nanobench.cpp | 1040 enum SubsetType { enum in BenchmarkStream
|
/external/skqp/bench/ |
D | nanobench.cpp | 1040 enum SubsetType { enum in BenchmarkStream
|