Home
last modified time | relevance | path

Searched defs:isCCW (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/include/private/
H A DSkPathRef.h151 void setIsOval(bool isCCW, unsigned start) { in setIsOval()
155 void setIsRRect(bool isCCW, unsigned start) { in setIsRRect()
234 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval()
501 void setIsOval(bool isCCW, unsigned start) { in setIsOval()
507 void setIsRRect(bool isCCW, unsigned start) { in setIsRRect()
/aosp_15_r20/external/skia/src/core/
H A DSkPathRef.cpp87 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start()
215 bool isCCW = SkToBool(src.fRRectOrOvalIsCCW); in CreateTransformedCopy() local
518 bool SkPathRef::isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect()
H A DSkPathPriv.h255 bool isCCW = false; in IsOval() local
283 bool isCCW = false; in IsRRect() local
H A DSkPath_serial.cpp72 bool isCCW; in writeToMemoryAsRRect() local
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dinterface.js81 CanvasKit.Path.prototype.addCircle = function(x, y, r, isCCW) { argument
86 CanvasKit.Path.prototype.addOval = function(oval, isCCW, startIndex) { argument
148 CanvasKit.Path.prototype.addRect = function(rect, isCCW) { argument
154 CanvasKit.Path.prototype.addRRect = function(rrect, isCCW) { argument
209 CanvasKit.Path.prototype.arcToRotated = function(rx, ry, xAxisRotate, useSmallArc, isCCW, x, y) { argument
302 CanvasKit.Path.prototype.rArcTo = function(rx, ry, xAxisRotate, useSmallArc, isCCW, dx, dy) { argument