Searched defs:clockwise (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | ppp_pdf_proxy.cc | 23 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/ |
D | FloatPolygon.cpp | 59 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/ |
D | pixman-trap.c | 563 clockwise (const pixman_point_fixed_t *ref, in clockwise() function
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicUtilities.cpp | 31 bool clockwise(const Cubic& c) { in clockwise() function
|
D | Simplify.cpp | 3463 bool clockwise(int tStart, int tEnd) const { in clockwise() function in Segment
|
/external/skia/experimental/Intersection/ |
D | CubicUtilities.cpp | 31 bool clockwise(const Cubic& c) { in clockwise() function
|
D | Simplify.cpp | 3463 bool clockwise(int tStart, int tEnd) const { in clockwise() function in Segment
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 73 bool SkDCubic::clockwise() const { in clockwise() function in SkDCubic
|
D | SkOpSegment.cpp | 3624 bool SkOpSegment::clockwise(int tStart, int tEnd, bool* swap) const { in clockwise() function in SkOpSegment
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 73 bool SkDCubic::clockwise() const { in clockwise() function in SkDCubic
|
D | SkOpSegment.cpp | 3709 bool SkOpSegment::clockwise(int tStart, int tEnd, bool* swap) const { in clockwise() function in SkOpSegment
|