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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 49 SkFixed fx1, fx2, fx3; local
54 fx2 = fx1+dx;
55 fx3 = fx2+dx;
60 lbase = vsetq_lane_s32(fx2, lbase, 2);
SkBitmapProcState_matrix_repeat_neon.h 105 SkFixed fx1, fx2, fx3; local
110 fx2 = fx1+dx;
111 fx3 = fx2+dx;
115 lbase = vsetq_lane_s32(fx2, lbase, 2);
SkBitmapProcState_matrix_clamp_neon.h 108 SkFixed fx1, fx2, fx3; local
113 fx2 = fx1+dx;
114 fx3 = fx2+dx;
120 lbase = vsetq_lane_s32(fx2, lbase, 2);
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 49 SkFixed fx1, fx2, fx3; local
54 fx2 = fx1+dx;
55 fx3 = fx2+dx;
60 lbase = vsetq_lane_s32(fx2, lbase, 2);
SkBitmapProcState_matrix_repeat_neon.h 105 SkFixed fx1, fx2, fx3; local
110 fx2 = fx1+dx;
111 fx3 = fx2+dx;
115 lbase = vsetq_lane_s32(fx2, lbase, 2);
SkBitmapProcState_matrix_clamp_neon.h 108 SkFixed fx1, fx2, fx3; local
113 fx2 = fx1+dx;
114 fx3 = fx2+dx;
120 lbase = vsetq_lane_s32(fx2, lbase, 2);
  /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/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 593 TCoord ex1, ex2, fx1, fx2, delta, mod, lift, rem; local
603 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
617 ras.area += (TArea)(( fx1 + fx2 ) * delta);
684 ras.area += (TArea)(( fx2 + ONE_PIXEL - first ) * delta);
    [all...]
  /external/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...]

Completed in 406 milliseconds