Searched refs:devicePath (Results 1 - 3 of 3) sorted by relevance

/external/srec/srec/Nametag/src/
H A DNametagsImpl.c85 LCHAR devicePath[P_PATH_MAX]; local
99 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath, &size));
101 if (LSTRNCMP(filename, devicePath, LSTRLEN(devicePath)) != 0)
102 LSTRCAT(devicePath, filename);
104 LSTRCPY(devicePath, filename);
105 file = pfopen ( devicePath, L("r"));
106 /* CHKLOG(rc, PFileSystemCreatePFile(devicePath, ESR_TRUE, &file));
202 LCHAR devicePath[P_PATH_MAX]; local
219 CHKLOG(rc, ESR_SessionGetLCHAR(L("cmdline.nametagPath"), devicePath,
[all...]
/external/skia/include/device/xps/
H A DSkXPSDevice.h289 const SkPath& devicePath,
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1343 const SkPath& devicePath,
1490 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO));
1832 SkPath* devicePath = pathIsMutable ? fillablePath : &modifiedPath; local
1833 fillablePath->transform(matrix, devicePath);
1836 *devicePath,
1872 SkPath* devicePath = fillablePath; local
1875 devicePath = pathIsMutable ? fillablePath : &modifiedPath;
1876 fillablePath->transform(matrix, devicePath);
1879 stroke, fill, *devicePath));
1342 drawInverseWindingPath(const SkDraw& d, const SkPath& devicePath, IXpsOMPath* shadedPath) argument

Completed in 81 milliseconds