/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libico.cpp | 23 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE; 47 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 75 bool SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) 113 SkBitmap::Config c; 123 c = SkBitmap::kIndex8_Config; 128 c = SkBitmap::kARGB_8888_Config [all...] |
/external/chromium_org/third_party/skia/tests/ |
PictureStateTreeTest.cpp | 67 static void check_bms(skiatest::Reporter* reporter, const SkBitmap& bm1, const SkBitmap& bm2) { 78 SkBitmap referenceBitmap; 82 SkBitmap bbhBitmap;
|
TextureCompressionTest.cpp | 8 #include "SkBitmap.h" 22 SkBitmap bitmap; 46 SkBitmap bitmap; 69 SkBitmap bitmap;
|
/external/chromium_org/third_party/skia/tools/ |
CopyTilesRenderer.cpp | 44 bool CopyTilesRenderer::render(SkBitmap** out) { 47 SkBitmap dst; 60 const SkBitmap& baseBitmap = fCanvas->getDevice()->accessBitmap(false); 78 SkBitmap copy;
|
CopyTilesRenderer.h | 34 virtual bool render(SkBitmap** out) SK_OVERRIDE;
|
/external/skia/dm/ |
DMCpuGMTask.h | 8 #include "SkBitmap.h"
|
DMGpuGMTask.h | 9 #include "SkBitmap.h"
|
DMPDFTask.h | 7 #include "SkBitmap.h"
|
/external/skia/gm/ |
clippedbitmapshaders.cpp | 9 #include "SkBitmap.h" 28 static SkBitmap create_bitmap() { 29 SkBitmap bmp; 80 SkBitmap bmp = create_bitmap();
|
tablecolorfilter.cpp | 13 static void make_bm0(SkBitmap* bm) { 31 static void make_bm1(SkBitmap* bm) { 109 static void (*gMakers[])(SkBitmap*) = { make_bm0, make_bm1 }; 111 SkBitmap bm;
|
xfermodes2.cpp | 9 #include "SkBitmap.h" 95 SkBitmap bg; 106 SkBitmap dstBmp; 120 SkBitmap srcBmp;
|
/external/skia/include/core/ |
SkWriteBuffer.h | 19 class SkBitmap; 74 void writeBitmap(const SkBitmap& bitmap); 96 * Provide a function to encode an SkBitmap to an SkData. writeBitmap will attempt to use 97 * bitmapEncoder to store the SkBitmap. If the reader does not provide a function to decode, it
|
/external/skia/include/effects/ |
SkTransparentShader.h | 29 const SkBitmap* fDevice;
|
/external/skia/include/utils/ |
SkProxyCanvas.h | 36 virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, 38 virtual void drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src, 41 virtual void drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m, 43 virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
|
/external/skia/src/effects/ |
SkDropShadowImageFilter.cpp | 10 #include "SkBitmap.h" 64 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, 66 SkBitmap* result, SkIPoint* offset) const 68 SkBitmap src = source;
|
SkMatrixImageFilter.cpp | 9 #include "SkBitmap.h" 48 const SkBitmap& source, 50 SkBitmap* result, 52 SkBitmap src = source;
|
SkMergeImageFilter.cpp | 68 bool SkMergeImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& src, 70 SkBitmap* result, SkIPoint* offset) const { 92 SkBitmap tmp; 93 const SkBitmap* srcPtr;
|
SkOffsetImageFilter.cpp | 9 #include "SkBitmap.h" 17 bool SkOffsetImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, 19 SkBitmap* result, 22 SkBitmap src = source;
|
/external/skia/src/effects/gradients/ |
SkBitmapCache.cpp | 18 SkBitmap fBitmap; 20 Entry(const void* buffer, size_t size, const SkBitmap& bm) 83 bool SkBitmapCache::find(const void* buffer, size_t size, SkBitmap* bm) const { 102 void SkBitmapCache::add(const void* buffer, size_t len, const SkBitmap& bm) {
|
/external/skia/src/gpu/ |
GrSoftwarePathRenderer.h | 18 * This class uses the software side to render a path to an SkBitmap and
|
/external/skia/src/images/ |
SkImageDecoder_libico.cpp | 23 virtual bool onDecode(SkStream* stream, SkBitmap* bm, Mode) SK_OVERRIDE; 47 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors); 75 bool SkICOImageDecoder::onDecode(SkStream* stream, SkBitmap* bm, Mode mode) 113 SkBitmap::Config c; 123 c = SkBitmap::kIndex8_Config; 128 c = SkBitmap::kARGB_8888_Config [all...] |
/external/skia/tests/ |
PictureStateTreeTest.cpp | 67 static void check_bms(skiatest::Reporter* reporter, const SkBitmap& bm1, const SkBitmap& bm2) { 78 SkBitmap referenceBitmap; 82 SkBitmap bbhBitmap;
|
TextureCompressionTest.cpp | 8 #include "SkBitmap.h" 22 SkBitmap bitmap; 46 SkBitmap bitmap; 69 SkBitmap bitmap;
|
/external/skia/tools/ |
CopyTilesRenderer.cpp | 44 bool CopyTilesRenderer::render(SkBitmap** out) { 47 SkBitmap dst; 60 const SkBitmap& baseBitmap = fCanvas->getDevice()->accessBitmap(false); 78 SkBitmap copy;
|
CopyTilesRenderer.h | 34 virtual bool render(SkBitmap** out) SK_OVERRIDE;
|