Home
last modified time | relevance | path

Searched refs:yBackground (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/patterns/
H A DBarDepth.php36 $yBackground = $this->getArg('yBackground');
49 if($yBackground !== NULL) {
51 $plot = $this->getPlot($yBackground, 6);
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DSheetView.cpp332 int yBackground = firstRowPosition - (firstRowPosition % imageHeight); in paintCells() local
340 int y = yBackground; in paintCells()