Home
last modified time | relevance | path

Searched defs:glyphbuf (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_win.cpp1189 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) in GDIGlyphbufferPointIter()
1231 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) in GDIPolygonHeaderIter()
1359 void SkGDIGeometrySink::process(const uint8_t* glyphbuf, DWORD total_size) { in process()
1426 bool SkGDIGeometrySink::process(const uint8_t* glyphbuf, DWORD total_size, in process()
1508 AutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath()
1566 AutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() local