Home
last modified time | relevance | path

Searched defs:fontID (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFType1Font.cpp259 SkFontID fontID = typeface->uniqueID(); in type_1_glyphnames() local
272 SkFontID fontID = typeface->uniqueID(); in type1_font_descriptor() local
DSkPDFFont.cpp198 uint64_t fontID = (static_cast<uint64_t>(SkTypeface::UniqueID(face)) << 16) | subsetCode; in GetFontResource() local
/third_party/flutter/skia/src/pdf/
DSkPDFType1Font.cpp259 SkFontID fontID = typeface->uniqueID(); in type_1_glyphnames() local
272 SkFontID fontID = typeface->uniqueID(); in type1_font_descriptor() local
DSkPDFFont.cpp199 uint64_t fontID = (static_cast<uint64_t>(SkTypeface::UniqueID(face)) << 16) | subsetCode; in GetFontResource() local
/third_party/ffmpeg/libavcodec/
Dmovtextdec.c56 uint16_t fontID; member
70 uint16_t fontID; member
Dmovtextenc.c509 int fontID = find_font_id(s, name); in mov_text_font_name_set() local
/third_party/flutter/skia/tests/
DFontHostTest.cpp129 SkFontID fontID = face->uniqueID(); in test_tables() local
/third_party/skia/tests/
DFontHostTest.cpp129 SkFontID fontID = face->uniqueID(); in test_tables() local
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType.cpp339 SkFaceRec::SkFaceRec(std::unique_ptr<SkStreamAsset> stream, uint32_t fontID) in SkFaceRec()
399 const SkFontID fontID = typeface->uniqueID(); in ref_ft_face() local