Home
last modified time | relevance | path

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

/haiku/headers/private/interface/
H A DPictureDataWriter.h48 status_t WriteScaleBy(double x, double y);
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp221 PictureDataWriter::WriteScaleBy(double x, double y) in WriteScaleBy() function in PictureDataWriter
/haiku/src/servers/app/
H A DServerWindow.cpp3368 picture->WriteScaleBy(x, y); in _DispatchPictureMessage()