HomeSort by relevance Sort by last modified time
    Searched refs:CBLC (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh 260 friend struct CBLC;
311 * CBLC -- Color Bitmap Location Table
316 struct CBLC
hb-ot-font.cc 223 const OT::CBLC *cblc; member in struct:hb_ot_face_cbdt_accelerator_t
233 cblc_blob = OT::Sanitizer<OT::CBLC>::sanitize (face->reference_table (HB_OT_TAG_CBLC));
238 cblc = NULL;
242 cblc = OT::Sanitizer<OT::CBLC>::lock_instance (cblc_blob);
257 if (cblc == NULL)
260 const OT::IndexSubtableRecord *subtable_record = this->cblc->find_table(glyph, &x_ppem, &y_ppem);

Completed in 202 milliseconds