Searched refs:scale_bits (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/util/ |
D | view-cairo.hh | 40 lines (0), scale_bits (0) {} in view_cairo_t() 49 scale_bits = -font_opts->subpixel_bits; in init() 74 helper_cairo_line_from_buffer (&l, buffer, text, text_len, scale_bits, utf8_clusters); in consume_glyphs() 103 int scale_bits; member
|
D | helper-cairo.cc | 426 int scale_bits, in helper_cairo_line_from_buffer() argument 459 l->glyphs[i].x = scalbn ( hb_position->x_offset + x, scale_bits); in helper_cairo_line_from_buffer() 460 l->glyphs[i].y = scalbn (-hb_position->y_offset + y, scale_bits); in helper_cairo_line_from_buffer() 467 l->glyphs[i].x = scalbn (x, scale_bits); in helper_cairo_line_from_buffer() 468 l->glyphs[i].y = scalbn (y, scale_bits); in helper_cairo_line_from_buffer()
|
D | helper-cairo.hh | 78 int scale_bits,
|