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

  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.cpp 237 int ey2 = y2 >> poly_base_shift; local
242 if(ey1 == ey2) {
263 while(ey1 != ey2) {
296 if(ey1 != ey2) {
308 while(ey1 != ey2) {
  /external/freetype/src/smooth/
ftgrays.c 696 TCoord ey1, ey2, fy1, fy2, first, delta, mod; local
702 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
705 if ( ( ey1 >= ras.max_ey && ey2 >= ras.max_ey ) ||
706 ( ey1 < ras.min_ey && ey2 < ras.min_ey ) )
710 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
713 if ( ey1 == ey2 )
750 while ( ey1 != ey2 )
789 if ( ey1 != ey2 )
838 TCoord ex1, ex2, ey1, ey2; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 59 GLfloat ex2, ey2; member in struct:LineInfo
302 GLfloat cross2 = (info->ex2 * fy2 - info->ey2 * fx2);
312 cross2 = info->ex2 + info->ey2;
365 line->ey2 = line->qy3 - line->qy2;
  /external/opencv/cvaux/src/
cvepilines.cpp 1100 double ex1,ey1,ex2,ey2; local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 788 TCoord ey1, ey2, fy1, fy2, mod; local
795 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
797 fy2 = (TCoord)( to_y - SUBPIXELS( ey2 ) );
803 if ( ( ey1 >= ras.max_ey && ey2 >= ras.max_ey ) ||
804 ( ey1 < ras.min_ey && ey2 < ras.min_ey ) )
808 if ( ey1 == ey2 )
840 while ( ey1 != ey2 )
877 if ( ey1 != ey2 )
    [all...]
  /system/core/libpixelflinger/
trap.cpp 558 int32_t ey2 = dy20 * (x2 - mx) - dx20 * (y2 - my); local
564 if (dy20<0 || (dy20 == 0 && dx20>0)) ey2++;
570 int32_t ex2 = ey2;
597 ey2 += dx20 << TRI_FRACTION_BITS;
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]

Completed in 761 milliseconds