/external/lzma/CPP/Windows/ |
D | Shell.cpp | 165 bool BrowseForFolder(LPBROWSEINFO browseInfo, CSysString &resultPath) in BrowseForFolder() argument 173 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder() 207 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument 227 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder() 231 LPCTSTR initialFolder, CSysString &resultPath) in BrowseForFolder() argument 237 BIF_RETURNONLYFSDIRS | BIF_STATUSTEXT, initialFolder, resultPath); in BrowseForFolder() 260 bool BrowseForFolder(LPBROWSEINFOW browseInfo, UString &resultPath) in BrowseForFolder() argument 272 return GetPathFromIDList(itemIDList, resultPath); in BrowseForFolder() 305 LPCWSTR initialFolder, UString &resultPath) in BrowseForFolder() argument 316 return BrowseForFolder(&browseInfo, resultPath); in BrowseForFolder() [all …]
|
D | Shell.h | 84 bool BrowseForFolder(LPBROWSEINFO lpbi, CSysString &resultPath); 85 bool BrowseForFolder(HWND owner, LPCTSTR title, LPCTSTR initialFolder, CSysString &resultPath); 89 bool BrowseForFolder(LPBROWSEINFO lpbi, UString &resultPath); 90 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath);
|
D | FileDir.h | 58 bool GetCurrentDir(FString &resultPath); 62 bool MyGetTempPath(FString &resultPath);
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.h | 8 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath); 9 …wner, LPCWSTR title, LPCWSTR path, LPCWSTR filterDescription, LPCWSTR filter, UString &resultPath);
|
D | BrowseDialog.cpp | 810 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath) in MyBrowseForFolder() argument 812 resultPath.Empty(); in MyBrowseForFolder() 819 return NShell::BrowseForFolder(owner, title, path, resultPath); in MyBrowseForFolder() 833 resultPath = dialog.FilePath; in MyBrowseForFolder() 840 LPCWSTR filterDescription, LPCWSTR filter, UString &resultPath) in MyBrowseForFile() argument 842 resultPath.Empty(); in MyBrowseForFile() 850 if (MyGetOpenFileName(owner, title, NULL, path, filterDescription, filter, resultPath)) in MyBrowseForFile() 890 resultPath = dialog.FilePath; in MyBrowseForFile()
|
/external/skia/gm/ |
D | pathopsinverse.cpp | 131 SkPath path[2], resultPath; variable 140 builder.resolve(&resultPath); 158 canvas->drawPath(resultPath, paint);
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 280 UString resultPath; in OnButtonSetPath() local 281 if (!MyBrowseForFolder(*this, title, currentPath, resultPath)) in OnButtonSetPath() 286 _path.SetText(resultPath); in OnButtonSetPath()
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 3090 typedef void (GL_APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLui… 3091 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 3092 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa… 3093 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 3167 GL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *pat… 3168 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 3169 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL… 3170 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 3256 typedef void (GL_APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLui… 3257 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 3258 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa… 3259 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 3333 GL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *pat… 3334 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 3335 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL… 3336 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|
/external/angle/include/GLES2/ |
D | gl2ext.h | 3272 typedef void (GL_APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLui… 3273 typedef void (GL_APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 3274 typedef void (GL_APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa… 3275 typedef void (GL_APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 3349 GL_APICALL void GL_APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *pat… 3350 GL_APICALL void GL_APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 3351 GL_APICALL void GL_APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GL… 3352 GL_APICALL void GL_APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformT…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 5327 typedef void (APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint … 5328 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 5329 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB… 5330 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf… 5385 GLAPI void APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, cons… 5386 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 5387 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we… 5388 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
|
D | glext.h | 10399 typedef void (APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint … 10400 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 10401 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB… 10402 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf… 10464 GLAPI void APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, cons… 10465 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 10466 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we… 10467 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 5475 typedef void (APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint … 5476 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 5477 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB… 5478 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf… 5533 GLAPI void APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, cons… 5534 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 5535 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we… 5536 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
|
D | glext.h | 10585 typedef void (APIENTRYP PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLuint … 10586 typedef void (APIENTRYP PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 10587 typedef void (APIENTRYP PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pathB… 10588 typedef void (APIENTRYP PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum transf… 10650 GLAPI void APIENTRY glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, cons… 10651 GLAPI void APIENTRY glCopyPathNV (GLuint resultPath, GLuint srcPath); 10652 GLAPI void APIENTRY glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat we… 10653 GLAPI void APIENTRY glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, con…
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 7240 typedef void (GLAPIENTRY *PFNGLCOPYPATHNVPROC)(GLuint resultPath, GLuint srcPath); 8247 typedef void (GLAPIENTRY *PFNGLINTERPOLATEPATHSNVPROC)(GLuint resultPath, GLuint pathA, GLuint path… 9515 typedef void (GLAPIENTRY *PFNGLTRANSFORMPATHNVPROC)(GLuint resultPath, GLuint srcPath, GLenum trans… 10057 typedef void (GLAPIENTRY *PFNGLWEIGHTPATHSNVPROC)(GLuint resultPath, GLsizei numPaths, const GLuint… 10896 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glCopyPathNV)(GLuint resultPath, GLuint srcPath); 12910 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glInterpolatePathsNV)(GLuint resultPath, GLuint pathA, GLu… 15446 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glTransformPathNV)(GLuint resultPath, GLuint srcPath, GLen… 16530 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glWeightPathsNV)(GLuint resultPath, GLsizei numPaths, cons…
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 114903 GEN_THUNKS(glCopyPathNV, (GLuint resultPath, GLuint srcPath), (resultPath, srcPath)) 115910 GEN_THUNKS(glInterpolatePathsNV, (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight), (… 117178 …S(glTransformPathNV, (GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat * tra… 117720 …THUNKS(glWeightPathsNV, (GLuint resultPath, GLsizei numPaths, const GLuint * paths, const GLfloat …
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 15759 typedef void (GLAPIENTRY * PFNGLCOPYPATHNVPROC) (GLuint resultPath, GLuint srcPath); 15780 typedef void (GLAPIENTRY * PFNGLINTERPOLATEPATHSNVPROC) (GLuint resultPath, GLuint pathA, GLuint pa… 15821 typedef void (GLAPIENTRY * PFNGLTRANSFORMPATHNVPROC) (GLuint resultPath, GLuint srcPath, GLenum tra… 15822 typedef void (GLAPIENTRY * PFNGLWEIGHTPATHSNVPROC) (GLuint resultPath, GLsizei numPaths, const GLui…
|