Searched refs:function_table (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DPicturePlayer.cpp35 void** function_table; member in struct:adapter_context
49 ((void (*)(void*, BPoint))context->function_table[1])(context->user_data,
58 ((void (*)(void*, BPoint, BPoint))context->function_table[2])(
67 ((void (*)(void*, BRect))context->function_table[fill ? 4 : 3])(
77 ((void (*)(void*, BRect, BPoint))context->function_table[fill ? 6 : 5])(
90 ((void (*)(void*, BPoint*))context->function_table[fill ? 8 : 7])(
101 context->function_table[fill ? 10 : 9])(context->user_data, center,
113 context->function_table[fill ? 12 : 11])(context->user_data, center,
131 context->function_table[fill ? 14 : 13])(context->user_data, numPoints,
140 ((void (*)(void*, BShape))context->function_table[fil
[all...]

Completed in 33 milliseconds