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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 408 bool SkDebugCanvas::skew(SkScalar sx, SkScalar sy) {
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 192 // this query works 'cause we know that we're square-scale w/ no skew/rotation
  /external/chromium_org/third_party/skia/src/xml/
SkJSDisplayable.cpp 171 JS_INIT(Sk, Skew)
  /external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.c 49 skew in various system routines (up to 20% drift!). The VIA chip is very
  /external/skia/src/core/
SkPictureRecord.cpp 106 0, // SKEW - no paint
628 bool SkPictureRecord::skew(SkScalar sx, SkScalar sy) { function in class:SkPictureRecord
631 uint32_t initialOffset = this->addDraw(SKEW, &size);
635 return this->INHERITED::skew(sx, sy);
    [all...]
SkPicturePlayback.cpp     [all...]
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 408 bool SkDebugCanvas::skew(SkScalar sx, SkScalar sy) {
  /external/skia/src/views/
SkTouchGesture.cpp 192 // this query works 'cause we know that we're square-scale w/ no skew/rotation
  /external/skia/src/xml/
SkJSDisplayable.cpp 171 JS_INIT(Sk, Skew)
  /external/tcpdump/
print-wb.c 64 u_int32_t ph_ts; /* time stamp (for skew computation) */
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 87 virtual void skew(float sx, float sy);
DisplayListOp.h 443 renderer.skew(mSx, mSy);
447 OP_LOG("Skew by %f %f", mSx, mSy);
450 virtual const char* name() { return "Skew"; }
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
NEWS 25 Add some perl to test_driver.pl to strip out GNU make clock skew
  /external/chromium_org/third_party/icu/source/common/
punycode.c 62 #define SKEW 38
173 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW));
  /external/icu4c/common/
punycode.cpp 65 #define SKEW 38
176 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW));
  /external/skia/tests/
RoundRectTest.cpp 495 // Skew and Perspective make transform fail.
538 // Keeping the translation, but adding skew will make transform fail.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 304 // may be substantially more or less than gravity. This can skew our orientation
315 // of turning the device can skew the observed acceleration for a short period of time.
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 238 rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
321 /** Preconcat the current matrix with the specified skew.
322 @param sx The amount to skew in X
323 @param sy The amount to skew in Y
326 virtual bool skew(SkScalar sx, SkScalar sy);
    [all...]
  /external/skia/include/core/
SkCanvas.h 245 rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
328 /** Preconcat the current matrix with the specified skew.
329 @param sx The amount to skew in X
330 @param sy The amount to skew in Y
333 virtual bool skew(SkScalar sx, SkScalar sy);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp     [all...]
  /external/chromium/base/
time_win.cc 379 int64 skew_; // Skew between lo-res and hi-res clocks (for debugging).
  /external/chromium/chrome/browser/history/
text_database.cc 156 // error, and just fail to use the file. Normally if they have version skew,
  /external/chromium_org/base/time/
time_win.cc 431 int64 skew_; // Skew between lo-res and hi-res clocks (for debugging).
  /external/chromium_org/chrome/browser/chromeos/contacts/
google_contact_store.cc 46 // daylight saving time shenanigans or minor skew in the system clock.
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 400 // If clock skew leads to a future time, or we last synced less than a minute

Completed in 1163 milliseconds

1 2 3 4 5 6 78 91011>>