OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_DitherBits
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h
116
int
m_DitherBits
;
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp
200
m_DitherBits
= 0;
228
m_DitherBits
= pDevice->GetDeviceCaps(FXDC_DITHER_BITS);
331
if (
m_DitherBits
) {
355
if (
m_DitherBits
) {
404
if (
m_DitherBits
== 2) {
407
} else if (
m_DitherBits
== 3) {
410
} else if (
m_DitherBits
== 4) {
[
all
...]
render_int.h
170
int
m_DitherBits
;
fpdf_render_pattern.cpp
[
all
...]
fpdf_render_image.cpp
21
if (
m_DitherBits
) {
[
all
...]
/external/pdfium/core/src/reflow/
reflowedpage.cpp
524
switch(
m_DitherBits
) {
590
m_DitherBits
= DitherBits;
reflowedpage.h
257
int
m_DitherBits
;
/external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp
195
m_DitherBits
= dither_bits;
262
return
m_DitherBits
;
[
all
...]
Completed in 3967 milliseconds