HomeSort by relevance Sort by last modified time
    Searched defs:fx2 (Results 1 - 8 of 8) 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/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/skia/src/opts/
SkBitmapProcState_matrix_neon.h 71 SkFractionalInt fx1, fx2, fx3; local
76 fx2 = fx1+dx;
77 fx3 = fx2+dx;
81 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
ShadowBuffer.java 46 float fx2 = strip[i + 3]; local
54 if (fx1 * (fy2 - fy3) + fx2 * (fy3 - fy1) + fx3 * (fy1 - fy2) == 0) {
58 triangleZBuffMin(mData, mWidth, mHeight, fx3, fy3, fz3, fx2, fy2, fz2, fx1, fy1, fz1);
59 triangleZBuffMin(mData, mWidth, mHeight, fx1, fy1, fz1, fx2, fy2, fz2, fx3, fy3, fz3);
66 float fz3, float fx2, float fy2, float fz2, float fx1, float fy1, float fz1) {
67 if (((fx1 - fx2) * (fy3 - fy2) - (fy1 - fy2) * (fx3 - fx2)) < 0) {
71 fx1 = fx2;
74 fx2 = tmpX;
78 double d = (fx1 * (fy3 - fy2) - fx2 * fy3 + fx3 * fy2 + (fx2 - fx3) * fy1)
    [all...]
  /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 293 const GLfloat fx2 = sx - info->qx2; local
300 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 440 milliseconds