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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 43 const int alphaRowBytes = (srcRect.width() + 1) / 2;
45 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
132 const int alphaRowBytes = (srcRect.width() + 7) / 8;
133 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
174 const int alphaRowBytes = srcRect.width();
175 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
  /external/skia/src/pdf/
SkPDFImage.cpp 43 const int alphaRowBytes = (srcRect.width() + 1) / 2;
45 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
132 const int alphaRowBytes = (srcRect.width() + 7) / 8;
133 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
174 const int alphaRowBytes = srcRect.width();
175 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp     [all...]
  /external/skia/src/core/
SkBitmap.cpp     [all...]

Completed in 3166 milliseconds