Searched defs:glyphbuf (Results 1 – 1 of 1) sorted by relevance
1320 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) in GDIGlyphbufferPointIter()1362 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) in GDIPolygonHeaderIter()1460 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) { in sk_path_from_gdi_path()1517 static bool sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size, in sk_path_from_gdi_paths()1586 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) in getGDIGlyphPath()1642 SkAutoSTMalloc<BUFFERSIZE, uint8_t> glyphbuf(BUFFERSIZE); in generatePath() local