Searched refs:run_width (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/sound/
H A Dsb16_csp.h93 unsigned short run_width; /* current sample width */ member in struct:snd_sb_csp_info
/external/chromium_org/ui/gfx/
H A Drender_text_mac.cc270 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/
H A Dbrowser_font_resource_trusted.cc346 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/
H A Dhb-coretext.cc776 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;

Completed in 322 milliseconds