Searched defs:clockwise (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppp_pdf_proxy.cc23 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) { argument
69 PP_PrivatePageTransformType type = clockwise ?
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygon.cpp59 static inline unsigned nextVertexIndex(unsigned vertexIndex, unsigned nVertices, bool clockwise) argument
61 return ((clockwise) ? vertexIndex + 1 : vertexIndex - 1 + nVertices) % nVertices;
64 static unsigned findNextEdgeVertexIndex(const FloatPolygon& polygon, unsigned vertexIndex1, bool clockwise) argument
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/pixman/pixman/
H A Dpixman-trap.c563 clockwise (const pixman_point_fixed_t *ref, function
601 if (clockwise (top, right, left))
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.cpp31 bool clockwise(const Cubic& c) { function
/external/skia/experimental/Intersection/
H A DCubicUtilities.cpp31 bool clockwise(const Cubic& c) { function
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp73 bool SkDCubic::clockwise() const { function in class:SkDCubic
/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp73 bool SkDCubic::clockwise() const { function in class:SkDCubic

Completed in 190 milliseconds