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

  /external/skia/src/pdf/
SkPDFImage.cpp 70 const int alphaRowBytes = (srcRect.width() + 1) / 2;
72 (alphaRowBytes * srcRect.height()));
173 const int alphaRowBytes = srcRect.width();
175 (alphaRowBytes * srcRect.height()));
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 71 const int alphaRowBytes = (srcRect.width() + 1) / 2;
73 (alphaRowBytes * srcRect.height()));
174 const int alphaRowBytes = srcRect.width();
176 (alphaRowBytes * srcRect.height()));

Completed in 466 milliseconds