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

  /external/skia/tests/
GpuBitmapCopyTest.cpp 36 extern size_t getSubOffset(const SkBitmap& bm, int x, int y);
39 * Tests that getUpperLeftFromOffset and getSubOffset agree with each other.
45 REPORTER_ASSERT(reporter, getSubOffset(bitmap, x, y) == bitmap.pixelRefOffset());
  /external/skia/src/core/
SkBitmap.cpp 832 size_t getSubOffset(const SkBitmap& bm, int x, int y);
842 size_t getSubOffset(const SkBitmap& bm, int x, int y) {
880 // The remainder will be the x position, after we reverse getSubOffset.
970 size_t offset = getSubOffset(*this, r.fLeft, r.fTop);
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 749 static size_t getSubOffset(const SkBitmap& bm, int x, int y) {
817 size_t offset = getSubOffset(*this, r.fLeft, r.fTop);
    [all...]

Completed in 264 milliseconds