OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEmbeddedCodecs
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkIcoCodec.cpp
185
,
fEmbeddedCodecs
(codecs)
202
for (int32_t i = 0; i <
fEmbeddedCodecs
->count(); i++) {
203
int width =
fEmbeddedCodecs
->operator[](i)->getInfo().width();
204
int height =
fEmbeddedCodecs
->operator[](i)->getInfo().height();
213
return
fEmbeddedCodecs
->operator[](minIndex)->getInfo().dimensions();
220
for (int i = startIndex; i <
fEmbeddedCodecs
->count(); i++) {
221
if (
fEmbeddedCodecs
->operator[](i)->getInfo().dimensions() == requestedSize) {
253
SkCodec* embeddedCodec =
fEmbeddedCodecs
->operator[](index);
286
SkCodec* embeddedCodec =
fEmbeddedCodecs
->operator[](index);
SkIcoCodec.h
60
* Searches
fEmbeddedCodecs
for a codec that matches requestedSize.
76
SkAutoTDelete<SkTArray<SkAutoTDelete<SkCodec>, true>>
fEmbeddedCodecs
; // owned
79
// fCurrScanlineCodec to one of the
fEmbeddedCodecs
, if it can find a
83
// SkAutoTDelete. It will be deleted by the destructor of
fEmbeddedCodecs
.
Completed in 56 milliseconds