Home
last modified time | relevance | path

Searched refs:graphene_rect_alloc (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/graphene/graphene-1.10.6/tests/
H A Drect.c13 r = graphene_rect_init (graphene_rect_alloc (), 0.f, 0.f, 10.f, 10.f); in rect_init()
72 r = graphene_rect_init (graphene_rect_alloc (), 0.f, 0.f, 10.f, 10.f); in rect_equal()
73 s = graphene_rect_init (graphene_rect_alloc (), 1.f, 1.f, 9.f, 9.f); in rect_equal()
144 r = graphene_rect_init (graphene_rect_alloc (), 0.f, 0.f, 10.f, 10.f); in rect_contains_rect()
145 s = graphene_rect_init (graphene_rect_alloc (), 1.f, 1.f, 9.f, 9.f); in rect_contains_rect()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/
H A DGraphene.java26 public static final native long graphene_rect_alloc(); in graphene_rect_alloc() method in Graphene
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk/
H A DGraphene.java26 public static final native long graphene_rect_alloc(); in graphene_rect_alloc() method in Graphene
/dports/graphics/graphene/graphene-1.10.6/include/
H A Dgraphene-rect.h90 graphene_rect_t * graphene_rect_alloc (void);
/dports/graphics/graphene/graphene-1.10.6/src/
H A Dgraphene-rect.c85 graphene_rect_alloc (void) in graphene_rect_alloc() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DWidget.java1896 long rect = Graphene.graphene_rect_alloc(); in snapshotToDraw()
H A DTree.java3068 long rect = Graphene.graphene_rect_alloc();
H A DTable.java2936 long rect = Graphene.graphene_rect_alloc(); in rendererSnapshotProc()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DWidget.java1989 long rect = Graphene.graphene_rect_alloc(); in snapshotToDraw()
H A DTable.java3018 long rect = Graphene.graphene_rect_alloc(); in rendererSnapshotProc()
H A DTree.java3165 long rect = Graphene.graphene_rect_alloc();
/dports/x11-toolkits/swt/swt-4.20/
H A Dos.c10968 rc = (jlong)graphene_rect_alloc(); in Graphene_NATIVE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/
H A Dos.c12990 rc = (jlong)graphene_rect_alloc(); in Graphene_NATIVE()