Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/gsk/gpu/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 2 kB image not shown  

Quelle  gskatlasallocatorprivate.h

  Sprache: C
 

#pragma once

#include <glib.h>
#include <cairo.h>

G_BEGIN_DECLS

typedef struct _GskAtlasAllocator GskAtlasAllocator;
typedef gpointer GskAtlasAllocatorIter;

GskAtlasAllocator *     gsk_atlas_allocator_new                         (gsize                   width,
                                                                         gsize                   height);
void                    gsk_atlas_allocator_free                        (GskAtlasAllocator      *self);

gsize                   gsk_atlas_allocator_allocate                    (GskAtlasAllocator      *self,
                                                                         gsize                   width,
                                                                         gsize                   height);
void                    gsk_atlas_allocator_deallocate                  (GskAtlasAllocator      *self,
                                                                         gsize                   pos);

const cairo_rectangle_int_t *
                        gsk_atlas_allocator_get_area                    (GskAtlasAllocator      *self,
                                                                         gsize                   pos);
void                    gsk_atlas_allocator_set_user_data               (GskAtlasAllocator      *self,
                                                                         gsize                   pos,
                                                                         gpointer                user_data);
gpointer                gsk_atlas_allocator_get_user_data               (GskAtlasAllocator      *self,
                                                                         gsize                   pos);


void                    gsk_atlas_allocator_iter_init                   (GskAtlasAllocator      *self,
                                                                         GskAtlasAllocatorIter  *iter);
gsize                   gsk_atlas_allocator_iter_next                   (GskAtlasAllocator      *self,
                                                                         GskAtlasAllocatorIter  *iter);
G_END_DECLS

Messung V0.5 in Prozent
C=98 H=96 G=96

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-07-02) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.