HomeSort by relevance Sort by last modified time
    Searched full:pathupdatefunction (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGPathData.cpp 138 typedef void (*PathUpdateFunction)(SVGElement*, Path&);
139 static HashMap<StringImpl*, PathUpdateFunction>* map = 0;
141 map = new HashMap<StringImpl*, PathUpdateFunction>;
151 if (PathUpdateFunction pathUpdateFunction = map->get(element->localName().impl()))
152 (*pathUpdateFunction)(element, path);

Completed in 63 milliseconds