HomeSort by relevance Sort by last modified time
    Searched defs:tagIndex (Results 1 - 7 of 7) sorted by null

  /external/dng_sdk/source/
dng_info.cpp 666 uint32 tagIndex;
697 for (tagIndex = 0; tagIndex < ifdEntries; tagIndex++)
700 stream.SetReadPosition (ifdOffset + 2 + tagIndex * 12 + 2);
735 for (tagIndex = 0; tagIndex < ifdEntries; tagIndex++)
738 stream.SetReadPosition (ifdOffset + 2 + tagIndex * 12);
751 uint64 tagOffset = ifdOffset + 2 + tagIndex * 12 + 8
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 658 int tagIndex = (int) tag->length();
675 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING );
961 int tagIndex = (int) tag->length();
1028 const char* tagloc = tag->c_str() + tagIndex;
    [all...]
  /external/skia/experimental/svg/model/
SkSVGDOM.cpp 429 const int tagIndex = SkStrSearch(&gTagFactories[0].fKey,
432 if (tagIndex < 0) {
439 SkASSERT(SkTo<size_t>(tagIndex) < SK_ARRAY_COUNT(gTagFactories));
440 sk_sp<SkSVGNode> node = gTagFactories[tagIndex].fValue();
  /external/skqp/experimental/svg/model/
SkSVGDOM.cpp 429 const int tagIndex = SkStrSearch(&gTagFactories[0].fKey,
432 if (tagIndex < 0) {
439 SkASSERT(SkTo<size_t>(tagIndex) < SK_ARRAY_COUNT(gTagFactories));
440 sk_sp<SkSVGNode> node = gTagFactories[tagIndex].fValue();
  /external/swiftshader/src/Pipeline/
VertexRoutine.cpp 57 UInt tagIndex = index & 0x0000003C;
60 If(*Pointer<UInt>(tagCache + tagIndex) != indexQ)
62 *Pointer<UInt>(tagCache + tagIndex) = indexQ;
69 Pointer<Byte> cacheLine0 = vertexCache + tagIndex * UInt((int)sizeof(Vertex));
  /external/swiftshader/src/Shader/
VertexRoutine.cpp 57 UInt tagIndex = index & 0x0000003C;
60 If(*Pointer<UInt>(tagCache + tagIndex) != indexQ)
62 *Pointer<UInt>(tagCache + tagIndex) = indexQ;
69 Pointer<Byte> cacheLine0 = vertexCache + tagIndex * UInt((int)sizeof(Vertex));
  /external/tinyxml/
tinyxmlparser.cpp 635 int tagIndex = (int) tag->length();
652 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING );
943 int tagIndex = (int) tag->length();
999 const char* tagloc = tag->c_str() + tagIndex;
    [all...]

Completed in 762 milliseconds