Home
last modified time | relevance | path

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

/external/skia/src/android/
DSkBitmapRegionDecoderPriv.h11 enum SubsetType { enum
33 inline SubsetType adjust_subset_rect(const SkISize& imageDims, SkIRect* subset, int* outX, in adjust_subset_rect()
47 return SubsetType::kOutside_SubsetType; in adjust_subset_rect()
53 return SubsetType::kPartiallyInside_SubsetType; in adjust_subset_rect()
56 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()
83 if (SubsetType::kPartiallyInside_SubsetType == type) { in decodeRegion()
114 if (SubsetType::kPartiallyInside_SubsetType == type && in decodeRegion()
DSkBitmapRegionCanvas.cpp55 SubsetType type = adjust_subset_rect(fDecoder->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion()
56 if (SubsetType::kOutside_SubsetType == type) { in decodeRegion()
104 if (SubsetType::kPartiallyInside_SubsetType == type) { in decodeRegion()
/external/skia/bench/
Dnanobench.cpp957 enum SubsetType { enum in BenchmarkStream