|
bool | wlmtk_panel_init (wlmtk_panel_t *panel_ptr, const wlmtk_panel_positioning_t *positioning_ptr) |
|
void | wlmtk_panel_fini (wlmtk_panel_t *panel_ptr) |
|
wlmtk_panel_vmt_t | wlmtk_panel_extend (wlmtk_panel_t *panel_ptr, const wlmtk_panel_vmt_t *panel_vmt_ptr) |
|
wlmtk_element_t * | wlmtk_panel_element (wlmtk_panel_t *panel_ptr) |
|
bs_dllist_node_t * | wlmtk_dlnode_from_panel (wlmtk_panel_t *panel_ptr) |
|
wlmtk_panel_t * | wlmtk_panel_from_dlnode (bs_dllist_node_t *dlnode_ptr) |
|
void | wlmtk_panel_set_layer (wlmtk_panel_t *panel_ptr, wlmtk_layer_t *layer_ptr) |
|
wlmtk_layer_t * | wlmtk_panel_get_layer (wlmtk_panel_t *panel_ptr) |
|
void | wlmtk_panel_set_layer_output (wlmtk_panel_t *panel_ptr, wlmtk_layer_output_t *layer_output_ptr) |
|
wlmtk_layer_output_t * | wlmtk_panel_get_layer_output (wlmtk_panel_t *panel_ptr) |
|
void | wlmtk_panel_commit (wlmtk_panel_t *panel_ptr, uint32_t serial, const wlmtk_panel_positioning_t *positioning_ptr) |
|
struct wlr_box | wlmtk_panel_compute_dimensions (const wlmtk_panel_t *panel_ptr, const struct wlr_box *full_area_ptr, struct wlr_box *usable_area_ptr) |
|
static void | _wlmtk_fake_panel_element_destroy (wlmtk_element_t *element_ptr) |
|
static uint32_t | _wlmtk_fake_panel_request_size (wlmtk_panel_t *panel_ptr, int width, int height) |
|
wlmtk_fake_panel_t * | wlmtk_fake_panel_create (const wlmtk_panel_positioning_t *positioning_ptr) |
|
void | wlmtk_fake_panel_destroy (wlmtk_fake_panel_t *fake_panel_ptr) |
|
static void | test_init_fini (bs_test_t *test_ptr) |
|
static void | test_compute_dimensions (bs_test_t *test_ptr) |
|
static void | test_compute_dimensions_exclusive (bs_test_t *test_ptr) |
|
- Copyright
- Copyright 2024 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.