OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDitherImage
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.cpp
136
if (decoder.
getDitherImage
()) {
168
if (decoder.
getDitherImage
()) {
221
if (decoder.
getDitherImage
()) {
254
if (decoder.
getDitherImage
()) {
339
const bool dither = decoder.
getDitherImage
();
431
if (decoder.
getDitherImage
()) {
510
const bool dither = decoder.
getDitherImage
();
SkImageDecoder_libjpeg.cpp
476
if (decoder.
getDitherImage
()) {
[
all
...]
SkImageDecoder_libpng.cpp
507
if (this->
getDitherImage
() && png_get_sBIT(png_ptr, info_ptr, &sig_bit)) {
[
all
...]
/external/skia/src/images/
SkScaledBitmapSampler.cpp
136
if (decoder.
getDitherImage
()) {
168
if (decoder.
getDitherImage
()) {
221
if (decoder.
getDitherImage
()) {
254
if (decoder.
getDitherImage
()) {
339
const bool dither = decoder.
getDitherImage
();
431
if (decoder.
getDitherImage
()) {
510
const bool dither = decoder.
getDitherImage
();
SkImageDecoder_libjpeg.cpp
476
if (decoder.
getDitherImage
()) {
[
all
...]
SkImageDecoder_libpng.cpp
506
if (this->
getDitherImage
() && png_get_sBIT(png_ptr, info_ptr, &sig_bit)) {
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
82
bool
getDitherImage
() const { return fDitherImage; }
/external/skia/include/core/
SkImageDecoder.h
82
bool
getDitherImage
() const { return fDitherImage; }
Completed in 220 milliseconds