Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleUnpremul.cpp38 : fResPath(res) in UnpremulView()
88 if (fResPath.size() == 0) { in onDrawContent()
132 const SkString fResPath; member in UnpremulView
143 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()
/external/skia/samplecode/
DSampleUnpremul.cpp38 : fResPath(res) in UnpremulView()
88 if (fResPath.size() == 0) { in onDrawContent()
132 const SkString fResPath; member in UnpremulView
143 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()
/external/icu/icu4c/source/common/
Duresbund.cpp879 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 …]
Duresimp.h68 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ member