OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytesPerColor
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkBmpCodec.cpp
222
uint32_t
bytesPerColor
;
253
bytesPerColor
= 4;
260
bytesPerColor
= 3;
487
bitsPerPixel, numColors,
bytesPerColor
,
577
numColors,
bytesPerColor
, offset - bytesRead,
/external/skqp/src/codec/
SkBmpCodec.cpp
222
uint32_t
bytesPerColor
;
253
bytesPerColor
= 4;
260
bytesPerColor
= 3;
482
bitsPerPixel, numColors,
bytesPerColor
,
572
numColors,
bytesPerColor
, offset - bytesRead,
Completed in 150 milliseconds