HomeSort by relevance Sort by last modified time
    Searched refs:currentComponent (Results 1 - 6 of 6) sorted by null

  /external/skia/third_party/gif/
SkGifImageReader.cpp 472 const char* currentComponent = m_streamBuffer.get();
475 if (!memcmp(currentComponent, "GIF89a", 6))
477 else if (!memcmp(currentComponent, "GIF87a", 6))
489 const unsigned char* currentComponent =
498 fScreenWidth = GETINT16(currentComponent);
499 fScreenHeight = GETINT16(currentComponent + 2);
501 const int globalColorMapColors = 2 << (currentComponent[4] & 0x07);
503 if ((currentComponent[4] & 0x80) && globalColorMapColors > 0) { /* global map */
520 const char currentComponent = m_streamBuffer.get()[0];
522 if (currentComponent == '!') { // extension
    [all...]
  /external/skqp/third_party/gif/
SkGifImageReader.cpp 472 const char* currentComponent = m_streamBuffer.get();
475 if (!memcmp(currentComponent, "GIF89a", 6))
477 else if (!memcmp(currentComponent, "GIF87a", 6))
489 const unsigned char* currentComponent =
498 fScreenWidth = GETINT16(currentComponent);
499 fScreenHeight = GETINT16(currentComponent + 2);
501 const int globalColorMapColors = 2 << (currentComponent[4] & 0x07);
503 if ((currentComponent[4] & 0x80) && globalColorMapColors > 0) { /* global map */
520 const char currentComponent = m_streamBuffer.get()[0];
522 if (currentComponent == '!') { // extension
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1ObjectIdentifier.java 117 int currentComponent = 0;
121 currentComponent = (currentComponent << 7) + componentPart;
124 int firstComponent = currentComponent / 40;
125 int secondComponent = currentComponent % 40;
129 components.add(currentComponent);
131 currentComponent = 0;
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 346 ComponentName currentComponent = null;
360 currentComponent = ComponentName.unflattenFromString(compString);
378 if (currentComponent != null && currentUid >= 0 &&
386 services.dynamicAids.put(currentComponent, dynAids);
389 currentComponent = null;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 156 milliseconds