Home
last modified time | relevance | path

Searched refs:clip_box (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/smooth/
Dftsmooth.c147 params.clip_box.xMin = 0; in ft_smooth_raster_lcd()
148 params.clip_box.yMin = 0; in ft_smooth_raster_lcd()
149 params.clip_box.xMax = bitmap->width; in ft_smooth_raster_lcd()
150 params.clip_box.yMax = bitmap->rows; in ft_smooth_raster_lcd()
392 params.clip_box.xMin = 0; in ft_smooth_raster_overlap()
393 params.clip_box.yMin = 0; in ft_smooth_raster_overlap()
394 params.clip_box.xMax = bitmap->width * SCALE; in ft_smooth_raster_overlap()
395 params.clip_box.yMax = bitmap->rows * SCALE; in ft_smooth_raster_overlap()
Dftgrays.c2083 ras.min_ex = params->clip_box.xMin; in gray_raster_render()
2084 ras.min_ey = params->clip_box.yMin; in gray_raster_render()
2085 ras.max_ex = params->clip_box.xMax; in gray_raster_render()
2086 ras.max_ey = params->clip_box.yMax; in gray_raster_render()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcolr.h54 FT_ClipBox* clip_box );
Dttcolr.c823 FT_ClipBox* clip_box ) in tt_face_get_color_glyph_clipbox() argument
918 clip_box->bottom_left = corners[0]; in tt_face_get_color_glyph_clipbox()
919 clip_box->top_left = corners[1]; in tt_face_get_color_glyph_clipbox()
920 clip_box->top_right = corners[2]; in tt_face_get_color_glyph_clipbox()
921 clip_box->bottom_right = corners[3]; in tt_face_get_color_glyph_clipbox()
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c626 params->clip_box.xMin = cbox.xMin >> 6; in FT_Outline_Render()
627 params->clip_box.yMin = cbox.yMin >> 6; in FT_Outline_Render()
628 params->clip_box.xMax = ( cbox.xMax + 63 ) >> 6; in FT_Outline_Render()
629 params->clip_box.yMax = ( cbox.yMax + 63 ) >> 6; in FT_Outline_Render()
Dftobjs.c5678 FT_ClipBox* clip_box ) in FT_Get_Color_Glyph_ClipBox() argument
5684 if ( !face || !clip_box ) in FT_Get_Color_Glyph_ClipBox()
5696 clip_box ); in FT_Get_Color_Glyph_ClipBox()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftimage.h1050 FT_BBox clip_box; member
Dftcolor.h1578 FT_ClipBox* clip_box );
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dsfnt.h593 FT_ClipBox* clip_box );
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.202235 Add `clip_box' element to FT_Raster_Params structure.
DChangeLog.26306 (gray_TWorker): No need to store `clip_box'.
DChangeLog.2105194 * src/base/ftoutln.c (FT_Outline_Render): Set missing clip_box for