/external/chromium_org/third_party/skia/src/animator/ |
SkDrawMatrix.h | 57 void skew(SkScalar skewX, SkScalar skewY, SkPoint& center) { function in class:SkDrawMatrix
|
SkMatrixParts.h | 58 DECLARE_MEMBER_INFO(Skew);
|
/external/chromium_org/tools/traceline/traceline/ |
README | 3 generated assembly hook stubs. One of the major goals was to skew performance
|
/external/skia/src/animator/ |
SkDrawMatrix.h | 57 void skew(SkScalar skewX, SkScalar skewY, SkPoint& center) { function in class:SkDrawMatrix
|
SkMatrixParts.h | 58 DECLARE_MEMBER_INFO(Skew);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
BitmapsSkewActivity.java | 52 canvas.skew(0.2f, 0.3f);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiseq_selection.h | 262 difference_type skew = rank / (n + 1) - leftsize; 264 if (skew > 0) 276 for (; skew != 0 && !pq.empty(); --skew) 288 else if (skew < 0) 299 for (; skew != 0; ++skew) 493 difference_type skew = rank / (n + 1) - leftsize; 495 if (skew > 0) 506 for (; skew != 0 && !pq.empty(); --skew [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seq_event.h | 101 /** Queue timer skew; event data type = #snd_seq_ev_queue_control_t */ 399 /** Queue skew values */ 401 unsigned int value; /**< skew value */ 402 unsigned int base; /**< skew base */ 413 snd_seq_queue_skew_t skew; /**< queue skew */ member in union:snd_seq_ev_queue_control::__anon39015
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq_event.h | 101 /** Queue timer skew; event data type = #snd_seq_ev_queue_control_t */ 399 /** Queue skew values */ 401 unsigned int value; /**< skew value */ 402 unsigned int base; /**< skew base */ 413 snd_seq_queue_skew_t skew; /**< queue skew */ member in union:snd_seq_ev_queue_control::__anon40605
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seq_event.h | 101 /** Queue timer skew; event data type = #snd_seq_ev_queue_control_t */ 399 /** Queue skew values */ 401 unsigned int value; /**< skew value */ 402 unsigned int base; /**< skew base */ 413 snd_seq_queue_skew_t skew; /**< queue skew */ member in union:snd_seq_ev_queue_control::__anon42120
|
/external/chromium_org/cc/animation/ |
transform_operations.h | 25 // a rotation followed by skew, it can be blended intelligently with another 26 // transform made up of a rotation followed by a skew. Blending is possible if
|
/external/chromium_org/media/ |
PRESUBMIT.py | 13 """Make sure new lines of media code don't use a clock susceptible to skew.""" 59 'code, it is rarely correct to use a clock susceptible to time skew!\n'
|
/external/chromium_org/third_party/WebKit/Source/core/platform/network/ |
ResourceLoadTiming.h | 83 // We want to present a unified timeline to Javascript. Using walltime is problematic, because the clock may skew while resources 84 // load. To prevent that skew, we record a single reference walltime when root document navigation begins. All other times are
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBoxHierarchyRecord.cpp | 63 bool SkBBoxHierarchyRecord::skew(SkScalar sx, SkScalar sy) { function in class:SkBBoxHierarchyRecord 64 bool result = INHERITED::skew(sx, sy);
|
SkBBoxHierarchyRecord.h | 35 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
|
/external/chromium_org/tools/perf/page_sets/tough_animation_cases/ |
transform_transitions.html | 43 "skew(0deg, 0deg)" 52 "skew(10deg, 10deg)"
|
/external/skia/src/core/ |
SkBBoxHierarchyRecord.cpp | 63 bool SkBBoxHierarchyRecord::skew(SkScalar sx, SkScalar sy) { function in class:SkBBoxHierarchyRecord 64 bool result = INHERITED::skew(sx, sy);
|
SkBBoxHierarchyRecord.h | 35 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
|
/external/chromium_org/ui/gfx/ |
transform.cc | 170 SkMatrix44 skew(SkMatrix44::kIdentity_Constructor); 171 skew.setDouble(0, 1, TanDegrees(angle_x)); 172 matrix_.preConcat(skew); 180 SkMatrix44 skew(SkMatrix44::kIdentity_Constructor); 181 skew.setDouble(1, 0, TanDegrees(angle_y)); 182 matrix_.preConcat(skew);
|
/external/chromium_org/third_party/skia/src/utils/ |
SkLuaCanvas.cpp | 131 bool SkLuaCanvas::skew(SkScalar kx, SkScalar ky) { function in class:SkLuaCanvas 132 AUTO_LUA("skew"); 135 return this->INHERITED::skew(kx, ky);
|
SkNWayCanvas.cpp | 115 bool SkNWayCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkNWayCanvas 118 iter->skew(sx, sy); 120 return this->INHERITED::skew(sx, sy);
|
/external/skia/src/utils/ |
SkLuaCanvas.cpp | 131 bool SkLuaCanvas::skew(SkScalar kx, SkScalar ky) { function in class:SkLuaCanvas 132 AUTO_LUA("skew"); 135 return this->INHERITED::skew(kx, ky);
|
SkNWayCanvas.cpp | 115 bool SkNWayCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkNWayCanvas 118 iter->skew(sx, sy); 120 return this->INHERITED::skew(sx, sy);
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
buildbot_nacl_integration.py | 23 # If there is serious skew in the PPAPI interface that causes all of
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSTransformValue.cpp | 45 "skew(",
|