Searched refs:xpsFont (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/device/xps/
H A DSkXPSDevice.h144 IXpsOMFontResource* xpsFont; member in class:SkXPSDevice::TypefaceUse
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp125 , xpsFont(NULL)
130 //xpsFont owns fontData ref
131 this->xpsFont->Release();
413 HRM(current->xpsFont->GetEmbeddingOption(&embedding),
417 HRM(current->xpsFont->GetPartName(&partUri),
420 HRM(current->xpsFont->SetContent(
1935 newTypefaceUse.xpsFont = xpsFontResource.release();
1959 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");

Completed in 47 milliseconds