OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swapOnly
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp
851
bool
swapOnly
= (rect == region) && bm->isNull() &&
855
if (
swapOnly
) {
898
if (
swapOnly
) {
[
all
...]
SkImageDecoder_libpng.cpp
827
const bool
swapOnly
= (rect == region) && (w == decodedBitmap.width()) &&
830
if (
swapOnly
) {
[
all
...]
/external/skia/src/images/
SkImageDecoder_libjpeg.cpp
851
bool
swapOnly
= (rect == region) && bm->isNull() &&
855
if (
swapOnly
) {
898
if (
swapOnly
) {
[
all
...]
SkImageDecoder_libpng.cpp
826
const bool
swapOnly
= (rect == region) && (w == decodedBitmap.width()) &&
829
if (
swapOnly
) {
[
all
...]
Completed in 28 milliseconds