/third_party/backends/backend/genesys/ |
H A D | image_pipeline.h | 39 virtual std::size_t get_width() const = 0; 45 return get_pixel_row_bytes(get_format(), get_width()); in get_row_bytes() 69 std::size_t get_width() const override { return width_; } 95 std::size_t get_width() const override { return width_; } 126 std::size_t get_width() const override { return width_; } 152 std::size_t get_width() const override { return source_.get_width(); } 176 std::size_t get_width() const override { return source_.get_width(); } 212 std::size_t get_width() cons [all...] |
H A D | image_pipeline.cpp | 127 convert_pixel_row_format(buffer_.data(), src_format, out_data, dst_format_, get_width()); in get_next_row_data() 213 ImagePipelineNodeDesegment(source, source.get_width() * interleaved_lines, in ImagePipelineNodeDeinterleaveLines() 214 interleaved_lines, source.get_width(), in ImagePipelineNodeDeinterleaveLines() 250 auto num_values = get_width() * get_pixel_channels(source_.get_format()); in get_next_row_data() 312 for (std::size_t x = 0, width = get_width(); x < width; ++x) { in get_next_row_data() 377 for (std::size_t x = 0, width = get_width(); x < width; ++x) { in get_next_row_data() 442 for (std::size_t x = 0, width = get_width(); x < width; ++x) { in get_next_row_data() 517 for (std::size_t x = 0, width = get_width(); x < width; ++x) { in get_next_row_data() 565 for (std::size_t x = 0, width = get_width(); x < width;) { in get_next_row_data() 579 width_ = source_.get_width(); [all...] |
H A D | image.h | 35 std::size_t get_width() const { return width_; } in get_width() function in genesys::Image
|
H A D | gl841.cpp | 1791 for (std::size_t x = 0; x < first_line.get_width(); x++) { in offset_calibration() 1807 if (cmin[ch] > first_line.get_width() / 100) { in offset_calibration() 1814 if (cmax[ch] > first_line.get_width() / 100) { in offset_calibration() 1844 for (std::size_t x = 0; x < first_line.get_width(); x++) { in offset_calibration() 1886 for (std::size_t x = 0; x < second_line.get_width(); x++) { in offset_calibration() 1897 if (cmin[ch] > second_line.get_width() / 100) { in offset_calibration() 1904 if (cmax[ch] > second_line.get_width() / 100) { in offset_calibration() 1935 for (std::size_t x = 0; x < second_line.get_width(); x++) { in offset_calibration()
|
H A D | image.cpp | 246 get_pixel_channels(image.get_format()), image.get_width(), image.get_height()); in write_tiff_file()
|
H A D | genesys.cpp | 1270 for (std::size_t x = 0; x < image.get_width(); x++) { in scanner_search_strip() 1287 auto found_percentage = (count * 100 / image.get_width()); in scanner_search_strip() 1294 image.get_width(), count, found_percentage); in scanner_search_strip() 1304 for (std::size_t x = 0; x < image.get_width(); x++) { in scanner_search_strip() 1318 auto found_percentage = count * 100 / (image.get_width() * image.get_height()); in scanner_search_strip() 1323 DBG(DBG_data, "%s: pixels=%zu, count=%zu (%zu%%)\n", __func__, image.get_width(), in scanner_search_strip() 1886 auto width = image.get_width(); in scanner_coarse_gain_calibration() 2088 for (std::size_t x = 0; x < image.get_width(); x++) { in scanner_led_calibration() 2091 avg[ch] /= image.get_width(); in scanner_led_calibration()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-var-common.hh | 45 unsigned total_size = min_size + mapCount * get_width (); in copy() 56 unsigned int width = plan.get_width (); in serialize() 97 unsigned int w = get_width (); in map() 114 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width() function 124 get_width ())); in sanitize() 150 unsigned total_size = min_size + mapCount * get_width (); in copy() 159 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width() function 168 get_width ())); in sanitize() 212 unsigned get_width () const in get_width() function 215 case 0: return u.format0.get_width (); in get_width() [all...] |
H A D | hb-ot-var-hvar-table.hh | 62 outer_bit_count = (index_map.get_width () * 8) - index_map.get_inner_bit_count (); in init() 144 unsigned int get_width () const { return ((outer_bit_count + inner_bit_count + 7) / 8); } in get_width() function 148 { return (map_count? (DeltaSetIndexMap::min_size + get_width () * map_count): 0); } in get_size()
|
H A D | hb-style.cc | 115 ? face->table.OS2->get_width () in hb_style_get_value()
|
H A D | hb-ot-os2-table.hh | 153 float get_width () const in get_width() function
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 105 m_width = configuration.get_width(); in TestConfiguration() 253 glw::GLuint size = m_test_configuration.get_width() * m_test_configuration.get_height() * in setInitData() 280 m_test_configuration.get_width() * m_test_configuration.get_height() * m_test_configuration.get_depth(); in createTextures() 291 m_test_configuration.get_width(), /* width */ in createTextures() 301 m_test_configuration.get_width(), /* width */ in createTextures() 317 m_test_configuration.get_width(), /* width */ in createTextures() 332 m_test_configuration.get_width(), /* width */ in createTextures() 344 m_test_configuration.get_width(), /* width */ in createTextures() 362 m_test_configuration.get_width(), /* width */ in createTextures() 388 m_test_configuration.get_width(), m_test_configuratio in createTextures() [all...] |
H A D | esextcTextureBorderClampSamplingTexture.hpp | 90 inline glw::GLuint get_width(void) const in get_width() function in glcts::TestConfiguration
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 190 def get_width(): function 194 self.assertEqual(get_width(), 1) 198 self.assertEqual(get_width(), 1) 202 self.assertEqual(get_width(), 1) 206 self.assertEqual(get_width(), 2) 210 self.assertEqual(get_width(), 2) 214 self.assertEqual(get_width(), 2) 218 self.assertEqual(get_width(), 1) 222 self.assertEqual(get_width(), 2) 226 self.assertEqual(get_width(), [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fieldmatch.c | 156 static int get_width(const FieldMatchContext *fm, const AVFrame *f, int plane, int input) in get_width() function 205 const int width = get_width (fm, src, plane, INPUT_MAIN); in calc_combed_score() 506 const int width = get_width (fm, src, plane, INPUT_MAIN); in compare_fields() 618 get_width(fm, src, plane, input) * fm->bpc, nb_copy_fields); in copy_fields()
|