Searched refs:SetFontShear (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/fontdemo/
H A DFontDemoView.h35 void SetFontShear(float shear);
H A DFontDemoView.cpp224 SetFontShear(shear);
356 FontDemoView::SetFontShear(float shear) function in class:FontDemoView
/haiku/headers/private/print/
H A DTemplate.h81 virtual void SetFontShear(float shear);
H A DPictureIterator.h87 virtual void SetFontShear(float shear) { } function in class:PictureIterator
H A DPicturePrinter.h86 virtual void SetFontShear(float shear);
/haiku/src/kits/print/
H A DTemplate.cpp204 void Template::SetFontShear(float shear) { function in class:Template
H A DPictureIterator.cpp78 static void _SetFontShear(void *p, float shear) { return ((PictureIterator *) p)->SetFontShear(shear); }
138 (void *)_SetFontShear, // 44 SetFontShear(void *user, float shear)
H A DPicturePrinter.cpp408 void PicturePrinter::SetFontShear(float shear) { function in class:PicturePrinter
409 Indent(); Print("SetFontShear", shear); Cr();

Completed in 51 milliseconds