Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkFontHost_win.cpp1178 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) in GDIGlyphbufferPointIter()
1220 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) in GDIPolygonHeaderIter()
1348 void SkGDIGeometrySink::process(const uint8_t* glyphbuf, DWORD total_size) { in process()
1415 bool SkGDIGeometrySink::process(const uint8_t* glyphbuf, DWORD total_size, in process()
1497 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath()
1553 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() local