Searched refs:attrPtr (Results 1 – 7 of 7) sorted by relevance
217 char* attrPtr = strchr(attributes, ' ') + 1; in saveAttributes() local219 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 …]
23 virtual int getAttributes(const SkSVGAttribute** attrPtr); \30 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \31 *attrPtr = gAttributes; \
187 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) { in getAttributes() argument188 *attrPtr = gAttributes; in getAttributes()
120 void setupVarAttribPointer (const void* attrPtr, int startLocation, int divisor);471 void InstancedRenderingCase::setupVarAttribPointer (const void* attrPtr, int location, int divisor) in setupVarAttribPointer() argument488 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()
22 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
48 virtual int getAttributes(const SkSVGAttribute** attrPtr);
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...