Searched defs:swapOnly (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp753 bool swapOnly = (rect == region) && bm->isNull() && local
757 if (swapOnly) {
799 if (swapOnly) {
868 if (swapOnly) {
H A DSkImageDecoder_libpng.cpp757 const bool swapOnly = (rect == region) && (w == decodedBitmap.width()) && local
760 if (swapOnly) {
892 if (swapOnly) {
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp753 bool swapOnly = (rect == region) && bm->isNull() && local
757 if (swapOnly) {
799 if (swapOnly) {
868 if (swapOnly) {
H A DSkImageDecoder_libpng.cpp762 const bool swapOnly = (rect == region) && (w == decodedBitmap.width()) && local
765 if (swapOnly) {
899 if (swapOnly) {

Completed in 113 milliseconds