Home
last modified time | relevance | path

Searched refs:fontID (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFType1Font.cpp259 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()
DSkPDFFont.cpp198 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/flutter/skia/src/pdf/
DSkPDFType1Font.cpp259 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()
DSkPDFFont.cpp199 uint64_t fontID = (static_cast<uint64_t>(SkTypeface::UniqueID(face)) << 16) | subsetCode; in GetFontResource() local
201 if (SkPDFFont* found = doc->fFontMap.find(fontID)) { in GetFontResource()
223 fontID, SkPDFFont(std::move(typeface), firstNonZeroGlyph, lastGlyph, type, ref)); in GetFontResource()
/third_party/ffmpeg/libavcodec/
Dmovtextdec.c56 uint16_t fontID; member
70 uint16_t fontID; member
188 m->d.fontID = bytestream_get_be16(&tx3g_ptr); in mov_text_tx3g()
220 m->ftab[i].fontID = bytestream_get_be16(&tx3g_ptr); in mov_text_tx3g()
221 if (m->ftab[i].fontID == m->d.fontID) in mov_text_tx3g()
372 if (style->style_fontID != m->d.fontID) in text_to_ass()
374 if (style->style_fontID == m->ftab[i].fontID) in text_to_ass()
Dmovtextenc.c509 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/flutter/skia/tools/lua/
Dglyph-usage.lua123 local fontID = round(k / 1000)
124 local size = k - fontID * 1000
/third_party/flutter/skia/tests/
DFontHostTest.cpp129 SkFontID fontID = face->uniqueID(); in test_tables() local
130 REPORTER_ASSERT(reporter, fontID); in test_tables()
/third_party/skia/tests/
DFontHostTest.cpp129 SkFontID fontID = face->uniqueID(); in test_tables() local
130 REPORTER_ASSERT(reporter, fontID); in test_tables()
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType.cpp316 SkFaceRec(std::unique_ptr<SkStreamAsset> stream, uint32_t fontID);
339 SkFaceRec::SkFaceRec(std::unique_ptr<SkStreamAsset> stream, uint32_t fontID) in SkFaceRec() argument
340 : fNext(nullptr), fSkStream(std::move(stream)), fRefCnt(1), fFontID(fontID) in SkFaceRec()
399 const SkFontID fontID = typeface->uniqueID(); in ref_ft_face() local
402 if (cachedRec->fFontID == fontID) { in ref_ft_face()
415 std::unique_ptr<SkFaceRec> rec(new SkFaceRec(data->detachStream(), fontID)); in ref_ft_face()
433 SK_TRACEFTR(err, "unable to open font '%x'", fontID); in ref_ft_face()
/third_party/flutter/skia/src/core/
DSkScalerContext.h309 static SkDescriptor* MakeDescriptorForPaths(SkFontID fontID,
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftmac.c427 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond()
432 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
/third_party/freetype/src/base/
Dftmac.c426 *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/src/base/
Dftmac.c426 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond()
431 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
/third_party/freetype/builds/mac/
Dftmac.c759 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond()
764 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
/third_party/flutter/skia/third_party/externals/freetype/builds/mac/
Dftmac.c760 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond()
765 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
/third_party/skia/third_party/externals/freetype/builds/mac/
Dftmac.c759 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond()
764 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.237754 fontSize, fontID at each entry of FontAssociation table, and
/third_party/freetype/
DChangeLog.237754 fontSize, fontID at each entry of FontAssociation table, and
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.237754 fontSize, fontID at each entry of FontAssociation table, and