Searched refs:fontID (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/ports/ |
D | SkTypeface_win_dw.h | 39 DWriteFontTypeface(const SkFontStyle& style, SkFontID fontID, 46 : SkTypeface(style, fontID, false) in SkTypeface() argument 80 SkFontID fontID = SkTypefaceCache::NewFontID(); 81 return new DWriteFontTypeface(get_style(font), fontID, factory, fontFace, font, fontFamily,
|
D | SkFontHost_FreeType.cpp | 238 SkFaceRec(SkStreamAsset* strm, uint32_t fontID); 261 SkFaceRec::SkFaceRec(SkStreamAsset* stream, uint32_t fontID) in SkFaceRec() argument 262 : fNext(nullptr), fSkStream(stream), fRefCnt(1), fFontID(fontID) in SkFaceRec() 307 const SkFontID fontID = typeface->uniqueID(); in ref_ft_face() local 310 if (rec->fFontID == fontID) { in ref_ft_face() 324 rec = new SkFaceRec(data->detachStream(), fontID); in ref_ft_face() 340 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID)); in ref_ft_face()
|
/external/skia/src/pdf/ |
D | SkPDFCanon.cpp | 55 SkPDFFont* SkPDFCanon::findFont(uint32_t fontID, in findFont() argument 64 fFontRecords[i].fGlyphID, fontID, glyphID); in findFont() 75 void SkPDFCanon::addFont(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID) { in addFont() argument 78 rec->fFontID = fontID; in addFont()
|
D | SkPDFCanon.h | 61 SkPDFFont* findFont(uint32_t fontID, 64 void addFont(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
|
D | SkPDFFont.h | 194 static bool Find(uint32_t fontID, uint16_t glyphID, int* index);
|
D | SkPDFFont.cpp | 802 const uint32_t fontID = typeface->uniqueID(); in GetFontResource() local 805 if (SkPDFFont* pdfFont = canon->findFont(fontID, glyphID, &relatedFont)) { in GetFontResource() 851 canon->addFont(font, fontID, font->fFirstGlyphID); in GetFontResource()
|
/external/skia/tools/lua/ |
D | glyph-usage.lua | 123 local fontID = round(k / 1000) 124 local size = k - fontID * 1000
|
/external/skia/src/doc/ |
D | SkDocument_PDF.cpp | 294 SkFontID fontID = fontResources[font]->typeface()->uniqueID(); 295 if (seenFonts.find(fontID) == -1) { 297 seenFonts.push(fontID);
|
/external/skia/tests/ |
D | FontHostTest.cpp | 174 SkFontID fontID = face->uniqueID(); in test_tables() local 175 REPORTER_ASSERT(reporter, fontID); in test_tables()
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 18 SkTypeface::SkTypeface(const SkFontStyle& style, SkFontID fontID, bool isFixedPitch) in SkTypeface() argument 19 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmac.c | 426 *sfnt_id = EndianS16_BtoN( assoc->fontID ); in parse_fond() 431 *sfnt_id = EndianS16_BtoN( base_assoc->fontID ); in parse_fond()
|