Home
last modified time | relevance | path

Searched refs:params (Results 4076 - 4100 of 4619) sorted by relevance

1...<<161162163164165166167168169170>>...185

/third_party/skia/third_party/externals/libpng/
H A Dpngget.c893 png_charp *units, png_charpp *params) in png_get_pCAL()
900 nparams != NULL && units != NULL && params != NULL) in png_get_pCAL()
908 *params = info_ptr->pcal_params; in png_get_pCAL()
891 png_get_pCAL(png_const_structrp png_ptr, png_inforp info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams, png_charp *units, png_charpp *params) png_get_pCAL() argument
H A Dpngtest.c1243 png_charpp params; in test_one_file() local
1248 &nparams, &units, &params) != 0) in test_one_file()
1251 nparams, units, params); in test_one_file()
/third_party/skia/tests/
H A DSerializationTest.cpp407 SkFontArguments params; in makeDistortableWithNonDefaultAxes() local
408 params.setVariationDesignPosition({position, SK_ARRAY_COUNT(position)}); in makeDistortableWithNonDefaultAxes()
412 sk_sp<SkTypeface> typeface = fm->makeFromStream(std::move(distortable), params); in makeDistortableWithNonDefaultAxes()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c508 FT_Parameter* params ) in FT_LOCAL_DEF()
557 error = sfnt->init_face( stream, face, face_index, num_params, params ); in FT_LOCAL_DEF()
582 num_params, params ); in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py465 params = cmd.findall('param')
495 n = len(params)
499 paramdecl += ''.join([t for t in params[i].itertext()])
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_type_test.cc563 auto params = GetParam(); in TEST_P() local
567 EXPECT_EQ(b.ConvertStorageClass(params.ast_class), params.result); in TEST_P()
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py466 params = cmd.findall('param')
496 n = len(params)
500 paramdecl += ''.join([t for t in params[i].itertext()])
/third_party/python/Lib/test/test_email/
H A Dtest_headerregistry.py254 self.assertEqual(h.params, parmdict)
256 h.params['abc'] = 'xyz' # make sure params is read-only.
858 self.assertEqual(h.params, parmdict)
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp230 // Setup params for reference. in iterate()
471 const ReferenceParams& params, in renderFaces()
509 renderer.renderQuad(0, &texCoord[0], params); in renderFaces()
511 sampleTexture(tcu::SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params); in renderFaces() local
467 renderFaces( const glw::Functions& gl, const tcu::SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor) renderFaces() argument
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp220 // Setup params for reference. in iterate()
480 const ReferenceParams& params, in renderFaces()
518 renderer.renderQuad(0, &texCoord[0], params); in renderFaces()
520 sampleTexture(tcu::SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params); in renderFaces() local
476 renderFaces( const glw::Functions& gl, const tcu::SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor) renderFaces() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_proxy.cpp1073 void AbilitySchedulerProxy::DumpAbilityInfo(const std::vector<std::string> &params, std::vector<std::string> &info) in DumpAbilityInfo() argument
1083 if (!data.WriteStringVector(params)) { in DumpAbilityInfo()
1084 TAG_LOGE(AAFwkTag::ABILITYMGR, "DumpAbilityRunner fail to write params"); in DumpAbilityInfo()
/foundation/ability/ability_runtime/services/abilitymgr/src/data_ability/
H A Ddata_ability_manager.cpp564 std::vector<std::string> params; in DumpClientInfo() local
565 record->GetScheduler()->DumpAbilityInfo(params, info); in DumpClientInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkbox_bridge.cpp355 panda::Local<panda::JSValueRef> params[2] = { context, checkbox }; in SetContentModifierBuilder()
362 auto result = func->Call(vm, jsObject, params, 2); in SetContentModifierBuilder()
H A Darkts_native_radio_bridge.cpp347 panda::Local<panda::JSValueRef> params[NUM_2] = { context, radio }; in SetContentModifierBuilder()
354 auto result = func->Call(vm, jsObject, params, NUM_2); in SetContentModifierBuilder()
H A Darkts_native_gauge_bridge.cpp495 panda::Local<panda::JSValueRef> params[NUM_2] = { context, gauge }; in SetContentModifierBuilder()
502 auto result = func->Call(vm, jsObject, params, NUM_2); in SetContentModifierBuilder()
H A Darkts_native_text_clock_bridge.cpp359 panda::Local<panda::JSValueRef> params[NUM_2] = { context, textClock }; in SetContentModifierBuilder()
366 auto result = func->Call(vm, jsObject, params, NUM_2); in SetContentModifierBuilder()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp563 void UIContentImpl::DumpInfo(const std::vector<std::string>& params, std::vector<std::string>& info) in DumpInfo() argument
567 container->Dump(params, info); in DumpInfo()
H A Dace_ability.cpp547 void AceAbility::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() argument
551 container->GetFrontend()->ReplacePage(url, params); in ReplacePage()
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp125 auto params = curveStr.substr(leftEmbracePosition + 1, curveStr.length() - leftEmbracePosition - 2); in ParseOptionToMotion() local
127 StringUtils::StringSplitter(params, ',', paramsVector); in ParseOptionToMotion()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/
H A Djs_text_line.cpp200 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnGetGlyphCount()
211 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnGetGlyphRuns()
216 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnGetGlyphRuns()
244 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnGetTextRange()
261 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnPaint()
268 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnPaint()
290 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnCreateTruncatedLine()
298 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnCreateTruncatedLine()
346 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params."); in OnGetTypographicBounds()
389 return NapiThrowError(env, TextErrorCode::ERROR_INVALID_PARAM, "Invalid params in OnGetImageBounds()
481 napi_value params[ARGC_THREE] = {jsOffset, jsIndex, jsLeadingEdge}; CallJsFunc() local
[all...]
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_media_description.cpp343 AAFwk::WantParams params = *extras; in SetExtras() local
344 auto status = NapiUtils::SetValue(env, params, property); in SetExtras()
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.cpp650 int32_t Player::PlayerClient::SetParameter(const Format &params) in SetParameter() argument
656 std::map<std::string, FormatData *> formatParam = params.GetFormatMap(); in SetParameter()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp469 for (const auto &params : value) { in OnDataChange()
470 params.observer->OnChange(origin, primaries, --size > 0 ? ChangeInfo(info) : std::move(info)); in OnDataChange()
/third_party/ffmpeg/libavformat/
H A Drtpdec.c628 const char *params) in ff_rtp_parse_set_crypto()
630 if (!ff_srtp_set_crypto(&s->srtp, suite, params)) in ff_rtp_parse_set_crypto()
627 ff_rtp_parse_set_crypto(RTPDemuxContext *s, const char *suite, const char *params) ff_rtp_parse_set_crypto() argument
/third_party/backends/backend/
H A Ddc210.c997 /* set params according to resolution settings */ in sane_control_option()
1104 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params) in sane_get_parameters() argument
1114 *params = parms; in sane_get_parameters()

Completed in 36 milliseconds

1...<<161162163164165166167168169170>>...185