Lines Matching defs:dstRow

17 static bool Sample_Gray_D8888(void* SK_RESTRICT dstRow,  in Sample_Gray_D8888()
34 static bool Sample_RGBx_D8888(void* SK_RESTRICT dstRow, in Sample_RGBx_D8888()
51 static bool Sample_RGBA_D8888(void* SK_RESTRICT dstRow, in Sample_RGBA_D8888()
65 static bool Sample_RGBA_D8888_Unpremul(void* SK_RESTRICT dstRow, in Sample_RGBA_D8888_Unpremul()
80 static bool Sample_RGBA_D8888_SkipZ(void* SK_RESTRICT dstRow, in Sample_RGBA_D8888_SkipZ()
114 static bool Sample_Gray_D565(void* SK_RESTRICT dstRow, in Sample_Gray_D565()
125 static bool Sample_Gray_D565_D(void* SK_RESTRICT dstRow, in Sample_Gray_D565_D()
146 static bool Sample_RGBx_D565(void* SK_RESTRICT dstRow, in Sample_RGBx_D565()
157 static bool Sample_RGBx_D565_D(void* SK_RESTRICT dstRow, in Sample_RGBx_D565_D()
180 static bool Sample_D565_D565(void* SK_RESTRICT dstRow, in Sample_D565_D565()
200 static bool Sample_Gray_D4444(void* SK_RESTRICT dstRow, in Sample_Gray_D4444()
212 static bool Sample_Gray_D4444_D(void* SK_RESTRICT dstRow, in Sample_Gray_D4444_D()
234 static bool Sample_RGBx_D4444(void* SK_RESTRICT dstRow, in Sample_RGBx_D4444()
245 static bool Sample_RGBx_D4444_D(void* SK_RESTRICT dstRow, in Sample_RGBx_D4444_D()
268 static bool Sample_RGBA_D4444(void* SK_RESTRICT dstRow, in Sample_RGBA_D4444()
284 static bool Sample_RGBA_D4444_SkipZ(void* SK_RESTRICT dstRow, in Sample_RGBA_D4444_SkipZ()
304 static bool Sample_RGBA_D4444_D(void* SK_RESTRICT dstRow, in Sample_RGBA_D4444_D()
322 static bool Sample_RGBA_D4444_D_SkipZ(void* SK_RESTRICT dstRow, in Sample_RGBA_D4444_D_SkipZ()
364 static bool Sample_Index_D8888(void* SK_RESTRICT dstRow, in Sample_Index_D8888()
379 static bool Sample_Index_D8888_SkipZ(void* SK_RESTRICT dstRow, in Sample_Index_D8888_SkipZ()
409 static bool Sample_Index_D565(void* SK_RESTRICT dstRow, in Sample_Index_D565()
421 static bool Sample_Index_D565_D(void* SK_RESTRICT dstRow, in Sample_Index_D565_D()
446 static bool Sample_Index_D4444(void* SK_RESTRICT dstRow, in Sample_Index_D4444()
461 static bool Sample_Index_D4444_D(void* SK_RESTRICT dstRow, in Sample_Index_D4444_D()
478 static bool Sample_Index_D4444_SkipZ(void* SK_RESTRICT dstRow, in Sample_Index_D4444_SkipZ()
495 static bool Sample_Index_D4444_D_SkipZ(void* SK_RESTRICT dstRow, in Sample_Index_D4444_D_SkipZ()
532 static bool Sample_Index_DI(void* SK_RESTRICT dstRow, in Sample_Index_DI()
558 static bool Sample_Gray_DA8(void* SK_RESTRICT dstRow, in Sample_Gray_DA8()
768 char* dstRow = fDstRow + dstY * fDstRowBytes; in sampleInterlaced() local