OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:infobytes
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/codec/
SkBmpCodec.cpp
109
uint32_t
infoBytes
;
130
// read the first four
infoBytes
.
131
infoBytes
= get_int(hBuffer.get(), 14);
132
if (
infoBytes
< kBmpOS2V1Bytes) {
153
infoBytes
= get_int(hBuffer.get(), 0);
154
if (
infoBytes
< kBmpOS2V1Bytes) {
161
const uint32_t infoBytesRemaining =
infoBytes
- 4;
187
if (
infoBytes
>= kBmpInfoBaseBytes) {
189
switch (
infoBytes
) {
248
} else if (
infoBytes
>= kBmpOS2V1Bytes)
[
all
...]
Completed in 430 milliseconds