OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagIndex
(Results
1 - 2
of
2
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java
220
Log.d(TAG, "Got
tagIndex
=" + i + " tagType=" + tagType + " formatCode =" + formatCode
256
private static int calcTagOffset(int ifdOffset, int
tagIndex
) {
257
return ifdOffset + 2 + (12 *
tagIndex
);
/external/chromium_org/third_party/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
...]
Completed in 439 milliseconds