OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fontcol
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/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);
/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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 232 milliseconds