Home
last modified time | relevance | path

Searched defs:beginPath (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp65 void GrCCStrokeGeometry::beginPath(const SkStrokeRec& stroke, float strokeDevWidth, in beginPath() function in GrCCStrokeGeometry
DGrCCFillGeometry.cpp18 void GrCCFillGeometry::beginPath() { in beginPath() function in GrCCFillGeometry
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js501 this.beginPath = function() { method in CanvasRenderingContext2D
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js585 CanvasRenderingContext2D.prototype.beginPath = function() {}; method in CanvasRenderingContext2D