Home
last modified time | relevance | path

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

/third_party/skia/client_utils/android/
H A DBitmapRegionDecoderPriv.h13 enum SubsetType { enum
24 * Values of output variables are undefined if the SubsetType is kInvalid.
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()
H A DBitmapRegionDecoder.cpp69 SubsetType type = adjust_subset_rect(fCodec->getInfo().dimensions(), &subset, &outX, &outY); in decodeRegion()
70 if (SubsetType::kOutside_SubsetType == type) { in decodeRegion()
91 if (SubsetType::kPartiallyInside_SubsetType == type) { in decodeRegion()
122 if (SubsetType::kPartiallyInside_SubsetType == type && in decodeRegion()
/third_party/skia/bench/
H A Dnanobench.cpp1094 enum SubsetType {

Completed in 3 milliseconds