Home
last modified time | relevance | path

Searched defs:clockwise (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppp_pdf_proxy.cc23 bool clockwise = type == PP_PRIVATEPAGETRANSFORMTYPE_ROTATE_90_CW; in Transform() local
68 void PPP_Pdf_Proxy::OnPluginMsgRotate(PP_Instance instance, bool clockwise) { in OnPluginMsgRotate()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPolygon.cpp59 static inline unsigned nextVertexIndex(unsigned vertexIndex, unsigned nVertices, bool clockwise) in nextVertexIndex()
64 …nsigned findNextEdgeVertexIndex(const FloatPolygon& polygon, unsigned vertexIndex1, bool clockwise) in findNextEdgeVertexIndex()
104 … bool clockwise = determinant(vertexAt(minVertexIndex) - prevVertex, nextVertex - prevVertex) > 0; in FloatPolygon() local
/external/pixman/pixman/
Dpixman-trap.c563 clockwise (const pixman_point_fixed_t *ref, in clockwise() function
/external/chromium_org/third_party/skia/experimental/Intersection/
DCubicUtilities.cpp31 bool clockwise(const Cubic& c) { in clockwise() function
DSimplify.cpp3463 bool clockwise(int tStart, int tEnd) const { in clockwise() function in Segment
/external/skia/experimental/Intersection/
DCubicUtilities.cpp31 bool clockwise(const Cubic& c) { in clockwise() function
DSimplify.cpp3463 bool clockwise(int tStart, int tEnd) const { in clockwise() function in Segment
/external/skia/src/pathops/
DSkPathOpsCubic.cpp73 bool SkDCubic::clockwise() const { in clockwise() function in SkDCubic
DSkOpSegment.cpp3624 bool SkOpSegment::clockwise(int tStart, int tEnd, bool* swap) const { in clockwise() function in SkOpSegment
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp73 bool SkDCubic::clockwise() const { in clockwise() function in SkDCubic
DSkOpSegment.cpp3709 bool SkOpSegment::clockwise(int tStart, int tEnd, bool* swap) const { in clockwise() function in SkOpSegment