Searched refs:OpenLayer (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/docs/zh-cn/design/ |
H A D | hdi-design-specifications.md | 185 int (*OpenLayer)(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId); 188 在调用OpenLayer接口时,根据入参layerInfo创建图层数据内存,并返回layerId; 194 对应以上OpenLayer接口,必须提供CloseLayer接口;
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | hi_fbdev.cpp | 86 static void OpenLayer(void) in OpenLayer() function 151 OpenLayer(); in HiFbdevInit()
|
/ohos5.0/drivers/peripheral/display/ |
H A D | README_zh.md | 76 …14"><a name="p8761658183714"></a><a name="p8761658183714"></a>int32_t (*OpenLayer)(uint32_t devId,… 274 if (g_displayTest.layerFuncs->OpenLayer != NULL) { 277 … ret = g_displayTest.layerFuncs->OpenLayer(g_displayTest.devId, &layInfo, &g_displayTest.layerId);
|
H A D | README.md | 76 …14"><a name="p8761658183714"></a><a name="p8761658183714"></a>int32_t (*OpenLayer)(uint32_t devId,… 274 if (g_displayTest.layerFuncs->OpenLayer != NULL) { 277 … ret = g_displayTest.layerFuncs->OpenLayer(g_displayTest.devId, &layInfo, &g_displayTest.layerId);
|
/ohos5.0/docs/en/design/ |
H A D | hdi-design-specifications.md | 158 int (*OpenLayer)(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId); 161 When **OpenLayer** is called, the graphics layer data memory is allocated based on the input parame…
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 349 …* <b>LayerInfo</b> must be passed to the {@link OpenLayer} function, which creates a layer based o…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 349 …* <b>LayerInfo</b> must be passed to the {@link OpenLayer} function, which creates a layer based o…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 349 …* <b>LayerInfo</b> must be passed to the {@link OpenLayer} function, which creates a layer based o…
|