Searched refs:escapement_space (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/print/
H A DTemplate.h55 virtual void DrawString(char *string, float escapement_nospace, float escapement_space);
H A DPictureIterator.h61 virtual void DrawString(char *string, float escapement_nospace, float escapement_space) { } argument
H A DPicturePrinter.h60 virtual void DrawString(char *string, float escapement_nospace, float escapement_space);
/haiku/src/kits/print/
H A DTemplate.cpp100 void Template::DrawString(char *string, float escapement_nospace, float escapement_space) { argument
H A DPicturePrinter.cpp190 void PicturePrinter::DrawString(char *string, float escapement_nospace, float escapement_space) { argument
193 Print("escapement_space", escapement_space);

Completed in 48 milliseconds