Home
last modified time | relevance | path

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

/third_party/flutter/skia/samplecode/
DSampleUnpremul.cpp37 : fResPath(res) in UnpremulView()
78 if (fResPath.size() == 0) { in onDrawContent()
122 const SkString fResPath; member in UnpremulView
133 if (fResPath.size() == 0) { in nextImage()
138 fFileIter.reset(fResPath.c_str()); in nextImage()
144 fCurrFile = SkOSPath::Join(fResPath.c_str(), basename.c_str()); in nextImage()
/third_party/node/deps/icu-small/source/common/
Duresbund.cpp911 if(resB->fResPath == NULL) { in ures_appendResPath()
912 resB->fResPath = resB->fResBuf; in ures_appendResPath()
913 *(resB->fResPath) = 0; in ures_appendResPath()
918 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()
919 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
921 if (resB->fResPath == NULL) { in ures_appendResPath()
925 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
927 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
933 resB->fResPath = temp; in ures_appendResPath()
936 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
[all …]
Drestrace.cpp73 output.append(fResB->fResPath, status); in getResPath()
Duresimp.h83 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ member
/third_party/skia/third_party/externals/icu/source/common/
Duresbund.cpp897 if(resB->fResPath == NULL) { in ures_appendResPath()
898 resB->fResPath = resB->fResBuf; in ures_appendResPath()
899 *(resB->fResPath) = 0; in ures_appendResPath()
904 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()
905 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
907 if (resB->fResPath == NULL) { in ures_appendResPath()
911 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
913 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
919 resB->fResPath = temp; in ures_appendResPath()
922 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
[all …]
Drestrace.cpp77 output.append(fResB->fResPath, status); in getResPath()
Duresimp.h69 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ member
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/icu/icu4c/source/common/
Duresbund.cpp897 if(resB->fResPath == NULL) { in ures_appendResPath()
898 resB->fResPath = resB->fResBuf; in ures_appendResPath()
899 *(resB->fResPath) = 0; in ures_appendResPath()
904 if(resB->fResPath == resB->fResBuf) { in ures_appendResPath()
905 resB->fResPath = (char *)uprv_malloc((resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
907 if (resB->fResPath == NULL) { in ures_appendResPath()
911 uprv_strcpy(resB->fResPath, resB->fResBuf); in ures_appendResPath()
913 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath()
919 resB->fResPath = temp; in ures_appendResPath()
922 uprv_strcpy(resB->fResPath + resPathLenOrig, toAdd); in ures_appendResPath()
[all …]
Drestrace.cpp73 output.append(fResB->fResPath, status); in getResPath()
Duresimp.h69 char *fResPath; /* full path to the resource: "zh_TW/CollationElements/Sequence" */ member