Home
last modified time | relevance | path

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

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