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

  /external/skia/include/core/
SkBitmap.h 333 size_t pixelRefOffset() const { return fPixelRefOffset; }
  /external/skia/legacy/include/core/
SkBitmap.h 304 size_t pixelRefOffset() const { return fPixelRefOffset; }
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 867 * Using the pixelRefOffset(), rowBytes(), and Config of bm, determine the (x, y) coordinate of the
873 const size_t offset = bm.pixelRefOffset();
    [all...]

Completed in 37 milliseconds