OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cell_block_shift
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h
65
cell_block_shift
= 12,
enumerator in enum:agg::outline_aa::cell_block_scale_e
66
cell_block_size = 1 <<
cell_block_shift
,
agg_rasterizer_scanline_aa.cpp
434
unsigned nb = m_num_cells >>
cell_block_shift
;
459
nb = m_num_cells >>
cell_block_shift
;
Completed in 595 milliseconds