Searched defs:getAddr (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkMallocPixelRef.h76 void* getAddr() const { return fStorage; } function in class:SkMallocPixelRef
/external/chromium_org/third_party/skia/src/core/
H A DSkMask.cpp64 void* SkMask::getAddr(int x, int y) const { function in class:SkMask
H A DSkBitmap.cpp501 void* SkBitmap::getAddr(int x, int y) const { function in class:SkBitmap
881 const void* srcPixels = this->getAddr(srcR.x(), srcR.y());
/external/llvm/include/llvm/Analysis/
H A DPHITransAddr.h55 Value *getAddr() const { return Addr; } function in class:llvm::PHITransAddr
/external/skia/include/core/
H A DSkMallocPixelRef.h76 void* getAddr() const { return fStorage; } function in class:SkMallocPixelRef
/external/skia/src/core/
H A DSkMask.cpp64 void* SkMask::getAddr(int x, int y) const { function in class:SkMask
H A DSkBitmap.cpp565 void* SkBitmap::getAddr(int x, int y) const { function in class:SkBitmap
/external/clang/lib/CodeGen/
H A DCGValue.h473 llvm::Value *getAddr() const { function in class:clang::CodeGen::AggValueSlot
491 return RValue::getAggregate(getAddr(), isVolatile());

Completed in 391 milliseconds