Home
last modified time | relevance | path

Searched refs:soft_format (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-buffer-access.c203 if (G_UNLIKELY (format != buffer->soft_format)) in __gegl_buffer_set_pixel()
405 if (G_LIKELY (format == buffer->soft_format)) in gegl_buffer_iterate_write()
942 format = buffer->soft_format; in gegl_buffer_set_with_flags()
968 if (G_LIKELY (format == buffer->soft_format)) in gegl_buffer_iterate_read_simple()
1959 format = buffer->soft_format; in gegl_buffer_set()
1971 else if (buffer->soft_format != format && in gegl_buffer_set()
2049 format = buffer->soft_format; in _gegl_buffer_get_unlocked()
2064 if (buffer->soft_format == format || in _gegl_buffer_get_unlocked()
2465 if (src->soft_format == dst->soft_format && in gegl_buffer_copy()
3040 pixel_format = dst->soft_format; in gegl_buffer_set_color_from_pixel()
[all …]
H A Dgegl-buffer.c255 if (buffer->soft_format) in gegl_buffer_set_property()
502 buffer->soft_format = src_buffer->soft_format; in gegl_buffer_constructor()
707 if (! buffer->soft_format) in gegl_buffer_constructor()
708 buffer->soft_format = buffer->format; in gegl_buffer_constructor()
1110 if (buffer->soft_format) in gegl_buffer_get_format()
1111 return buffer->soft_format; in gegl_buffer_get_format()
1121 buffer->soft_format = buffer->format; in gegl_buffer_set_format()
1122 return buffer->soft_format; in gegl_buffer_set_format()
1127 buffer->soft_format = format; in gegl_buffer_set_format()
1128 return buffer->soft_format; in gegl_buffer_set_format()
H A Dgegl-buffer-linear.c144 format = buffer->soft_format; in gegl_buffer_linear_open()
155 buffer->soft_format == format) in gegl_buffer_linear_open()
H A Dgegl-buffer-private.h43 const Babl *soft_format; /* the format the buffer pretends to be, might member
H A Dgegl-sampler-nearest.c226 sampler->fish = babl_fish (sampler->buffer->soft_format, sampler->format); in gegl_sampler_nearest_prepare()
H A Dgegl-sampler.c207 self->format = self->buffer->soft_format; in gegl_sampler_prepare()
508 format = buffer->soft_format; in _gegl_buffer_sample_at_level()
H A Dgegl-tile-backend-buffer.c331 "format", buffer->soft_format, in gegl_tile_backend_buffer_new()
/dports/graphics/gegl/gegl-0.4.34/gegl/opencl/
H A Dgegl-buffer-cl-cache.c149 gegl_cl_color_babl (entry->buffer->soft_format, &size); in _gegl_buffer_cl_cache_flush2()
157 …gegl_buffer_set (entry->buffer, &entry->roi, 0, entry->buffer->soft_format, data, GEGL_AUTO_ROWSTR… in _gegl_buffer_cl_cache_flush2()
180 …ving from cl-cache: %p %s {%d %d %d %d}", entry->buffer, babl_get_name(entry->buffer->soft_format), in _gegl_buffer_cl_cache_flush2()
/dports/graphics/gegl/gegl-0.4.34/gegl/operation/
H A Dgegl-operation-context.c453 "format", input->soft_format, in gegl_operation_context_dup_input_maybe_copy()
517 "format", input->soft_format, in gegl_operation_context_dup_input_maybe_copy()