Home
last modified time | relevance | path

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

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPJob.cpp33 void ToGutenprint(int32 fromX, int32 fromY, double& toX, double& toY) { in ToGutenprint() function in CoordinateSystem
293 coordinateSystem.ToGutenprint(fPrintRect.left, fPrintRect.top, left, top); in PrintPage()