Searched refs:imgA (Results 1 – 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | ToneDownBGSupp.c | 86 void bim_ToneDownBGSupp_BGGreyLevelOutside( struct bim_UInt8Image* imgA, in bim_ToneDownBGSupp_BGGreyLevelOutside() argument 113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE ); in bim_ToneDownBGSupp_BGGreyLevelOutside() 129 imgPtrL = &(imgA->arrE.arrPtrE[ 0 ]); in bim_ToneDownBGSupp_BGGreyLevelOutside() 130 ctrL += rectIxYMinL * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside() 131 imgPtrMaxL = imgPtrL + rectIxYMinL * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside() 140 ctrL += ( imgA->heightE - rectIxYMaxL ) * imgA->widthE; in bim_ToneDownBGSupp_BGGreyLevelOutside() 142 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMaxL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside() 143 imgPtrMaxL = &(imgA->arrE.arrPtrE[ imgA->heightE * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside() 154 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]); in bim_ToneDownBGSupp_BGGreyLevelOutside() [all …]
|
D | ToneDownBGSupp.h | 51 void bim_ToneDownBGSupp_BGGreyLevelOutside( struct bim_UInt8Image* imgA, 57 void bim_ToneDownBGSupp_BGGreyLevelContour( struct bim_UInt8Image* imgA, 62 void bim_ToneDownBGSupp_suppress( struct bim_UInt8Image* imgA,
|
/external/skia/tests/ |
D | image-bitmap.cpp | 26 auto imgA = SkImage::MakeFromBitmap(a); in DEF_TEST() local 29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID()); in DEF_TEST() 31 REPORTER_ASSERT(r, imgA->uniqueID() != imgB->uniqueID()); in DEF_TEST() 32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID()); in DEF_TEST()
|
/external/skqp/tests/ |
D | image-bitmap.cpp | 26 auto imgA = SkImage::MakeFromBitmap(a); in DEF_TEST() local 29 REPORTER_ASSERT(r, img->uniqueID() != imgA->uniqueID()); in DEF_TEST() 31 REPORTER_ASSERT(r, imgA->uniqueID() != imgB->uniqueID()); in DEF_TEST() 32 REPORTER_ASSERT(r, imgA->uniqueID() != a.getGenerationID()); in DEF_TEST()
|
/external/skqp/gm/ |
D | shapes_as_paths.cpp | 18 static void draw_diff(SkCanvas* canvas, SkImage* imgA, SkImage* imgB) { in draw_diff() argument 19 SkASSERT(imgA->dimensions() == imgB->dimensions()); in draw_diff() 21 int w = imgA->width(), h = imgA->height(); in draw_diff() 27 canvas->drawImage(imgA, 0, 0, &paint); in draw_diff() 36 if (!imgA->readPixels(pmapA, 0, 0) || !imgB->readPixels(pmapB, 0, 0)) { in draw_diff() 174 auto imgA = surface->makeImageSnapshot(); in draw_rect_geom_diff_grid() local 184 draw_diff(canvas, imgA.get(), imgB.get()); in draw_rect_geom_diff_grid()
|
/external/skia/gm/ |
D | shapes_as_paths.cpp | 18 skiagm::DrawResult draw_diff(SkCanvas* canvas, SkImage* imgA, SkImage* imgB, SkString* errorMsg) { in draw_diff() argument 19 SkASSERT(imgA->dimensions() == imgB->dimensions()); in draw_diff() 21 int w = imgA->width(), h = imgA->height(); in draw_diff() 27 canvas->drawImage(imgA, 0, 0, &paint); in draw_diff() 36 if (!imgA->readPixels(pmapA, 0, 0) || !imgB->readPixels(pmapB, 0, 0)) { in draw_diff() 177 auto imgA = surface->makeImageSnapshot(); in draw_rect_geom_diff_grid() local 187 skiagm::DrawResult drawResult = draw_diff(canvas, imgA.get(), imgB.get(), errorMsg); in draw_rect_geom_diff_grid()
|