Home | History | Annotate | Download | only in lib

Lines Matching defs:gbb

161 	 * the GBB.
194 /* Screens which aren't in the GBB */
195 VBDEBUG(("VbDisplayScreenFromGBB(): screen %d not in the GBB\n",
203 "screen %d index %d not in the GBB\n",
209 /* Clip localization to number of localizations present in the GBB */
237 * In current version GBB bitmaps, first image
327 /* Look in the GBB first */
332 /* If screen wasn't in the GBB bitmaps, fall back to a default */
436 return "Error parsing GBB header";
507 GoogleBinaryBlockHeader *gbb = cparams->gbb;
575 /* Add GBB flags */
577 if (gbb->major_version == GBB_MAJOR_VER && gbb->minor_version >= 1) {
579 gbb->flags, 16, 8);
650 loc = 0; /* No localization count (bad GBB?) */