HomeSort by relevance Sort by last modified time
    Searched refs:fx2 (Results 1 - 11 of 11) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 360 int fx2 = frame.size.width + fx1;
379 if (fx1 >= vx2 || vx1 >= fx2 || fy1 >= vy2 || vy1 >= fy2)
383 cx2 = (fx2 > vx2) ? vx2 : fx2;
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 174 int fx2 = x2 & poly_base_mask; local
183 m_cur_cell.add_cover(delta, (fx1 + fx2) * delta);
229 m_cur_cell.add_cover(delta, (fx2 + poly_base_size - first) * delta);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 68 SkFractionalInt fx1, fx2, fx3; local
73 fx2 = fx1+dx;
74 fx3 = fx2+dx;
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 68 SkFractionalInt fx1, fx2, fx3; local
73 fx2 = fx1+dx;
74 fx3 = fx2+dx;
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
  /external/qemu/android/skin/
argb.h 354 int fx2 = sx2 & 0xffff; local
363 if (fx2 == 0) {
364 fx2 = 65536;
389 ARGB_REDUCE(spix,cross(fx2,fy1));
408 ARGB_REDUCE(spix,fx2);
430 ARGB_REDUCE(spix,cross(fx2,fy2));
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 293 const GLfloat fx2 = sx - info->qx2; local
300 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 293 const GLfloat fx2 = sx - info->qx2; local
300 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 633 TCoord ex1, ex2, fx1, fx2, delta, mod; local
643 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
657 ras.area += (TArea)(( fx1 + fx2 ) * delta);
727 ras.area += (TArea)(( fx2 + ONE_PIXEL - first ) * delta);
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 682 TCoord ex1, ex2, fx1, fx2, delta, mod; local
692 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
706 ras.area += (TArea)(( fx1 + fx2 ) * delta);
764 ras.area += (TArea)(( fx2 + ONE_PIXEL - first ) * delta);
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 645 TCoord ex1, ex2, fx1, fx2, delta, mod; local
655 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
669 ras.area += (TArea)(( fx1 + fx2 ) * delta);
739 ras.area += (TArea)(( fx2 + ONE_PIXEL - first ) * delta);
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 475 float fx2 = 0.125f * ((i % 16) + 1) - 1.0f; local
482 int x2 = deRoundFloatToInt32((width * fx2 / 2.0f) + ox);
    [all...]

Completed in 740 milliseconds