Home
last modified time | relevance | path

Searched refs:attrPtr (Results 1 – 7 of 7) sorted by relevance

/external/jhead/
Dmain.c217 char* attrPtr = strchr(attributes, ' ') + 1; in saveAttributes() local
219 ALOGE("attribute count %d attrPtr %s\n", attrCnt, attrPtr); in saveAttributes()
240 char* tagEnd = strchr(attrPtr, '='); in saveAttributes()
247 if (tagEnd - attrPtr > 99) { in saveAttributes()
253 memcpy(tag, attrPtr, tagEnd - attrPtr); in saveAttributes()
254 tag[tagEnd - attrPtr] = 0; in saveAttributes()
265 attrPtr = tagEnd + 1; in saveAttributes()
272 int valueLen = atoi(attrPtr); in saveAttributes()
273 attrPtr = strchr(attrPtr, ' ') + 1; in saveAttributes()
274 if (attrPtr == 0) { in saveAttributes()
[all …]
/external/skia/src/svg/parser/
DSkSVGElements.h23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
31 *attrPtr = gAttributes; \
DSkSVGPaintState.cpp187 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) { in getAttributes() argument
188 *attrPtr = gAttributes; in getAttributes()
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp120 void setupVarAttribPointer (const void* attrPtr, int startLocation, int divisor);
471 void InstancedRenderingCase::setupVarAttribPointer (const void* attrPtr, int location, int divisor) in setupVarAttribPointer() argument
488 glVertexAttribPointer(curLoc, typeSize, GL_FLOAT, GL_FALSE, 0, attrPtr); in setupVarAttribPointer()
490 glVertexAttribIPointer(curLoc, typeSize, GL_INT, 0, attrPtr); in setupVarAttribPointer()
492 glVertexAttribIPointer(curLoc, typeSize, GL_UNSIGNED_INT, 0, attrPtr); in setupVarAttribPointer()
498 …glVertexAttribPointer(curLoc, numRows, GL_FLOAT, GL_FALSE, numCols*numRows*sizeof(float), attrPtr); in setupVarAttribPointer()
/external/skia/include/svg/parser/
DSkSVGBase.h22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
DSkSVGPaintState.h48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...