Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Drender_text_mac.cc268 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/
Dbrowser_font_resource_trusted.cc346 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/
Dhb-coretext.cc284 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/
Dhb-coretext.cc688 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()