Searched refs:addr16 (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/include/core/ |
H A D | SkPixmap.h | 279 one of: addr8, addr16, addr32, addr64, or addrF16(). 310 const uint16_t* addr16() const { in addr16() function in SkPixmap 387 const uint16_t* addr16(int x, int y) const { in addr16() function in SkPixmap 390 return (const uint16_t*)((const char*)this->addr16() + (size_t)y * fRowBytes + (x << 1)); in addr16() 494 return const_cast<uint16_t*>(this->addr16(x, y)); in writable_addr16()
|
/third_party/skia/src/core/ |
H A D | SkPixmap.cpp | 283 uint16_t value = *this->addr16(x, y); in getColor() 287 SkHalf value = *this->addr16(x, y); in getColor() 291 return SkPixel16ToColor(*this->addr16(x, y)); in getColor() 294 uint16_t value = *this->addr16(x, y); in getColor() 299 uint16_t value = *this->addr16(x, y); in getColor() 464 const uint16_t* row = this->addr16(0, y); in computeIsOpaque() 476 const SkHalf* row = this->addr16(0, y); in computeIsOpaque() 498 const SkPMColor16* row = this->addr16(0, y); in computeIsOpaque()
|
/third_party/skia/docs/examples/ |
H A D | Pixmap_addr16_2.cpp | 12 SkDebugf("pixmap.addr16(1, 2) %c= &storage[1 + 2 * w]\n", in REG_FIDDLE() 13 pixmap.addr16(1, 2) == &storage[1 + 2 * w] ? '=' : '!'); in REG_FIDDLE()
|
H A D | Pixmap_addr16.cpp | 12 SkDebugf("pixmap.addr16() %c= storage\n", in REG_FIDDLE() 13 pixmap.addr16() == storage ? '=' : '!'); in REG_FIDDLE()
|
/third_party/elfutils/libcpu/ |
H A D | i386_disasm.c | 127 prefbit (addr16), 159 newpref (addr16), 179 newpref (addr16), 556 ADD_STRING ("addr16"); in i386_disasm()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | ip.rs | 1206 let addr16 = [ 1217 // All elements in `addr16` are big endian. 1219 octets: unsafe { transmute::<_, [u8; 16]>(addr16) },
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 251 #define ADDR_TOGGLE addr16
|
Completed in 15 milliseconds