- add_bitmap
int function(cef_image_t*, float, int, int, cef_color_type_t, cef_alpha_type_t, const(void)*, size_t) add_bitmap;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- add_jpeg
int function(cef_image_t*, float, const(void)*, size_t) add_jpeg;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- add_png
int function(cef_image_t*, float, const(void)*, size_t) add_png;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- base
cef_base_t base;
Undocumented in source.
- get_as_bitmap
cef_binary_value_t* function(cef_image_t*, float, cef_color_type_t, cef_alpha_type_t, int*, int*) get_as_bitmap;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_as_jpeg
cef_binary_value_t* function(cef_image_t*, float, int, int*, int*) get_as_jpeg;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_as_png
cef_binary_value_t* function(cef_image_t*, float, int, int*, int*) get_as_png;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_height
size_t function(cef_image_t*) get_height;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_representation_info
int function(cef_image_t*, float, float*, int*, int*) get_representation_info;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_width
size_t function(cef_image_t*) get_width;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_representation
int function(cef_image_t*, float) has_representation;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_empty
int function(cef_image_t*) is_empty;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_same
int function(cef_image_t*, cef_image_t*) is_same;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- remove_representation
int function(cef_image_t*, float) remove_representation;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.