HomeSort by relevance Sort by last modified time
    Searched refs:cover_type (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
agg_scanline_u.h 33 typedef CoverT cover_type; typedef in class:agg::scanline_u
38 cover_type* covers;
61 m_covers = FX_Alloc( cover_type , max_len);
72 m_covers[x] = (cover_type)cover;
144 cover_type* m_covers;
agg_renderer_base.h 105 const color_type& c, cover_type cover)
134 const cover_type* covers)
agg_renderer_scanline.h 56 const typename Scanline::cover_type* covers = span->covers;
agg_basics.h 53 typedef unsigned char cover_type; typedef in namespace:agg

Completed in 482 milliseconds