OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rowlen
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/screenshot/
screenshot.c
24
unsigned int r,c,
rowlen
;
local
69
rowlen
=vinfo.xres * bytespp;
70
if (
rowlen
> sizeof(imgbuf)) {
71
LOGE("crazy
rowlen
: %d\n",
rowlen
);
81
int len = fread(imgbuf, 1,
rowlen
, fb_in);
/external/skia/src/images/
bmpdecoderhelper.cpp
134
int
rowLen
;
136
rowLen
= width_ * 4;
139
rowLen
= width_ * 3;
141
rowLen
= width_ * 2;
143
rowLen
= width_;
145
rowLen
= width_ / 2;
147
rowLen
++;
150
rowLen
= width_ / 8;
152
rowLen
++;
157
// Round the
rowLen
up to a multiple of 4
[
all
...]
Completed in 273 milliseconds