Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp384 , const y_coord_t y_height in subchroma_image() argument
386 : _y_plane( y_width, y_height, 0, Allocator() ) in subchroma_image()
387 , _v_plane( y_width / parent_t::ss_X, y_height / parent_t::ss_Y, 0, Allocator() ) in subchroma_image()
388 , _u_plane( y_width / parent_t::ss_X, y_height / parent_t::ss_Y, 0, Allocator() ) in subchroma_image()
509 , std::size_t y_height in subchroma_view() argument
523 unsigned char* u_base = y_base + ( y_width * y_height * y_channel_size ); in subchroma_view()
531 , y_height in subchroma_view()
537 , y_height / scaling_factors_t::ss_Y in subchroma_view()
543 , y_height / scaling_factors_t::ss_Y in subchroma_view()
569 return view_t( point_t( y_width, y_height ) in subchroma_view()
[all …]
/third_party/boost/libs/gil/test/extension/toolbox/
Dsubchroma_image.cpp84 std::size_t const y_height = 240; in test_subchroma_image() local
86 std::size_t image_size = (y_width * y_height) in test_subchroma_image()
87 + (y_width / image_t::ss_X) * (y_height / image_t::ss_Y) in test_subchroma_image()
88 + (y_width / image_t::ss_X) * (y_height / image_t::ss_Y); in test_subchroma_image()
92 … image_t::view_t v = gil::subchroma_view<pixel_t, factors_t>(y_width, y_height, &data.front()); in test_subchroma_image()
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c2674 Short y, y_change, y_height; in Draw_Sweep() local
2741 y_height = 0; in Draw_Sweep()
2756 P->countL -= y_height; in Draw_Sweep()
2776 y_height = (Short)( y_change - y ); in Draw_Sweep()
/third_party/freetype/src/raster/
Dftraster.c2701 Short y, y_change, y_height; in Draw_Sweep() local
2768 y_height = 0; in Draw_Sweep()
2783 P->countL -= y_height; in Draw_Sweep()
2803 y_height = (Short)( y_change - y ); in Draw_Sweep()
/third_party/flutter/skia/third_party/externals/freetype/src/raster/
Dftraster.c2678 Short y, y_change, y_height; in Draw_Sweep() local
2745 y_height = 0; in Draw_Sweep()
2760 P->countL -= y_height; in Draw_Sweep()
2780 y_height = (Short)( y_change - y ); in Draw_Sweep()