Home
last modified time | relevance | path

Searched refs:xpsFont (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/xps/
DSkXPSDevice.h105 , xpsFont(std::move(xps)), glyphsUsed(numGlyphs) {} in TypefaceUse()
109 const SkTScopedComPtr<IXpsOMFontResource> xpsFont; variable
DSkXPSDevice.cpp403 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/
DSkXPSDevice.cpp125 , 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.");
DSkXPSDevice.h115 IXpsOMFontResource* xpsFont; variable