OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstBmp
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
xfermodes2.cpp
121
SkBitmap
dstBmp
;
122
dstBmp
.allocN32Pixels(kSize, kSize);
123
pixels = reinterpret_cast<SkPMColor*>(
dstBmp
.getPixels());
132
fDst.reset(SkShader::CreateBitmapShader(
dstBmp
,
/external/skia/tests/
BitmapCopyTest.cpp
684
SkBitmap
dstBmp
;
685
if (!srcBmp.copyTo(&
dstBmp
, kDstCTs[dCT])) {
688
if (
dstBmp
.colorType() != kDstCTs[dCT]) {
691
SkAutoLockPixels alp(
dstBmp
);
692
uint8_t* dstBmpPixels = static_cast<uint8_t*>(
dstBmp
.getPixels());
695
refData = (kRGBA_8888_SkColorType ==
dstBmp
.colorType()) ? kData : swizData;
697
refData = (kBGRA_8888_SkColorType ==
dstBmp
.colorType()) ? kData : swizData;
711
dstBmpPixels +=
dstBmp
.rowBytes();
Completed in 172 milliseconds