Searched refs:tilex (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 74 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int), bool tryDecal> 108 *xy++ = pack_two_shorts(tilex(SkFractionalIntToFixed(fx ), maxX), in nofilter_scale() 109 tilex(SkFractionalIntToFixed(fx + dx), maxX)); in nofilter_scale() 115 *xx++ = tilex(SkFractionalIntToFixed(fx), maxX); in nofilter_scale() 120 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int)> 136 | (tilex(SkFractionalIntToFixed(fx), maxX) ); in nofilter_affine() 165 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int), unsigned (*extract_low_… 197 *xy++ = pack<tilex, extract_low_bits>(SkFractionalIntToFixed(fx), maxX, s.fFilterOneX); in filter_scale() 202 template <unsigned (*tilex)(SkFixed, int), unsigned (*tiley)(SkFixed, int), unsigned (*extract_low_… 220 *xy++ = pack<tilex, extract_low_bits>(SkFractionalIntToFixed(fx), maxX, oneX); in filter_affine()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_debug.c | 187 debug_triangle(int tilex, int tiley, in debug_triangle() argument 210 IMUL64(plane[nr_planes].dcdx, tilex)); in debug_triangle()
|