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

  /external/skia/include/core/
SkPixmap.h 256 one of: addr8, addr16, addr32, addr64, or addrF16().
274 const uint8_t* addr8() const { function in class:SkPixmap
345 const uint8_t* addr8(int x, int y) const { function in class:SkPixmap
348 return (const uint8_t*)((const char*)this->addr8() + y * fRowBytes + (x << 0));
455 return const_cast<uint8_t*>(this->addr8(x, y));
  /external/skqp/include/core/
SkPixmap.h 263 one of: addr8, addr16, addr32, addr64, or addrF16().
281 const uint8_t* addr8() const { function in class:SkPixmap
352 const uint8_t* addr8(int x, int y) const { function in class:SkPixmap
355 return (const uint8_t*)((const char*)this->addr8() + y * fRowBytes + (x << 0));
462 return const_cast<uint8_t*>(this->addr8(x, y));
    [all...]

Completed in 115 milliseconds