OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowPad_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h
99
int
rowPad_
;
bmpdecoderhelper.cpp
125
rowPad_
= 0;
152
rowPad_
= 4 - (rowLen % 4);
153
rowLen +=
rowPad_
;
318
for (int i = 0; i <
rowPad_
; ++i) {
/external/skia/src/images/
bmpdecoderhelper.h
99
int
rowPad_
;
bmpdecoderhelper.cpp
125
rowPad_
= 0;
152
rowPad_
= 4 - (rowLen % 4);
153
rowLen +=
rowPad_
;
318
for (int i = 0; i <
rowPad_
; ++i) {
Completed in 43 milliseconds