Home
last modified time | relevance | path

Searched refs:v_last (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c50 FT_Vector v_last; in FT_Outline_Decompose() local
94 v_last = outline->points[last]; in FT_Outline_Decompose()
95 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()
96 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()
115 v_start = v_last; in FT_Outline_Decompose()
123 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Outline_Decompose()
124 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Outline_Decompose()
Dftstroke.c2047 FT_Vector v_last; in FT_Stroker_ParseOutline() local
2088 v_last = outline->points[last]; in FT_Stroker_ParseOutline()
2107 v_start = v_last; in FT_Stroker_ParseOutline()
2114 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Stroker_ParseOutline()
2115 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Stroker_ParseOutline()
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c1655 FT_Vector v_last; in FT_Outline_Decompose() local
1699 v_last = outline->points[last]; in FT_Outline_Decompose()
1700 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()
1701 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()
1720 v_start = v_last; in FT_Outline_Decompose()
1728 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Outline_Decompose()
1729 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Outline_Decompose()
1731 v_last = v_start; in FT_Outline_Decompose()
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c1749 FT_Vector v_last; in Decompose_Curve() local
1766 v_last.x = SCALED( points[last].x ); in Decompose_Curve()
1767 v_last.y = SCALED( points[last].y ); in Decompose_Curve()
1772 SWAP_( v_last.x, v_last.y ); in Decompose_Curve()
1797 v_start = v_last; in Decompose_Curve()
1805 v_start.x = ( v_start.x + v_last.x ) / 2; in Decompose_Curve()
1806 v_start.y = ( v_start.y + v_last.y ) / 2; in Decompose_Curve()
/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c304 const vector signed short v_last = vec_sel(vb8, vb9, v_cmp89); in doVertLowPass_altivec() local
327 const vector signed short v_sumsB6 = vec_add(temp61, v_last); in doVertLowPass_altivec()
330 const vector signed short v_sumsB7 = vec_add(temp71, v_last); in doVertLowPass_altivec()
333 const vector signed short v_sumsB8 = vec_add(temp81, v_last); in doVertLowPass_altivec()
336 const vector signed short v_sumsB9 = vec_add(temp91, v_last); in doVertLowPass_altivec()