| /xsrc/external/mit/freetype/dist/src/smooth/ |
| H A D | ftgrays.c | 610 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; local in function:gray_render_scanline 625 fx1 = FRACT( x1 ); 641 p = ( ONE_PIXEL - fx1 ) * dy; 647 p = fx1 * dy; 658 ras.area += (TArea)( ( fx1 + first ) * delta ); 690 fx1 = ONE_PIXEL - first; 695 ras.area += (TArea)( ( fx1 + fx2 ) * dy ); 852 TCoord fx1, fy1, fx2, fy2; local in function:gray_render_line 867 fx1 = FRACT( ras.x ); 887 ras.area += ( fy2 - fy1 ) * fx1 * [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_trapezoids_boxes.c | 642 uint16_t fx1 = grid_coverage(SAMPLES_X, trap->left.p1.x); local in function:lerp32_unaligned_box_row 647 x1 = extents->x1, fx1 = 0; 652 x1, fx1, x2, fx2, y, h, covered)); 655 if (fx1) { 659 covered * (SAMPLES_X - fx1)); 676 } else if (x1 == x2 && fx2 > fx1) { 680 covered * (fx2 - fx1)); 715 uint16_t fx1 = grid_coverage(SAMPLES_X, trap->left.p1.x); local in function:pixsolid_unaligned_box_row 720 x1 = extents->x1, fx1 = 0; 725 if (fx1) { 981 uint16_t fx1 = grid_coverage(SAMPLES_X, trap->left.p1.x); local in function:pixmask_unaligned_box_row [all...] |
| H A D | sna_trapezoids.c | 76 xFixed fx1, fx2, v; local in function:trapezoids_bounds 99 fx1 = t->left.p1.x; 101 fx1 = line_x_for_y(&t->left, t->top, false); 108 v = min(fx1, fx2); 119 fx1 = t->right.p1.x; 121 fx1 = line_x_for_y(&t->right, t->top, true); 128 v = max(fx1, fx2);
|
| H A D | sna_trapezoids_precise.c | 375 int ix1, fx1; local in function:cell_list_add_subspan 381 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 385 x1, ix1, fx1, x2, ix2, fx2)); 389 cell->uncovered_area += 2*fx1; 396 cell->uncovered_area += 2*(fx1-fx2); 403 int ix1, fx1; local in function:cell_list_add_span 406 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 410 x1, ix1, fx1, x2, ix2, fx2)); 414 cell->uncovered_area += 2*fx1*SAMPLES_Y; 421 cell->uncovered_area += 2*(fx1 [all...] |
| H A D | sna_trapezoids_imprecise.c | 363 int ix1, fx1; local in function:cell_list_add_subspan 369 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 373 x1, ix1, fx1, x2, ix2, fx2)); 377 cell->uncovered_area += fx1; 384 cell->uncovered_area += (fx1-fx2); 391 int ix1, fx1; local in function:cell_list_add_span 394 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 398 x1, ix1, fx1, x2, ix2, fx2)); 402 cell->uncovered_area += fx1*FAST_SAMPLES_Y; 409 cell->uncovered_area += (fx1 [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_trapezoids_boxes.c | 640 uint16_t fx1 = grid_coverage(SAMPLES_X, trap->left.p1.x); local in function:lerp32_unaligned_box_row 645 x1 = extents->x1, fx1 = 0; 650 x1, fx1, x2, fx2, y, h, covered)); 653 if (fx1) { 657 covered * (SAMPLES_X - fx1)); 674 } else if (x1 == x2 && fx2 > fx1) { 678 covered * (fx2 - fx1)); 713 uint16_t fx1 = grid_coverage(SAMPLES_X, trap->left.p1.x); local in function:pixsolid_unaligned_box_row 718 x1 = extents->x1, fx1 = 0; 723 if (fx1) { 979 uint16_t fx1 = grid_coverage(SAMPLES_X, trap->left.p1.x); local in function:pixmask_unaligned_box_row [all...] |
| H A D | sna_trapezoids.c | 76 xFixed fx1, fx2, v; local in function:trapezoids_bounds 99 fx1 = t->left.p1.x; 101 fx1 = line_x_for_y(&t->left, t->top, false); 108 v = min(fx1, fx2); 119 fx1 = t->right.p1.x; 121 fx1 = line_x_for_y(&t->right, t->top, true); 128 v = max(fx1, fx2);
|
| H A D | sna_trapezoids_precise.c | 375 int ix1, fx1; local in function:cell_list_add_subspan 381 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 385 x1, ix1, fx1, x2, ix2, fx2)); 389 cell->uncovered_area += 2*fx1; 396 cell->uncovered_area += 2*(fx1-fx2); 403 int ix1, fx1; local in function:cell_list_add_span 406 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 410 x1, ix1, fx1, x2, ix2, fx2)); 414 cell->uncovered_area += 2*fx1*SAMPLES_Y; 421 cell->uncovered_area += 2*(fx1 [all...] |
| H A D | sna_trapezoids_imprecise.c | 363 int ix1, fx1; local in function:cell_list_add_subspan 369 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 373 x1, ix1, fx1, x2, ix2, fx2)); 377 cell->uncovered_area += fx1; 384 cell->uncovered_area += (fx1-fx2); 391 int ix1, fx1; local in function:cell_list_add_span 394 FAST_SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1); 398 x1, ix1, fx1, x2, ix2, fx2)); 402 cell->uncovered_area += fx1*FAST_SAMPLES_Y; 409 cell->uncovered_area += (fx1 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aaline.c | 293 const GLfloat fx1 = sx - info->qx1; local in function:compute_coveragef 301 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aaline.c | 292 const GLfloat fx1 = sx - info->qx1; local in function:compute_coveragef 300 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
|