Home
last modified time | relevance | path

Searched refs:dh (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_key.h23 #include <openssl/dh.h>
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp100 const DataHeader* dh = reinterpret_cast<const DataHeader*>(buf); in LoadRule() local
101 const RBBIDataHeader* rbbidh = reinterpret_cast<const RBBIDataHeader*>(dataInBytes + dh->dataHeader.headerSize); in LoadRule()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp1061 uint32_t dh = currentHeight - newHeight; in LayerScaleDown() local
1062 auto halfdh = dh / 2; in LayerScaleDown()
1130 uint32_t dh = currentHeight - newHeight; in LayerScaleDown() local
1131 auto halfdh = dh / 2; in LayerScaleDown()
1189 uint32_t dh = dstHeight - newHeight; in LayerScaleFit() local
1190 auto halfdh = dh / 2; in LayerScaleFit()
H A Drs_uni_render_util.cpp390 uint32_t dh = currentHeight - newHeight; in SrcRectScaleDown() local
391 auto halfdh = dh / 2; in SrcRectScaleDown()
1665 uint32_t dh = currentHeight - newHeight; in LayerScaleDown() local
1666 auto halfdh = dh / 2; in LayerScaleDown()
1721 uint32_t dh = dstHeight - newHeight; in LayerScaleFit() local
1722 auto halfdh = dh / 2; in LayerScaleFit()
H A Drs_composer_adapter.cpp817 int32_t dh = currentHeight - newHeight; in LayerScaleDown() local
818 auto halfdh = dh / 2; in LayerScaleDown()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp145 const GLint dh = static_cast<const GLint>(dst.rect1.height); in DoBlit() local
147 dy = dfh - (dy + dh); in DoBlit()

Completed in 14 milliseconds