Searched refs:imagePath (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/ports/ |
D | SkOSFile_ios.h | 34 CFStringRef imagePath = CFURLCopyFileSystemPath(imageURL, kCFURLPOSIXPathStyle); in ios_get_path_in_bundle() local 41 result->set(CFStringGetCStringPtr(imagePath, encodingMethod)); in ios_get_path_in_bundle() 42 CFRelease(imagePath); in ios_get_path_in_bundle()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/ |
D | TextureLoader.cpp | 26 bool TextureLoader::loadBMP(const char * imagePath) { in loadBMP() argument 36 FILE * file = fopen(imagePath,"rb"); in loadBMP() 42 cout << "Not a correct BMP file (could not read the header): " << imagePath << endl; in loadBMP() 47 cout << "Not a correct BMP file (wrong header format) :" << imagePath << endl; in loadBMP()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | pesto_demo.dart | 271 tag: 'packages/$_kGalleryAssetsPackage/${recipe.imagePath}', 275 recipe.imagePath, 349 tag: 'packages/$_kGalleryAssetsPackage/${widget.recipe.imagePath}', 351 widget.recipe.imagePath, 539 this.imagePath, 550 final String imagePath; 579 imagePath: 'food/roasted_chicken.png', 599 imagePath: 'food/chopped_beet_leaves.png', 614 imagePath: 'food/pesto_pasta.png', 638 imagePath: 'food/cherry_pie.png', [all …]
|
/third_party/skia/modules/particles/src/ |
D | SkParticleDrawable.cpp | 114 SkImageDrawable(const char* imagePath = "", const char* imageName = "", in SkImageDrawable() argument 116 : fPath(imagePath) in SkImageDrawable() 184 sk_sp<SkParticleDrawable> SkParticleDrawable::MakeImage(const char* imagePath, in MakeImage() argument 187 return sk_sp<SkParticleDrawable>(new SkImageDrawable(imagePath, imageName, cols, rows)); in MakeImage()
|
D | SkParticleBinding.cpp | 207 SkImageBinding(const char* name = "", const char* imagePath = "", const char* imageName = "") in SkImageBinding() argument 209 , fImagePath(imagePath) in SkImageBinding() 248 sk_sp<SkParticleBinding> SkParticleBinding::MakeImage(const char* name, const char* imagePath, in MakeImage() argument 250 return sk_sp<SkParticleBinding>(new SkImageBinding(name, imagePath, imageName)); in MakeImage()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/ |
D | TextureLoader.h | 35 bool loadBMP(const char * imagePath);
|
/third_party/skia/modules/particles/include/ |
D | SkParticleDrawable.h | 30 static sk_sp<SkParticleDrawable> MakeImage(const char* imagePath, const char* imageName,
|
D | SkParticleBinding.h | 75 const char* imagePath, const char* imageName);
|