Lines Matching refs:to

44 // functions needed to convert a freetype vector graphics to a BShape
56 MoveToFunc(const FT_Vector *to, void *user)
58 ((BShape *)user)->MoveTo(VectorToPoint(to));
64 LineToFunc(const FT_Vector *to, void *user)
66 ((BShape *)user)->LineTo(VectorToPoint(to));
72 ConicToFunc(const FT_Vector *control, const FT_Vector *to, void *user)
78 controls[2] = VectorToPoint(to);
86 CubicToFunc(const FT_Vector *control1, const FT_Vector *control2, const FT_Vector *to, void *user)
92 controls[2] = VectorToPoint(to);
124 \param style Style object to which the ServerFont belongs
159 \param font ServerFont to copy
179 \param The font to copy from.
268 \brief Sets the ServerFont instance to whatever font is specified
271 \param familyID ID number of the family to set
272 \param styleID ID number of the style to set
309 \brief Sets the ServerFont instance to whatever font is specified
338 // FontStyle class takes care of mapping the font style name to the Be
477 blocks to figure out which one contains the codepoint.
478 \param codePoint is the point to find
519 \param blocksForMap is a unicode_block to store the bitmap of contained blocks
561 // start codepoint to ideally find the end in the same
591 // start codepoint to ideally find the end in the same
614 \param unicode_block to store bitmap in
654 \param hasBlock boolean to store whether the font contains the specified block
832 // ToDo: According to the BeBook: "The offsetArray is applied by
833 // the dynamic spacing in order to improve the relative position
834 // of the character's width with relation to another character,
1130 // to the requested size
1156 \param fh pointer to a font_height object to receive the values for the font