Home
last modified time | relevance | path

Searched refs:fAFull (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dwacky_yuv_formats.cpp214 SkBitmap fAFull; member
413 planes->fAFull.allocPixels(SkImageInfo::MakeA8(ii.dimensions())); in extract_planes()
439 *planes->fAFull.getAddr8(x, y) = yuva[3]; in extract_planes()
474 aAccum += *planes->fAFull.getAddr8(2*x, 2*y); in extract_planes()
475 aAccum += *planes->fAFull.getAddr8(2*x+1, 2*y); in extract_planes()
476 aAccum += *planes->fAFull.getAddr8(2*x, 2*y+1); in extract_planes()
477 aAccum += *planes->fAFull.getAddr8(2*x+1, 2*y+1); in extract_planes()
571 uint8_t A = *planes.fAFull.getAddr8(x, y); in create_YUV()
598 A = SkScalarRoundToInt((*planes.fAFull.getAddr8(x, y) / 255.0f) * 3.0f); in create_YUV()
683 resultBMs[nextLayer++] = planes.fAFull; in create_YUV()
/external/skqp/gm/
Dwacky_yuv_formats.cpp48 SkBitmap fAFull; member
285 planes->fAFull.allocPixels(SkImageInfo::MakeA8(bm.width(), bm.height())); in extract_planes()
307 *planes->fAFull.getAddr8(x, y) = yuva[3]; in extract_planes()
350 uint8_t A = *planes.fAFull.getAddr8(x, y); in create_YUV()
462 resultBMs[nextLayer] = planes.fAFull; in create_YUV()