Searched refs:string_to_bitmap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DCvtCache.h43 } string_to_bitmap; member in struct:_XmuCvtCache
/xsrc/external/mit/libXmu/dist/src/
H A DLocBitmap.c120 if (!cache->string_to_bitmap.bitmapFilePath) {
137 cache->string_to_bitmap.bitmapFilePath =
141 file_paths = cache->string_to_bitmap.bitmapFilePath;
250 c->string_to_bitmap.bitmapFilePath = NULL;
256 if (c->string_to_bitmap.bitmapFilePath) {
257 if (c->string_to_bitmap.bitmapFilePath[0])
258 free (c->string_to_bitmap.bitmapFilePath[0]);
259 free (c->string_to_bitmap.bitmapFilePath);

Completed in 3 milliseconds