HomeSort by: relevance | last modified time | path
    Searched refs:cwidth (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/font-util/dist/
ucs2any.c 413 int cwidth; member in struct:__anon13
421 int cwidth, int cheight, int cxoff, int cyoff, bbx_t *r)
423 r->cwidth = cwidth;
429 r->cwidth += r->cxoff - axoff;
436 if (awidth + axoff > r->cwidth + r->cxoff) {
437 r->cwidth = awidth + axoff - r->cxoff;
868 bbx.cwidth = -1;
901 if (bbx.cwidth == -1) {
902 bbx.cwidth = w
    [all...]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-bits-image.c 269 int32_t cwidth = pixman_fixed_to_int (params[0]); local
281 x2 = x1 + cwidth;
335 int cwidth = pixman_fixed_to_int (params[0]); local
341 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1;
360 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
364 x2 = x1 + cwidth;
372 pixman_fixed_t *x_params = params + 4 + px * cwidth;
pixman-fast-path.c 2717 int cwidth = pixman_fixed_to_int (params[0]); local
2719 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1;
2769 x2 = x1 + cwidth;
2774 y_params = params + 4 + (1 << x_phase_bits) * cwidth + py * cheight;
2782 pixman_fixed_t *x_params = params + 4 + px * cwidth;

Completed in 11 milliseconds