Searched defs:addr32 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dcoff-relocations.s46 addr32: label
53 @ CHECK-ENCODING-LABEL: addr32
/external/skia/include/core/
H A DSkPixmap.h256 one of: addr8, addr16, addr32, addr64, or addrF16().
300 const uint32_t* addr32() const { function in class:SkPixmap
381 const uint32_t* addr32(int x, int y) const { function in class:SkPixmap
384 return (const uint32_t*)((const char*)this->addr32() + y * fRowBytes + (x << 2));
484 return const_cast<uint32_t*>(this->addr32(x, y));
/external/skqp/include/core/
H A DSkPixmap.h263 one of: addr8, addr16, addr32, addr64, or addrF16().
307 const uint32_t* addr32() const { function in class:SkPixmap
388 const uint32_t* addr32(int x, int y) const { function in class:SkPixmap
391 return (const uint32_t*)((const char*)this->addr32() + y * fRowBytes + (x << 2));
491 return const_cast<uint32_t*>(this->addr32(x, y));

Completed in 147 milliseconds