Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleUnpremul.cpp44 : fResPath(res) in UnpremulView()
94 if (fResPath.size() == 0) { in onDrawContent()
139 const SkString fResPath; member in UnpremulView
150 if (fResPath.size() == 0) { in nextImage()
155 fFileIter.reset(fResPath.c_str()); in nextImage()
161 fCurrFile = SkOSPath::Join(fResPath.c_str(), basename.c_str()); in nextImage()
/external/icu/icu4c/source/common/
Duresbund.cpp845 if(resB->fResPath == NULL) { in ures_appendResPath()
846 resB->fResPath = resB->fResBuf; in ures_appendResPath()
847 *(resB->fResPath) = 0; in ures_appendResPath()
852 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()
853 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
855 if (resB->fResPath == NULL) { in ures_appendResPath()
859 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
861 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
867 resB->fResPath = temp; in ures_appendResPath()
870 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
[all …]
Duresimp.h66 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ member