/external/webkit/WebCore/manual-tests/inspector/ |
highlight-nodes.html | 3 -webkit-transform:skew(-5deg,-5deg); 15 <div class=skewed style="padding:10px; border: 10px solid; margin: 10px;">-webkit-transform:skew(-5deg,-5deg); padding:10px; border: 10px; margin: 10px;</div> 16 <div class=skewed style="padding:10px; border: 10px solid;">-webkit-transform:skew(-5deg,-5deg); padding:10px; border: 10px;</div> 17 <div class=skewed style="padding:10px; margin: 10px;">-webkit-transform:skew(-5deg,-5deg); padding:10px; margin: 10px;</div> 18 <div class=skewed style="border: 10px solid; margin: 10px;">-webkit-transform:skew(-5deg,-5deg); border: 10px; margin: 10px;</div> 19 <div class=skewed style="padding:10px">-webkit-transform:skew(-5deg,-5deg); padding:10px;</div> 20 <div class=skewed style="border: 10px solid;">-webkit-transform:skew(-5deg,-5deg); border: 10px;</div> 21 <div class=skewed style="margin: 10px;">-webkit-transform:skew(-5deg,-5deg); margin: 10px;</div> 22 <div class=skewed >-webkit-transform:skew(-5deg,-5deg); no padding, border, or margin</div>
|
/frameworks/base/core/java/android/net/ |
SntpClient.java | 106 // receiveTime = originateTime + transit + skew 107 // responseTime = transmitTime + transit - skew 109 // = ((originateTime + transit + skew - originateTime) + 110 // (transmitTime - (transmitTime + transit - skew)))/2 111 // = ((transit + skew) + (transmitTime - transmitTime - transit + skew))/2 112 // = (transit + skew - transit + skew)/2 113 // = (2 * skew)/2 = skew [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_indication.cpp | 371 void TSC_324m::Tsc_IdcSkew(TPVChannelId lcn1, TPVChannelId lcn2, uint16 skew) 374 (0, "TSC_324m::Tsc_IdcSkew lcn1(%d), lcn2(%d), skew(%d)", 375 lcn1, lcn2, skew)); 381 skewIndication.skew = skew; 420 (0, "TSC_324m::SkewIndicationRecv lcn1(%d), lcn2(%d), skew(%d)", 423 indication->skew)); 424 uint16 skew = indication->skew; local 425 if (skew > PV_2WAY_MAX_SKEW_MS [all...] |
/external/skia/src/animator/ |
SkDrawMatrix.h | 65 void skew(SkScalar skewX, SkScalar skewY, SkPoint& center) { function in class:SkDrawMatrix
|
SkMatrixParts.h | 66 DECLARE_MEMBER_INFO(Skew);
|
SkDrawMatrix.cpp | 120 SkDebugf("skew-x=\"%g\" ", SkScalarToFloat(result)); 123 SkDebugf("skew-y=\"%g\" ", SkScalarToFloat(result));
|
/external/skia/src/utils/ |
SkNWayCanvas.cpp | 101 bool SkNWayCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkNWayCanvas 104 iter->skew(sx, sy); 106 return this->INHERITED::skew(sx, sy);
|
SkProxyCanvas.cpp | 54 bool SkProxyCanvas::skew(SkScalar sx, SkScalar sy) { function in class:SkProxyCanvas 55 return fProxy->skew(sx, sy);
|
/external/skia/include/utils/ |
SkNWayCanvas.h | 26 virtual bool skew(SkScalar sx, SkScalar sy);
|
SkDumpCanvas.h | 65 virtual bool skew(SkScalar sx, SkScalar sy);
|
SkProxyCanvas.h | 37 virtual bool skew(SkScalar sx, SkScalar sy);
|
/external/webkit/WebCore/css/ |
WebKitCSSTransformValue.cpp | 71 result += "skew(";
|
/external/webkit/WebCore/platform/graphics/transforms/ |
SkewTransformOperation.h | 54 transform.skew(m_angleX, m_angleY);
|
TransformOperation.h | 44 SKEW_X, SKEW_Y, SKEW,
|
/external/skia/src/core/ |
SkPicture.cpp | 78 case SKEW: return "SKEW";
|
SkPictureFlat.h | 42 SKEW,
|
/external/webkit/WebKit/android/plugins/ |
ANPCanvasInterface.cpp | 60 canvas->skcanvas->skew(SkFloatToScalar(kx), SkFloatToScalar(ky)); 180 ASSIGN(i, skew);
|
/external/dropbear/libtomcrypt/testprof/ |
x86_prof.c | 93 static ulong64 timer, skew = 0; variable 120 skew = c2 - c1; 121 fprintf(stderr, "Clock Skew: %lu\n", (unsigned long)skew); 279 t1 = c1 - skew; 325 a1 = c2 - c1 - skew; 344 a2 = c2 - c1 - skew; 397 a1 = c2 - c1 - skew; 416 a2 = c2 - c1 - skew; 472 a1 = c2 - c1 - skew; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PolyToPoly.java | 96 // rotate/skew (3 points)
|
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/ |
pv_2way_h324m_types.h | 28 /** The maximum skew that can be taken into account for both outgoing and incoming sides **/
|
/external/webkit/WebCore/platform/graphics/skia/ |
PatternSkia.cpp | 59 // and expanded scale and skew in:
|
/external/webkit/WebCore/rendering/style/ |
StyleRareNonInheritedData.h | 90 DataRef<StyleTransformData> m_transform; // Transform properties (rotate, scale, skew, etc.)
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
cpvh223multiplex.h | 56 virtual void SkewDetected(TPVChannelId lcn1, TPVChannelId lcn2, uint32 skew) = 0; 94 void SkewDetected(TPVChannelId lcn1, TPVChannelId lcn2, uint32 skew);
|
/external/skia/include/core/ |
SkMatrix.h | 158 /** Set the matrix to skew by sx and sy, with a pivot point at (px, py). 163 /** Set the matrix to skew by sx and sy. 192 /** Preconcats the matrix with the specified skew. 196 /** Preconcats the matrix with the specified skew. 229 /** Postconcats the matrix with the specified skew. 233 /** Postconcats the matrix with the specified skew.
|
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 149 * Set the matrix to skew by sx and sy, with a pivot point at (px, py). 157 /** Set the matrix to skew by sx and sy. */ 213 * Preconcats the matrix with the specified skew. 221 * Preconcats the matrix with the specified skew. 277 * Postconcats the matrix with the specified skew. 285 * Postconcats the matrix with the specified skew.
|