HomeSort by relevance Sort by last modified time
    Searched full:skew (Results 101 - 125 of 308) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 218 /** Set the matrix to skew by sx and sy, with a pivot point at (px, py).
223 /** Set the matrix to skew by sx and sy.
252 /** Preconcats the matrix with the specified skew.
256 /** Preconcats the matrix with the specified skew.
289 /** Postconcats the matrix with the specified skew.
293 /** Postconcats the matrix with the specified skew.
  /external/skia/include/core/
SkMatrix.h 218 /** Set the matrix to skew by sx and sy, with a pivot point at (px, py).
223 /** Set the matrix to skew by sx and sy.
252 /** Preconcats the matrix with the specified skew.
256 /** Preconcats the matrix with the specified skew.
289 /** Postconcats the matrix with the specified skew.
293 /** Postconcats the matrix with the specified skew.
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 341 * Set the matrix to skew by sx and sy, with a pivot point at (px, py).
349 /** Set the matrix to skew by sx and sy. */
405 * Preconcats the matrix with the specified skew.
413 * Preconcats the matrix with the specified skew.
469 * Postconcats the matrix with the specified skew.
477 * Postconcats the matrix with the specified skew.
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 712 int skew = mod7(days - 3 - (getFirstDayOfWeek() - 1)); local
714 + mod7(skew + dayOfWeek - (days - 3)) - skew;
726 int skew = mod7(days - 3 - (getFirstDayOfWeek() - 1)); local
727 days += mod7(mod7(skew + dayOfWeek - (days - 3)) - skew);
744 int skew = mod7(days - 3 - (getFirstDayOfWeek() - 1)); local
746 + mod7(skew + dayOfWeek - (days - 3)) - skew;
747 if (7 - skew < getMinimalDaysInFirstWeek())
    [all...]
  /external/skia/tests/
MatrixTest.cpp 259 // skew with same size
264 // skew with different size
269 // skew with same size at a pivot point
275 // skew with different size at a pivot point
482 // Because of the shear/skew we won't get the same results, so we need to multiply it out.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.h 230 TransformationMatrix& skew(double angleX, double angleY);
231 TransformationMatrix& skewX(double angle) { return skew(angle, 0); }
232 TransformationMatrix& skewY(double angle) { return skew(0, angle); }
AffineTransform.h 101 AffineTransform& skew(double angleX, double angleY);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 184 CASE_NEW(Skew);
339 CASE_GET_INFO(Skew);
506 { "skew", SkType_Skew INIT_BOOL_FIELDS },
  /external/chromium_org/third_party/skia/src/utils/
SkDumpCanvas.cpp 249 bool SkDumpCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkDumpCanvas
250 this->dump(kMatrix_Verb, NULL, "skew(%g %g)",
252 return this->INHERITED::skew(sx, sy);
  /external/skia/src/animator/
SkDisplayType.cpp 184 CASE_NEW(Skew);
339 CASE_GET_INFO(Skew);
506 { "skew", SkType_Skew INIT_BOOL_FIELDS },
  /external/skia/src/utils/
SkDumpCanvas.cpp 249 bool SkDumpCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkDumpCanvas
250 this->dump(kMatrix_Verb, NULL, "skew(%g %g)",
252 return this->INHERITED::skew(sx, sy);
  /external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h 143 * WebRtc_Word16 skew Difference between number of samples played
144 * and recorded at the soundcard (for clock skew
163 WebRtc_Word32 skew);
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 321 // skew/anticipate current view, slide off, set GONE, restore translation
329 // set next view visible, translate off to right, skew,
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.c 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon13551
121 return k + (base - tmin + 1) * delta / (delta + skew);
  /external/icu4c/test/intltest/
punyref.c 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon20911
121 return k + (base - tmin + 1) * delta / (delta + skew);
  /external/kernel-headers/original/linux/
genhd.h 309 __u16 d_trackskew; /* sector 0 skew, per track */
310 __u16 d_cylskew; /* sector 0 skew, per cylinder */
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 142 // ASSERT_EQ() are fast, so they won't skew the results.
  /external/chromium/third_party/libevent/compat/sys/
_libevent_time.h 149 int tickadj; /* clock skew rate for adjtime() */
_time.h 149 int tickadj; /* clock skew rate for adjtime() */
  /external/chromium_org/android_webview/browser/
in_process_view_renderer.h 179 // visible skew (especially noticeable when scrolling up and down in the same
  /external/chromium_org/net/quic/
quic_time.h 103 // provides, at most, one second granularity and, in practice, clock-skew means
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h 105 DataRef<StyleTransformData> m_transform; // Transform properties (rotate, scale, skew, etc.)
  /external/chromium_org/third_party/libevent/compat/sys/
_libevent_time.h 149 int tickadj; /* clock skew rate for adjtime() */
_time.h 149 int tickadj; /* clock skew rate for adjtime() */
  /external/chromium_org/third_party/skia/include/utils/
SkDumpCanvas.h 82 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;

Completed in 820 milliseconds

1 2 3 45 6 7 8 91011>>