/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
sb16_csp.h | 93 unsigned short run_width; /* current sample width */ member in struct:snd_sb_csp_info 158 int run_width; /* current sample width */ member in struct:snd_sb_csp
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
sb16_csp.h | 93 unsigned short run_width; /* current sample width */ member in struct:snd_sb_csp_info 158 int run_width; /* current sample width */ member in struct:snd_sb_csp
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
sb16_csp.h | 93 unsigned short run_width; /* current sample width */ member in struct:snd_sb_csp_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
sb16_csp.h | 93 unsigned short run_width; /* current sample width */ member in struct:snd_sb_csp_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
sb16_csp.h | 93 unsigned short run_width; /* current sample width */ member in struct:snd_sb_csp_info
|
/external/chromium_org/ui/gfx/ |
render_text_mac.cc | 268 const double run_width = local 271 run_origin.offset(run_width, 0); 279 run->width = run_width; 335 run_origin.offset(run_width, 0);
|
/external/chromium_org/content/child/ |
browser_font_resource_trusted.cc | 346 int run_width = font_->calculateWidth(run); local 347 if (pixel_position < cur_pixel_offset + run_width) { 353 cur_pixel_offset += run_width;
|
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 284 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); local 287 double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - positions[j].x;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-coretext.cc | 688 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); local 691 double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - positions[j].x;
|