Searched defs:devicePath (Results 1 - 3 of 3) sorted by relevance
/external/srec/srec/Nametag/src/ |
H A D | NametagsImpl.c | 85 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/chromium_org/third_party/skia/src/device/xps/ |
H A D | SkXPSDevice.cpp | 1394 const SkPath& devicePath, 1541 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO)); 1868 SkPath* devicePath = pathIsMutable ? fillablePath : &modifiedPath; local 1869 fillablePath->transform(matrix, devicePath); 1872 *devicePath, 1908 SkPath* devicePath = fillablePath; local 1911 devicePath = pathIsMutable ? fillablePath : &modifiedPath; 1912 fillablePath->transform(matrix, devicePath); 1915 stroke, fill, *devicePath)); 1393 drawInverseWindingPath(const SkDraw& d, const SkPath& devicePath, IXpsOMPath* shadedPath) argument
|
/external/skia/src/device/xps/ |
H A D | SkXPSDevice.cpp | 1394 const SkPath& devicePath, 1541 HR(this->clipToPath(topPath.get(), devicePath, XPS_FILL_RULE_NONZERO)); 1868 SkPath* devicePath = pathIsMutable ? fillablePath : &modifiedPath; local 1869 fillablePath->transform(matrix, devicePath); 1872 *devicePath, 1908 SkPath* devicePath = fillablePath; local 1911 devicePath = pathIsMutable ? fillablePath : &modifiedPath; 1912 fillablePath->transform(matrix, devicePath); 1915 stroke, fill, *devicePath)); 1393 drawInverseWindingPath(const SkDraw& d, const SkPath& devicePath, IXpsOMPath* shadedPath) argument
|
Completed in 315 milliseconds