Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 29) sorted by relevance

12

/interface/sdk-js/api/
D@ohos.arkui.componentUtils.d.ts322 z: number property
383 z: number property
474 z: number property
D@ohos.matrix4.d.ts147 z?: number; property
251 z?: number; property
407 z?: number; property
D@system.sensor.d.ts58 z: number; property
583 z: number; property
D@ohos.sensor.d.ts2136 z: number;
3026 z: number; property
3058 z: number; property
3090 z: number; property
3149 z: number; property
3241 z: number; property
3309 z: number; property
3341 z: number; property
3463 z: number; property
3495 z: number; property
D@ohos.window.d.ts1234 z?: number; property
1294 z?: number; property
/interface/sdk_c/third_party/musl/ndk_musl_include/
Dtgmath.h58 #define __RETCAST_3(x, y, z) ( \ argument
59 __type2(__IS_FP(x) && __IS_FP(y) && __IS_FP(z), \
60 __typeof__((x)+(y)+(z)), \
61 __typeof__((x)+(y)+(z)+1.0)))
73 #define __RETCAST_3(x, y, z) argument
117 #define __tg_real_remquo(x, y, z) (__RETCAST_2(x, y)( \ argument
118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
119 __LDBL((x)+(y)) ? remquol(x, y, z) : \
120 remquo(x, y, z) ))
122 #define __tg_real_fma(x, y, z) (__RETCAST_3(x, y, z)( \ argument
[all …]
/interface/sdk-js/api/@internal/component/ets/
Dpage_transition.d.ts330 translate(value: { x?: number | string; y?: number | string; z?: number | string }): T;
359 …scale(value: { x?: number; y?: number; z?: number; centerX?: number | string; centerY?: number | s…
Dcommon.d.ts2330 z?: number | string; property
2474 z?: number; property
2903 z?: number; property
/interface/sdk-js/api/arkui/
DGraphics.d.ts145 z: number;
/interface/sdk_c/docs/
Dhowto_add.md60 下面的例子中,ndk_library的目标名为"libsensor",但是输出的so名字为libsensor.z.so
66 output_extension = "so" # 设置动态库的后缀名,默认为z.so
Dcapi_naming.md78 #### 2.4.1 【建议】库文件放置在sysroot/usr/lib根目录,不用建子目录;文件名采用unix_like的命名规则,不用z.so结尾。
/interface/sdk_c/commonlibrary/memory_utils/libpurgeablemem/
DBUILD.gn23 output_extension = "z.so"
/interface/sdk_c/security/asset/
DBUILD.gn18 output_extension = "z.so"
/interface/sdk_c/security/huks/
DBUILD.gn18 output_extension = "z.so"
/interface/sdk-js/api/common/full/
Dviewmodel.d.ts518 translate3d(x: number, y: number, z: number): void;
566 translateZ(z: number): void;
604 scale3d(x: number, y: number, z: number): void;
652 scaleZ(z: number): void;
690 rotate3d(x: number, y: number, z: number, angle: number): void;
/interface/sdk_c/third_party/zlib/
DBUILD.gn113 output_name = "z"
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_hump.js37 return /^[a-z]+[0-9]*([A-Z][a-z0-9]*)*$/g.test(word);
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Dcheck_hump.ts56 return /^[a-z]+[0-9]*([A-Z][a-z0-9]*)*$/g.test(word);
/interface/sdk_c/third_party/openGLES/GLES2/
Dgl2ext.h2821 …ge, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat…
2827 …ge, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat…
2976 …d (GL_APIENTRYP PFNGLUNIFORM3I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);
2977 …P PFNGLUNIFORM4I64NVPROC) (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);
2984 …L_APIENTRYP PFNGLUNIFORM3UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);
2985 …GLUNIFORM4UI64NVPROC) (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);
2993 …OGRAMUNIFORM3I64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z);
2994 …64NVPROC) (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w);
3001 …MUNIFORM3UI64NVPROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z);
3002 …PROC) (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w);
[all …]
Dgl2.h500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z);
502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,…
643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
/interface/sdk_c/third_party/openGLES/GLES3/
Dgl3.h500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z);
502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,…
643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
1018 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLin…
1019 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, …
1123 GL_APICALL void GL_APIENTRY glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w);
1124 GL_APICALL void GL_APIENTRY glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint …
Dgl31.h500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z);
502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,…
643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
1018 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLin…
1019 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, …
1123 GL_APICALL void GL_APIENTRY glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w);
1124 GL_APICALL void GL_APIENTRY glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint …
Dgl32.h500 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB3FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z);
502 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIB4FPROC) (GLuint index, GLfloat x, GLfloat y, GLfloat z,…
643 GL_APICALL void GL_APIENTRY glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z);
645 GL_APICALL void GL_APIENTRY glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa…
1018 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4IPROC) (GLuint index, GLint x, GLint y, GLint z, GLin…
1019 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBI4UIPROC) (GLuint index, GLuint x, GLuint y, GLuint z, …
1123 GL_APICALL void GL_APIENTRY glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w);
1124 GL_APICALL void GL_APIENTRY glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint …
/interface/sdk_c/third_party/openSLES/api/1.0.1/
DOpenSLES.h1710 SLint32 z; member
/interface/sdk_c/third_party/openSLES/api/1.0/
DOpenSLES.h1704 SLint32 z; member

12