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

  /external/skia/include/svg/
SkSVGBase.h 29 virtual int getAttributes(const SkSVGAttribute** attrPtr) = 0;
32 #endif // SkSVGBase_DEFINEDes(const SkSVGAttribute** attrPtr) = 0;
SkSVGPaintState.h 55 virtual int getAttributes(const SkSVGAttribute** attrPtr);
  /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 216 char* attrPtr = strchr(attributes, ' ') + 1;
218 LOGE("attribute count %d attrPtr %s\n", attrCnt, attrPtr);
238 char* tagEnd = strchr(attrPtr, '=');
245 if (tagEnd - attrPtr > 99) {
251 memcpy(tag, attrPtr, tagEnd - attrPtr);
252 tag[tagEnd - attrPtr] = 0;
263 attrPtr = tagEnd + 1;
266 int valueLen = atoi(attrPtr);
    [all...]

Completed in 523 milliseconds