/external/chromium_org/ui/gfx/ |
transform.h | 81 // Applies the current transformation on a skew and assigns the result
|
/external/dhcpcd/ |
common.c | 142 #define NO_MONOTONIC "host does not support a monotonic clock - timing can skew"
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 246 /* Skew the input space to determine which simplex cell we're in */ 329 /* Skew the input space to determine which simplex cell we're in */ 330 float s = (x + y + z) * F3; /* Very nice and simple skew factor for 3D */ 486 /* Skew the (x,y,z,w) space to determine which cell of 24 simplices we're in */
|
/external/skia/gm/ |
poly2poly.cpp | 250 // rotate/skew (3 points)
|
/external/skia/include/utils/ |
SkDeferredCanvas.h | 149 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
|
/external/skia/src/core/ |
SkPictureRecord.h | 44 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
|
/external/skia/tests/ |
FontHostTest.cpp | 218 // these two exercise obliquing (skew)
|
/external/tinyxml/docs/ |
index.html | 17 The best place for the complete, correct, and quite frankly hard to read spec is at <a href="http://www.w3.org/TR/2004/REC-xml-20040204/">http://www.w3.org/TR/2004/REC-xml-20040204/</a>. An intro to XML (that I really like) can be found at <a href="http://skew.org/xml/tutorial/">http://skew.org/xml/tutorial</a>.<p> 74 The <a href="http://skew.org/xml/tutorial/">Skew.org link</a> does a great job covering the encoding issue.<p>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 318 YPPUSH_SKEW = -10, /* Map version skew during transfer */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 318 YPPUSH_SKEW = -10, /* Map version skew during transfer */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
yp_prot.h | 318 YPPUSH_SKEW = -10, /* Map version skew during transfer */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
punycode.py | 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
punycode.py | 110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
|
/external/chromium_org/third_party/skia/src/utils/ |
SkDeferredCanvas.cpp | 761 bool SkDeferredCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkDeferredCanvas 762 this->drawingCanvas()->skew(sx, sy); 763 bool val = this->INHERITED::skew(sx, sy); [all...] |
/external/skia/src/utils/ |
SkDeferredCanvas.cpp | 765 bool SkDeferredCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkDeferredCanvas 766 this->drawingCanvas()->skew(sx, sy); 767 bool val = this->INHERITED::skew(sx, sy); [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkPaint.h | 708 /** Return the paint's horizontal skew factor for text. The default value 710 @return the paint's skew factor in X for drawing text. 714 /** Set the paint's horizontal skew factor for text. The default value 716 @param skewX set the paint's skew factor in X for drawing text. [all...] |
/external/skia/include/core/ |
SkPaint.h | 708 /** Return the paint's horizontal skew factor for text. The default value 710 @return the paint's skew factor in X for drawing text. 714 /** Set the paint's horizontal skew factor for text. The default value 716 @param skewX set the paint's skew factor in X for drawing text. [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
kssl.c | 1960 krb5_deltat skew; local [all...] |
/external/openssl/ssl/ |
kssl.c | 1960 krb5_deltat skew; local [all...] |
/external/chromium_org/third_party/skia/src/pipe/ |
SkGPipeWrite.cpp | 215 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE; 597 bool SkGPipeCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkGPipeCanvas 606 return this->INHERITED::skew(sx, sy); [all...] |
/external/skia/src/pipe/ |
SkGPipeWrite.cpp | 215 virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE; 597 bool SkGPipeCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkGPipeCanvas 606 return this->INHERITED::skew(sx, sy); [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
NinePatchDrawableTest.java | 333 // jump through hoops to avoid scaling the tiny ninepatch, which would skew the results
|
/external/chromium/webkit/glue/media/ |
video_renderer_impl.cc | 95 // 1. No skew in canvas matrix.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
AnimationTranslationUtil.cpp | 96 case TransformOperation::Skew: {
|
/external/chromium_org/third_party/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...] |