Searched refs:getAddr8 (Results 51 - 63 of 63) sorted by relevance

123

/external/skia/src/core/
H A DSkBlitter.cpp181 const uint8_t* aa = mask.getAddr8(clip.fLeft, clip.fTop);
641 const uint8_t* alpha = fMask->getAddr8(x, y);
H A DSkBlitter_ARGB32.cpp32 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y));
H A DSkDraw.cpp1134 mask.fImage = bitmap.getAddr8(0, 0);
/external/chromium_org/third_party/skia/tests/
H A DBlurTest.cpp178 uint8_t* bytes = dst.getAddr8(midX, midY);
H A DPictureTest.cpp58 uint8_t* s = bm->getAddr8(0, y);
63 s = bm->getAddr8(0, y + 1);
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc747 reinterpret_cast<unsigned char*>(input.getAddr8(0, 0)) :
H A Dpng_codec_unittest.cc272 uint8_t* src_data = bmp->getAddr8(0, 0);
1075 uint8_t original_pixel = *original_bitmap.getAddr8(x, y);
/external/chromium_org/ui/gfx/
H A Dcolor_analysis.cc538 uint8_t* target_color_row = target_bitmap->getAddr8(0, y);
H A Dcolor_analysis_unittest.cc159 uint8_t* current_color = bitmap.getAddr8(0, y);
/external/skia/tests/
H A DBlurTest.cpp178 uint8_t* bytes = dst.getAddr8(midX, midY);
H A DPictureTest.cpp58 uint8_t* s = bm->getAddr8(0, y);
63 s = bm->getAddr8(0, y + 1);
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_ARGB32.cpp32 const SkPMColor* srcRow = reinterpret_cast<const SkPMColor*>(mask.getAddr8(x, y));
H A DSkDraw.cpp1134 mask.fImage = bitmap.getAddr8(0, 0);

Completed in 297 milliseconds

123