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

  /external/libvncserver/libvncserver/
selbox.c 218 int fx1,fy1,fx2,fy2; /* for font bbox */ local
223 rfbWholeFontBBox(font, &fx1, &fy1, &fx2, &fy2);
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 69 SkFractionalInt fx1, fx2, fx3; local
74 fx2 = fx1+dx;
75 fx3 = fx2+dx;
79 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.cpp 168 int fx2 = x2 & poly_base_mask; local
177 m_cur_cell.add_cover(delta, (fx1 + fx2) * delta);
223 m_cur_cell.add_cover(delta, (fx2 + poly_base_size - first) * delta);
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 436 float fx2 = 0.125f * (float)((i % 16) + 1) - 1.0f; local
443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 295 const GLfloat fx2 = sx - info->qx2; local
302 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
  /external/freetype/src/smooth/
ftgrays.c 601 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; local
617 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
683 ras.area += (TArea)( ( fx1 + fx2 ) * dy );
837 TPos dx, dy, fx1, fy1, fx2, fy2; local
903 fx2 = 0;
907 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 );
916 fx2 = (TPos)FT_UDIV( -prod, dy );
919 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 );
920 fx1 = fx2;
928 fx2 = ONE_PIXEL
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 693 TCoord ex1, ex2, fx1, fx2, delta, mod; local
703 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
717 ras.area += (TArea)(( fx1 + fx2 ) * delta);
775 ras.area += (TArea)(( fx2 + ONE_PIXEL - first ) * delta);
    [all...]

Completed in 71 milliseconds