/external/harfbuzz_ng/src/ |
D | hb-ot-layout-base-table.hh | 89 const VariationStore &var_store, in get_coord() 95 ? font->em_scale_y (coordinate) + device.get_y_delta (font, var_store) in get_coord() 96 : font->em_scale_x (coordinate) + device.get_x_delta (font, var_store); in get_coord() 123 const VariationStore &var_store, in get_coord() 129 case 3: return u.format3.get_coord (font, var_store, direction); in get_coord() 490 const VariationStore &var_store = get_var_store (); in get_min_max() local 491 if (likely (min && min_coord)) *min = min_coord->get_coord (font, var_store, direction); in get_min_max() 492 if (likely (max && max_coord)) *max = max_coord->get_coord (font, var_store, direction); in get_min_max()
|
D | hb-ot-layout-gdef-table.hh | 193 const VariationStore &var_store) const in get_caret_value() 196 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font, var_store) : in get_caret_value() 197 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font, var_store); in get_caret_value() 254 const VariationStore &var_store) const in get_caret_value() 259 case 3: return u.format3.get_caret_value (font, direction, var_store); in get_caret_value() 318 const VariationStore &var_store, in get_lig_carets() 327 …(const CaretValue &value) { return value.get_caret_value (font, direction, glyph_id, var_store); }) in get_lig_carets() 374 const VariationStore &var_store, in get_lig_carets() 387 …return lig_glyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, … in get_lig_carets()
|
D | hb-ot-var-hvar-table.hh | 172 var_store = &_var_store; in init() 173 inner_sets.resize (var_store->get_sub_table_count ()); in init() 178 inner_maps.resize (var_store->get_sub_table_count ()); in init() 236 const VariationStore *var_store; member 314 hvar_plan.var_store, in _subset()
|
D | hb-ot-var-avar-table.hh | 195 const auto &var_store = this+v2.varStore; in map_coords() local 196 auto *var_store_cache = var_store.create_cache (); in map_coords() 204 float delta = var_store.get_delta (varidx, coords, coords_length, var_store_cache); in map_coords()
|
D | hb-subset-plan.cc | 367 const OT::VariationStore *var_store = nullptr; in _collect_layout_variation_indices() local 377 var_store = &(gdef->get_var_store ()); in _collect_layout_variation_indices() 378 store_cache = var_store->create_cache (); in _collect_layout_variation_indices() 384 font, var_store, in _collect_layout_variation_indices() 394 var_store->destroy_cache (store_cache); in _collect_layout_variation_indices()
|
D | hb-ot-layout-common.hh | 229 const VariationStore *var_store; member 244 var_store (var_store_), in hb_collect_variation_indices_context_t() 3522 if (c->font && c->var_store) in collect_variation_index() 3523 delta = roundf (get_delta (c->font, *c->var_store, c->store_cache)); in collect_variation_index()
|
D | hb-ot-layout-gsubgpos.hh | 683 const VariationStore &var_store; member 713 var_store (gdef.get_var_store ()), in hb_ot_apply_context_t() 716 table_index == 1 && font->num_coords ? var_store.create_cache () : nullptr in hb_ot_apply_context_t()
|
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | AnchorFormat3.hh | 39 *x += (this+xDeviceTable).get_x_delta (font, c->var_store, c->var_store_cache); in get_anchor() 41 *y += (this+yDeviceTable).get_y_delta (font, c->var_store, c->var_store_cache); in get_anchor()
|
D | ValueFormat.hh | 117 const VariationStore &store = c->var_store; in apply_value()
|
/external/freetype/src/sfnt/ |
D | ttcolr.c | 137 GX_ItemVarStoreRec var_store; member 291 colr->var_store.dataCount = 0; in tt_face_load_colr() 292 colr->var_store.varData = NULL; in tt_face_load_colr() 293 colr->var_store.axisCount = 0; in tt_face_load_colr() 294 colr->var_store.regionCount = 0; in tt_face_load_colr() 295 colr->var_store.varRegionList = 0; in tt_face_load_colr() 330 &colr->var_store ); in tt_face_load_colr() 335 if ( colr->var_store.axisCount && var_idx_map_offset ) in tt_face_load_colr() 341 &colr->var_store, in tt_face_load_colr() 368 &colr->var_store ); in tt_face_load_colr() [all …]
|
/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ |
D | base.py | 473 var_store = vs._get_default_variable_store() # pylint: disable=protected-access 477 if hasattr(var_store, 'add_regularizer'): 478 var_store.add_regularizer(variable, regularizer)
|
/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 | 1273 var_store, argument 1326 return var_store.get_variable( 1345 var_store, argument 1401 return var_store._get_partitioned_variable(
|