HomeSort by relevance Sort by last modified time
    Searched defs:SubsetType (Results 1 - 4 of 4) sorted by null

  /external/skia/src/android/
SkBitmapRegionDecoderPriv.h 13 enum SubsetType {
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,
49 return SubsetType::kOutside_SubsetType;
55 return SubsetType::kPartiallyInside_SubsetType;
58 return SubsetType::kFullyInside_SubsetType;
  /external/skqp/src/android/
SkBitmapRegionDecoderPriv.h 13 enum SubsetType {
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,
49 return SubsetType::kOutside_SubsetType;
55 return SubsetType::kPartiallyInside_SubsetType;
58 return SubsetType::kFullyInside_SubsetType;
  /external/skia/bench/
nanobench.cpp     [all...]
  /external/skqp/bench/
nanobench.cpp     [all...]

Completed in 76 milliseconds