Home | History | Annotate | Download | only in raster

Lines Matching refs:outline

74       FT_Outline_Transform( &slot->outline, matrix );
77 FT_Outline_Translate( &slot->outline, delta->x, delta->y );
93 FT_Outline_Get_CBox( &slot->outline, cbox );
105 FT_Outline* outline;
155 outline = &slot->outline;
157 /* translate the outline to the new origin if needed */
159 FT_Outline_Translate( outline, origin->x, origin->y );
162 FT_Outline_Get_CBox( outline, &cbox );
219 /* translate outline to render it into the bitmap */
220 FT_Outline_Translate( outline, -cbox.xMin, -cbox.yMin );
224 params.source = outline;
230 /* render outline into the bitmap */
233 FT_Outline_Translate( outline, cbox.xMin, cbox.yMin );