Searched refs:_pixel (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/gil/test/legacy/ |
D | pixel.cpp | 57 static_fill(C2::_pixel, gil::at_c<0>(C1::_pixel)+1); in test_all() 58 error_if(gil::at_c<0>(C2::_pixel) != gil::at_c<num_chan-1>(C2::_pixel)); in test_all() 60 C2::_pixel = C1::_pixel; in test_all() 61 error_if(static_max(C2::_pixel) != static_max(C1::_pixel)); in test_all() 62 error_if(static_min(C2::_pixel) != static_min(C1::_pixel)); in test_all() 63 error_if(static_max(C2::_pixel) < static_min(C2::_pixel)); in test_all() 66 C2::_pixel[0] = C1::_pixel[0]+1; in test_all() 67 error_if(C2::_pixel[0] != C1::_pixel[0]+1); in test_all() 76 C2::_pixel = C1::_pixel; // test operator= in test_heterogeneous() 77 error_if(C1::_pixel != C2::_pixel); // test operator== in test_heterogeneous() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit.h | 405 Uint8 _pixel; \ 407 PIXEL_FROM_RGBA(_pixel, fmt, r, g, b, a); \ 408 *((Uint8 *)(buf)) = _pixel; \ 413 Uint16 _pixel; \ 415 PIXEL_FROM_RGBA(_pixel, fmt, r, g, b, a); \ 416 *((Uint16 *)(buf)) = _pixel; \ 434 Uint32 _pixel; \ 436 PIXEL_FROM_RGBA(_pixel, fmt, r, g, b, a); \ 437 *((Uint32 *)(buf)) = _pixel; \
|
/third_party/boost/libs/gil/doc/ |
D | naming.rst | 37 ``_pixel`` (pixel value).
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | naming.rst.txt | 37 ``_pixel`` (pixel value).
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | metafunctions.rst.txt | 29 (pixel reference), ``_pixel`` (pixel value).
|
/third_party/boost/libs/gil/doc/design/ |
D | metafunctions.rst | 29 (pixel reference), ``_pixel`` (pixel value).
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …ht:24,_imag:[12,25],_img_siz:28,_info:24,_io_dev:24,_is_:12,_loc:[12,25],_pixel:[10,12,25],_planar… property
|