OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:image_skia_rep
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/image/
image_util.cc
28
const gfx::ImageSkiaRep&
image_skia_rep
=
local
30
if (
image_skia_rep
.scale() != 1.0f)
33
const SkBitmap& bitmap =
image_skia_rep
.sk_bitmap();
image.cc
174
ImageSkiaRep
image_skia_rep
= image_skia->GetRepresentation(1.0f);
local
177
if (
image_skia_rep
.scale() != 1.0f ||
178
!gfx::PNGCodec::EncodeBGRASkBitmap(
image_skia_rep
.sk_bitmap(), false,
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
115
#include "ui/gfx/image/
image_skia_rep
.h"
2742
gfx::ImageSkiaRep
image_skia_rep
= source_image->GetRepresentation(scale);
local
[
all
...]
Completed in 29 milliseconds