Package org.lwjgl.util.harfbuzz
Class hb_draw_quadratic_to_func_t
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.harfbuzz.hb_draw_quadratic_to_func_t
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.CallbackI,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer,hb_draw_quadratic_to_func_tI
public abstract class hb_draw_quadratic_to_func_t
extends org.lwjgl.system.Callback
implements hb_draw_quadratic_to_func_tI
Type
void (*hb_draw_quadratic_to_func_tI.invoke(long, long, long, float, float, float, float, long)) (
hb_draw_funcs_t *dfuncs,
void *draw_data,
hb_draw_state_t *st,
float control_x,
float control_y,
float to_x,
float to_y,
void *user_data
)-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.util.harfbuzz.hb_draw_quadratic_to_func_tI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic hb_draw_quadratic_to_func_tcreate(long functionPointer) Creates ahb_draw_quadratic_to_func_tinstance from the specified function pointer.static hb_draw_quadratic_to_func_tcreate(hb_draw_quadratic_to_func_tI instance) Creates ahb_draw_quadratic_to_func_tinstance that delegates to the specifiedhb_draw_quadratic_to_func_tIinstance.static @Nullable hb_draw_quadratic_to_func_tcreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.system.CallbackI
addressMethods inherited from interface org.lwjgl.util.harfbuzz.hb_draw_quadratic_to_func_tI
callback, getCallInterface, invokeMethods inherited from interface org.lwjgl.system.NativeResource
close
-
Method Details
-
create
Creates ahb_draw_quadratic_to_func_tinstance from the specified function pointer.- Returns:
- the new
hb_draw_quadratic_to_func_t
-
createSafe
-
create
Creates ahb_draw_quadratic_to_func_tinstance that delegates to the specifiedhb_draw_quadratic_to_func_tIinstance.
-