Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkFontHost_win.cpp575 SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf);
1178 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) in GDIGlyphbufferPointIter() argument
1179 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter() in GDIGlyphbufferPointIter()
1217 /** Iterates over all of the polygon headers in a glyphbuf. */
1220 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) in GDIPolygonHeaderIter() argument
1221 : fCurPolygon(reinterpret_cast<const TTPOLYGONHEADER*>(glyphbuf)) in GDIPolygonHeaderIter()
1222 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, total_size)) in GDIPolygonHeaderIter()
1339 void process(const uint8_t* glyphbuf, DWORD total_size);
1345 bool process(const uint8_t* glyphbuf, DWORD total_size, GDIGlyphbufferPointIter hintedYs);
1348 void SkGDIGeometrySink::process(const uint8_t* glyphbuf, DWOR argument
1415 process(const uint8_t* glyphbuf, DWORD total_size, GDIGlyphbufferPointIter hintedYs) process() argument
1496 getGDIGlyphPath(SkGlyphID glyph, UINT flags, SkAutoSTMalloc<BUFFERSIZE, uint8_t>* glyphbuf) getGDIGlyphPath() argument
[all...]

Completed in 3 milliseconds