Searched refs:fResPath (Results 1 – 4 of 4) sorted by relevance
38 : fResPath(res) in UnpremulView()88 if (fResPath.size() == 0) { in onDrawContent()132 const SkString fResPath; member in UnpremulView143 if (fResPath.size() == 0) { in nextImage()148 fFileIter.reset(fResPath.c_str()); in nextImage()154 fCurrFile = SkOSPath::Join(fResPath.c_str(), basename.c_str()); in nextImage()
879 if(resB->fResPath == NULL) { in ures_appendResPath()880 resB->fResPath = resB->fResBuf; in ures_appendResPath()881 *(resB->fResPath) = 0; in ures_appendResPath()886 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()887 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()889 if (resB->fResPath == NULL) { in ures_appendResPath()893 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()895 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()901 resB->fResPath = temp; in ures_appendResPath()904 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()[all …]
68 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ member