Searched refs:fontID (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/pdf/ |
H A D | SkPDFType1Font.cpp | 259 SkFontID fontID = typeface->uniqueID(); in type_1_glyphnames() local 260 const std::vector<SkString>* glyphNames = canon->fType1GlyphNames.find(fontID); in type_1_glyphnames() 264 glyphNames = canon->fType1GlyphNames.set(fontID, std::move(names)); in type_1_glyphnames() 272 SkFontID fontID = typeface->uniqueID(); in type1_font_descriptor() local 273 if (SkPDFIndirectReference* ptr = doc->fFontDescriptors.find(fontID)) { in type1_font_descriptor() 278 doc->fFontDescriptors.set(fontID, fontDescriptor); in type1_font_descriptor()
|
H A D | SkPDFFont.cpp | 198 uint64_t fontID = (static_cast<uint64_t>(SkTypeface::UniqueID(face)) << 16) | subsetCode; in GetFontResource() local 200 if (SkPDFFont* found = doc->fFontMap.find(fontID)) { in GetFontResource() 222 fontID, SkPDFFont(std::move(typeface), firstNonZeroGlyph, lastGlyph, type, ref)); in GetFontResource()
|
/third_party/skia/tests/ |
H A D | FontHostTest.cpp | 129 SkFontID fontID = face->uniqueID(); in test_tables() local 130 REPORTER_ASSERT(reporter, fontID); in test_tables()
|
/third_party/ffmpeg/libavcodec/ |
H A D | movtextenc.c | 299 bytestream_put_be16(&p, i + 1); //fontID in encode_sample_description() 509 int fontID = find_font_id(s, name); in mov_text_font_name_set() local 510 if (s->style_attributes_temp.style_fontID == fontID) { in mov_text_font_name_set() 515 s->style_attributes_temp.style_fontID = fontID; in mov_text_font_name_set()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmac.c | 426 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond() 431 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
H A D | ftmac.c | 759 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond() 764 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
|
Completed in 8 milliseconds