Home
last modified time | relevance | path

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

/external/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()
/external/skqp/tools/lua/
Dglyph-usage.lua123 local fontID = round(k / 1000)
124 local size = k - fontID * 1000
/external/skqp/src/pdf/
DSkPDFFont.cpp204 uint64_t fontID = (static_cast<uint64_t>(SkTypeface::UniqueID(face)) << 16) | subsetCode; in GetFontResource() local
206 if (SkPDFFont* found = doc->fFontMap.find(fontID)) { in GetFontResource()
228 fontID, SkPDFFont(std::move(typeface), firstNonZeroGlyph, lastGlyph, type, ref)); in GetFontResource()
451 SkFontID fontID = typeface->uniqueID(); in type_1_glyphnames() local
452 const std::vector<SkString>* glyphNames = canon->fType1GlyphNames.find(fontID); in type_1_glyphnames()
456 glyphNames = canon->fType1GlyphNames.set(fontID, std::move(names)); in type_1_glyphnames()
464 SkFontID fontID = typeface->uniqueID(); in type1_font_descriptor() local
465 if (SkPDFIndirectReference* ptr = doc->fFontDescriptors.find(fontID)) { in type1_font_descriptor()
470 doc->fFontDescriptors.set(fontID, fontDescriptor); in type1_font_descriptor()
/external/skia/tests/
DFontHostTest.cpp129 SkFontID fontID = face->uniqueID(); in test_tables() local
130 REPORTER_ASSERT(reporter, fontID); in test_tables()
/external/skqp/tests/
DFontHostTest.cpp173 SkFontID fontID = face->uniqueID(); in test_tables() local
174 REPORTER_ASSERT(reporter, fontID); in test_tables()
/external/skqp/src/ports/
DSkFontHost_FreeType.cpp292 SkFaceRec(std::unique_ptr<SkStreamAsset> stream, uint32_t fontID);
315 SkFaceRec::SkFaceRec(std::unique_ptr<SkStreamAsset> stream, uint32_t fontID) in SkFaceRec() argument
316 : fNext(nullptr), fSkStream(std::move(stream)), fRefCnt(1), fFontID(fontID) in SkFaceRec()
375 const SkFontID fontID = typeface->uniqueID(); in ref_ft_face() local
378 if (cachedRec->fFontID == fontID) { in ref_ft_face()
391 std::unique_ptr<SkFaceRec> rec(new SkFaceRec(data->detachStream(), fontID)); in ref_ft_face()
409 SK_TRACEFTR(err, "unable to open font '%x'", fontID); in ref_ft_face()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp330 SkFaceRec(std::unique_ptr<SkStreamAsset> stream, uint32_t fontID);
353 SkFaceRec::SkFaceRec(std::unique_ptr<SkStreamAsset> stream, uint32_t fontID) in SkFaceRec() argument
354 : fNext(nullptr), fSkStream(std::move(stream)), fRefCnt(1), fFontID(fontID) in SkFaceRec()
413 const SkFontID fontID = typeface->uniqueID(); in ref_ft_face() local
416 if (cachedRec->fFontID == fontID) { in ref_ft_face()
429 std::unique_ptr<SkFaceRec> rec(new SkFaceRec(data->detachStream(), fontID)); in ref_ft_face()
447 SK_TRACEFTR(err, "unable to open font '%x'", fontID); in ref_ft_face()
/external/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()
/external/skqp/src/core/
DSkScalerContext.h327 static SkDescriptor* MakeDescriptorForPaths(SkFontID fontID,
/external/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()
/external/freetype/
DChangeLog.237754 fontSize, fontID at each entry of FontAssociation table, and