Searched refs:SubsetType (Results 1 – 4 of 4) sorted by relevance
11 enum SubsetType { enum33 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()
40 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()
55 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()
957 enum SubsetType { enum in BenchmarkStream