Home | History | Annotate | Download | only in src

Lines Matching defs:cbdt

318   friend struct CBDT;
361 * CBDT -- Color Bitmap Data Table
365 struct CBDT
383 cbdt_blob = Sanitizer<CBDT>::sanitize (face->reference_table (HB_OT_TAG_CBDT));
388 cbdt = nullptr;
392 cbdt = Sanitizer<CBDT>::lock_instance (cbdt_blob);
431 StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset);
454 const CBDT *cbdt;