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

/external/skia/src/ports/
H A DSkFontHost_win.cpp559 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1307 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) argument
1308 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter()
1346 /** Iterates over all of the polygon headers in a glyphbuf. */
1349 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) argument
1350 : fCurPolygon(reinterpret_cast<const TTPOLYGONHEADER*>(glyphbuf))
1351 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, total_size))
1447 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) { argument
1448 const uint8_t* cur_glyph = glyphbuf;
1449 const uint8_t* end_glyph = glyphbuf
1504 sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size, GDIGlyphbufferPointIter hintedYs) argument
1572 getGDIGlyphPath(SkGlyphID glyph, UINT flags, SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) argument
[all...]
/external/skqp/src/ports/
H A DSkFontHost_win.cpp559 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1307 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) argument
1308 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter()
1346 /** Iterates over all of the polygon headers in a glyphbuf. */
1349 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) argument
1350 : fCurPolygon(reinterpret_cast<const TTPOLYGONHEADER*>(glyphbuf))
1351 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, total_size))
1447 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) { argument
1448 const uint8_t* cur_glyph = glyphbuf;
1449 const uint8_t* end_glyph = glyphbuf
1504 sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size, GDIGlyphbufferPointIter hintedYs) argument
1572 getGDIGlyphPath(SkGlyphID glyph, UINT flags, SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) argument
[all...]

Completed in 213 milliseconds