Home
last modified time | relevance | path

Searched refs:real_width (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.cc34 auto real_width = in AlphaNum() local
36 if (real_width >= hex.width) { in AlphaNum()
37 piece_ = absl::string_view(end - real_width, real_width); in AlphaNum()
42 // Patch up everything else up to the real_width. in AlphaNum()
43 std::memset(end - real_width - 16, hex.fill, 16); in AlphaNum()
/third_party/backends/backend/
H A Dcoolscan2.c262 unsigned long real_xoffset, real_yoffset, real_width, real_height, member
2690 s->real_width = s->logical_width * s->real_pitchx; in cs2_convert_options()
2700 s->real_focusx = s->real_xoffset + s->real_width / 2; in cs2_convert_options()
2931 cs2_pack_byte (s, (s->real_width >> 24) & 0xff); in cs2_scan()
2932 cs2_pack_byte (s, (s->real_width >> 16) & 0xff); in cs2_scan()
2933 cs2_pack_byte (s, (s->real_width >> 8) & 0xff); in cs2_scan()
2934 cs2_pack_byte (s, s->real_width & 0xff); in cs2_scan()
H A Dcoolscan3.c227 unsigned long real_xoffset, real_yoffset, real_width, real_height, member
2849 s->real_width = s->logical_width * s->real_pitchx; in cs3_convert_options()
2854 s->real_width, s->real_height); in cs3_convert_options()
2862 s->real_focusx = s->real_xoffset + s->real_width / 2; in cs3_convert_options()
3024 cs3_pack_long(s, s->real_width); in cs3_set_window()

Completed in 8 milliseconds