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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp567 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1395 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) argument
1396 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter()
1434 /** Iterates over all of the polygon headers in a glyphbuf. */
1437 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) argument
1438 : fCurPolygon(reinterpret_cast<const TTPOLYGONHEADER*>(glyphbuf))
1439 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, total_size))
1535 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) { argument
1536 const uint8_t* cur_glyph = glyphbuf;
1537 const uint8_t* end_glyph = glyphbuf
1592 sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size, GDIGlyphbufferPointIter hintedYs) argument
1660 getGDIGlyphPath(const SkGlyph& glyph, UINT flags, SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) argument
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp567 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1427 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) argument
1428 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter()
1466 /** Iterates over all of the polygon headers in a glyphbuf. */
1469 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) argument
1470 : fCurPolygon(reinterpret_cast<const TTPOLYGONHEADER*>(glyphbuf))
1471 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, total_size))
1567 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) { argument
1568 const uint8_t* cur_glyph = glyphbuf;
1569 const uint8_t* end_glyph = glyphbuf
1624 sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size, GDIGlyphbufferPointIter hintedYs) argument
1692 getGDIGlyphPath(const SkGlyph& glyph, UINT flags, SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) argument
[all...]

Completed in 107 milliseconds