OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fontcol
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
textblit.c
36
int
fontcol
, fontrow;
local
45
for (
fontcol
= 6;
fontcol
>= 0 ;
fontcol
--)
47
output_pos[fontrow *pitch +
fontcol
] =
48
((letter_bitmap >> (
fontcol
* 5)) & (1 << fontrow) ? 255 : 0);
/external/libvpx/libvpx/vp9/common/
vp9_textblit.c
38
int
fontcol
, fontrow;
local
47
for (
fontcol
= 6;
fontcol
>= 0;
fontcol
--)
49
output_pos[fontrow * pitch +
fontcol
] =
50
((letter_bitmap >> (
fontcol
* 5)) & (1 << fontrow) ? 255 : 0);
Completed in 158 milliseconds