Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 20 of 20) sorted by relevance

/interface/sdk_c/multimedia/image_framework/include/
Dimage_pixel_map_mdk.h224 int32_t OH_PixelMap_CreateAlphaPixelMap(napi_env env, napi_value source, napi_value* alpha);
288 int32_t OH_PixelMap_IsSupportAlpha(const NativePixelMap* native, int32_t* alpha);
305 int32_t OH_PixelMap_SetAlphaAble(const NativePixelMap* native, int32_t alpha);
/interface/sdk-js/api/
D@ohos.graphics.common2D.d.ts41 alpha: number; property
D@ohos.graphics.drawing.d.ts779 setAlpha(alpha: number): void;
839 setAlpha(alpha: number): void;
D@ohos.effectKit.d.ts181 alpha: number; property
D@system.sensor.d.ts484 alpha: number; property
D@ohos.wallpaper.d.ts72 alpha: number; property
D@ohos.sensor.d.ts3179 alpha: number; property
/interface/sdk_c/graphic/graphic_2d/native_drawing/
Ddrawing_color.h58 uint32_t OH_Drawing_ColorSetArgb(uint32_t alpha, uint32_t red, uint32_t green, uint32_t blue);
Ddrawing_brush.h133 void OH_Drawing_BrushSetAlpha(OH_Drawing_Brush*, uint8_t alpha);
Ddrawing_pen.h133 void OH_Drawing_PenSetAlpha(OH_Drawing_Pen*, uint8_t alpha);
/interface/sdk-js/api/arkui/
DRenderNode.d.ts385 set shadowAlpha(alpha: number);
/interface/sdk_c/third_party/openGLES/GLES2/
Dgl2.h371 … void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
380 … void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
383 …GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
526 …ALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/interface/sdk_c/third_party/openGLES/GLES3/
Dgl3.h371 … void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
380 … void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
383 …GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
526 …ALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
Dgl31.h371 … void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
380 … void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
383 …GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
526 …ALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
Dgl32.h371 … void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
380 … void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
383 …GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
526 …ALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
/interface/sdk-js/build-tools/api_check_plugin/plugin/
Ddictionaries_supplementary.txt24 alpha
Ddictionaries.txt1847 alpha
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/config/
Ddictionaries_supplementary.txt23 alpha
Ddictionaries.txt1847 alpha
/interface/sdk-js/api/@internal/component/ets/
Dcommon.d.ts3467 static opacity(alpha: number): TransitionEffect<"opacity">;