Searched defs:fx2 (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp143 float fx2,
154 CFX_PointF endPoint(fx2, fy2);
140 DrawAxialShading(CXFA_Graphics* pGraphics, float fx1, float fy1, float fx2, float fy2, FX_ARGB beginColor, FX_ARGB endColor, CXFA_GEPath* path, int32_t fillMode, CFX_Matrix* pMatrix) argument
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h67 SkFractionalInt fx1, fx2, fx3; local
72 fx2 = fx1+dx;
73 fx3 = fx2+dx;
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
/external/skqp/src/opts/
H A DSkBitmapProcState_matrix_neon.h67 SkFractionalInt fx1, fx2, fx3; local
72 fx2 = fx1+dx;
73 fx3 = fx2+dx;
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
/external/libvncserver/libvncserver/
H A Dselbox.c218 int fx1,fy1,fx2,fy2; /* for font bbox */ local
223 rfbWholeFontBBox(font, &fx1, &fy1, &fx2, &fy2);
/external/pdfium/third_party/agg23/
H A Dagg_rasterizer_scanline_aa.cpp168 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/
H A DteglGLES2SharingTests.cpp436 float fx2 = 0.125f * (float)((i % 16) + 1) - 1.0f; local
443 int x2 = deRoundFloatToInt32(((float)width * fx2 / 2.0f) + (float)ox);
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c295 const GLfloat fx2 = sx - info->qx2; local
302 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
/external/freetype/src/smooth/
H A Dftgrays.c612 TCoord ex1, ex2, fx1, fx2, first, dy, delta, mod; local
628 fx2 = (TCoord)( x2 - SUBPIXELS( ex2 ) );
694 ras.area += (TArea)( ( fx1 + fx2 ) * dy );
848 TPos dx, dy, fx1, fy1, fx2, fy2; local
914 fx2 = 0;
918 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 );
927 fx2 = (TPos)FT_UDIV( -prod, dy );
930 ras.area += ( fy2 - fy1 ) * ( fx1 + fx2 );
931 fx1 = fx2;
939 fx2
[all...]

Completed in 163 milliseconds