Searched
full:skbitmap (Results
926 -
950 of
2021) sorted by null
<<31323334353637383940>>
/external/chromium_org/third_party/skia/src/core/ |
SkProcSpriteBlitter.cpp | 16 SkProcSpriteBlitter(const SkBitmap& source, Proc proc, unsigned srcShift, unsigned dstShift)
|
/external/chromium_org/third_party/skia/src/gpu/ |
SkGrPixelRef.cpp | 50 static SkGrPixelRef* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig, 146 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) { 160 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { 177 dst->setConfig(SkBitmap::kARGB_8888_Config, width, height);
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageRef_ashmem.cpp | 67 class AshmemAllocator : public SkBitmap::Allocator { 72 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { 130 SkBitmap* bitmap, SkBitmap::Config config,
|
/external/chromium_org/third_party/skia/src/utils/ |
SkProxyCanvas.cpp | 102 void SkProxyCanvas::drawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y, 107 void SkProxyCanvas::drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src, 113 void SkProxyCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m, 118 void SkProxyCanvas::drawSprite(const SkBitmap& bitmap, int x, int y,
|
/external/chromium_org/ui/views/examples/ |
table_example.cc | 11 #include "third_party/skia/include/core/SkBitmap.h" 72 icon1_.setConfig(SkBitmap::kARGB_8888_Config, 16, 16); 77 icon2_.setConfig(SkBitmap::kARGB_8888_Config, 16, 16); 125 SkBitmap row_icon = row % 2 ? icon1_ : icon2_;
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_image_layer_impl.cc | 31 void WebImageLayerImpl::setBitmap(SkBitmap bitmap) {
|
/external/skia/bench/ |
LineBench.cpp | 9 #include "SkBitmap.h"
|
/external/skia/dm/ |
DM.cpp | 56 const SkBitmap::Config _565 = SkBitmap::kRGB_565_Config; 57 const SkBitmap::Config _8888 = SkBitmap::kARGB_8888_Config;
|
/external/skia/gm/ |
displacement.cpp | 35 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, 80, 80); 48 void make_checkerboard(SkBitmap* bitmap, int w, int h) { 49 bitmap->setConfig(SkBitmap::kARGB_8888_Config, w, h); 214 SkBitmap fBitmap, fCheckerboard, fSmall, fLarge, fLargeW, fLargeH;
|
dropshadowimagefilter.cpp | 56 SkBitmap bm; 57 bm.setConfig(SkBitmap::kARGB_8888_Config, bounds.width(), bounds.height()); 76 SkBitmap bm; 77 bm.setConfig(SkBitmap::kARGB_8888_Config, bounds.width(), bounds.height());
|
factory.cpp | 61 SkBitmap fBitmap;
|
giantbitmap.cpp | 22 SkBitmap* fBM; 27 const SkBitmap& getBitmap() { 29 fBM = new SkBitmap; 30 fBM->setConfig(SkBitmap::kARGB_8888_Config, W, H);
|
imagefilterscropped.cpp | 62 SkBitmap bm; 63 bm.setConfig(SkBitmap::kARGB_8888_Config, bounds.width(), bounds.height()); 82 SkBitmap bm; 83 bm.setConfig(SkBitmap::kARGB_8888_Config, bounds.width(), bounds.height());
|
pathopsskpclip.cpp | 9 #include "SkBitmap.h"
|
shadertext.cpp | 15 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) { 41 static SkBitmap bmp; 43 makebm(&bmp, SkBitmap::kARGB_8888_Config, w/2, h/4);
|
simpleaaclip.cpp | 18 SkBitmap bm; 24 bm.setConfig(SkBitmap::kA8_Config, mask.fBounds.width(), 29 SkBitmap bm2; 31 bm.deepCopyTo(&bm2, SkBitmap::kA8_Config);
|
/external/skia/include/core/ |
SkComposeShader.h | 37 virtual bool setContext(const SkBitmap&, const SkPaint&,
|
/external/skia/include/utils/ |
SkDumpCanvas.h | 99 virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, 101 virtual void drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src, 104 virtual void drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m, 106 virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
|
/external/skia/src/core/ |
SkBitmapProcState.h | 13 #include "SkBitmap.h" 68 const SkBitmap* fBitmap; // chooseProcs - orig or scaled 155 SkBitmap fOrigBitmap; // CONSTRUCTOR 156 SkBitmap fScaledBitmap; // chooseProcs
|
SkProcSpriteBlitter.cpp | 16 SkProcSpriteBlitter(const SkBitmap& source, Proc proc, unsigned srcShift, unsigned dstShift)
|
/external/skia/src/gpu/ |
SkGrPixelRef.cpp | 50 static SkGrPixelRef* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig, 146 SkPixelRef* SkGrPixelRef::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) { 160 bool SkGrPixelRef::onReadPixels(SkBitmap* dst, const SkIRect* subset) { 177 dst->setConfig(SkBitmap::kARGB_8888_Config, width, height);
|
/external/skia/src/images/ |
SkImageRef_ashmem.cpp | 67 class AshmemAllocator : public SkBitmap::Allocator { 72 virtual bool allocPixelRef(SkBitmap* bm, SkColorTable* ct) { 130 SkBitmap* bitmap, SkBitmap::Config config,
|
/external/skia/src/utils/ |
SkProxyCanvas.cpp | 102 void SkProxyCanvas::drawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y, 107 void SkProxyCanvas::drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src, 113 void SkProxyCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m, 118 void SkProxyCanvas::drawSprite(const SkBitmap& bitmap, int x, int y,
|
/external/skia/tools/ |
LazyDecodeBitmap.cpp | 28 SkBitmap* dst) {
|
PdfRenderer.h | 24 class SkBitmap;
|
Completed in 1237 milliseconds
<<31323334353637383940>>