OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp
265
int
colBase
= col * 3;
266
output_[base] = colTab_[
colBase
];
267
output_[base + 1] = colTab_[
colBase
+ 1];
268
output_[base + 2] = colTab_[
colBase
+ 2];
/external/skia/src/images/
bmpdecoderhelper.cpp
265
int
colBase
= col * 3;
266
output_[base] = colTab_[
colBase
];
267
output_[base + 1] = colTab_[
colBase
+ 1];
268
output_[base + 2] = colTab_[
colBase
+ 2];
Completed in 23 milliseconds