HomeSort by relevance Sort by last modified time
    Searched refs:ExifOrientationBehavior (Results 1 - 14 of 14) sorted by null

  /external/skia/include/codec/
SkAndroidCodec.h 22 enum class ExifOrientationBehavior {
46 ExifOrientationBehavior = ExifOrientationBehavior::kIgnore);
58 * ExifOrientationBehavior is set to kIgnore.
70 * ExifOrientationBehavior is set to kIgnore.
273 SkAndroidCodec(SkCodec*, ExifOrientationBehavior = ExifOrientationBehavior::kIgnore);
284 const ExifOrientationBehavior fOrientationBehavior;
  /external/skqp/include/codec/
SkAndroidCodec.h 22 enum class ExifOrientationBehavior {
46 ExifOrientationBehavior = ExifOrientationBehavior::kIgnore);
58 * ExifOrientationBehavior is set to kIgnore.
70 * ExifOrientationBehavior is set to kIgnore.
273 SkAndroidCodec(SkCodec*, ExifOrientationBehavior = ExifOrientationBehavior::kIgnore);
284 const ExifOrientationBehavior fOrientationBehavior;
  /external/skia/src/codec/
SkAndroidCodecAdapter.h 20 explicit SkAndroidCodecAdapter(SkCodec*, ExifOrientationBehavior);
SkAndroidCodecAdapter.cpp 11 SkAndroidCodecAdapter::SkAndroidCodecAdapter(SkCodec* codec, ExifOrientationBehavior behavior)
SkSampledCodec.h 19 explicit SkSampledCodec(SkCodec*, ExifOrientationBehavior);
SkAndroidCodec.cpp 61 SkAndroidCodec::ExifOrientationBehavior orientationBehavior) {
63 if (orientationBehavior == SkAndroidCodec::ExifOrientationBehavior::kIgnore
70 SkAndroidCodec::SkAndroidCodec(SkCodec* codec, ExifOrientationBehavior orientationBehavior)
85 ExifOrientationBehavior orientationBehavior) {
300 if (fOrientationBehavior == SkAndroidCodec::ExifOrientationBehavior::kIgnore
363 if (ExifOrientationBehavior::kRespect == fOrientationBehavior
386 if (ExifOrientationBehavior::kIgnore == fOrientationBehavior) {
SkSampledCodec.cpp 16 SkSampledCodec::SkSampledCodec(SkCodec* codec, ExifOrientationBehavior behavior)
  /external/skqp/src/codec/
SkAndroidCodecAdapter.h 20 explicit SkAndroidCodecAdapter(SkCodec*, ExifOrientationBehavior);
SkAndroidCodecAdapter.cpp 11 SkAndroidCodecAdapter::SkAndroidCodecAdapter(SkCodec* codec, ExifOrientationBehavior behavior)
SkSampledCodec.h 19 explicit SkSampledCodec(SkCodec*, ExifOrientationBehavior);
SkAndroidCodec.cpp 61 SkAndroidCodec::ExifOrientationBehavior orientationBehavior) {
63 if (orientationBehavior == SkAndroidCodec::ExifOrientationBehavior::kIgnore
70 SkAndroidCodec::SkAndroidCodec(SkCodec* codec, ExifOrientationBehavior orientationBehavior)
85 ExifOrientationBehavior orientationBehavior) {
304 if (fOrientationBehavior == SkAndroidCodec::ExifOrientationBehavior::kIgnore
367 if (ExifOrientationBehavior::kRespect == fOrientationBehavior
390 if (ExifOrientationBehavior::kIgnore == fOrientationBehavior) {
SkSampledCodec.cpp 16 SkSampledCodec::SkSampledCodec(SkCodec* codec, ExifOrientationBehavior behavior)
  /external/skia/tests/
AndroidCodecTest.cpp 239 SkAndroidCodec::ExifOrientationBehavior::kRespect);
282 SkAndroidCodec::ExifOrientationBehavior::kRespect);
  /external/skqp/tests/
AndroidCodecTest.cpp 239 SkAndroidCodec::ExifOrientationBehavior::kRespect);
282 SkAndroidCodec::ExifOrientationBehavior::kRespect);

Completed in 706 milliseconds