/third_party/skia/third_party/externals/libpng/ |
H A D | pngget.c | 893 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 D | pngtest.c | 1243 png_charpp params; in test_one_file() local 1248 &nparams, &units, ¶ms) != 0) in test_one_file() 1251 nparams, units, params); in test_one_file()
|
/third_party/skia/tests/ |
H A D | SerializationTest.cpp | 407 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 D | cffobjs.c | 508 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 D | reg.py | 465 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 D | builder_type_test.cc | 563 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 D | reg.py | 466 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 D | test_headerregistry.py | 254 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 D | es2aTextureFilteringTests.cpp | 230 // 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 D | es3aTextureFilteringTests.cpp | 220 // 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 D | ability_scheduler_proxy.cpp | 1073 void AbilitySchedulerProxy::DumpAbilityInfo(const std::vector<std::string> ¶ms, 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 D | data_ability_manager.cpp | 564 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 D | arkts_native_checkbox_bridge.cpp | 355 panda::Local<panda::JSValueRef> params[2] = { context, checkbox };
in SetContentModifierBuilder() 362 auto result = func->Call(vm, jsObject, params, 2);
in SetContentModifierBuilder()
|
H A D | arkts_native_radio_bridge.cpp | 347 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 D | arkts_native_gauge_bridge.cpp | 495 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 D | arkts_native_text_clock_bridge.cpp | 359 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 D | ui_content_impl.cpp | 563 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 D | ace_ability.cpp | 547 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 D | js_animator.cpp | 125 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 D | js_text_line.cpp | 200 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 D | napi_media_description.cpp | 343 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 D | player_client.cpp | 650 int32_t Player::PlayerClient::SetParameter(const Format ¶ms) in SetParameter() argument 656 std::map<std::string, FormatData *> formatParam = params.GetFormatMap(); in SetParameter()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_service_proxy.cpp | 469 for (const auto ¶ms : value) { in OnDataChange() 470 params.observer->OnChange(origin, primaries, --size > 0 ? ChangeInfo(info) : std::move(info)); in OnDataChange()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec.c | 628 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 D | dc210.c | 997 /* 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()
|