Searched defs:xpsGlyphs (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/xps/
H A DSkXPSDevice.cpp1892 XPS_GLYPH_INDEX* xpsGlyphs,
1931 if (xpsGlyphs) {
1932 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs),
2008 ProcessOneGlyph(FLOAT centemPerUnit, SkBitSet* glyphUse, GlyphRun* xpsGlyphs) argument
2011 , fXpsGlyphs(xpsGlyphs) { }
2072 GlyphRun xpsGlyphs; local
2073 xpsGlyphs.setReserve(num_glyph_guess(paint.getTextEncoding(),
2076 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs);
2082 if (xpsGlyphs.count() == 0) {
2087 xpsGlyphs[
1888 AddGlyphs(IXpsOMObjectFactory* xpsFactory, IXpsOMCanvas* canvas, TypefaceUse* font, LPCWSTR text, XPS_GLYPH_INDEX* xpsGlyphs, UINT32 xpsGlyphsLen, XPS_POINT *origin, FLOAT fontSize, XPS_STYLE_SIMULATION sims, const SkMatrix& transform, const SkPaint& paint) argument
2130 GlyphRun xpsGlyphs; local
[all...]
/external/skqp/src/xps/
H A DSkXPSDevice.cpp1892 XPS_GLYPH_INDEX* xpsGlyphs,
1931 if (xpsGlyphs) {
1932 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs),
2008 ProcessOneGlyph(FLOAT centemPerUnit, SkBitSet* glyphUse, GlyphRun* xpsGlyphs) argument
2011 , fXpsGlyphs(xpsGlyphs) { }
2072 GlyphRun xpsGlyphs; local
2073 xpsGlyphs.setReserve(num_glyph_guess(paint.getTextEncoding(),
2076 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs);
2082 if (xpsGlyphs.count() == 0) {
2087 xpsGlyphs[
1888 AddGlyphs(IXpsOMObjectFactory* xpsFactory, IXpsOMCanvas* canvas, TypefaceUse* font, LPCWSTR text, XPS_GLYPH_INDEX* xpsGlyphs, UINT32 xpsGlyphsLen, XPS_POINT *origin, FLOAT fontSize, XPS_STYLE_SIMULATION sims, const SkMatrix& transform, const SkPaint& paint) argument
2130 GlyphRun xpsGlyphs; local
[all...]

Completed in 119 milliseconds