Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleUnpremul.cpp42 : fResPath(res) in UnpremulView()
91 if (fResPath.size() == 0) { in onDrawContent()
135 const SkString fResPath; member in UnpremulView
146 if (fResPath.size() == 0) { in nextImage()
151 fFileIter.reset(fResPath.c_str()); in nextImage()
157 fCurrFile = SkOSPath::Join(fResPath.c_str(), basename.c_str()); in nextImage()
/external/icu/icu4c/source/common/
Duresbund.cpp848 if(resB->fResPath == NULL) { in ures_appendResPath()
849 resB->fResPath = resB->fResBuf; in ures_appendResPath()
850 *(resB->fResPath) = 0; in ures_appendResPath()
855 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()
856 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
858 if (resB->fResPath == NULL) { in ures_appendResPath()
862 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
864 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
870 resB->fResPath = temp; in ures_appendResPath()
873 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
[all …]
Duresimp.h68 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ member