Home
last modified time | relevance | path

Searched refs:_drawPath (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPPencilTool.m47 _drawPath = [[NSBezierPath bezierPath] retain];
49 if (!_drawPath)
62 [_drawPath release];
72 [_drawPath removeAllPoints];
73 [_drawPath ppAppendSinglePixelLineAtPoint: currentPoint];
103 [_drawPath ppAppendZeroLengthLineAtLastLineEndPoint];
125 [_drawPath ppSetLastLineEndPointToPixelAtPoint: currentPoint];
130 [_drawPath ppLineToPixelAtPoint: currentPoint];
137 [ppDocument drawBezierPath: _drawPath andFill: _shouldFillDrawPath];
153 [_drawPath removeAllPoints];
H A DPPLineTool.m52 _drawPath = [[NSBezierPath bezierPath] retain];
54 if (!_drawPath)
67 [_drawPath release];
77 [_drawPath removeAllPoints];
78 [_drawPath ppAppendSinglePixelLineAtPoint: currentPoint];
207 [_drawPath ppSetLastLineEndPointToPixelAtPoint: currentPoint];
219 [ppDocument drawBezierPath: _drawPath andFill: _shouldFillDrawPath];
231 [_drawPath removeAllPoints];
249 [_drawPath ppAppendZeroLengthLineAtLastLineEndPoint];
263 if ([_drawPath ppRemoveLastLineStartPointAndGetPreviousStartPoint: &previousStartPoint])
H A DPPPencilTool.h30 NSBezierPath *_drawPath; variable
H A DPPLineTool.h30 NSBezierPath *_drawPath; variable
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Gis/
H A DGisMultiPolygon.php273 $row .= $this->_drawPath($polygon, $scale_data);
280 $row .= $this->_drawPath($outer, $scale_data);
283 $row .= $this->_drawPath($inner_poly, $scale_data);
352 private function _drawPath($polygon, array $scale_data) function in PhpMyAdmin\\Gis\\GisMultiPolygon
H A DGisPolygon.php240 $row .= $this->_drawPath($polygon, $scale_data);
247 $row .= $this->_drawPath($outer, $scale_data);
250 $row .= $this->_drawPath($inner_poly, $scale_data);
319 private function _drawPath($polygon, array $scale_data) function in PhpMyAdmin\\Gis\\GisPolygon
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/inspector_overlay/
H A Dtool_source_order.ts89_drawPath(this.context, path.path, outlineColor, !!sourceOrder, bounds, this.emulationScaleFactor);
262 function _drawPath( function