Home
last modified time | relevance | path

Searched defs:face (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_register_font.cpp78 auto face = fc->LoadFontFromList(data, dataLength, familyName); in LoadFromFontCollection() local
83 auto face = fc->LoadFont(familyName, data, dataLength); in LoadFromFontCollection() local
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dspi_driver_test.c51 struct DeviceResourceIface *face = NULL; in SpiTestInitFromHcs() local
H A Dtimer_driver_test.c43 struct DeviceResourceIface *face = NULL; in TimerTestReadConfig() local
H A Di2s_test.c392 struct DeviceResourceIface *face = NULL; in I2sTestInitCodecFromHcs() local
428 struct DeviceResourceIface *face = NULL; in I2sTestInitFromHcs() local
H A Dregulator_test.c337 struct DeviceResourceIface *face = NULL; in RegulatorTestInitFromHcs() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_vector.h76 FT_Face face; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dfont_collection.cpp123 std::shared_ptr<Drawing::Typeface> face = CreateTypeFace(data, datalen); in LoadThemeFont() local
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streammetadatastub_fuzzer/
H A Dstream_metadata_stub_fuzzer.cpp97 const int32_t face = 0; in Test() local
/ohos5.0/foundation/arkui/ace_engine/test/resource/jscard/carddomclock/
H A Dcorrect.json59 "face": "common/clock_widget.png", string
H A Derror.json59 "face": "common/clock_widget.png", string
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp65 bool UIFontVector::IsColorEmojiFont(FT_Face& face) in IsColorEmojiFont()
76 int8_t SetupColorFont(FT_Face face, uint8_t fontSize) in SetupColorFont()
821 int8_t UIFontVector::LoadGlyphIntoFace(uint16_t& fontId, uint32_t unicode, FT_Face face, TextStyle … in LoadGlyphIntoFace()
929 void UIFontVector::ClearFontGlyph(FT_Face face) in ClearFontGlyph()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_constant.cpp29 napi_value face = nullptr; in AuthTypeConstructor() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base.cpp1539 GLenum face = 0; in StencilFuncSeparate() local
1602 GLenum face = 0; in StencilMaskSeparate() local
1657 GLenum face = 0; in StencilOpSeparate() local
H A Dwebgl_rendering_context_base_impl.cpp1910 napi_value WebGLRenderingContextBaseImpl::StencilMaskSeparate(napi_env env, GLenum face, GLuint mas… in StencilMaskSeparate()
1953 napi_env env, GLenum face, GLenum func, GLint ref, GLuint mask) in StencilFuncSeparate()
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_entry.cpp861 napi_value face = nullptr; in UserAuthTypeConstructor() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp503 const GLenum face = faceId[i]; // convert layer index to cube map face id. in BlitCube() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_vision_test/src/
H A Dmedialibrary_vision_test.cpp3268 int32_t face = GetInt32Val(FACE, resultSet); in TestCommitEditByFaceStatus() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2226 for (uint32_t face = 0; face < imageDesc.layerCount; ++face) { in PrepareImageData() local