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

  /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/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/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...]
  /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...]

Completed in 304 milliseconds