Searched defs:quadTo (Results 1 - 12 of 12) sorted by relevance
| /third_party/skia/src/gpu/tessellate/ |
| H A D | Tessellation.cpp | 39 void quadTo(const SkPoint p[3]) { in quadTo() function in skgpu::__anon18868::PathChopper
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psglue.h | 128 CF2_Callback_Type quadTo; member
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | PathBuilder.java | 26 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo() method in PathBuilder
|
| /third_party/skia/bench/ |
| H A D | PathOpsBench.cpp | 112 void quadTo(float x, float y, float x1, float y1) { in quadTo() function
|
| /third_party/skia/include/core/ |
| H A D | SkPathBuilder.h | 45 SkPathBuilder& quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo() function in SkPathBuilder 48 SkPathBuilder& quadTo(const SkPoint pts[2]) { return this->quadTo(pts[0], pts[1]); } in quadTo() function in SkPathBuilder
|
| H A D | SkPath.h | 657 SkPath& quadTo(const SkPoint& p1, const SkPoint& p2) { in quadTo() function in SkPath
|
| /third_party/skia/modules/pathkit/ |
| H A D | chaining.js | |
| H A D | externs.js | |
| /third_party/skia/src/pathops/ |
| H A D | SkPathWriter.cpp | 146 void SkPathWriter::quadTo(const SkPoint& pt1, const SkOpPtT* pt2) { in quadTo() function in SkPathWriter
|
| /third_party/skia/src/core/ |
| H A D | SkPathBuilder.cpp | 110 SkPathBuilder& SkPathBuilder::quadTo(SkPoint pt1, SkPoint pt2) { in quadTo() function in SkPathBuilder
|
| H A D | SkPath.cpp | 675 SkPath& SkPath::quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo() function in SkPath
|
| /third_party/skia/modules/canvaskit/ |
| H A D | interface.js | |
Completed in 17 milliseconds