HomeSort by relevance Sort by last modified time
    Searched full:skews (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 53 TransformOperations skews; local
54 skews.AppendSkew(0, 2);
55 skews.AppendSkew(0, 2);
56 skews.AppendSkew(0, 2);
65 EXPECT_FALSE(translates.MatchesTypes(skews));
76 TransformOperations skews; local
77 skews.AppendSkew(2, 0);
78 skews.AppendSkew(2, 0);
84 EXPECT_FALSE(translates.MatchesTypes(skews));
  /external/chromium_org/cc/debug/
frame_rate_counter.cc 112 // the first few swapbuffers happen instantly which skews the statistics
  /system/core/libutils/
SystemClock.cpp 125 * clock_gettime appears to have clock skews and can sometimes return
  /libcore/benchmarks/src/benchmarks/regression/
HostnameVerifierBenchmark.java 37 * caches previous results which skews the results of the benchmark: In practice
  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 153 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /external/skia/include/utils/
SkMatrix44.h 153 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 394 // Background model mean update shader. Skews the current model mean toward the most recent pixel
420 // Background model variance update shader. Skews the current model variance toward the most
453 // Background verification shader. Skews the current background verification mask towards the
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 43 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /external/chromium_org/ui/base/events/
event.h 312 // rotations, animations and skews.
  /external/skia/include/core/
SkMatrix.h 43 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
  /external/skia/tests/
MatrixTest.cpp 342 // scales zero, only skews
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 205 // it has scales and skews, but it could also be rotation, check it out.
237 // it has scales and skews, but it could also be rotation, check it out.
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 205 // it has scales and skews, but it could also be rotation, check it out.
237 // it has scales and skews, but it could also be rotation, check it out.
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 798 private final static int kAffine_Mask = 0x04; //!< set if the matrix skews or rotates
    [all...]
  /external/chromium_org/ui/gfx/
transform_unittest.cc     [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSchema.xsd     [all...]
  /external/skia/src/animator/
SkAnimateSchema.xsd     [all...]

Completed in 878 milliseconds