Searched refs:xpsFont (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/xps/ |
D | SkXPSDevice.h | 105 , xpsFont(std::move(xps)), glyphsUsed(numGlyphs) {} in TypefaceUse() 109 const SkTScopedComPtr<IXpsOMFontResource> xpsFont; variable
|
D | SkXPSDevice.cpp | 403 HRM(current.xpsFont->GetEmbeddingOption(&embedding), in subset_typeface() 407 HRM(current.xpsFont->GetPartName(&partUri), in subset_typeface() 410 HRM(current.xpsFont->SetContent( in subset_typeface() 1805 HRM(xpsFactory->CreateGlyphs(font->xpsFont.get(), &glyphs), "Could not create glyphs."); in AddGlyphs()
|
/external/skqp/src/xps/ |
D | SkXPSDevice.cpp | 125 , xpsFont(nullptr) in TypefaceUse() 130 this->xpsFont->Release(); in ~TypefaceUse() 410 HRM(current->xpsFont->GetEmbeddingOption(&embedding), in subset_typeface() 414 HRM(current->xpsFont->GetPartName(&partUri), in subset_typeface() 417 HRM(current->xpsFont->SetContent( in subset_typeface() 1872 newTypefaceUse.xpsFont = xpsFontResource.release(); 1896 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");
|
D | SkXPSDevice.h | 115 IXpsOMFontResource* xpsFont; variable
|