Searched refs:glyphbuf (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_win.cpp551 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1323 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) argument
1324 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter()
1362 /** Iterates over all of the polygon headers in a glyphbuf. */
1365 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) argument
1366 : fCurPolygon(reinterpret_cast<const TTPOLYGONHEADER*>(glyphbuf))
1367 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, total_size))
1463 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) { argument
1464 const uint8_t* cur_glyph = glyphbuf;
1465 const uint8_t* end_glyph = glyphbuf
1520 sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size, GDIGlyphbufferPointIter hintedYs) argument
1588 getGDIGlyphPath(const SkGlyph& glyph, UINT flags, SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) argument
[all...]

Completed in 78 milliseconds