Lines Matching full:path
178 for (n = 0; desc->path[n] != 0; n++) {
179 int c = desc->path[n];
195 !strcmp(a->path, b->path));
255 int len = strlen(desc->path);
260 image->desc.path = (const char*)(image + 1);
261 memcpy( (char*)image->desc.path, desc->path, len );
262 ((char*)image->desc.path)[len] = 0;
280 const char* path = image->desc.path;
282 if (path[0] == ':') {
286 if (path[1] == '/' || path[1] == '\\')
287 path += 1;
289 base = android_resource_find( path+1, &size );
291 fprintf(stderr, "failed to locate built-in image file '%s'\n", path );
297 fprintf(stderr, "failed to load built-in image file '%s'\n", path );
301 data = loadpng(path, &w, &h);
303 fprintf(stderr, "failed to load image file '%s'\n", path );
335 fprintf(stderr, "failed to create SDL surface for '%s' image\n", path);
390 node->desc.path, node->desc.rotation, node->w*node->h );
563 node->desc.path, node->desc.rotation, node->w*node->h );
574 skin_image_find_simple( const char* path )
578 desc.path = path;
679 desc.path = source->desc.path;