OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dest_width
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/pixman/dist/test/
scaling-bench.c
44
int
dest_width
= SOURCE_WIDTH * scale + 0.5;
local
46
int dest_byte_stride = (
dest_width
* 4 + 15) & ~15;
58
PIXMAN_a8r8g8b8,
dest_width
, dest_height, dest_buf, dest_byte_stride);
65
scale, scale, 0, 0, 0, 0,
dest_width
, dest_height);
72
scale, SOURCE_WIDTH, SOURCE_HEIGHT,
dest_width
, dest_height,
73
t * 1000, (t / (
dest_width
* dest_height)) * 1000000000);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_types.h
499
unsigned int
dest_width
; /* Destination width */
member in struct:dc_dwb_params
Completed in 20 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026