Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp125 , glyphsUsed(NULL) { in TypefaceUse()
131 delete this->glyphsUsed; in ~TypefaceUse()
339 current->glyphsUsed->exportTo(&keepList); in subset_typeface()
1937 newTypefaceUse.glyphsUsed = new SkBitSet(glyphCount); in CreateTypefaceUse()
2079 SkBitSet& glyphsUsed, in text_draw_init() argument
2101 procs.glyphUse = &glyphsUsed; in text_draw_init()
2137 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs); in drawText()
2188 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs); in drawPosText()
/external/skia/src/device/xps/
DSkXPSDevice.cpp126 , glyphsUsed(NULL) { in TypefaceUse()
132 delete this->glyphsUsed; in ~TypefaceUse()
340 current->glyphsUsed->exportTo(&keepList); in subset_typeface()
2091 newTypefaceUse.glyphsUsed = new SkBitSet(glyphCount); in CreateTypefaceUse()
2233 SkBitSet& glyphsUsed, in text_draw_init() argument
2255 procs.glyphUse = &glyphsUsed; in text_draw_init()
2291 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs); in drawText()
2342 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs); in drawPosText()
/external/chromium_org/third_party/skia/include/device/xps/
DSkXPSDevice.h155 SkBitSet* glyphsUsed; variable
/external/skia/include/device/xps/
DSkXPSDevice.h153 SkBitSet* glyphsUsed; variable