Home
last modified time | relevance | path

Searched refs:fx3 (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/opts/
DSkBitmapProcState_matrix_neon.h68 SkFractionalInt fx1, fx2, fx3; in SCALE_NOFILTER_NAME() local
74 fx3 = fx2+dx; in SCALE_NOFILTER_NAME()
79 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3); in SCALE_NOFILTER_NAME()
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c295 const GLfloat fx3 = sx - info->qx3; in compute_coveragef() local
301 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3); in compute_coveragef()