Home
last modified time | relevance | path

Searched refs:fillAreaAndClip (Results 1 – 3 of 3) sorted by relevance

/dports/www/py-graphite-api/graphite-api-1.1.3/graphite_api/render/
H A Dglyph.py1125 self.fillAreaAndClip(
1129 self.fillAreaAndClip(
1133 self.fillAreaAndClip(x, y, startX,
1207 self.fillAreaAndClip(xPos, y, startX, areaYFrom)
1221 def fillAreaAndClip(self, x, y, startX=None, areaYFrom=None): member in LineGraph
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/render/
H A Dglyph.py1306 self.fillAreaAndClip(x, y, startX, self.getYCoord(0, "right"))
1308 self.fillAreaAndClip(x, y, startX, self.getYCoord(0, "left"))
1310 self.fillAreaAndClip(x, y, startX, self.getYCoord(0))
1379 self.fillAreaAndClip(xPos, y, startX, areaYFrom)
1391 def fillAreaAndClip(self, x, y, startX=None, areaYFrom=None): member in LineGraph
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/cairo/png/
H A Dcairo.go2324 fillAreaAndClip(cr, params, x, y, startX, getYCoord(params, 0, YCoordSideRight))
2326 fillAreaAndClip(cr, params, x, y, startX, getYCoord(params, 0, YCoordSideLeft))
2329 fillAreaAndClip(cr, params, x, y, startX, getYCoord(params, 0, YCoordSideNone))
2397 fillAreaAndClip(cr, params, x, y, startX, areaYFrom)
2670 func fillAreaAndClip(cr *cairoSurfaceContext, params *Params, x, y, startX, areaYFrom float64) { func