HomeSort by relevance Sort by last modified time
    Searched refs:clockwise (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ppapi/proxy/
ppp_pdf_proxy.cc 23 bool clockwise = type == PP_PRIVATEPAGETRANSFORMTYPE_ROTATE_90_CW; local
25 new PpapiMsg_PPPPdf_Rotate(API_ID_PPP_PDF, instance, clockwise));
68 void PPP_Pdf_Proxy::OnPluginMsgRotate(PP_Instance instance, bool clockwise) {
69 PP_PrivatePageTransformType type = clockwise ?
ppp_pdf_proxy.h 27 void OnPluginMsgRotate(PP_Instance instance, bool clockwise);
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities_Test.cpp 22 bool result = clockwise(cubic);
24 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
CubicUtilities.h 18 bool clockwise(const Cubic& c);
CubicUtilities.cpp 31 bool clockwise(const Cubic& c) { function
Simplify.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsDCubicTest.cpp 23 bool result = cubic.clockwise();
25 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPolygon.cpp 59 static inline unsigned nextVertexIndex(unsigned vertexIndex, unsigned nVertices, bool clockwise)
61 return ((clockwise) ? vertexIndex + 1 : vertexIndex - 1 + nVertices) % nVertices;
64 static unsigned findNextEdgeVertexIndex(const FloatPolygon& polygon, unsigned vertexIndex1, bool clockwise)
67 unsigned vertexIndex2 = nextVertexIndex(vertexIndex1, nVertices, clockwise);
70 vertexIndex2 = nextVertexIndex(vertexIndex2, nVertices, clockwise);
73 unsigned vertexIndex3 = nextVertexIndex(vertexIndex2, nVertices, clockwise);
104 bool clockwise = determinant(vertexAt(minVertexIndex) - prevVertex, nextVertex - prevVertex) > 0;
110 unsigned vertexIndex2 = findNextEdgeVertexIndex(*this, vertexIndex1, clockwise);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 34 bool clockwise() const;
SkOpSegment.h 428 bool clockwise(int tStart, int tEnd, bool* swap) const;
SkPathOpsCubic.cpp 73 bool SkDCubic::clockwise() const { function in class:SkDCubic
SkOpSegment.cpp 568 // that all the edges are clockwise or counterclockwise.
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 40 * as well as rotate clockwise or counter-clockwise about any of its corners. In
128 * @param clockwise Specifies whether the horizontal animation is 180 degrees
129 * clockwise or 180 degrees counter clockwise.
131 public void flipHorizontally (int numberInPile, boolean clockwise, int velocity) {
135 clockwise ? 180 : -180);
251 * one of its corners either in the clockwise or counter-clockwise direction.
273 * about one of its corners either in the clockwise or counter-clockwise direction
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 88 quadrilaterals are always defined in counter-clockwise order in
124 counter-clockwise around the quadrilateral, then the vertex and
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 88 quadrilaterals are always defined in counter-clockwise order in
124 counter-clockwise around the quadrilateral, then the vertex and
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 300 // anti-clockwise edge check
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 300 // anti-clockwise edge check
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js 300 // anti-clockwise edge check
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 492 * image to the rotated image. True is for clockwise and false is for
image_view.js 824 * @param {boolean} orientation Orientation of rotation. True is for clockwise
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 554 milliseconds