Searched defs:fromX (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/print/drivers/gutenprint/ |
H A D | GPJob.cpp | 33 void ToGutenprint(int32 fromX, int32 fromY, double& toX, double& toY) { in ToGutenprint() 39 void ToGutenprintCeiling(int32 fromX, int32 fromY, double& toX, in ToGutenprintCeiling() 46 void FromGutenprint(double fromX, double fromY, int32& toX, int32& toY) { in FromGutenprint() 51 void FromGutenprintCeiling(double fromX, double fromY, int32& toX, in FromGutenprintCeiling()
|
/haiku/src/apps/showimage/ |
H A D | Filter.cpp | 608 Scaler::RowValues(float* sum, const uchar* src, intType srcW, intType fromX, in RowValues() 703 const intType fromX = cd->from; in DownScaleBilinear() local
|