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

  /bionic/libc/kernel/uapi/sound/
sb16_csp.h 76 unsigned short run_width; member in struct:snd_sb_csp_info
  /external/kernel-headers/original/uapi/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 270 const double run_width = local
273 run_origin.offset(run_width, 0);
281 run->width = run_width;
337 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 776 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); local
779 double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - positions[j].x;
    [all...]

Completed in 203 milliseconds