Searched refs:glyphbuf (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 553 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf); 1320 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) in GDIGlyphbufferPointIter() argument 1321 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter() in GDIGlyphbufferPointIter() 1362 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) in GDIPolygonHeaderIter() argument 1363 : fCurPolygon(reinterpret_cast<const TTPOLYGONHEADER*>(glyphbuf)) in GDIPolygonHeaderIter() 1364 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, 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() argument 1461 const uint8_t* cur_glyph = glyphbuf; in sk_path_from_gdi_path() 1462 const uint8_t* end_glyph = glyphbuf + 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() argument [all …]
|