HomeSort by relevance Sort by last modified time
    Searched refs:swapOnly (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 753 bool swapOnly = (rect == region) && bm->isNull() &&
757 if (swapOnly) {
799 if (swapOnly) {
868 if (swapOnly) {
    [all...]
SkImageDecoder_libpng.cpp 757 const bool swapOnly = (rect == region) && (w == decodedBitmap.width()) &&
760 if (swapOnly) {
892 if (swapOnly) {
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 753 bool swapOnly = (rect == region) && bm->isNull() &&
757 if (swapOnly) {
799 if (swapOnly) {
868 if (swapOnly) {
    [all...]
SkImageDecoder_libpng.cpp 762 const bool swapOnly = (rect == region) && (w == decodedBitmap.width()) &&
765 if (swapOnly) {
899 if (swapOnly) {
    [all...]

Completed in 139 milliseconds