OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixman_version
(Results
1 - 2
of
2
) sorted by null
/external/pixman/pixman/
pixman.c
962
*
pixman_version
:
972
* if (
pixman_version
() >= PIXMAN_VERSION_ENCODE(X,Y,Z)) {...}
976
* equivalents %
PIXMAN_VERSION
and %PIXMAN_VERSION_STRING.
981
pixman_version
(void)
function
983
return
PIXMAN_VERSION
;
992
* See also
pixman_version
() as well as the compile-time equivalents
993
* %PIXMAN_VERSION_STRING and %
PIXMAN_VERSION
.
[
all
...]
pixman.h
613
int
pixman_version
(void);
[
all
...]
Completed in 325 milliseconds