OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decodingbitmap
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
398
SkBitmap
decodingBitmap
;
399
if (!
decodingBitmap
.setInfo(bitmapInfo) ||
400
!
decodingBitmap
.tryAllocPixels(decodeAllocator, colorTable)) {
416
SkCodec::Result result = codec->getAndroidPixels(decodeInfo,
decodingBitmap
.getPixels(),
417
decodingBitmap
.rowBytes(), &codecOptions);
468
const float sx = scaledWidth / float(
decodingBitmap
.width());
469
const float sy = scaledHeight / float(
decodingBitmap
.height());
479
SkColorType scaledColorType = colorTypeForScaledOutput(
decodingBitmap
.colorType());
484
scaledColorType,
decodingBitmap
.alphaType()));
501
canvas.drawBitmap(
decodingBitmap
, 0.0f, 0.0f, &paint)
[
all
...]
Completed in 42 milliseconds