Home
last modified time | relevance | path

Searched refs:mpath (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateMotionElement.cpp135 …(SVGMPathElement* mpath = Traversal<SVGMPathElement>::firstChild(*this); mpath; mpath = Traversal<… in updateAnimationPath() local
136 if (SVGPathElement* pathElement = mpath->pathElement()) { in updateAnimationPath()
DSVGTagNames.in66 mpath interfaceName=SVGMPathElement
/external/qemu/distrib/sdl-1.2.15/src/file/
DSDL_rwops.c512 char *mpath = unix_to_mac(file); in SDL_RWFromFile() local
513 fp = fopen(mpath, mode); in SDL_RWFromFile()
514 SDL_free(mpath); in SDL_RWFromFile()