OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIXMAN_OP_NONE
(Results
1 - 13
of
13
) sorted by null
/external/pixman/test/
check-formats.c
280
return
PIXMAN_OP_NONE
;
290
op =
PIXMAN_OP_NONE
;
312
else if ((op = operator_from_string (arg)) ==
PIXMAN_OP_NONE
)
338
op =
PIXMAN_OP_NONE
;
342
if (op ==
PIXMAN_OP_NONE
|| src_fmt == PIXMAN_null || dest_fmt == PIXMAN_null)
utils.c
935
case
PIXMAN_OP_NONE
:
[
all
...]
/external/pixman/pixman/
pixman-noop.c
163
{
PIXMAN_OP_NONE
},
pixman-general.c
211
{
PIXMAN_OP_NONE
}
pixman-arm-simd.c
245
{
PIXMAN_OP_NONE
},
pixman-implementation.c
122
while (info->op !=
PIXMAN_OP_NONE
)
pixman-mips-dspr2.c
428
{
PIXMAN_OP_NONE
},
pixman-arm-neon.c
424
{
PIXMAN_OP_NONE
},
pixman.h
381
PIXMAN_OP_NONE
= PIXMAN_N_OPERATORS
[
all
...]
pixman-vmx.c
[
all
...]
pixman-fast-path.c
[
all
...]
pixman-mmx.c
[
all
...]
pixman-sse2.c
[
all
...]
Completed in 1183 milliseconds