/external/chromium_org/cc/layers/ |
ui_resource_layer.h | 29 void SetBitmap(const SkBitmap& skbitmap); 55 SkBitmap bitmap_;
|
/external/chromium_org/cc/test/ |
fake_content_layer_client.h | 13 #include "third_party/skia/include/core/SkBitmap.h" 22 SkBitmap bitmap; 41 void add_draw_bitmap(const SkBitmap& bitmap,
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_bridge.mm | 12 #include "third_party/skia/include/core/SkBitmap.h" 20 const SkBitmap& icon) { 42 icon:SkBitmap()];
|
/external/chromium_org/chrome/common/ |
badge_util.h | 12 #include "third_party/skia/include/core/SkBitmap.h" 32 SkBitmap DrawBadgeIconOverlay(const SkBitmap& icon,
|
/external/chromium_org/content/child/ |
image_decoder.h | 10 class SkBitmap; 30 SkBitmap Decode(const unsigned char* data, size_t size) const; 34 static std::vector<SkBitmap> DecodeAll(
|
/external/chromium_org/skia/ext/ |
skia_utils_mac_unittest.mm | 16 SkBitmap CreateSkBitmap(int width, int height, bool isred, bool tfbit); 25 void TestSkBitmap(const SkBitmap& bitmap, bool isred); 44 SkBitmap SkiaUtilsMacTest::CreateSkBitmap(int width, int height, 46 SkBitmap bitmap; 49 bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height); 51 bitmap.setConfig(SkBitmap::kARGB_4444_Config, width, height); 101 void SkiaUtilsMacTest::TestSkBitmap(const SkBitmap& bitmap, bool isred) { 126 SkBitmap bitmap; 127 bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height); 163 SkBitmap thing(CreateSkBitmap(width, height, isred, tfbit)) [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawBitmap.h | 15 #include "SkBitmap.h" 25 SkBitmap fBitmap; 44 int /*SkBitmap::Config*/ format;
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrSurface.cpp | 10 #include "SkBitmap.h" 25 SkBitmap bm; 26 bm.setConfig(SkBitmap::kARGB_8888_Config, this->width(), this->height());
|
/external/chromium_org/third_party/skia/src/utils/ios/ |
SkImageDecoder_iOS.mm | 19 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode); 24 bool SkImageDecoder_iOS::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { 32 bm->setConfig(SkBitmap::kARGB_8888_Config, width, height);
|
/external/chromium_org/ui/base/cursor/ |
cursor_loader_x11_unittest.cc | 12 #include "third_party/skia/include/core/SkBitmap.h" 17 SkBitmap bitmap; 18 bitmap.setConfig(SkBitmap::kARGB_8888_Config, 10, 5);
|
/external/chromium_org/ui/gfx/image/ |
image_util.cc | 8 #include "third_party/skia/include/core/SkBitmap.h" 19 scoped_ptr<SkBitmap> bitmap(gfx::JPEGCodec::Decode(input, input_size)); 33 const SkBitmap& bitmap = image_skia_rep.sk_bitmap();
|
image_unittest_util.cc | 14 #include "third_party/skia/include/core/SkBitmap.h" 58 const SkBitmap CreateBitmap(int width, int height) { 59 SkBitmap bitmap; 60 bitmap.setConfig(SkBitmap::kARGB_8888_Config, width, height); 71 SkBitmap bitmap = CreateBitmap(edge_size, edge_size); 102 bool IsEqual(const SkBitmap& bmp1, const SkBitmap& bmp2) { 108 bmp1.config() != SkBitmap::kARGB_8888_Config || 109 bmp2.config() != SkBitmap::kARGB_8888_Config) { 129 const SkBitmap& bitmap) [all...] |
/external/chromium_org/ui/gfx/ozone/dri/ |
dri_skbitmap.h | 9 #include "third_party/skia/include/core/SkBitmap.h" 14 // Extend the SkBitmap interface to keep track of additional parameters used by 16 class GFX_EXPORT DriSkBitmap : public SkBitmap {
|
/external/chromium_org/ui/views/controls/table/ |
test_table_model.cc | 9 #include "third_party/skia/include/core/SkBitmap.h" 31 SkBitmap bitmap; 32 bitmap.setConfig(SkBitmap::kARGB_8888_Config, 16, 16);
|
/external/skia/bench/ |
CoverageBench.cpp | 9 #include "SkBitmap.h" 22 SkBitmap fBitmap; 35 fBitmap.setConfig(SkBitmap::kA8_Config, 500, 500);
|
/external/skia/dm/ |
DMCpuTask.cpp | 17 SkBitmap::Config config) 27 SkBitmap bitmap; 51 if (SkBitmap::kRGB_565_Config == fConfig && (fGM->getFlags() & skiagm::GM::kSkip565_Flag)) {
|
DMSerializeTask.cpp | 15 SkBitmap reference) 22 static SkData* trivial_bitmap_encoder(size_t* pixelRefOffset, const SkBitmap& bitmap) { 40 SkBitmap bitmap;
|
/external/skia/gm/ |
cmykjpeg.cpp | 27 SkBitmap::Config prefConfig = SkBitmap::kARGB_8888_Config; 67 SkBitmap fBitmap;
|
copyTo4444.cpp | 32 SkBitmap bm, bm4444; 36 SkBitmap::kARGB_8888_Config, 43 SkAssertResult(bm.copyTo(&bm4444, SkBitmap::kARGB_4444_Config));
|
gm_expectations.h | 11 #include "SkBitmap.h" 34 * Currently, this is always a uint64_t hash digest of an SkBitmap... 42 explicit GmResultDigest(const SkBitmap &bitmap); 85 * Encapsulates an SkBitmap and its GmResultDigest, guaranteed to keep them in sync. 89 explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {} 91 const SkBitmap fBitmap; 109 explicit Expectations(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure); 148 * If this Expectation is based on a single SkBitmap, return a 149 * pointer to that SkBitmap. Otherwise (if the Expectation is 153 const SkBitmap *asBitmap() const [all...] |
/external/skia/src/animator/ |
SkDrawBitmap.h | 15 #include "SkBitmap.h" 25 SkBitmap fBitmap; 44 int /*SkBitmap::Config*/ format;
|
/external/skia/src/gpu/ |
GrSurface.cpp | 10 #include "SkBitmap.h" 25 SkBitmap bm; 26 bm.setConfig(SkBitmap::kARGB_8888_Config, this->width(), this->height());
|
/external/skia/src/utils/ios/ |
SkImageDecoder_iOS.mm | 19 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode); 24 bool SkImageDecoder_iOS::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) { 32 bm->setConfig(SkBitmap::kARGB_8888_Config, width, height);
|
/external/skia/tools/ |
picture_utils.h | 13 class SkBitmap; 25 void force_all_opaque(const SkBitmap& bitmap); 44 void setup_bitmap(SkBitmap* bitmap, int width, int height);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
NativeImageSkia.h | 34 #include "SkBitmap.h" 71 // It has an SkBitmap, and also stores a cached resized image. 79 // This factory method does a shallow copy of the passed-in SkBitmap 82 static PassRefPtr<NativeImageSkia> create(const SkBitmap& bitmap) 87 // This method does a shallow copy of the internal SkBitmap (ie., it 110 // Get reference to the internal SkBitmap representing this image. 111 const SkBitmap& bitmap() const { return m_image; } 112 SkBitmap& bitmap() { return m_image; } 127 SkBitmap resizedBitmap(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) const; 143 NativeImageSkia(const SkBitmap&) [all...] |