OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imgP
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
chrpicontoppm.c
69
chrpi_pixel *
imgP
;
106
imgP
= img->pixels[row];
110
r = ((*
imgP
>> 5) & 7);
111
g = ((*
imgP
>> 2) & 7);
112
b = (*
imgP
& 3);
121
imgP
++;
Completed in 10 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025