/third_party/skia/docs/examples/ |
H A D | Bitmap_getAddr.cpp | 7 char* row0 = (char* ) source.getAddr(0, 0); in REG_FIDDLE() 8 char* row1 = (char* ) source.getAddr(0, 1); in REG_FIDDLE()
|
H A D | Bitmap_pixelRef.cpp | 11 SkDebugf("src addr %c= sub addr\n", source.getAddr(32, 64) == subset.getAddr(0, 0) ? '=' : '!'); in REG_FIDDLE()
|
H A D | ImageInfo_MakeS32.cpp | 26 noColorSpaceBitmap.setPixels(bitmap.getAddr(0, 0)); in REG_FIDDLE()
|
/third_party/skia/gm/ |
H A D | unpremul.cpp | 36 memcpy(&pixel, bm.getAddr(0,0), sizeof(pixel)); in DEF_SIMPLE_GM()
|
H A D | lazytiling.cpp | 129 char* dst = static_cast<char*>(bigBM.getAddr(kLeft, fullSize.height() - kTop - 1)); in create_bitmap() 136 char* dst = static_cast<char*>(bigBM.getAddr(kLeft, kTop)); in create_bitmap()
|
H A D | wacky_yuv_formats.cpp | 424 SkColor4f* dst = (SkColor4f *) planes->fFull.getAddr(0, 0); in extract_planes() 447 dst = (SkColor4f *) planes->fQuarter.getAddr(0, 0); in extract_planes() 526 const float* srcPixel = (const float*) src.getAddr(x, y); in make_16() 527 uint16_t* dstPixel = (uint16_t*) result.getAddr(x, y); in make_16()
|
H A D | p3.cpp | 76 memcpy(&pixel, bm.getAddr(0,0), sizeof(pixel)); in compare_pixel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | PHITransAddr.h | 59 Value *getAddr() const { return Addr; } in getAddr() function in llvm::PHITransAddr
|
/third_party/skia/tests/ |
H A D | PremulAlphaRoundTripTest.cpp | 185 SkAssertResult(SkConvertPixels(dst.info(), dst.getAddr(0, 0), dst.rowBytes(), in DEF_TEST() 186 src.info(), src.getAddr(0, 0), src.rowBytes())); in DEF_TEST()
|
H A D | CodecTest.cpp | 73 md5.write(bm.getAddr(0, y), rowLen); in md5() 161 if (SkCodec::kSuccess != codec->startIncrementalDecode(info, bm.getAddr(0, y), in test_in_stripes() 313 REPORTER_ASSERT(r, codec->getScanlines(bm.getAddr(0, 0), 1, 0) == 0); in check_scanline_decode() 322 const int lines = codec->getScanlines(bm.getAddr(0, y), 1, 0); in check_scanline_decode() 333 REPORTER_ASSERT(r, codec->getScanlines(bm.getAddr(0, 0), 1, 0) in check_scanline_decode() 340 const int lines = codec->getScanlines(bm.getAddr(0, 0), 1, 0); in check_scanline_decode() 346 REPORTER_ASSERT(r, codec->getScanlines(bm.getAddr(0, 0), 1, 0) in check_scanline_decode() 364 const int lines = codec->getScanlines(bm.getAddr(0, y), 1, 0); in check_scanline_decode() 803 png_bytep row = (png_bytep)(bm.getAddr(0, j)); in DEF_TEST()
|
H A D | CodecPartialTest.cpp | 53 if (0 != memcmp(bm1.getAddr(0, i), bm2.getAddr(0, i), rowBytes)) { in compare_bitmaps()
|
H A D | CodecAnimTest.cpp | 459 const void* cachedAddr = cachedFrame.getAddr(0, y); in DEF_TEST() 461 const void* addr = frame.getAddr(0, y); in DEF_TEST()
|
H A D | DrawBitmapRectTest.cpp | 225 const uint8_t* ptr = reinterpret_cast<const uint8_t*>(bm.getAddr(0, y)); in check_for_all_zeros()
|
H A D | DrawOpAtlasTest.cpp | 126 data.getAddr(0, 0), atlasLocator); in fill_plot()
|
H A D | DMSAATest.cpp | 305 auto pix = static_cast<const uint32_t*>(bitmap.getAddr(0, 0)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 1099 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() 1183 if (VI == Visited.end() || VI->second == Pointer.getAddr()) in getNonLocalPointerDepFromBB() 1193 Value *Addr = Pointer.getAddr(); in getNonLocalPointerDepFromBB() 1270 Result.push_back(NonLocalDepResult(BB, Dep, Pointer.getAddr())); in getNonLocalPointerDepFromBB() 1286 Visited.insert(std::make_pair(Pred, Pointer.getAddr())); in getNonLocalPointerDepFromBB() 1296 if (InsertRes.first->second != Pointer.getAddr()) { in getNonLocalPointerDepFromBB() 1338 // not translatable, in which case the getAddr() returns null. in getNonLocalPointerDepFromBB() 1341 Value *PredPtrVal = PredPointer.getAddr(); in getNonLocalPointerDepFromBB() 1381 Value *PredPtrVal = PredPointer.getAddr(); in getNonLocalPointerDepFromBB() 1468 NonLocalDepResult(I.getBB(), I.getResult(), Pointer.getAddr())); in getNonLocalPointerDepFromBB() [all...] |
H A D | PHITransAddr.cpp | 372 return Tmp.getAddr(); in InsertPHITranslatedSubExpr()
|
/third_party/skia/fuzz/ |
H A D | FuzzMain.cpp | 524 void* dst = bitmap.getAddr(0, 0); in fuzz_img() 559 codec->getScanlines(bitmap.getAddr(0, startY), linesToRead, bitmap.rowBytes()); in fuzz_img() 573 codec->getScanlines(bitmap.getAddr(0, startY), linesToRead, bitmap.rowBytes()); in fuzz_img()
|
/third_party/skia/src/core/ |
H A D | SkMask.cpp | 108 void* SkMask::getAddr(int x, int y) const { in getAddr() function in SkMask
|
H A D | SkMask.h | 121 void* getAddr(int x, int y) const;
|
H A D | SkBitmap.cpp | 387 void* SkBitmap::getAddr(int x, int y) const { in getAddr() function in SkBitmap 484 void* dstPixels = this->getAddr(rec.fX, rec.fY); in writePixels()
|
/third_party/skia/client_utils/android/ |
H A D | BitmapRegionDecoder.cpp | 134 void* dst = bitmap->getAddr(scaledOutX, scaledOutY); in decodeRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 186 SDValue getAddr(NodeTy *N, SelectionDAG &DAG, bool IsLocal = true) const;
|
/third_party/skia/include/core/ |
H A D | SkBitmap.h | 855 void* getAddr(int x, int y) const;
|
/third_party/skia/src/image/ |
H A D | SkImage_Raster.cpp | 262 void* src = fBitmap.getAddr(subset.x(), subset.y()); in onMakeSubset()
|