Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp439 SkFractionalInt fx1, fx2, fx3; in nofilter_scale_neon() local
445 fx3 = fx2+dx; in nofilter_scale_neon()
450 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3); in nofilter_scale_neon()
/external/skqp/src/core/
DSkBitmapProcState_matrixProcs.cpp439 SkFractionalInt fx1, fx2, fx3; in nofilter_scale_neon() local
445 fx3 = fx2+dx; in nofilter_scale_neon()
450 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3); in nofilter_scale_neon()
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c297 const GLfloat fx3 = sx - info->qx3; in compute_coveragef() local
303 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3); in compute_coveragef()