OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bufbm
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
BitmapCopyTest.cpp
433
SkBitmap
bufBm
; // Attach buf to this bitmap.
455
bufBm
.setConfig(gPairs[i].fConfig, subW, subH,
457
bufBm
.setPixels(buf);
462
subset.copyPixelsTo(buf, bufSize,
bufBm
.rowBytes() * 3)
466
reportCopyVerification(subset,
bufBm
, coords,
476
bufBm
.setConfig(gPairs[i].fConfig, subW, subH,
478
bufBm
.setPixels(buf);
484
reportCopyVerification(subset,
bufBm
, coords,
490
bufBm
.setConfig(gPairs[i].fConfig, subW, subH,
492
bufBm
.setPixels(buf)
[
all
...]
Completed in 54 milliseconds