HomeSort by relevance Sort by last modified time
    Searched refs:getAddr (Results 1 - 25 of 37) sorted by null

1 2

  /external/skia/include/core/
SkMallocPixelRef.h 29 void* getAddr() const { return fStorage; }
SkMask.h 114 void* getAddr(int x, int y) const;
SkBitmap.h 35 A const SkBitmap exposes getAddr(), which lets a caller write its pixels;
456 void* getAddr(int x, int y) const;
  /external/skia/legacy/include/core/
SkMallocPixelRef.h 29 void* getAddr() const { return fStorage; }
SkMask.h 114 void* getAddr(int x, int y) const;
SkBitmap.h 35 A const SkBitmap exposes getAddr(), which lets a caller write its pixels;
426 void* getAddr(int x, int y) const;
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.h 72 void *getAddr() { return m_ref.m_code.executableAddress(); }
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 54 Value *getAddr() const { return Addr; }
  /external/skia/legacy/src/core/
SkMask.cpp 67 void* SkMask::getAddr(int x, int y) const {
SkBlitter_ARGB32.cpp 405 const uint8_t* maskRow = (const uint8_t*)mask.getAddr(x, y);
  /external/skia/src/core/
SkMask.cpp 67 void* SkMask::getAddr(int x, int y) const {
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 105 const PixelData* const startAddr = getAddr(startX, startY);
107 memcpy(getAddr(startX, destY), startAddr, rowBytes);
142 setRGBA(getAddr(x, y), r, g, b, a);
159 inline PixelData* getAddr(int x, int y)
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 34 llvm::GEPOperator *op = cast<llvm::GEPOperator>(getAddr());
59 return ReturnValueSlot(Dest.getAddr(), Dest.isVolatile());
198 CGF.EmitAtomicExpr(E, EnsureSlot(E->getType()).getAddr());
211 llvm::Value *valueAddr = CGF.Builder.CreateStructGEP(Dest.getAddr(), 0);
228 llvm::Instruction *addr = cast<llvm::GetElementPtrInst>(Dest.getAddr());
284 // Logically, Dest.getAddr() should equal Src.getAggregateAddr().
291 assert(Dest.getAddr() != src.getAggregateAddr());
330 dest.getAddr(),
331 src.getAddr(),
339 CGF.EmitAggregateCopy(dest.getAddr(), src.getAddr(), type
    [all...]
CGValue.h 461 llvm::Value *getAddr() const {
485 return RValue::getAggregate(getAddr(), isVolatile());
CGAtomic.cpp 645 assert(resultSlot.getAddr() == addr || hasPadding());
660 CGF.EmitAggregateCopy(resultSlot.getAddr(), addr, getValueType(),
683 tempAddr = resultSlot.getAddr();
752 temp = resultSlot.getAddr();
    [all...]
  /external/skia/tests/
BitmapTransformerTest.cpp 70 SkPMColor* pixel = static_cast<SkPMColor *>(bitmap.getAddr(x, y));
GpuBitmapCopyTest.cpp 96 const char* srcP = static_cast<const char*>(srcReadBack.getAddr(0, 0));
97 const char* dstP = static_cast<const char*>(dstReadBack.getAddr(0, 0));
BitmapCopyTest.cpp 110 const void* rawAddr = bm.getAddr(x,y);
144 void* rawAddr = bm.getAddr(x,y);
304 const char* srcP = (const char*)src.getAddr(0, 0);
305 const char* dstP = (const char*)dst.getAddr(0, 0);
BlitRowTest.cpp 93 int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);
DrawBitmapRectTest.cpp 232 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(bm.getAddr(0, y));
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
PHITransAddr.cpp 377 return Tmp.getAddr();
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 96 dst = dstBitmap.getAddr(x, y);
520 const void* src = bitmap->getAddr(x, y);
539 const void* src = bitmap->getAddr(x, y);
569 proc(bitmap->getAddr(x, y), &color, 1, x, y);
646 if (memcmp(bm0->getAddr(0, y), bm1->getAddr(0, y), size) != 0) {
  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.cpp 260 snprintf(jitAddr, jitAddrSize, "0x%014lx", reinterpret_cast<unsigned long int>(codeBlock.getAddr()));
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 420 fCache32 = (SkPMColor*)fCache32PixelRef->getAddr();
443 SkPMColor* mapped = (SkPMColor*)newPR->getAddr(); // storage for mapped data
452 fCache32 = (SkPMColor*)newPR->getAddr();

Completed in 979 milliseconds

1 2