/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/font/ |
H A D | cj_font_ffi.cpp | 43 NativeOptionFontInfo FfiFontManagerGetFontByName(const char* fontName) in FfiFontManagerGetFontByName() argument
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | GnomeFontMap.cpp | 35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument
|
H A D | GDIFontMap.cpp | 33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument
|
H A D | FontMap.cpp | 44 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; in FontMap() local 131 le_int32 FontMap::getFontIndex(const char *fontName) in getFontIndex() argument
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | GDIFontMap.cpp | 33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument
|
H A D | GnomeFontMap.cpp | 35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument
|
H A D | FontMap.cpp | 44 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; in FontMap() local 131 le_int32 FontMap::getFontIndex(const char *fontName) in getFontIndex() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontInfoMain.java | 231 private static String prependDataAndBuildCsv(String[] arr, String fontName, int fontIndex) { in prependDataAndBuildCsv() argument
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_manager.cpp | 34 int8_t GlyphsManager::SetFile(const char* fontName, int32_t fp, uint32_t start, uint16_t fileType) in SetFile() argument 61 int8_t GlyphsManager::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion() argument
|
H A D | glyphs_file.cpp | 105 void GlyphsFile::SetFontName(const char* fontName) in SetFontName() argument 133 int8_t GlyphsFile::SetFile(const char* fontName, int32_t fp, uint32_t start) in SetFile() argument 190 bool GlyphsFile::IsSameFile(const char* fontName) in IsSameFile() argument 253 GetFontVersion(const char* fontName, char* version, uint8_t len) GetFontVersion() argument [all...] |
/third_party/skia/src/utils/ |
H A D | SkShaperJSONWriter.cpp | 72 SkString fontName; in commitRunBuffer() local
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkShaperJSONWriter.cpp | 79 SkString fontName; in commitRunBuffer() local
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | font_manager.cpp | 160 bool FontManager::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont() argument
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | xmlreader.cpp | 177 char *fontName = NULL; in readTestFile() local
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | xmlreader.cpp | 173 char *fontName = NULL; in readTestFile() local
|
H A D | cletest.c | 398 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument 442 doTestCase(const char *testID, const char *fontName, const char *fontVersion, const char *fontChecksum, le_int32 scriptCode, le_int32 languageCode, const LEUnicode *text, le_int32 charCount, TestResult *expected) doTestCase() argument
|
H A D | gendata.cpp | 43 const char *fontName; member 237 char *fontName = getCString(element->getAttribute(name_attr)); in main() local [all...] |
H A D | letest.cpp | 541 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) in openFont() argument 641 char *fontName = getCString(element->getAttribute(name_attr)); in DataDrivenTest() local
|
/third_party/skia/src/sfnt/ |
H A D | SkOTUtils.cpp | 41 SkData* SkOTUtils::RenameFont(SkStreamAsset* fontData, const char* fontName, int fontNameLen) { in RenameFont() argument
|
/third_party/skia/gm/ |
H A D | fontmgr.cpp | 43 drawCharacter(SkCanvas* canvas, uint32_t character, SkScalar x, SkScalar y, const SkFont& origFont, SkFontMgr* fm, const char* fontName, const char* bcp47[], int bcp47Count, const SkFontStyle& fontStyle) drawCharacter() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 402 NativeOptionFontInfo CJFrontendAbstract::GetSystemFont(const std::string& fontName) in GetSystemFont() argument
|
/foundation/arkui/ace_engine/interfaces/napi/kits/font/ |
H A D | js_font.cpp | 145 char fontName[STR_BUFFER_SIZE] = { 0 }; in JSgetFontByName() local
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 294 const char* fontName; member
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.cpp | 315 std::string fontName = fontSet_[i].substr(idx + 1, fontSet_[i].size() - idx - 1); in SetFontDescriptor() local 445 std::unique_ptr<FontParser::FontDescriptor> FontParser::ParseFontDescriptor(const std::string& fontName, in ParseFontDescriptor() argument 486 std::unique_ptr<FontParser::FontDescriptor> FontParser::GetVisibilityFontByName(const std::string& fontName, in GetVisibilityFontByName() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmac.c | 175 FT_GetFileRef_From_Mac_ATS_Name( const char* fontName, in FT_GetFileRef_From_Mac_ATS_Name() argument [all...] |