Home
last modified time | relevance | path

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

/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()
1940 newTypefaceUse.glyphsUsed = new SkBitSet(glyphCount); in CreateTypefaceUse()
2082 SkBitSet& glyphsUsed, in text_draw_init() argument
2104 procs.glyphUse = &glyphsUsed; in text_draw_init()
2140 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs); in drawText()
2190 text_draw_init(paint, text, byteLen, *typeface->glyphsUsed, myDraw, procs); in drawPosText()
/external/skia/include/device/xps/
DSkXPSDevice.h145 SkBitSet* glyphsUsed; variable