Searched refs:idx0 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/autofit/ | ||
| H A D | afwarp.c | 81 FT_Int idx_min, idx_max, idx0; local in function:af_warper_compute_line_best 89 idx0 = xx1 - warper->t1; 123 FT_Pos y = y0 + ( idx_min - idx0 ); 140 AF_WarpScore distort = base_distort + ( idx - idx0 ); 150 warper->best_delta = delta + ( idx - idx0 ); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ | ||
| H A D | sfn_emitaluinstruction.cpp | 871 int idx0 = 0; local in function:r600::EmitAluInstruction::emit_alu_op2 875 std::swap(idx0, idx1); 884 m_src[idx0][i], m_src[idx1][i], write); |
Completed in 4 milliseconds