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

  /external/pdfium/third_party/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_basics.h 56 typedef unsigned char cover_type; typedef in namespace:agg

Completed in 140 milliseconds