Home
last modified time | relevance | path

Searched defs:attrPtr (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/svg/
DSkSVGPaintState.cpp187 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) { in getAttributes()
/external/skia/src/svg/
DSkSVGPaintState.cpp187 int SkSVGPaint::getAttributes(const SkSVGAttribute** attrPtr) { in getAttributes()
/external/jhead/
Dmain.c217 char* attrPtr = strchr(attributes, ' ') + 1; in saveAttributes() local