OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skiaImage
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp
54
NativeImageSkia*
skiaImage
= image->nativeImageForCurrentFrame();
56
bool hasAlpha =
skiaImage
? !
skiaImage
->isOpaque() : true;
57
if ((!
skiaImage
|| ignoreGammaAndColorProfile || (hasAlpha && !premultiplyAlpha)) && image->data()) {
71
skiaImage
= pixels.get();
76
if (!
skiaImage
)
78
SkBitmap& skiaImageRef = *
skiaImage
;
80
ASSERT(
skiaImage
->rowBytes() ==
skiaImage
->width() * 4);
81
outputVector.resize(
skiaImage
->rowBytes() * skiaImage->height())
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.cpp
52
NativeImageSkia*
skiaImage
= static_cast<NativeImageSkia*>(nativeImage);
53
const SkBitmap* skiaBitmap =
skiaImage
;
Completed in 912 milliseconds