bitmap            254 core/gps.c         char *bitmap;
bitmap            263 core/gps.c         bitmap = (char*) malloc (sizeof(char)*bitmap_size);
bitmap            264 core/gps.c         fread (bitmap,1,bitmap_size,fd);
bitmap            267 core/gps.c         return bitmap;
bitmap            358 core/gps.c     static void draw_compass_needle (int angle, double s_w, double c_w, char *bitmap, int extent, int m_x, int m_y, int offset_x, int offset_y, int f_v_1, int f_v_2){
bitmap            365 core/gps.c         if(bitmap)
bitmap            390 core/gps.c                 int data = bitmap[pos];
bitmap            424 core/gps.c     static void draw_compass (char *bitmap, int o_x, int o_y, int f_v_0, int f_v_1, int f_v_2, int f_v_4){
bitmap            426 core/gps.c         if(bitmap)
bitmap            428 core/gps.c             int extent = strlen(bitmap);
bitmap            435 core/gps.c                 int data = bitmap[pos];
bitmap            473 core/gps.c         char *bitmap = load_bitmap("A/CHDK/DATA/GPS_Sat.txt");
bitmap            475 core/gps.c         if(bitmap)
bitmap            477 core/gps.c             int extent1 = strlen(bitmap);
bitmap            552 core/gps.c                     int data = bitmap[pos1];
bitmap            586 core/gps.c             free(bitmap);
bitmap            263 platform/g5x/lib.c     unsigned int    bitmap;
bitmap            298 platform/g5x/lib.c     if ((ximr->layers[0].color_type == 0x0500) || (ximr->layers[0].bitmap == (unsigned int)&hdmi_buffer_check_adr))
bitmap            229 platform/g7x2/lib.c     unsigned int    bitmap;
bitmap            263 platform/g7x2/lib.c     if ((ximr->layers[0].color_type == 0x0500) || (ximr->layers[0].bitmap == (unsigned int)&hdmi_buffer_check_adr))
bitmap            202 tools/ghidra_scripts/datatypes/fw_types.h     unsigned int    bitmap;