OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInIco
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkBmpStandardCodec.h
52
return
fInIco
;
95
const bool
fInIco
;
96
const size_t fAndMaskRowBytes; // only used for
fInIco
decodes
SkBmpStandardCodec.cpp
30
,
fInIco
(inIco)
31
, fAndMaskRowBytes(
fInIco
? SkAlign4(compute_row_bytes(this->getInfo().width(), 1)) : 0)
132
if (!
fInIco
) {
231
if (
fInIco
) {
Completed in 45 milliseconds