OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colpos
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
textblit.c
18
int
colpos
;
local
31
colpos
= 0;
33
while (msg[
colpos
] != 0)
35
char letter = msg[
colpos
];
51
colpos
++;
/external/libvpx/libvpx/vp9/common/
vp9_textblit.c
34
int
colpos
= 0;
local
36
while (msg[
colpos
] != 0) {
37
char letter = msg[
colpos
];
53
colpos
++;
Completed in 566 milliseconds