OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixfmt_type
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/agg23/
agg_renderer_base.h
29
typedef PixelFormat
pixfmt_type
;
typedef in class:agg::renderer_base
30
typedef typename
pixfmt_type
::color_type color_type;
31
typedef typename
pixfmt_type
::row_data row_data;
32
typedef typename
pixfmt_type
::span_data span_data;
34
renderer_base(
pixfmt_type
& ren) :
38
void attach(
pixfmt_type
& ren)
43
const
pixfmt_type
& ren() const
47
pixfmt_type
& ren()
159
pixfmt_type
* m_ren;
/external/clang/test/SemaTemplate/
instantiate-invalid.cpp
44
typedef agg::renderer_base<
pixfmt_type
> base_ren_type;
Completed in 64 milliseconds