Searched refs:var_store (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gdef-table.hh | 149 const VariationStore &var_store) const in get_caret_value() 152 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value() 153 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value() 178 const VariationStore &var_store) const in get_caret_value() 183 case 3: return u.format3.get_caret_value (font, direction, var_store); in get_caret_value() 216 const VariationStore &var_store, in get_lig_carets() 226 caret_array[i] = (this+array[i]).get_caret_value (font, direction, glyph_id, var_store); in get_lig_carets() 252 const VariationStore &var_store, in get_lig_carets() 265 …return lig_glyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, … in get_lig_carets()
|
D | hb-ot-layout-base-table.hh | 89 const VariationStore &var_store, in get_coord() 94 device.get_y_delta (font, var_store) : in get_coord() 95 device.get_x_delta (font, var_store)); in get_coord() 120 const VariationStore &var_store, in get_coord() 126 case 3: return u.format3.get_coord (font, var_store, direction); in get_coord() 506 const VariationStore &var_store = get_var_store (); in get_min_max() local 507 if (likely (min && min_coord)) *min = min_coord->get_coord (font, var_store, direction); in get_min_max() 508 if (likely (max && max_coord)) *max = max_coord->get_coord (font, var_store, direction); in get_min_max()
|
D | hb-ot-layout-gpos-table.hh | 135 const VariationStore &store = c->var_store; in apply_value() 306 *x += (this+xDeviceTable).get_x_delta (font, c->var_store); in get_anchor() 308 *y += (this+yDeviceTable).get_y_delta (font, c->var_store); in get_anchor()
|
D | hb-ot-layout-gsubgpos.hh | 462 const VariationStore &var_store; member 487 var_store (gdef.get_var_store ()), in hb_ot_apply_context_t()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-variable-scope.pbtxt | 59 …argspec: "args=[\'self\', \'var_store\', \'name\', \'shape\', \'dtype\', \'initializer\', \'regula…
|
/external/tensorflow/tensorflow/python/ops/ |
D | variable_scope.py | 1174 var_store, argument 1227 return var_store.get_variable( 1246 var_store, argument 1302 return var_store._get_partitioned_variable(
|