Home
last modified time | relevance | path

Searched refs:csindex (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c479 CFF_Index csindex = &cff->charstrings_index; in cff_slot_load() local
482 if ( csindex->offsets ) in cff_slot_load()
484 glyph->root.control_data = csindex->bytes + in cff_slot_load()
485 csindex->offsets[glyph_index] - 1; in cff_slot_load()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffgload.c482 CFF_Index csindex = &cff->charstrings_index; in cff_slot_load() local
485 if ( csindex->offsets ) in cff_slot_load()
487 glyph->root.control_data = csindex->bytes + in cff_slot_load()
488 csindex->offsets[glyph_index] - 1; in cff_slot_load()
/third_party/freetype/src/cff/
Dcffgload.c557 CFF_Index csindex = &cff->charstrings_index; in cff_slot_load() local
560 if ( csindex->offsets ) in cff_slot_load()
562 glyph->root.control_data = csindex->bytes + in cff_slot_load()
563 csindex->offsets[glyph_index] - 1; in cff_slot_load()