Searched refs:run_width (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | render_text_mac.cc | 268 const double run_width = in ComputeRuns() local 271 run_origin.offset(run_width, 0); in ComputeRuns() 279 run->width = run_width; in ComputeRuns() 335 run_origin.offset(run_width, 0); in ComputeRuns()
|
/external/chromium_org/content/child/ |
D | browser_font_resource_trusted.cc | 346 int run_width = font_->calculateWidth(run); in CharacterOffsetForPixel() local 347 if (pixel_position < cur_pixel_offset + run_width) { in CharacterOffsetForPixel() 353 cur_pixel_offset += run_width; in CharacterOffsetForPixel()
|
/external/harfbuzz_ng/src/ |
D | hb-coretext.cc | 284 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); in _hb_coretext_shape() local 287 …double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - position… in _hb_coretext_shape()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-coretext.cc | 688 double run_width = CTRunGetTypographicBounds (run, range_all, NULL, NULL, NULL); in _hb_coretext_shape() local 691 …double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - position… in _hb_coretext_shape()
|