Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_allegro5.cpp216 …ALLEGRO_LOCKED_REGION* locked_img = al_lock_bitmap(img, al_get_bitmap_format(img), ALLEGRO_LOCK_WR… in ImGui_ImplAllegro5_CreateDeviceObjects() local
217 if (!locked_img) in ImGui_ImplAllegro5_CreateDeviceObjects()
222 memcpy(locked_img->data, pixels, sizeof(int) * width * height); in ImGui_ImplAllegro5_CreateDeviceObjects()