Searched refs:imagePath (Results 1 – 8 of 8) sorted by relevance
166 String imagePath = emitter.getImagePath(); in getIcon() local167 if (data.icon == null && imagePath != null) { in getIcon()170 File file = new File(imagePath); in getIcon()174 url = ParticleEditor.class.getResource(imagePath); in getIcon()425 final String imagePath = emitter.getImagePath(); in loadImage() local426 String imageName = new File(imagePath.replace('\\', '/')).getName(); in loadImage()429 …if (imagePath.equals(ParticleEditor.DEFAULT_PARTICLE) || imagePath.equals(ParticleEditor.DEFAULT_P… in loadImage()430 file = Gdx.files.classpath(imagePath); in loadImage()432 if ((imagePath.contains("/") || imagePath.contains("\\")) && !imageName.contains("..")) { in loadImage()433 file = Gdx.files.absolute(imagePath); in loadImage()[all …]
192 String imagePath = emitter.getImagePath(); in saveEffect() local193 if ((imagePath.contains("/") || imagePath.contains("\\")) && !imagePath.contains("..")) { in saveEffect()
28 const string imagePath = get<1>(GetParam()); variable36 Mat img = imread(getDataPath(imagePath), IMREAD_GRAYSCALE);38 FAIL() << "Can't load source image: " << getDataPath(imagePath);
176 String imagePath = emitter.getImagePath(); in loadEmitterImages() local177 if (imagePath == null) continue; in loadEmitterImages()178 String imageName = new File(imagePath.replace('\\', '/')).getName(); in loadEmitterImages()193 String imagePath = emitter.getImagePath(); in loadEmitterImages() local194 if (imagePath == null) continue; in loadEmitterImages()195 String imageName = new File(imagePath.replace('\\', '/')).getName(); in loadEmitterImages()
63 private String imagePath; field in ParticleEmitter100 imagePath = emitter.imagePath; in ParticleEmitter()808 return imagePath; in getImagePath()811 public void setImagePath (String imagePath) { in setImagePath() argument812 this.imagePath = imagePath; in setImagePath()909 output.write(imagePath + "\n"); in save()
35 CFStringRef imagePath = CFURLCopyFileSystemPath(imageURL, kCFURLPOSIXPathStyle); in ios_open_from_bundle() local41 const char *finalPath = CFStringGetCStringPtr(imagePath, encodingMethod); in ios_open_from_bundle()
319 std::string imagePath = std::string(cvtest::TS::ptr()->get_data_path()) + "lbpcascade/er.png"; in CUDA_TEST_P() local324 cv::Mat image = cv::imread(imagePath); in CUDA_TEST_P()
505 …- BitmapFontData.imagePath and getImagePath() is depreacted, use imagePaths[] and getImagePath(int…