Home
last modified time | relevance | path

Searched defs:new_format (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GPOS/
DSinglePos.hh46 ValueFormat new_format; in serialize() local
90 unsigned new_format) in SinglePos_serialize()
DSinglePosFormat2.hh158 unsigned new_format = 0; in compute_effective_format() local
197 unsigned new_format = compute_effective_format (c->plan->source, it, in subset() local
DSinglePosFormat1.hh150 unsigned new_format = valueFormat; in subset() local
DValueFormat.hh179 unsigned int new_format = 0; in get_effective_format() local
/third_party/rust/rust/tests/ui/lifetimes/
Dbare-trait-object-borrowck.rs14 pub fn new_format<'a, I, F>(iter: I, separator: &'a str, f: F) -> FormatWith<'a, I, F> in new_format() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_format.c10 enum pipe_format new_format; in zink_decompose_vertex_format() local
Dzink_state.c83 enum pipe_format new_format = zink_decompose_vertex_format(elem->src_format); in zink_create_vertex_elements_state() local
Dzink_screen.c1417 enum pipe_format new_format = zink_decompose_vertex_format(format); in zink_is_format_supported() local
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c213 FT_Bool new_format; in fnt_font_load() local
1008 FT_Bool new_format; in FNT_Load_Glyph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_helper.cc137 bool NeedNDInput(const CNodePtr &cnode, const AnfNodePtr &input_node, const std::string &new_format, in NeedNDInput()
194 auto new_format = input_format; in GetInputBuildInfo() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp743 Format* new_format = newFormat.clone(); in setFormat() local
793 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp744 Format* new_format = newFormat.clone(); in setFormat() local
794 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp743 Format* new_format = newFormat.clone(); in setFormat() local
793 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Ddecrease_transpose_algo.cc715 mindspore::Format new_format; in ModifyCNodeFormat() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/kernel_builder/ascend/akg/
Dcustom.py102 def update_format(formats, new_format): argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1575 enum pipe_format new_format = format; in pan_legalize_format() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh178 unsigned int new_format = 0; in get_effective_format() local
1021 ValueFormat new_format = src->get_value_format (); in serialize() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1670 NumberFormat new_format; in FormatOutOfCountryKeepingAlphaChars() local
/third_party/mesa3d/src/mesa/main/
Dvarray.c842 union gl_vertex_format_user new_format; in _mesa_update_array_format() local
Dteximage.c4622 enum pipe_format new_format = st_choose_format(ctx->st, internalFormat, in copyteximage() local
/third_party/ffmpeg/fftools/
Dffplay.c825 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()