HomeSort by relevance Sort by last modified time
    Searched refs:run_width (Results 1 - 9 of 9) sorted by null

  /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 267 const double run_width = local
270 run_origin.offset(run_width, 0);
278 run->width = run_width;
334 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/chromium_org/third_party/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/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;

Completed in 240 milliseconds