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

  /external/skia/src/svg/
SkSVGElements.h 31 virtual int getAttributes(const SkSVGAttribute** attrPtr); \
38 int SkSVG##_type::getAttributes(const SkSVGAttribute** attrPtr) { \
39 *attrPtr = gAttributes; \
SkSVGPaintState.cpp 195 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) {
196 *attrPtr = gAttributes;
  /external/jhead/
main.c 217 char* attrPtr = strchr(attributes, ' ') + 1;
219 LOGE("attribute count %d attrPtr %s\n", attrCnt, attrPtr);
239 char* tagEnd = strchr(attrPtr, '=');
246 if (tagEnd - attrPtr > 99) {
252 memcpy(tag, attrPtr, tagEnd - attrPtr);
253 tag[tagEnd - attrPtr] = 0;
264 attrPtr = tagEnd + 1;
267 int valueLen = atoi(attrPtr);
    [all...]

Completed in 48 milliseconds