Searched refs:row_pixels (Results 1 – 1 of 1) sorted by relevance
127 rgba_pixel * const row_pixels);771 const rgba_pixel *const row_pixels = liq_image_get_row_rgba (img, row); in convert_row_to_f() local775 row_f_pixels[col] = to_f (gamma_lut, row_pixels[col]); in convert_row_to_f()1189 const f_pixel *const row_pixels = liq_image_get_row_f (input_image, row); in remap_to_palette() local1192 f_pixel px = row_pixels[col]; in remap_to_palette()1311 const f_pixel *const row_pixels = liq_image_get_row_f (input_image, row); in remap_to_palette_floyd() local1326 thiserr[col + 1], row_pixels[col]); in remap_to_palette_floyd()1532 modify_alpha (liq_image * input_image, rgba_pixel * const row_pixels) in modify_alpha() argument1544 const rgba_pixel px = row_pixels[col]; in modify_alpha()1552 row_pixels[col].a = al >= 255.f ? 255 : al; in modify_alpha()