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

/external/chromium_org/third_party/skia/include/device/xps/
H A DSkXPSDevice.h154 IXpsOMFontResource* xpsFont; member in class:SkXPSDevice::TypefaceUse
/external/skia/include/device/xps/
H A DSkXPSDevice.h152 IXpsOMFontResource* xpsFont; member in class:SkXPSDevice::TypefaceUse
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp124 , xpsFont(NULL)
129 //xpsFont owns fontData ref
130 this->xpsFont->Release();
412 HRM(current->xpsFont->GetEmbeddingOption(&embedding),
416 HRM(current->xpsFont->GetPartName(&partUri),
419 HRM(current->xpsFont->SetContent(
1932 newTypefaceUse.xpsFont = xpsFontResource.release();
1956 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");
/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(
2086 newTypefaceUse.xpsFont = xpsFontResource.release();
2110 HRM(xpsFactory->CreateGlyphs(font->xpsFont, &glyphs), "Could not create glyphs.");

Completed in 99 milliseconds