Searched defs:currentComponent (Results 1 - 2 of 2) sorted by relevance

/external/skia/third_party/gif/
H A DSkGifImageReader.cpp467 const char* currentComponent = m_streamBuffer.get(); local
470 if (!memcmp(currentComponent, "GIF89a", 6))
472 else if (!memcmp(currentComponent, "GIF87a", 6))
484 const unsigned char* currentComponent = local
493 m_screenWidth = GETINT16(currentComponent);
494 m_screenHeight = GETINT16(currentComponent + 2);
496 const size_t globalColorMapColors = 2 << (currentComponent[4] & 0x07);
498 if ((currentComponent[4] & 0x80) && globalColorMapColors > 0) { /* global map */
515 const char currentComponent = m_streamBuffer.get()[0]; local
517 if (currentComponent
539 const unsigned char* currentComponent = local
582 const unsigned char currentComponent = this->getOneByte(); local
596 const unsigned char* currentComponent = local
631 const unsigned char currentComponent = this->getOneByte(); local
647 const unsigned char* currentComponent = local
661 const int currentComponent = this->getOneByte(); local
672 const unsigned char* currentComponent = local
709 const unsigned char* currentComponent = local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 554 milliseconds