Home
last modified time | relevance | path

Searched +defs:w +defs:p (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js24 constructor(v, w, x, y = -1, z = undefined, a1) { argument
144 const p = await abilityManager.isEmbeddedOpenAllowed(this.context, this.appId); constant
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_utils.h27 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size()
48 const uint8_t* p = reinterpret_cast<const uint8_t*>(&param); in AppendToVector() local
H A Dhencoder.cpp268 int32_t w = 0; in OnConfigureBuffer() local
286 int8_t* p = reinterpret_cast<int8_t*>(&param); in OnConfigureBuffer() local
407 uint32_t w = def.format.video.nFrameWidth; in UpdateInPortFormat() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp275 int w = 151; variable
299 Pixmap p; variable
317 int32_t w = 151; variable
355 Pixmap p = bitmap->GetPixmap(); variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_resource_cache.h105 RenderTexturePtr RequestTexture(RenderContext *ctx, GLsizei w, GLsizei h, GLenum interFmt) in RequestTexture()
185 delete p; in RecycleTexture() local
221 UINT64 GetTexTag(GLsizei w, GLsizei h, GLenum interFmt) in GetTexTag()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp111 float *p = mat_[row1]; in SwapRow() local
325 Vector3 TransformWithPerspDiv(const Vector3& vec, const Matrix4& mat, float w) in TransformWithPerspDiv()
345 Vector2 GetOriginScreenPoint(const Vector2& p, const Matrix4& mat) in GetOriginScreenPoint()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.cpp210 RogPortrait p; in ReadXmlNode() local
217 RogPortrait p; in ReadXmlNode() local
224 RogLandscape p; in ReadXmlNode() local
231 RogLandscape p; in ReadXmlNode() local
406 ROGSetting* LCDModel::GetRog(const int w, const int h) const in GetRog() argument
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp28 for (const auto &p : m) { in GetMapValueSize() local
148 for (const auto &p : node.value) { in WriteCacheToJsonValue() local
206 std::ofstream w(fileName_); in Write() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_obj_abs_geometry.cpp222 float w = trans_->quaternion_[3]; in UpdateAbsMatrix3D() local
322 std::vector<Drawing::Point> p(RECT_POINT_NUM); in MapRect() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h41 inline uint32_t GetYuv420Size(uint32_t w, uint32_t h) in GetYuv420Size()
216 int8_t* p = reinterpret_cast<int8_t*>(&param); variable
237 const int8_t* p = reinterpret_cast<const int8_t*>(&param); variable
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c90 int OpensslBnSetWord(BIGNUM *a, unsigned int w) in OpensslBnSetWord()
200 EC_GROUP *OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupNewCurveGfp()
247 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp()
591 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
732 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors()
1301 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()
1346 int OpensslAsn1StringLength(ASN1_OCTET_STRING *p) in OpensslAsn1StringLength()
1351 const unsigned char *OpensslAsn1StringGet0Data(ASN1_OCTET_STRING *p) in OpensslAsn1StringGet0Data()
1406 int OpensslEcOct2Point(const EC_GROUP *group, EC_POINT *p, const unsigned char *buf, size_t len, BN… in OpensslEcOct2Point()
1411 int OpensslEcPointSetAffineCoordinates(const EC_GROUP *group, EC_POINT *p, in OpensslEcPointSetAffineCoordinates()
[all …]
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c161 int OpensslBnSetWord(BIGNUM *a, unsigned int w) in OpensslBnSetWord()
329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp()
361 EC_GROUP *OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupNewCurveGfp()
938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
1135 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors()
1849 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()
1943 int OpensslEcOct2Point(const EC_GROUP *group, EC_POINT *p, const unsigned char *buf, size_t len, BN… in OpensslEcOct2Point()
1951 int OpensslEcPointSetAffineCoordinates(const EC_GROUP *group, EC_POINT *p, in OpensslEcPointSetAffineCoordinates()
1960 int OpensslEcPointGetAffineCoordinates(const EC_GROUP *group, const EC_POINT *p, in OpensslEcPointGetAffineCoordinates()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp851 static inline SkSize EllipseRadius(const SkPoint& p, float ratio) in EllipseRadius()
863 static inline RSSize EllipseRadius(const RSPoint& p, float ratio) in EllipseRadius()
2030 float w = paintSize_.Width(); in GetInnerRRect() local
2057 float w = paintSize_.Width(); in GetInnerRRect() local
2102 float w = paintSize_.Width() - (leftW + rightW) / 2.0f; in GetClipRRect() local
2129 float w = paintSize_.Width() - (leftW + rightW) / 2.0f; in GetClipRRect() local
2420 float w = std::max(0.0, paintSize_.Width() - (leftW + rightW) / 2.0f); in PaintBorder() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …"path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefine… constant
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1288 constructor(t, u, v, w) { argument
1306 constructor(p, q, r) { argument
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp475 int w = ZERO; in HeapMemAlloc() local
1533 static uint32_t u8ToU32(const uint8_t* p) in HeapMemAlloc()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… method in _e.u
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …zlib"),d=require("net"),D=require("crypto"),p="undefined"!=typeof globalThis?globalThis:"undefined… variable