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

  /external/harfbuzz_ng/src/
hb-ot-layout-base-table.hh 89 const VariationStore &var_store,
94 device.get_y_delta (font, var_store) :
95 device.get_x_delta (font, var_store));
120 const VariationStore &var_store,
126 case 3: return u.format3.get_coord (font, var_store, direction);
506 const VariationStore &var_store = get_var_store (); local
507 if (likely (min && min_coord)) *min = min_coord->get_coord (font, var_store, direction);
508 if (likely (max && max_coord)) *max = max_coord->get_coord (font, var_store, direction);
hb-ot-layout-gsubgpos.hh 462 const VariationStore &var_store; member in struct:OT::hb_ot_apply_context_t
487 var_store (gdef.get_var_store ()),
    [all...]

Completed in 2233 milliseconds