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

  /external/skia/include/core/
SkPixmap.h 85 const uint16_t* addr16() const { function in class:SkPixmap
110 const uint16_t* addr16(int x, int y) const { function in class:SkPixmap
113 return (const uint16_t*)((const char*)this->addr16() + y * fRowBytes + (x << 1));
137 return const_cast<uint16_t*>(this->addr16(x, y));
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1640 addr16(unsigned char* view, Address value, Overflow_check overflow) function in class:__anon75344::Powerpc_relocate_functions
    [all...]

Completed in 101 milliseconds