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

  /external/skia/src/core/
SkBlitter_A1.cpp 24 uint8_t* dst = fDevice.getAddr1(x, y);
SkBlitBWMaskTemplate.h 41 const uint8_t* bits = srcMask.getAddr1(cx, cy);
SkBlitter.cpp 117 const uint8_t* bits = mask.getAddr1(cx, cy);
SkBitmap.cpp 619 uint8_t* addr = this->getAddr1(x, y);
    [all...]
  /external/skia/include/core/
SkMask.h 58 uint8_t* getAddr1(int x, int y) const {
SkBitmap.h 455 inline uint8_t* getAddr1(int x, int y) const;
    [all...]
  /external/skia/src/pdf/
SkPDFImage.cpp 155 uint8_t* src = bitmap.getAddr1(0, y);

Completed in 35 milliseconds